
#wrapper {
width: 850px; /*or whatever*/
margin: 0 auto; /*The important bit*/
}

body
{
	background: #666666 url(../images/bodybg.jpg) repeat-x 0 0;
	font-size: 11px;
	color: #525252;
}

h2, a
{
	color: #525252;
}

pre, code {white-space: normal;}


#top
{

	text-align: right;
	height: 24px;
}

#top .menu
{
	padding-top: 7px;
}

#top .menu li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

#top .menu a
{
	text-decoration: none;
	color: #fff;
}

#top .menu a:hover
{
	color: #000;
}

#contenttop
{
	background: transparent url(../images/topbg.png) no-repeat 0 0;
	/*height: 37px;*/
	height: 20px;
}

#contentwrapper
{
	background: transparent url(../images/contentbg.png) repeat-y 0 0;

}

#header
{
	padding-left: 25px;
	height: 85px;
}

#header_banner
{
	height: 150px;
	background-image: url(../images/runner_banner.png);
	background-repeat: no-repeat;
}

#logo
{
	float:left;
}

#date
{
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
margin-top: 10px;
padding-left: 25px;
}

#social
{
	float:right;
	padding-right: 25px;
}

#introcontainer
{
}

#intro
{
	/*margin: 20px 0px auto 50px;*/
	padding-top: 20px;
	height: 200px;
}

#banner
{
	height: 150px;
}

#menu {
	float: right;
	width: 850px;
	height: 31px;
	background-color: #000000;
	background-repeat: no-repeat;
}


#intro #introtext
{
	float: left;
	height: 165px;
	/*margin: 20px auto auto 20px;*/
	margin: 20px 0px auto 20px;
	/*overflow-y: scroll;*/
	padding-right: 25px;
}


#intro #introtext h1
{
	font-size: 18px;
	color: #00599d;
	/*margin-bottom: 16px;*/
	margin-bottom: 12px;
}

#intro #introtext p
{
	font-size: 14px;
}

#intro #introicon
{
	float: right;
	/*margin: 35px 50px;*/
	margin: -40px 35px;
}

#video
{
	/*height: 350px;*/
	width: 750px;
	margin-left: 50px;
	padding-top: 10px;
}

.post
{
	background: #fafafa;
	/*border: solid 1px #eeeeee;*/
	border: solid 1px #cfeefa;
	margin: 40px 5px 20px 5px;	
	padding: 15px;	
	_padding: 7px;
}

.post .postheader .commentcount
{
	width: 27px;
	line-height: 12px;
	float: left;
	text-align: center;
	padding-right: 10px;
}

.post .postheader .commentcount a
{
	text-decoration: none;
	color: #4884bc;
}

.post .postheader .posttitle
{
	
	line-height: 20px;
}

.post .postheader .posttitle h2
{
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 20px;
	padding: 0;
	margin: 0;
}

.post .postheader h2 a
{
	text-decoration: none;
}

.post .postheader .posttitle .postmeta
{
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 11px;
}

.post .postcontent
{
	margin-top: 20px;
	line-height: 17px;
}

.post .postcontent p
{
	margin-bottom: 10px;
}

.post .posttags, .post .posttags a
{
	color: #959595;
	clear:both;
	margin-top: 20px;
	text-align: right;
}

.commentbox
{
	background: #fff;
	border: solid 1px #eeeeee;
	margin: 10px 5px 20px 5px;
	padding: 15px;
	_padding: 7px;
}

.commentmeta .avatar
{
	float: left;
	padding-right: 6px;
	_padding-right: 3px;
}

.commenttext
{
	clear: both;
	margin-top: 10px;
}

.commentform input
{
	padding: 0;
	margin: 0;
	line-height: 0;
}

#commentform .text {
	width: 300px;
    margin: 0 0 15px 0;
}

#commentform textarea
{
    width:450px;
    height:150px;
    margin:0;
    padding:5px;
}

.navlinks
{
	margin: 0px 5px 40px 5px;	
}

.navlinks a
{
	text-decoration: none;
}

.navlinks img
{
	margin-right: 5px;
}

#sidebar #wrapbox
{
	background: #fafafa;
	/*border: solid 1px #eeeeee;*/
	border: solid 1px #cfeefa;
	padding: 17px;
	/*margin: 40px 5px 20px 5px;*/
	margin: 40px 5px 20px -20px;
	_margin: 40px 0px 20px 0px;
}

#sidebar .sidebarbox
{
	line-height: 20px;
	/*margin-bottom: 40px;*/
	margin-bottom: 20px;
}

#sidebar .sidebarbox h3
{
	font-size: 14px;
	color: #e65a05;
	margin-bottom: 10px;
}

#sidebar .sidebarbox a
{
	text-decoration: none;
	color: #0000FF;
}

#sidebar .sidebarbox ul
{
	list-style-type: none;
	text-indent: -1.5em;	
}

#sidebar .sidebarbox .pages ul
{
	text-indent: -3em;
}

#footer
{
	height: 52px;
	background: url(../images/bottombg.png) no-repeat 0 0;
}



.searchform #searchbox
{
	float: left;
	background: #f1f1f1;
	border: solid 1px #e3e3e3;
	width: 120px;
	height: 14px;
	font-size: 11px;
}

.searchform #searchbutton
{
	height: 18px;
	width: 18px;
	margin-left: 6px;
	border: none;
	cursor: pointer;
	background: url('images/searchbutton.jpg') no-repeat 0 0;
}

.floatleft {
	float:left;
	margin-right: 10px;
	margin-left: 10px;
}