body {
	background-color: #000;
}

.container_16 {
	background-image: url('../images/bg-head.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #B52400;
	/*background-image: url('img/bg-grad.jpg');*/

	border: 2px solid #f5cf47;
	margin-top: 50px;
	margin-bottom: 15px;
	position: relative;
}

.inner {

	
}

#topLinks {
	color: #FFF;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	top: -22px;
	text-align: right;
	width: 950px;
	position: absolute;
	left:450px;
top:-24px !important;
width:500px;
z-index:91;
}

#topLinks a {
	color: #E8E8F1;
	margin:0 5px;
}

#content {
	text-align: center;
	margin-top: 60px;
}

#front #logo {
	top: -45px;
	left: 25px;
	position: absolute;
}

#front #nav {
	top: 20px;
	left: 175px;
	position: absolute;
}

#front #ccIcon { 
	background: white;
	top: 20px;
	left: 790px;
	position: absolute;
}

#front #feedIcon {
	top: 18px;
	left: 910px;
	position: absolute;
}

#front .articles.view {
	margin-top: 10px;
}

#front .articles.view, #front .weathers.view, #front .pages {
	color: #333;
	background-color: #FFF;
	font-family: Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: left;
	letter-spacing: -0.02em;
	line-height: 1.2em;
	/*
	border: 1px solid #999;
	*/
	margin-top: 10px;
	
	padding: 10px;
	
	opacity: 0.95;
	filter: alpha(opacity=95);
	-moz-opacity: .95;
}

#front .articles.view > p { 
	padding: 10px;
}

#front .articles.view h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2em;
	font-weight: bold;
	margin: 10px 0 5px 0;
}

#front .weathers.view h2, #front .pages h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2em;
	font-weight: bold;
	margin: 10px 0 20px 0;
} 

#front .weathers.view .weather-images {
	margin-top: 20px;
	text-align: center;
}

#front .articles.view small {
	margin-left: 10px;
}

#front .media {
	width: 320px;
	height: 345px;
	margin-top: 10px;
	float: left;
}

#front .media > div {
	display: none;
}

#front #maineWeather .media > div {
	display: block;
}

#front .media img.small {
	width: 159px;
	margin-top: 1px;
	margin-right: 1px;
}

#front #newsSummary .stories {
	text-align: left;
	border-top: 1px solid #999;
	margin: 10px 0 10px 10px;
	width: 380px;
	height: 345px;
	position: relative;
	overflow: hidden;
	float: left;
}

#front #newsSummary .stories > div {
	padding: 10px 5px;
	border-bottom: 1px solid #999;
}

#front #newsSummary .stories *, #front #newsSummary .text * {
	background: transparent;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #333;
	border: 0;
	padding: 0;
	cursor: default;
}

#front #newsSummary .stories div p a, #front #newsSummary .text a {
	color: #003;
	text-decoration: underline;
	cursor: pointer;
}

#front #newsSummary .stories > div {
	margin-top: 5px;
}

#front #newsSummary .stories > div p {
	margin: 5px 0 0 0;
}

#front #newsSummary .stories div.ui-accordion-group {
	padding: 5px;
}

#front #newsSummary .stories div.ui-accordion-group.selected div {
	height: auto !important;
}

#front #newsSummary .stories div.ui-accordion-group.selected {
	padding: 10px 5px;
}

#front #newsSummary .stories div.ui-accordion-group.selected h3 {
	font-size: 1.4em !important;
	font-weight: bold;
	margin-bottom: 0;
}

#front #newsSummary .stories div.ui-accordion-group.selected h3 a:hover {
	text-decoration: none !important;
}

#front #newsSummary .stories h3 {
	font-size: 0.9em;
	font-weight: normal;
	margin-bottom: 0;
}

#front #newsSummary .stories small {
	font-size: 0.7em;
	font-weight: normal;
	margin-left: 5px;
}

#front #newsSummary .stories small, 
#front #newsSummary .stories small strong {
	color: #600;
}

#front #newsSummary .stories h3.bold {
	font-weight: bold;
}

#front #newsSummary .stories h3 a:hover {
	text-decoration: underline;
	cursor: pointer;
}

#front #newsSummary .stories img.video {
	float: right;
}

#front #newsSummary .stories p a {
	color: #006;
	text-decoration: underline;
	cursor: pointer;
}

#front #newsSummary div.text {
	text-align: left;
	margin: 10px 0 10px 10px;
	width: 365px;
	height: 330px;
	position: relative;
	overflow: hidden;
	float: left;
}

#front #newsSummary div.text h3 {
	font-size: 1.2em;
	margin-bottom: 10px;
}

