@charset "utf-8";
/*
Theme Name: Monroe126
Description: My First Theme
Author: Mike Monroe Yu
Version: 1
*/

h2{
	color: #009900;
	}
	
body {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	background:url(blogback.jpg) no-repeat top center;
	margin: 0;
	color: #FFFFFF;
	height: 100%;

		}

#container {
width: 800px;
text-align: left;
margin:0 auto;

}

#header {
	background: url(images/blogheader.jpg) top center;
	opacity: .90;
	height:350px;
	width:800px;
	margin-top: 65px;
	padding:none;
	} 

#header a:hover{

			color:#fff;
				}
#header		a:{
			color: #FFFFFF;
		}
		
#header		a:active{
			color:#999966
				}
				
#header		a:visited{
			color:#fff;
				}


#header ul li{
	list-style:none;
	padding-left:0px;
	font-size:16px
	}		
	
			
h1{
   color: #006600;
   font-size:20px;
   margin:25px 40px 20px;
   }
   
.post{
	width:500px;
}

.post p {
	color: #FFFFFF;
}

#categories {
	color:#006600;
}

#post-metadata{
	color:#006600;
}


h3 {
	color: #006600;
	font-size:18px;
}	

#sidebar ul{
	list-style:none;
	padding:0 25 0 0px;
	}
   
#sidebar {
	padding: 75px 43px 10px 0px;
	margin-top:11px;
	background:url(sidebarback.jpg) no-repeat top center;
	float:right;
	width:200px;
	height:500px;
	} 
	
#sidebar a:hover{
			color: #006600;
				}
	#sidebar 	a:{
			color:#FFF;
		}
		
	#sidebar 	a:active{
			color:#999966
				}
				
#sidebar 	a:visited{
			color:#fff
				}
				
h2 {
color: #FFFFFF;
font-size:18px;}

#content {
	margin: 30px 0 0 0;
	position:relative;
	padding-right: 40px;
	padding-left: 40px;
	float:left;
	width:450px
	
} 

#content a:hover{
			color:#fff;
				}
	#content	a:{
			color: #009900;
		}
		
	#content	a:active{
			color:#999966
				}
				
	#content	a:visited{ 
			color: #009900;
		
		}


#footer{
	clear:both;
}
#footer p{
	padding:40px;
	position:relative;
}



