 
/* CSS Document */

body {
	margin: 0px;
	background-image: url(images/bg-main.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #acc5e4;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #6b6b6b;
}
h1 {
	color: #cf0101;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding: 0px;
	font-weight: bold;
}
h2 {
	color: #6b6b6b;
	text-transform: uppercase;
	margin-bottom: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
}
h2 a {
	color: #6b6b6b;
}
h3 {
	color: #6b6b6b;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
a {
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	color: #6b6b6b;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0px 0px 10px 0px;
	line-height: 16px;
}

/* LAYOUT */
#topbar {
	margin: 0px auto;
	width: 805px;
	background-image: url(images/bg-topbar.png);
	background-repeat: repeat;
	height: 10px;
}	
#header {
	width: 785px;
	padding: 0px 10px;
	margin: 25px auto;
}
#tagline {
	font-size: 14px;
	font-style: italic;
	float: right;
	width: 375px;
	text-align: right;
	padding-top: 10px;
}
#container {
	width: 785px;
	margin: 0px auto;
	padding: 10px;
	background-image: url(images/bg-container.png);
	background-repeat: repeat-x;
}
#topcontainer {
	background: url(images/bg-top.jpg) no-repeat bottom;
	padding-bottom: 100px;
	margin-top: 15px;
}
.threeboxes {
	float: left; 
	width: 170px; 
	padding: 10px 0px 0px 0px; 
	text-align: center;
}
.threeboxes a {
	color: #6b6b6b;
}
.top {
	font-weight: bold;
	font-size: 10px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.top li {
	list-style: none;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.comment-wrap {
	background-color: #d6e1f1;
	padding: 5px 10px 10px 10px;
}
#footer {
	width: 785px;
	margin: 0px auto 20px auto;
	padding: 10px;
	color: #7397c3;
	font-size: 10px;
}
#footer a {
	color: #7397c3;
}
#footerlt {
	float: left;
	width: 400px;
}
#footerrt {
	float: right;
	width: 300px;
	text-align: right;
}
.centeredtext {
	text-align: center;
}

/* NAV */
#nav {
	width: 225px;
	float: left;
	text-align: right;
}
#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	margin: 0px;
	padding: 0px;
	display: block;
}
#nav ul li a {
	display: block;
	padding: 10px 20px;
	margin: 0px;
	text-transform: uppercase;
	text-decoration: none;
	color: #6b6b6b;
}
#nav ul li a:hover {
	background-color: #fff;
	text-decoration: none;
}
#nav ul li span {
	font-size: 24px;
	color: #cf0101;
	font-weight: bold;
}
.current {
	background-color: #fff;
}
#nav ul li ul li.currentsub a {
	background-color: #fff;
	padding: 0px 20px 10px 20px;
}
#nav ul li ul li.currentsub a:hover {
	text-decoration: underline;
}

/* BREADCRUMBS */
#breadcrumbs {
	text-transform: uppercase;
	padding: 0px;
	margin: 5px 0px 15px 0px;
}
#breadcrumbs li {
	display: inline-block;
	list-style: none;
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	background-image: url(images/bg-breadcrumbs.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#breadcrumbs li a {
	color: #C2C2C2;
	text-decoration: none;
}
#breadcrumbs li a:hover {
	text-decoration: underline;
}
.currentcrumbs a {
	font-weight: bold;
}

/* CONTENT */
#content {
	background-color: #fff;
	width: 520px;
	padding: 20px;
	float: right;
}
#posts {
	float: left;
	width: 330px;
}
#ads {
	float: right;
	width: 160px;
}

.title h2 {
	margin:0;
	padding:0;
	font-size: 18px;
	color: #6b6b6b;
}
.title h2 a {
	color: #6b6b6b;
	font-size: 18px;
}
.subtext {
	margin: 5px 0px 20px 0px;
}
.subtext a {
	font-size: 10px;
}
.pagination {
	padding: 3px;
	background-color: #d6e1f1;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
.pagination a {
	padding: 0px 3px;
	margin: 0px 2px;
	color: #6b6b6b;
}
.pagination a:hover {
	padding: 0px 3px;
	text-decoration: none;
	background-color: #fff;
}
.pagination p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
.pages {
	padding: 0px 3px;
	margin: 0px 2px;
	background-color: #ebf1f9;
}
.pagescurrent {
	padding: 0px 3px;
	margin: 0px 2px;
	background-color: #fff;
	font-size: 10px;
}
.pagesnonactive {
	padding: 0px 3px;
	color: #93a8c6;
}
.stats {
	width: 100%;

}
.stats tr {
	background-color: #ebf1f9;
}
.stats td {
	padding-left: 4px;
}
.statstitle {
	background: #fff url(images/bg-stats.gif) right no-repeat;
	color: #545454;
	font-weight: bold;
}
#search {
	background: url(images/bg-search.gif) no-repeat;
	width: 520px;
	height: 52px;
	padding: 0px;
}
#search input {
	background: #fff;
	border: 0px;
}
.searchform {
	padding: 18px 0px 0px 15px;
	float: left;
	width: 420px;
}
.searchbutton {
	float: right;
	margin: 8px 12px 0px 0px;
}
.news-body-text {
	line-height: 16px;
}
.news-body-text a {
	color: #6b6b6b;
}
.comment-right {
	line-height: 16px;
}
.storyfooter a {
	color: #6b6b6b;
}
.error {
	color: #ff0000;
	font-weight: bold;
}