body{
	background:#515151;
	color:#000;
	font: 0.9em/1.3em "Trebuchet MS",Georgia, Times, "Times New Roman", sans-serif;
}
a{
	color:#000;
	}
#container{
	width: 950px;
	background: #fff;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

#navbar{
	position: relative;
	width: 1000px;
	background: url(../images/banner.gif);
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	height: 100px;
	}
	
#navbar li{
	position: absolute;
	display: inline;
	list-style: none;
}
#navbar li a{
	color: #fff;
	font-family:"Arial Rounded MT Bold";
	text-decoration: none;
}
#navbar li a:hover{
	color: #0030A8;
}
li#blog{
	top: 65px;
	right: 190px;
}
li#resume{
	font-size: 1.75em;
	top: 65px;
	right: 285px;
}
li#portfolio{
	top: 55px;
	right: 500px;
}
li#contact{
	top: 65px;
	right: 50px;
}
#maincontent{
	background-color: #fff;
	width: 70.5%;
	float:left;
	clear:both;
	}
#sidebar{
	background-color: #fff;
	width: 28.4%;
	/*border-left: 1px dashed;*/
	/*margin: auto;*/
	float: right;
}

#footer{
	background: #657;
	clear: left;
	width: 100%;
	padding-top: 5px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	}
	
.post{
	border: 1px black solid;
	margin-bottom: 1em;
}
.post_title{
background-color: #90A830;
text-decoration: none;
color: #505050;
padding-top: 0.5px;
}

.post_title h1 a{
	text-decoration: none;
	font-size: 24pt;
	color: #fff
	}
.post_title h2{
	text-decoration: none;
	font-size: 12pt;
	color: #0030A8;
	}
