/**********************
BASIC RESET
***********************/
body { background: #fff; font-family: Arial, Helvetica, sans-serif; }
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }
img { border: none; }
ul { list-style: none; }
.clear-floats { clear: both; }
a:link, a:visited { color: #0032b2; }
a:hover, a:active { text-decoration: none; }
.blue { color: #00467f; }
a.blue:link, a.blue:visited { text-decoration: underline; }
a.blue:hover, a.blue:active { text-decoration: none; }

/**********************
CONTAINER
***********************/
#container {
	background: url(images/container-bg.png) top left repeat-x;
	margin: 0 auto;
	width: 942px;
}

/**********************
HEADER
***********************/
#header {
	height: 157px;
}

/**********************
NAV
***********************/
#top_nav {
	background: #f76800;
	height: 29px;
}
#top_nav ul li {
	float: left;
}
#top_nav ul li a:link, #top_nav ul li a:visited {
	border-right: 1px solid #fff;
	color: #fff;
	font-size: 0.8em;
	line-height: 29px;
	padding: 7px 10px 7px;
	text-decoration: none;
}
#top_nav ul li a:hover, #top_nav ul li a:active {
	background: #ffe6d3;
	border-right: 1px solid #333;
	color: #333;
}


/**********************
MAIN
***********************/
#main {
	background: #fff url(images/main-bg.jpg) top left no-repeat;
}

/**********************
SIDEBAR
***********************/
#sidebar {
	float: left;
	margin-top: 56px;
	text-align: center;
	width: 250px;
}
#sidebar h3 {
	border-bottom: 1px solid;
	font-size: 1.1em;
	font-weight: normal;
	margin-left: 24px;
	*margin-left: 0px;
	padding-bottom: 8px;
	width: 202px;
}
#sidebar ul li a:link, #sidebar ul li a:visited {
	border-bottom: 1px dotted #00467f;
	color: #00467f;
	display: block;
	font-size: 0.9em;
	margin-left: 24px;
	*margin-left: 0px;
	padding: 8px 0;
	text-decoration: none;
	width: 202px;
}
#sidebar ul li a:hover, #sidebar ul li a:active {
	background: #efefef;
	font-weight: bold;
}

/**********************
CONTENT
***********************/
#content {
	float: left;
	margin-top: 73px;
	width: 635px;
}

/**********************
POST
***********************/
.post {
	margin: 0 0 45px 35px;
}
.post h2 a:link, .post h2 a:visited {
	border-bottom: 1px solid #f76800;
	color: #f76800;
	display: block;
	font-size: 1em;
	font-weight: normal;
	padding: 0 0 5px;
	text-decoration: none;
}
.post h2 a:hover, .post h2 a:active {
	border-bottom: 1px solid #F30;
	color: #F30;
}
.post_details {
	background: #ffe6d3;
	color: #333;
	float: right;
	font-size: 0.7em;
	height: 18px;
	line-height: 17px;
	min-width: 150px;
	padding: 0 15px;
	text-align: center;
}
.comment_link {
	background: #f76800;
	float: right;
	font-size: 0.7em;
	font-weight: bold;
}
.comment_link a:link, .comment_link a:visited {
	color: #fff;
	display: block;
	line-height: 17px;
	height: 18px;
	text-align: center;
	width: 100px;
}
.comment_link a:hover, .comment_link a:active {
	text-decoration: none;
}
.post_content {
	font-size: 0.8em;
	margin-top: 10px;
}

/**********************
FOOTER
***********************/
#footer {
	background: #F76800;
	color: #fff;
	padding: 8px 8px 13px;
}
#footer a:link, #footer a:visited {
	color: #fff;
	font-size: 0.85em;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:hover, #footer a:active {
	text-decoration: none;
}
