


@charset "UTF-8";
/* CSS Document */




small{font-size:12px;}

a{
color:#000;
text-decoration:underline;
border:none;
}

a img, img a{border:none;}


h1, .h1{font-size:18px;
		font-weight:bold;

		}
		
h2, .h2{font-size:14px;
		font-weight:bold;
		margin-bottom:5px;
		}
		
h3, .h3{font-size:13px;
		font-weight:bold;
		margin-bottom:5px;
		}


.ten {font-size:10px;}
.twelve {font-size:12px;}
.fourteen {font-size:14px;}
.sixteen {font-size:16px;}

.bold{font-weight:bold;}

#wrapper{
position:relative;
margin:0px auto 0px auto;
width:1020px;
min-height:100%;

}

#container{
position:relative;
margin:0px auto 0px auto;
width:960px;
}

#head{
position:relative;
height:90px;
z-index:4;
}

	#logo{
	position:relative;
	float:left;
	margin:38px 0 0 25px;
	}
	
	#blogDescrip{
	color:#000;
	font-size:16px;
	font-weight:bold;
	margin:52px 0px 0px 75px;
	}
	


#subhead {
display:none;}
		
		

#mainContent{
position:relative;
width:898px;
min-height:300px;
margin:165px 0 0 80px;
overflow:auto;
padding-bottom:100px;
}

	#sidebar{
	display:none;
	}

	#mainRight{
	position:relative;
	width:100%;
	float:left;
	margin:-12px 0px 0px 30px;
	}
	
		.post{
		padding-bottom:15px;
		padding-top:15px;
		border-bottom:1px solid #666;
		}
			
		form#commentform input, form#commentform textarea{
		background:url(images/form_bg.jpg);
		border:none;
		font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
		font-size:12px;
		color:#fff;
		}
		
		form#commentform textarea{
		padding-left:5px;
		padding-right:5px;
		padding-top:5px;
		
		}
		
		form#commentform input{
		height:22px;
		padding-left:5px;
		padding-right:5px;
		}
		
		form#commentform input#submit{
		background:none;
		font-size:14px;
		color:#e1ffbb;
		text-transform:uppercase;
		font-weight:bold;
		
		}
		

/* Footer Widgets */
#footer{display:none;}


html, body{
position:relative;
height:100%;
width:100%;
margin:0px auto 0px auto;
padding:0px;
font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
font-size:14px;
line-height:18px;
color:#000;


}

body{
font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
font: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
font-size:14px;
line-height:18px;
color:#000;
}