/*
Theme Name: Bulletin Board
Theme URI: http://themes.9thsphere.com/bulletin-board/
Description: Professionally designed Bulletin Board Wordpress theme - two columns, widget-ready, gravatar-ready.
Version: 2.1
Author: 9th sphere
Author URI: http://www.9thsphere.com/
Tags: two-columns, left-sidebar, fixed-width, purple, white, green, blue
*/

html,body,div,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,code,pre,
a,abbr,acronym,address,big,cite,
del,dfn,font,img,ins,kbd,q,s,samp,
small,strike,sub,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul {
	list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}

html {
	width: 100%;
	text-align: center;
	background: #fff url(images/back/bg_main.jpg) 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #626262;
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	width: 100%;
	margin: auto;
}

p {
	padding: 0 0 12px 0;
	line-height: 16px;
}

h1 {
	position: absolute;
	bottom: 100px;
	left: 0;
	padding: 55px 0 0 50px;
	text-align: center;
	width: 185px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
}

h1 a, h1 a:link, h1 a:visited {
	color: #fff;
}

h2, h3 {
	color: #636363;
	font-size: 18px;
	padding: 3px 0 0 0;
}

h2.pagetitle {
	padding-bottom: 20px;
}

#sidebar h2 {
	color: #133f5e;
	font-size: 17px;
	font-weight: normal;
	border-bottom: solid 1px #889a70;
	padding: 25px 0 0 0;
}

code {
	padding: 0 20px 10px 10px;
	margin: 0 0 30px 40px;
	display: block;
	border-left: solid 4px #b581b3;
}

blockquote {
	padding: 20px 40px 20px 64px;
	margin: 0 0 30px 0;
	background: transparent url(images/back/bg_tack.jpg) no-repeat 8px 12px;
	font-size: 14px;
	border: solid 1px #e1e1e1;
	min-height: 30px;
}

	* html blockquote {
		height: 30px;
	}
	
.post ul {
	padding: 0 0 20px 30px;
	overflow: hidden;
}

	.post ul li {
		background: transparent url(images/back/bg_bullet.gif) no-repeat 0 6px;
		padding: 0 0 5px 15px;
	}
	
.post ol {
	padding: 0 0 20px 47px;
	list-style-type: decimal;
	overflow: hidden;
}

.post ol li {
	padding: 0 0 5px 0;
}

ol.commentlist {
	border-bottom: solid 1px #ccc;
}
	
	ol.commentlist li.comment {
		overflow: hidden;
	}
	
	ol.commentlist li.comment p {
		clear: both;
	}
	
	img.avatar {
		float: left;
		padding: 0 5px 5px 0;
	}
	
	cite {
		font-weight: bold;
	}
	
#respond h3 {
	font-size: 17px;
	padding: 10px 0 10px 0;
}

h3#comments {
	font-size: 17px;
	border-top: solid 1px #ccc;
	padding: 10px 0 10px 0;
}

img.alignleft {
	padding: 0 15px 15px 0;
}

img.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 4px 10px 10px 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	text-align: center;
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	color: #999;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.widget_tag_cloud {
	line-height: 22px;
}

