@charset "UTF-8";
body {
	font-family: verdana, arial, sans-serif;
	font-size:14px;
	background:url(../images/header_links.jpg) center top no-repeat;
	margin:0;
}
a {
	color:#000;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
img {
	border:0;
}
a img {
	border:0;
}
img.bordered {
	padding:1px;
	border:#202020 solid 4px;
}
a img.bordered {
	border:#202020 solid 5px;
}
a:hover img.bordered {
	border:#CCC solid 5px;
}
.clear {
	clear:both;
}
#container {
	width:840px;
	margin:auto;
	padding:0;
}
#logo {
	padding:0;
	margin:0;

	height:85px;
	width:420px;
	text-indent:-9999px;
	background:url(../images/header_text.png) no-repeat;
	position:relative;
	left:11px;
}
#menu {
	font-family:'Helvetica Neue',Arial,sans-serif;
	width:810px;
	height:35px;
	margin:auto;
	margin:0;
	padding:0;
	margin-top:144px;
	margin-left:15px;
}
#menu li {
	padding:0;
	margin:0;
	float:left;
	list-style:none;
}
#menu li a {
	padding:9px 10px 5px 10px;
	display:block;
	
	text-decoration:none;
	height:21px;
	
	float:left;
	
	color:#000;
	font-size:16px;
	line-height:16px;
}
#menu li a:hover {
	color:#000;
	background-image: url(../images/menu_variations.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#menu li a:active {
	color:#000;
	background-image: url(../images/menu_variations.png);
	background-repeat: repeat-x;
	background-position: 0px -35px;
}
#menu li a.selected {
	color:#FFF;
	background-image: url(../images/menu_variations.png);
	background-repeat: repeat-x;
	background-position: 0px -70px;
}
#content {
	width:840px;
	padding:0;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:bottom center;
	clear:both;
}
#content h2 {
	padding:25px 20px 0 20px;
	margin:0;
	font-weight:normal;
}
#text {
	width:520px;
	float:left;
	padding:5px 0 5px 15px;
}
#text h2 {
	font-weight:normal;
	padding:0;
	margin:0;
}
#text h3 {
	background-color:#000;
	color:#FFF;
	padding:5px;
	font-weight:normal;
}
.post {
	border-bottom:#999 dashed 1px;
}
.message_footer {
	background-color:#999;
	margin:10px 0;
	padding:7px;
}
.message_footer .comments {
	float:left;
}
.message_footer .read_more {
	text-align:right;
	width:200px;
	float:right;
}
#subbar {
	float:right;
	height:50px;
	width:270px;
	padding:5px 15px 5px 0;
}
#subbar .box {
	text-decoration:none;
	color:#666;
	width:250px;
	min-height:240px;
	height:auto !important;
	height:240px;
	padding:0 10px;
	display:block;
	background:url(../images/bar_section_start.png) no-repeat;
}
#subbar .box h3, #subbar a.box h3 {
	color:#000;
	font-size:18px;
	font-weight:normal;
	height:15px;
	padding:10px 0 0 8px;
}
#subbar ul {
	font-family: Georgia;
	margin:0;
	padding:0;
}
#subbar ul li {
	list-style:none;
}
#subbar ul a {
	text-decoration:none;
}
#subbar ul a:hover {
	color:#333;
	text-decoration:underline;
}
#subbar ul li a {
	display:block;
	height:25px;
	padding:10px 0 0 8px;
	
	font-size:15px;
	
	color:#666;
	border-bottom:dashed 1px #666;
	list-style:none;
}
#footer {
	text-align:center;
	font-size:13px;
	margin:30px 0 0 0;
	height:160px;
	padding:10px 20px 0 10px;
	width:800px;
	clear:both;
}
