/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}

HTML {
	background: #eee;
	font-family: arial, sans-serif;
	font-size: 13px;
}
H1 {
	color: white;
	font-size: 30px;
}
H1 A {
	color: white;
}
H1 A:hover {
	text-decoration: none;
}
H2 {
	background: white;
	padding: 10px 10px 10px 25px;
}
H2 STRONG {
	font-weight: bold;
}
A {
	color: #0099ff;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
A STRONG,
A B {
	font-weight: bold;
}


/* IMAGES */
.image-right {
	float: right;
	margin: 2px 0 5px 5px;
}
.image-left {
	float: left;
	margin: 2px 5px 5px 0;
}


/* SCAFFOLDING */
#header,
#content {
	overflow: hidden;
}
#footer {
	margin: 10px 0 10px 0;
}
#header,
#footer .info {
	padding: 10px;
	background: #666;
	color: white;
}
#footer .contact {
	padding: 10px;
	color: #999;
}
#footer .contact A {
	white-space: nowrap;
}
#header H1 A {
	margin: 5px;
}


/* ADS */
.ad {
	padding: 5px;
	background: #ccc;
	color: black;
}
.article .ad {
	margin: 0 0 10px 0;
}


/* NAVIGATION */
.navigation {
	padding: 10px;
	border-bottom: 1px solid white;
	overflow: hidden;
}
.navigation H2 {
	float: left;
	padding: 10px 15px;
	background: #444;
	color: white;
	font-weight: bold;
}
.navigation .next-page {
	display: block;
	padding: 10px 34px 10px 15px;
	background: #40b2ff url(../images/icon_right_white.png) no-repeat 100% 50%;
	color: white;
	text-decoration: none;	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.navigation .home {
	float: right;
	margin: 0 0 0 10px;
	padding: 10px 34px 10px 15px;
	background: #40b2ff url(../images/icon_up_white.png) no-repeat 100% 50%;
	color: white;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}


/* LISTS */
.news {
	margin: 0;
}
.news LI {
	position: relative;
	border-top: 1px solid white;
	border-bottom: 1px solid #e3e3e3;
}
.news LI.first {
	border-top: 0;
}
.news-small LI {
	border-color: #e3e3e3;
	border-bottom: none;
	background: url(../images/icon_disc_blue.png) no-repeat 12px 50%;
}
.news-small A {
	display: block;
	padding: 10px 10px 10px 25px;
	text-decoration: none;
}
.news-small A:hover,
.news-small A:focus {
	text-decoration: underline;
}
.news-small .visited {
	background-image: url(../images/icon_disc_grey.png);
}
.news-small .visited A {
	color: #999;
}
.news-small .visited .article A {
	color: #0099FF;
}
.news-small .visited .article A.close-article {
	color: white;
}
.news-small .article .send {
	background: none;
}
.news-small .article A.close-article:hover,
.news-small .article A.close-article:focus {
	text-decoration: none;
}
.sections LI {
	border-top: 1px solid #e3e3e3;
}
.sections LI.first {
	border-top: 0;
}
.sections A {
	display: block;
 	padding: 10px 28px 10px 25px;
	background: url(../images/icon_right_blue.png) no-repeat 100% 50%;
	font-weight: bold;
	text-decoration: none;
}
.sections A:hover,
.sections A:focus {
	text-decoration: underline;
}
.news-remote A {
 	padding-right: 28px;
	background: url(../images/icon_right_blue.png) no-repeat 100% 50%;
}
.news-remote .source {
	color: #999;
}
A.show-more {
	position: relative;
	display: block;
	margin: 10px;
	padding: 10px 34px 10px 15px;
	background: #40b2ff url(../images/icon_down_white.png) no-repeat 100% 50%;
	color: white;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}


/* TEASERS */
.news .teaser {
	padding: 10px;
	overflow: hidden;
}
.news .teaser H2 {
	margin: 0 0 3px 0;
	padding: 0;
	background: none;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.05;
}
.news .teaser H2 A {
	padding: 0;
	text-decoration: none;
	color: black;
}
.news .teaser P SPAN {
	color: #ed1c24;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}
.news .visited .teaser,
.news .visited .teaser H2 A {
	color: #999;
}
.news .visited .teaser IMG {
	opacity: .5;
}
.news .visited .teaser P SPAN {
	color: #ed7f84;
}


/* POLL */
.poll {
	margin: 0px;
	/*background: white;*/
	padding: 10px;
}
.poll FORM {
	position: relative;
}
.poll H2 {
	background: none;
	padding: 0;
	margin: 0 0 8px 0;
	font: bold 18px/1.0 arial, sans-serif;
}
.poll .question {
	overflow: hidden;
}
.poll .question DIV {
	float: left;
	margin: 0 8px 0 0;
}
.poll .question DIV INPUT {
	position: absolute;
	left: -9999px;
}
.poll .question DIV LABEL {
	display: block;
	background: #40B2FF;
	padding: 10px;
	color: white;
	cursor: pointer;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.poll A.more {
	clear: left;
	float: left;
	margin: 8px 0 0 0;
	text-decoration: none;
}
.poll .notice {
	margin: 0 0 8px 0;
	color: #ed1c24
}
.poll .description {
	margin: 10px 0 0 0;
	color: #999;
}
.poll .result {
	display: none;
}
.poll .result LI {
	border: 0;
}
.poll .result LI SPAN {
	font-weight: bold;
}
.poll A.more:hover {
	text-decoration: underline;
}
.has-voted .question {
	display: none;
}
.has-voted .result {
	display: block;
}


/* BREADCRUMB */
.breadcrumbs {
	overflow: hidden;
	_height: 1%;
}
.breadcrumbs LI {
	display: block;
	float: left;
}
.breadcrumbs LI A,
.breadcrumbs LI SPAN {
	color: white;
	padding: 10px 20px 10px 10px;
	display: block;
}
.breadcrumbs LI A:hover {
	text-decoration: none;
}
.breadcrumbs LI {
	background: #444;
}
.breadcrumbs LI.first {
	background: #40B2FF url(../images/bg_breadcrumb_first.png) center right no-repeat;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
}
.breadcrumbs LI.last {
	background: #444 url(../images/bg_breadcrumb_last.png) center right no-repeat;
	font-weight: bold;
}


/* ARTICLE */
.article {
	background: white;
	border-bottom: 1px solid #e3e3e3;
	margin: 0;
	padding: 10px 10px 20px 10px;
	overflow: hidden;
}
.article A {
	padding: 0;
}
.article .media IMG {
	width: 100%;
}
.article P {
	margin: 0 0 10px 0;
}
.article H2 {
	margin: 0;
	padding: 0 50px 0 0;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.05;
}
.article H2 .sup-heading {
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 2px;
}
.article H3 {
	font-size: 14px;
	font-weight: bold;
}
.article UL,
.article OL {
	margin: 0 0 10px 1.5em;
}
.article LI {
	margin: 0 0 5px 0;
	border: none;
}
.article UL LI {
	list-style: disc;
}
.article OL LI {
	list-style: decimal;
}
.article .lead {
	margin: 10px 0 0 0;
	font-size: 15px;
	font-weight: bold;
}
.article .dateline {
	font-size: 13px;
	color: #999;
	margin: 6px 0 10px 0;
	line-height: 1.2;
}
.article .article-bread {
	margin: 10px 0 0 0;
}
.article .fact {
	position: relative;
	margin: 16px 0 10px 0;
	padding: 10px 6px 0 6px;
	border: 1px solid #e0e0e0;
}
.article .fact H2 {
	margin: 0 0 4px 0;
	font-size: 16px;
	color: #444;
}
.article .fact H2 .flag {
	background: white;
	position: absolute;
	top: -.5em;
	padding: 0 2px;
	font-size: 12px;
	color: #999;
	text-transform: uppercase;
}
.article .fact P {
	color: #444;
}
.article .media {
	margin: 0 0 10px 0;
}
.article .media P.caption {
	margin: 3px 0 0 0;
	color: #444;
}
.article A.show-comments {
	position: relative;
	float: left;
	padding: 10px 34px 10px 15px;
	background: #eee url(../images/icon_down_blue.png) no-repeat 100% 50%;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.article #threads {
	padding: 7px 0 10px 0;
	border-top: 1px solid #e0e0e0;
}
.article .comments H2 {
	display: none;
	padding: 0 0 8px;
	font-size: 16px;
	font-weight: bold;
	margin:0 0 8px;
	border-bottom:1px solid #E0E0E0;
}
.article .comment {
	margin: 0 0 8px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #e0e0e0;
}
.article .comment H3 {
	font-weight: bold;
}
.article .comment .entry-meta {
	color: #999;
	text-align: right;
}
.article .comment-reply {
	padding-left: 30px;
}
.article .close-article {
	float: right;
	margin: 0 0 0 10px;
	padding: 10px 34px 10px 15px;
	background: #40b2ff url(../images/icon_close_white.png) no-repeat 100% 50%;
	color: white;
	font-weight: bold;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.news .article {
	margin-bottom: -3px;
}
.news-small .article {
	margin-bottom: -1px;
}
.news-small .first .article {
	border-top: 1px solid #e3e3e3;
}


/* SEARCH */
.search {
	color: white;
	padding: 15px 10px 0px 10px;
}
.search LABEL {
	display: block;
	margin: 0 0 4px 0;
}
.search #search-text {
	padding: 2px;
	width: 200px;
}


/* LOADER */
.loader {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #444 url(../images/loader-mobile.gif) no-repeat 50% 50%;
	opacity: .9;
	visibility: hidden;
	cursor: default;
}
.teaser .loader,
.poll .loader,
A .loader {
	visibility: visible;
}
/* Mobile rss */
#header h1{
	display:inline-block;
	float: left;
}
.rssMobile{
  float: right;
}
/* appMessage on mobile site */
.appMessage{
  float:left;
  width:100%;
  margin:10px 0 0 0;
}

.appMessage a{
  text-decoration:none;
  font-family:arial;
  color:#000000 !important;
  font-size:1.3em;
}