a, a:link, a:visited { color: #626262; text-decoration: none; outline: none; }
a:hover, a:active { text-decoration: underline; }

.post a, .post a:link, .post a:visited { text-decoration: underline; }
.post a:hover, .post a:active { text-decoration: none; }

.post_top a, .post_top a:link, .post_top a:visited { text-decoration: none; }
.post_top a:hover, .post_top a:active { text-decoration: underline; }

.post_bottom a, .post_bottom a:link, .post_bottom a:visited { text-decoration: none; }
.post_bottom a:hover, .post_bottom a:active { text-decoration: underline; }

ul.navigation a, ul.navigation a:link, ul.navigation a:visited { color: #fff; text-decoration: none; outline: none; }
ul.navigation a:hover, ul.navigation a:active {	color: #d393ff; }

ul.navigation li.current_page_item a:hover, ul.navigation li.current_page_item a:active { color: #16317d; }

#sidebar a, #sidebar  a:link, #sidebar  a:visited { color: #133f5e; text-decoration: none; outline: none; }
#sidebar  a:hover, #sidebar  a:active { text-decoration: underline; }

#container {
	margin:auto;
	width: 836px;
	text-align: left;
	overflow: hidden;
	padding: 0 0 24px 0;
}

	#header {
		background: transparent url(images/back/bg_header.jpg) no-repeat 224px 0;
		position: relative;
		float: left;
		width: 836px;
		height: 282px;
	}
	
		.title {
			width: 280px;
			height: 271px;
			overflow: hidden;
			background: transparent url(images/back/bg_post_it.png) no-repeat 0 0;
			position: absolute;
			top: 0;
			left: 0;	
		}
		
			.title span {
				text-align: center;
				color: #fff;
				font-size: 12px;
				display: block;
			}
	
		ul.navigation {
			height: 34px;
			overflow: hidden;
			margin: 116px 0 0 303px;
		}
			
			ul.navigation li {
				height: 34px;
				display: block;
				float: left;
				padding: 0 7px 0 0;
			}
				
				ul.navigation li a, ul.navigation li a:link, ul.navigation li a:visited {
					background: transparent url(images/btns/btn_standard.gif) repeat-x 0 0;
					display: block;
					height: 34px;
					padding: 0 20px 0 20px;
					line-height: 30px;
					font-size: 14px;
					float: left;
				}
				
				ul.navigation li.current_page_item a, ul.navigation li.current_page_item a:link, ul.navigation li.current_page_item a:visited {
					background-image: url(images/btns/btn_selected.gif);
				}
	
	#content {
		float: left;
		width: 836px;
		overflow: hidden;
		margin: -50px 0 0 0;
		padding: 0 0 0 1px;
	}
	
		* html #content {
			padding-left: 3px;
		}
	
		#sidebar {
			float: left;
			width: 223px;
			overflow: hidden;
			background: transparent url(images/back/bg_sidebar.jpg) repeat-y 0 0;
		}
		
			* html #sidebar {
				width: 221px;
			}
			
			#sidebar_top {
				width: 224px;
				height: 33px;
				background: transparent url(images/back/bg_sidebar_top.jpg) no-repeat 0 0;
			}
			
			#sidebar_inside {
				padding: 25px 0 30px 23px;
				overflow: hidden;
				min-height: 496px;
			}
			
				* html #sidebar_inside {
					height: 496px;
					overflow: visible;
				}
			
				#sidebar_inside ul ul ul {
					padding: 0 0 0 15px;
				}
				
				#sidebar_inside ul ul li {
					padding: 2px;
				}

					form#search_form input.txt, form#commentform input.txt {
						background: transparent url(images/back/bg_input.gif) no-repeat 0 0;
						border: none;
						width: 156px;
						height: 18px;
						float: left;
						color: #626262;
						padding: 3px 0 0 4px;
						font-size: 12px;
					}
					
					form#commentform label {
						padding: 0 0 0 7px;
						line-height: 18px;
					}
					
					form#search_form .submit {
						float: left;
						margin: 0 0 0 3px;
						vertical-align: middle;
					}
			
			#sidebar_bottom {
				width: 224px;
				height: 21px;
				background: transparent url(images/back/bg_sidebar_bottom.jpg) no-repeat 0 0;
			}
		
		.content_main {
			float: left;
			width: 611px;
			min-height: 500px;
			background: transparent url(images/back/bg_footer.png) no-repeat bottom right;
			position: relative;
			padding: 10px 0 0 0;
		}
		
			* html .content_main {
				width: 611px;
				height: 704px;
			}
		
		#commentform textarea {
			border: solid 1px #c2c2c2;
			font-size: 12px;
			color: #626262;
			padding: 3px 0 0 3px;
		}			
				#content_main_inside {
					padding: 0 33px 0 30px;
					overflow: hidden;
					background: #fff url(images/back/bg_right_border.gif) repeat-y top right;
					margin: 0 0 110px 0;
					min-height: 345px;
				}
				
				* html #content_main_inside {
					height: 390px;
					overflow: visible;
				}
				
				.post {
					overflow: hidden;
				}
				
					.post_top {
						border: solid 1px #e1e1e1;
						min-height: 42px;
						margin: 0 0 17px 0;
					}
					
					* html .post_top {
						height: 42px;
					}
						
					
					.post_page {
						min-height: 28px;
						padding: 0 0 0 10px;
					}
					
					* html .post_page {
						height: 28px;
					}
					
						.post_top p {
							font-size: 11px;
							padding: 0;
						}
					
						.date_holder {
							width: 40px;
							height: 42px;
							float: left;
							text-align: center;
							background: #f26623 url(images/back/bg_date.jpg) repeat-x 0 0;
							color: #fff;
							font-size: 10px;
							margin: 0 7px 0 0;
						}
						
							.date_holder strong {
								font-weight: bold;
								font-size: 12px;
							}
					
					.post_bottom {
						overflow: hidden;
						border-top: solid 1px #e1e1e1;
						padding: 7px 0 30px 0;
						font-size: 10px;
						clear: both;
						margin: 20px 0 0 0;
					}
					
						.post_bottom p {
							text-align: right;
						}
		
		#footer {
			float: right;
			height: 55px;
			background: transparent url(images/back/bg_footer.gif) repeat-x 0 0;
			margin: -10px 10px 0 0;
		}
		
			#footer p {
				padding: 10px 20px 0 20px;
				font-size: 11px;
				text-align: right;
			}
			
				#footer img {
					 vertical-align: middle;
				}

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	width: 175px;
	margin: 5px auto 0 auto;
	}

#wp-calendar caption {
	font-size: 13px;
	padding: 0 15px 0 0;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar th {
	font-weight: bold;
	text-align: left;
	color: #626262;
	font-size: 12px;
}

#sidebar ul li.widget_calendar h2 {
	padding-bottom: 5px;
}

#wp-calendar td {
	padding: 3px 0 3px 0;
	text-align: left;
	color: #626262;
	line-height: 14px;
	}
