/*
Theme Name: WP CALENDAR
Theme URI: http://bustatheme.com/wordpress/wp-calendar/
Description: The first and only calendar-based wordpress theme brought to you by <a href="http://bustatheme.com">Bust A Theme</a>.
Version: 1.0
Author: Greg Johnson of BustATheme.com
Author URI: http://greg-j.com/
Tags: fixed width, two columns, right sidebar, widgets, gravatars, grey, red, white, simple, minimalist, clean, valid XHTML, valid CSS
*/

/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend caption{ margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline}
:focus{outline:0}
ol, ul{list-style:none}
blockquote:before, blockquote:after, q:before, q:after{content:""}
blockquote, q{quotes:"" ""}
strong{font-weight:bold}
em{font-style:normal}
a{text-decoration:none; cursor:pointer}

body{
	color: #000000;
	font-family: Arial, Tahoma;
	font-size: 14px;
	background-color:#0D2C54;
}
a{
	color: #31649a;
	text-decoration: underline;
}
a:visited{
	color: #B54C1B;
}	
a:hover{
	color: #000;
}

#header{
	padding: 15px 0 0 0;
}
	#header .heading1{
		width: 1000px;
		margin: 0 auto;
		color: #fff;
		font-size: 36px;
		font-weight: bold;
	}
	#header .heading2{
		width: 1000px;
		color: #eee;
		margin: 0 auto;
		font-size: 14px;
	}
	#header ul{
		overflow: hidden;
		width: 1000px;
		margin: 0 auto;
		padding: 15px 0 0 0;
		font-size: 12px;
	}
		#header ul li,
		#header ul li a{
			display: block;
			float: left;
		}
		#header ul li{
			padding: 0 5px;
		}
			#header ul li a{
				font-weight: bold;
				padding: 5px 10px;
				color: #fff;
				text-decoration: none;
			}
				#header ul li a:hover{
					color: #0D2C54;
					background: #4DA3CE;
				}
				#header ul li.rss a{
					padding-left: 30px;
					background-image:url("images/rss.png");
					background-position: 10px 50%;
					background-repeat: no-repeat;
				}

#frame{
	background: #4DA3CE;
}
#page{
	overflow: hidden;
	width:1000px;
	margin:0 auto;
	padding: 15px 0 30px 0;
}

#wp_calendar{
	padding: 15px 0 5px 15px;
	background: #fff;
}
	#wp_calendar h3{
		margin: 0 15px 10px 0;
		padding: 2px 5px;
		color: #0D2C54;
		text-align: center;
		font-size: 24px;
		font-weight: bold;
	}
	#wp_calendar ul.weekdays{
		overflow: hidden;
		padding: 0 0 10px 0;
	}
		#wp_calendar ul.weekdays li{
			display: block;
			float: left;
			margin: 0 10px 0 0;
			padding: 5px 0 0 0;
			text-indent: 5px;
			width: 130px;
			color: #5A5A54;
			font-size: 11px;
			font-weight: bold;
		}
	#wp_calendar ol.month{
		overflow: hidden;
	}
		#wp_calendar ol.month li{
			overflow: hidden;
			display: block;
			float: left;
			margin: 0 10px 10px 0;
			padding: 0;
			width: 130px;
			background: #fff;
		}
		#wp_calendar ol.month li.noday{
			
		}
		#wp_calendar ol.month li div.head{
			overflow: hidden;
			padding: 0 5px;
			height: 18px;
			line-height: 18px;
			color: #0D2C54;
			text-align: right;
			font-weight: bold;
			font-size: 18px;
			background: #EBE6BE;
		}
		#wp_calendar ol.month li div.day{
			overflow: auto;
			height: 90px;
			padding: 5px;
			background: #fdfdfb;
		}
			#wp_calendar ol.month li div.day ul{
			}
				#wp_calendar ol.month li div.day ul li{
					float: none;
					margin: 0;
					padding: 2px 0;
					width: auto;
					background: inherit;
					border: none;
					border-bottom: dotted 1px #ddd;
				}
					#wp_calendar ol.month li div.day ul li a{
						text-decoration: none;
					}