#front #newsSummary .text div.weather-images {
	top: 240px;
	left: 0;
	position: absolute;
}

#front #newsSummary .text div.weather-images img {
	width: 110px;
	margin-right: 5px;
	cursor: pointer;
}

#front #newsSummary {
	color: #333;
	background: none;
	font-family: auto;
	font-size: auto;
	border: none;
	padding: 0 0 10px 0;
	height: 380px;
}

#front #newsSummary > div {
	background: none;
	background-color: #FFF;
	border-color: #999;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	height: 360px;
	padding: 0 10px;
	opacity: 0.95;
	filter: alpha(opacity=95);
	-moz-opacity: .95;
}

#front #newsSummary ul {
	border: none;
	margin-left: 10px;
}

#front #newsSummary ul, #front #newsSummary ul * {
	background: none;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #333;
	padding: 0;
	cursor: pointer;
}

#front #newsSummary ul li {
	background-color: #FFF;
	border: 1px solid #999 !important;
	border-bottom: 1px solid #999 !important;
	padding: 5px 20px;
	opacity: 0.85;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
}

#front #newsSummary ul.ui-tabs-nav li.ui-tabs-selected {
	border-bottom: 0 none !important;
	opacity: 0.95;
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
}

#front #rightAds {
	margin-top: 60px;
	text-align: center;
}

br.clear {
	clear: both;
}

#front div.article-images { 
	float: left;
	width: 200px;
	margin: 0 10px 10px 0;
	padding: 5px 0;
	text-align: center;
	border: #CCC 1px solid;
	background: #EEE;
}

#front div.article-images div.article-more-images { 
	margin-top: 10px;
}
#front div.article-images div.article-more-images a { 
	display: block;
	float: left;
	margin: 5px;
}

#front div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
#front div.paging div.disabled {
	color: #ddd;
	display: inline;
}
#front div.paging span {
}
#front div.paging span.current {
	color: #000;
}
#front div.paging span a {
}


#front #poll { 
	margin: 20px auto;
	text-align: center;
}

#front #home div.ads.google {
	margin-top: 10px;
}

#front #home div.ads.internal img { 
	padding: 10px 25px;
}

#front { 
	z-index: 1;
}

#front #topLinks {
	color: #D1D1DA;
	top: -24px !important;
}

#front #topLinks a {
	color: #FFF;
}
 
#front a {
	color: #003;
}

#front #newsSummary .media {
	width: 335px !important;
}

#front #newsSummary .media div {
}

#front #newsSummary .media div img {
}

#front #newsSummary .stories {
	width: 365px !important;
}

#front #newsSummary .stories > p {
	font-size: 0.75em;
	padding: 5px;
}

#front div.article-new-comment div.input { 
	margin-bottom: 10px;
}

#front div.article-new-comment div.input label { 
	display: block;
	font-weight: bold;
}

#front div.article-new-comment div.input input, #front div.article-new-comment div.input textarea { 
	font-family: Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
	font-size: 0.95em;
	border: 1px solid #666;
	padding: 5px;
	width: 95%;
}

#front div.article-new-comment div.button input { 
	margin-top: 10px;
	float: right;
}

#front div.article-comments-terms {
	margin-top: 20px;
}

#front div.article-comments, #front div.article-comments *, #front div.article_social, #front div.article_social * {
	text-align: left;
}

#front div.article-comments { 
	background:#EDEDED;
	border:1px solid #DCDDDD;
	margin-top: 10px;
	padding: 10px;
	opacity: 0.95;
	filter: alpha(opacity=95);
	-moz-opacity: .95;
}

#front div.article-comments div.addComment { 
	float: right;
}

#front div.article-comments div.comment { 
	margin-bottom: 25px;
}

#front div.article-comments div.comment div.comment-text { 
	background:#FFFFFF;
	border:1px solid #CDCFCF;
	margin-bottom:5px;
	padding:15px;
}

#front div.article-comments div.comment div.comment-author {
	font-size: 0.9em;
}

#front div.article-comments div.comment div.comment-author img {
	width: 50px;
	margin-right: 10px;
	float: left;
}

#front div.article-comments div.comment div.comment-author small {
	color: #999;
}

#front div.article-comments div.comment div.comment-author strong {
	margin-top: 20px;
	display: block;
}

#front div.article-social {
	background-color: #FFF;
	border: 1px solid #DCDDDD;
	margin-top: 10px;
	padding: 10px;
	opacity: 0.95;
	filter: alpha(opacity=95);
	-moz-opacity: .95;
}

#front div.article-social a {
	font-size: 1em;
	font-weight: bold;
	display: block;
}

