/*
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

widgets
padding: 12px 40px 0;
*/

/* 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: #5a5a54;
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 11px;
}
.grid {
	background:transparent url("images/blog-layout.png") no-repeat scroll 0 0;
}
#wrapper {
	/*margin:0 auto;
	position:relative;
	width:880px;*/
}
#logo {
	left: 1130px;
	position:absolute;
	top:48px;
	z-index:0;
}
#logo img {
	/*display:none;*/
}
#nav {
	color: #FFFFFF;
    left: 1164px;
    position: absolute;
    top: 555px;
    z-index: 5;
	font-family: serif;
	font-size: 16px;
}
#nav ol {
	bottom:11em;
	left:20px;
	line-height:20px;
	position:absolute;
}
#nav a {
	color:#EF8C00;
}
#nav a:hover {
	color:#F7BF6F;
}
#nav ol li, #nav ol a {
	background-repeat:no-repeat;
	display:block;
	height:19px;
	overflow:hidden;
	width:90px;
}
#n-thesis a {
	background-position:0 0;
}
#n-photos a {
	background-position:0 -38px;
}
#n-blog a {
	background-position:0 -57px;
}
#n-contact a {
	background-position:0 -76px;
}
#n-work {
	background-position:-100px 0;
}
#n-about {
	background-position:-100px -19px;
}
#n-contact {
	background-position:-100px -76px;
}
#tag {
	bottom:20px;
	left:-54px;
	position:absolute;
}
#tag p {
	color:#003565;
}
#content {
	padding:20px 0 0 100px;
}
.maincol {
	float:left;
	width:420px;
}
.maincol a {
	color:#00529B;
}
.maincol a:hover {
	color:#EF8C00;
}

img {
border:0 none;
vertical-align:middle;
}
.hide {
display:none;
}
.clear {
clear:both;
}





.blog{
	width: 1006px;
	padding: 30px 0 0;
	margin-left: 97px;
}

/*------------------------*/

a{
	color: #31649a;
	text-decoration: underline;
}
a:visited{
	color: #83a2c2;
}	
a:hover{
	color: #000;
}
#frame{
	/*background: #eeeddf;*/
	width:1005px;
}
#page{
	overflow: hidden;
	width: 1003px;
	margin: 0 auto;
	padding: 3px 0 30px 0;
}

#wp_calendar{
	padding: 15px 0 5px 15px;
	background: #fff;
}
	#wp_calendar h3{
		margin: 0 15px 10px 0;
		padding: 2px 5px;
		color: #EF8C00;
		text-align: center;
		font-size: 13px;
		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: #97968d;
			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: #EF8C00;
			text-align: right;
			font-weight: bold;
			font-size: 11px;
			background: #f6f6ef;
		}
		#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:705px;
	background: #fff;
}
	#content .post{
		padding: 15px;
	}
		#content .post a{
			text-decoration: underline;
		}
		#content .post h1{
			color: #c12900;
			font-size: 20px;
			border-bottom: 1px dotted #ddd;
		}
		#content .post h1 span{
			font-size: 15px;
		}
		#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: #b0afa5;
			padding: 0 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: #b0afa5;
			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 #eeeddf;
		}
		#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:#EF8C00;
				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;
}
	#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:#212120;
			font-family:Arial, Helvetica, sans-serif;
			border:solid 1px #d1d0c4;
		}
		#reply p.allowed_html{
			padding: 0 0 5px 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:86%;
			height:6em;
			font-weight:normal;
		}
		#reply p strong{
			font-size:11px;
			font-weight:bold;
			color:#c12900;
		}
		#reply p small{
			font-size:11px;
			color:#c12900;
		}
		#reply p .submit{
			padding:1px;
			font-size:15px;
			font-family:Arial, Helvetica, sans-serif;
			font-weight:bold;
			color:#EF8C00;
			border:medium outset;
			background:none;
			cursor:pointer;
		}


#sidebar{
	float: right;
	width: 198px;
	padding-top: 41px;
}
	
#author_info{
	padding: 35px 10px 20px 10px;
}
	#author_info h5{
		color: #d6d5c9;
		font-family: Arial, Tahoma;
		font-size: 26px;
		font-weight: bold;
		letter-spacing: -.1em;
	}
	#author_info p{
		padding: 5px;
		text-indent: 1em;
	}


#footer{
	padding: 0px;
}
	#footer .info{
		overflow: hidden;
		width: 1000px;
		margin: 0 auto;
		padding: 10px;
		color: #ddd;
		background: #114499;
		line-height: 30px;
	}
	#footer a{
		color: #fff;
	}
	#footer a:hover{
		color: #31649A;
	}
	#footer ul{
		float: left;
	}
	#footer p{
		float: right;
		height: 30px;
	}
	