#content{
	float: left;
	width:800px;
	background: #fff;
}
	#content .post{
		padding: 15px 15px 15px 15px;
	}
		#content .post a{
			text-decoration: underline;
		}
		#content .post h1{
			color: #0D2C54;
			font-size: 20px;
			border-bottom: 1px dotted #ddd;
		}
		#content .post .entry{
			padding: 0 0 15px 0;
		}
			#content .post .entry h1,
			#content .post .entry h2,
			#content .post .entry h3,
			#content .post .entry h4{
				color: #3a3a36;
				border: none;
			}
				#content .post .entry h1{font-size: 2em}
				#content .post .entry h2{font-size: 1.8em}
				#content .post .entry h3{font-size: 1.65em}
				#content .post .entry h4{font-size: 1.5em}
			#content .post .entry p{
				padding: 5px 0;
				text-indent: 10px;
			}
			#content blockquote{
				margin: 20px;
				padding: 0 10px;
				border-left: 3px solid #8c979c;
			}
			#content .post .entry ul{
				padding: 0 25px;
			}
				#content .post .entry ul li{
					list-style-position: outside;
					list-style: square;
				}
			#content .post .entry ol{
				padding: 0 30px;
			}
				#content .post .entry ol li{
					list-style-position: outside;
					list-style: decimal;
				}
			#content .post .entry strong{font-weight: bold}
			#content .post .entry em{font-style: italic}
			#content .post .entry u{text-decoration: underline}
		#content .post .premetadata{
			color: #5A5A54;
			padding: 10px 0 10px 0;
		}
		#content .post .navigation{
			padding: 20px 10px;
			overflow: hidden;
		}
			#content .post .navigation .prev{
				float: left;
			}
			#content .post .navigation .next{
				float: right;
			}
		#content .post .postmetadata{
			color: #5A5A54;
			padding: 15px;
			background: #f6f6ef;
		}


#comments{
 	padding:0 20px;
}
	#comments .comment{
		overflow: hidden;
		margin:20px 0;
		padding:0 0 10px 0;
		border-bottom:solid 2px #eeeddf;
	}
	#comments .special{
		padding:10px;
		background:#fffde7;
	}
		#comments .comment .avatar{
			float: left;
			margin: 5px 5px 0 0;
			padding: 1px;
			border: 1px solid #4DA3CE;
		}
		#comments .comment .author{
			font-size:16px;
			color:#000;
			font-weight:bold;
		}
			#comments .comment .author span{
				color:#b0afa5;
				font-size:13px;
			}
			#comments .comment .author a{
				color:#0D2C54;
				text-decoration: none;
			}
			#comments .comment .author small{
				display:block;
			}
			#comments .comment .author small a{
				color:#b0afa5;
				font-size:10px;
				font-weight: normal;
				text-decoration: none;
			}
		#comments .comment .response{
			padding:15px 0 0 0;
			color:#77777e;
			font-size:13px;
			line-height:1.5em;
		}
			#comments .comment .response p{
				text-indent: 10px;
			}
		#comments .special .response{
			color:#000;
		}

#reply{
	padding:15px 20px;
	margin-top:20px;
}
	#reply p{
		padding:0 0 5px 0;
	}
		#reply p .textbox,
		#reply p textarea{
			width:35%;
			font-size:14px;
			padding:3px 5px;
			font-weight:bold;
			color:#7E8CAE;
			font-family:Arial, Helvetica, sans-serif;
			border:solid 1px #d1d0c4;
		}
		#reply p.allowed_html{
			padding:5px 0 0 0;
		}
			#reply p.allowed_html strong{
				color: #212120;
			}
			#reply p.allowed_html small{
				color: #161615;
				font-family:"Courier New", Courier, monospace;
			}
		#reply p textarea{
			padding:5px;
			width:95%;
			height:10em;
			font-weight:normal;
		}
		#reply p strong{
			font-size:11px;
			font-weight:bold;
			color:#0D2C54;
		}
		#reply p small{
			font-size:11px;
			color:#0D2C54;
		}
		#reply p .submit{
			padding:0;
			font-size:15px;
			font-family:Arial, Helvetica, sans-serif;
			font-weight:bold;
			color:#0D2C54;
			border:none;
			background:none;
			cursor:pointer;
		}


#sidebar{
	float: right;
	width: 200px;
	color: #0D2C54;
	font-family: Arial, Tahoma;
	font-size: 14px;
	font-weight: bold;
}
	
#author_info{
	padding: 35px 10px 20px 10px;
}
	#author_info h5{
		color: #0D2C54;
		font-family: Arial, Tahoma;
		font-size: 26px;
		font-weight: bold;
		letter-spacing: -.1em;
	}
	#author_info p{
		padding: 5px;
		text-indent: 1em;
	}

#footer{
	padding: 15px;
}
	#footer .info{
		overflow: hidden;
		width: 1000px;
		margin: 0 auto;
		padding: 10px;
		color: #ddd;
		background: #0D2C54;
	}
	#footer a{
		color: #83a2c2;
	}
	#footer a:hover{
		color: #fff;
	}
	#footer ul{
		float: left;
	}
	#footer p{
		float: right;
		height: 30px;
		line-height: 30px;
	}
	