#front div.article-social div {
	font-size: 0.9em;
	text-align: left;
}

#front div.article-social h3 {
	font-size: 1.1em;
	text-align: left;
	margin-bottom: 5px;
}

#front div.article-social small {
	font-size: 0.9em;
}

#front div.article-social small, #front div.article-social small a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

#front div.article-social small a:hover {
	text-decoration: underline;
}

#front div.article-social .icon {
	text-align: right;
}

#front .articles.index .article {
	min-height: 90px;
	/*
	border-bottom: 1px solid #CCC;
	*/
	padding: 20px 0;
}

#front .articles.index .article img.video {
	float: right;
}

#front .articles.index .article img.thumbnail {
	margin-top: 5px;
	margin-right: 5px;
	float: left;
}

#front .articles.index .article strong {
	font-size: 1.2em;
	font-weight: bold;
}

#front .articles.index .article p {
	margin-top: 5px;
	margin-bottom: 0;
}

#front .articles.view h2 {
	margin-bottom: 10px;
}

#front .article-body small {
	margin-bottom: 10px;
}

#front .article-body .article-images {
	margin-left: 10px;
	float: right !important;
}

#front .article-media .article-images {
	margin: 10px 60px 0 60px;
}

#front #newsSummary {
	display: none;
}

#front #summaryLoading {
	color: #FFF;
	text-align: center;
	padding: 190px 0;
	
}

#front #footer {
	color: #FFF;
	font-family: 'Trebuchet MS',Verdana,sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	margin-bottom: 10px;
}

#front #footer a {
	color: #FFF;
}

#front .align-right {
	text-align: right;
}

#front #newsSummary .media {
	overflow: hidden;
}

#front div.ads.wide, #front div.ads.wide-small {
	margin: 20px 0 10px 0;
	vertical-align: middle;
}

#front div.ads.wide > a, #front div.ads.wide > div {
	margin: 0 10px;
}

#front #rightAds div.ads > a, #front #rightAds div.ads > div {
	margin: 5px 0;
}

#front div.index div.ads {
	padding-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
}

#front div.ads.right-column > *, #front div.ads.right-top > * {
	margin-bottom: 10px;
}

#front div.search { 
	display: inline;
}
#front div.search form { 
	display: inline;
}

#front div.search input { 
	padding: 1px;
	font-size: 75%;
	vertical-align: text-bottom;
}

#front div.search span.text-input input {
	width: 120px;
}

#front div.search span.submit input { 
	background: #DDD;
}

#front .alert {
	background-color: #8A0022;
	border-color: #FFF2BD;
	border-style: solid;
	border-width: 2px;
	color: #FFF;
	padding: 10px;
	margin: 0 10px 10px 10px;
	opacity: 0.90;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	display: block;
}

#front .alert strong {
	color: #FFF2BD;
	font-size: 1.3em;
}

#front .alert a {
	color: #FFF;
}

#front div.home-content {
	background: #FFFFFF none repeat scroll 0 0;
	color: #333;
	text-align: left;
	border-color: #999999;
	border-style: solid;
	border-width: 0 1px 1px;
	opacity: 0.95;
	filter: alpha(opacity=95);
	-moz-opacity: .95;
	margin: 10px 0 0 0;
	padding: 10px;
}

#front div.home-content h3 {
	font-size: 1.2em;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#front div.home-content img {
	margin-bottom: 10px;
}

#front #homeAds {
	text-align: right;
}

#front ul.navigation {
	margin: 0; 
	padding: 0;
	list-style: none;
	float: left;
	z-index: 200;
}

#front ul.navigation li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}
		
#front ul.navigation li ul {
	left: 0;
	top: 28px;
	border: 1px solid #999;
	border-bottom: 0;
	position: absolute;
	list-style: none;
	display: none;
}

#front ul.navigation li:hover ul, #front ul.navigation li.sfHover ul {
	display: block;
}

#front ul.navigation li ul li a {
	background: url('../images/bg-subnav.jpg') repeat-x top left;
	background-color: #f5cf47;
	color: #000000;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #999;
	width: 150px;
	padding: 1px 3px;
	margin-left: 0;
	opacity: 0.90;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	display: block;
	text-align:left;
}

#front ul.navigation li ul li a:hover {
	color: #B52400;
}

#front div.articles.view div.ads.rectangle {
	margin: 20px 0 20px 20px;
	border-bottom: 0;
	float: right;
}

#front div.weathers.view div.ads.rectangle {
	margin: 10px 0;
	text-align: center;
}

ul, ol { 
	text-align: center;
}

#front div.content img { 
	margin: 10px;
}
