/* CSS Document */
body, html{
	margin-top: 0px;
	padding-top: 0px;
	background-color: #cdcd9b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
}
html a{
	color: #AB0101;
}
div.fs{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
}
div#container{
	width: 760px;
	border: 10px solid #fff;
	margin: 0 auto;
	margin-top: 20px;
	background-color: #999;
	background-image: url('../img/bg.gif');
	background-repeat: repeat-y;

}
div#containerRed{
	width: 760px;
	border: 10px solid #fff;
	margin: 0 auto;
	margin-top: 20px;
	background-color: #999;
	background-image: url('../img/bg2.gif');
	background-repeat: repeat-y;
}

div#header{
	border-bottom: 10px solid #fff;
	height: 45px;
	background-image: url('../img/topBg.jpg');
	background-repeat: repeat-y;
	line-height: 45px;
	text-align: right;
}
div#header img{
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}

div#langSwitch a{
	color: #e48080;
	text-decoration: none;
	font-weight: bold;
	margin-left: 16px;
}
div#langSwitch a#sitemap{
	margin-left: -5px;
	position: relative;
	top: 3px;
	margin-right: 10px;
}
div#langSwitch a#sitemap img{
	display: inline;
	position: relative;
	float: none;
}
div#navigation{
	width: 160px;
	float: left;
	padding-top: 20px;
	background-color: #999;
	background-image: url('../img/leftBg.jpg');
	min-height: 400px;
	background-repeat: repeat-x;
}
* html div#navigation{
	height: 395px;
}
div#navigation div.nav{

	line-height: 16px;
	height: 16px;
	font-size: 10px;
	padding-left: 20px;
	background-image: url('../img/bullet1.gif');
	background-repeat: no-repeat;
	background-position: 10px 5px;
	margin-bottom: 10px;
	padding-right: 5px;
	background-color: transparent;
	margin-left: 1px;
	margin-right: 1px;
}
div.navHover{	
	line-height: 16px;
	height: 16px;

	font-size: 10px;
	padding-left: 20px;
	background-image: url('../img/bullet1.gif');
	background-repeat: no-repeat;
	background-position: 10px 5px;
	margin-bottom: 10px;
	padding-right: 5px;
	background-color: #990102;
	margin-left: 1px;
	margin-right: 1px;
}
div.nav a, div.navHover a{
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}
div#navigation div.subNav{

	line-height: 16px;
	height: 16px;
	font-size: 10px;
	padding-left: 20px;
	background-image: url('../img/bullet2.gif');
	background-repeat: no-repeat;
	background-position: 10px 7px;
	margin-bottom: 10px;
	padding-right: 5px;
	background-color: transparent;
	margin-left: 18px;
	margin-right: 1px;
}
div.subNavHover{	
	line-height: 16px;
	height: 16px;
	font-size: 10px;
	padding-left: 20px;
	background-image: url('../img/bullet2.gif');
	background-repeat: no-repeat;
	background-position: 10px 7px;
	margin-bottom: 10px;
	padding-right: 5px;
	background-color: #5d5d5d;
	margin-left: 18px;
	margin-right: 1px;
}
div.subNav a, div.subNavHover a{
	color: #d3d3d3;
	font-size: 11px;
	text-decoration: none;
}
div#content, div#contentRed{
	float: right;
	width: 590px;
	border-left: 10px solid #fff;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
div#content img{
	display: block;
}

div#sideBarCaption{
	color: #fff;
	font-size: 18px;
	padding-left: 18px;
	margin-top: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #afafaf;
}
div#leftNews, div#leftNews a{
	padding-top: 10px;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}
div#leftNews a:hover{
	text-decoration: underline;
}
div#leftNews div.newsTitle{
	margin-bottom: 20px;
}
div#leftNews{
	padding-left: 18px;
}
div#rightBar{
	width: 170px;
	float: right;
	background-color: #ad0101;
	color: #fff;
	font-size: 11px;
}
div#midBar{
	width: 410px;
	border-right: 10px solid #fff;
	background-color: #f8f8f8;
	float: left;
}
div#headerBanner{
	border-bottom: 10px solid #fff;
}
div#headerBannerRed{
	border-bottom: 0px solid #fff;
}

div#innerRed{
	margin-left: 80px;
	margin-right: 60px;
}

div.caption{
	padding-top: 15px;
	padding-left: 15px;
	border-bottom: 1px solid #c95d5d;
	padding-bottom: 12px;
	font-weight: bold;
}
div.barContent{
	padding-left: 15px;
	padding-top: 5px;
	color: #ff8d8d;
}
input#sBox{
	width: 110px;
	margin-right: 5px;
	border-top: 2px solid #808080;
	border-left: 2px solid #808080;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	float: left;
}
input#sImg{
	display: block;
	float: left;
	margin-top: 5px;
}
form div{
	margin-top: 5px;
}
div#textTitle{
	font-size: 18px;
	color: #990102;
	text-align: left;
	padding-right: 10px;
	padding-bottom: 0px;
	margin: 10px;
}
div#textLong{
	color: #676767;
	font-size: 11px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
}

div#textLong img{
	float: left;
	display: block;
	margin: 5px;
	margin-left: 0px;
	border: 1px solid #7b7b7b;
}

div.newsItem{
	margin-bottom: 15px;
	padding-left: 10px;

}
div.newsImage{
	width: 110px;
	float: left;
	margin-right: 20px;
}
div.newsImage img{
	border: 1px solid #7b7b7b;
}
div#content div.newsTitle{
	float: left;
	width: 240px;
	font-size: 11px;
	font-weight: bold;
}
div.newsTitle a{
	color: #ad0101;
	text-decoration: none;
}
div.newsTitle a:hover{
	text-decoration: underline;
}

div.newsBody{
	float: left;
	width: 240px;
}

span.newsDate{
	color: #999;
	font-size: 9px;
}
div#leftMore a{
	text-decoration: underline;
	margin-bottom: 10px;
	display: block;
}
div#search-results{
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
div.search-result-entry a{
	color: #a01010;
	font-size: 12px;
	
}
span.search-word{
	color: #a01010;
	font-weight: bold;
}

div#content ul{
	list-style-image: url('../img/bullet.gif');
	
}

div#contentRed div#textLong{
	color: #fff;
}
div#contentRed div#textTitle{
	color: #999;
}
div.newsPages a{
	color: #000;
	font-weight: normal;
}
div.newsPages a.selected{
	color: #ad0102;
	font-weight: bold;
}

.barContent a{
	color: #ffadad;
}
#singleItem #textLong img{
	border: 1px solid white;
}


table.sociable a {
	text-decoration: none;
}

table.sociable a img {
	border: none;
}
div.tweet{
	color: #fff;
	padding-right: 10px;
	font-size: 10px;
}
div.tweet a.reply{
	color: #f69000;
}
div.twitterUser{
	color: #72dcf4;
	font-weight: bold;
	margin-bottom: 5px;
}
a.followLink{
	color: #fff;
	font-weight: bold;
}
div.sideBarSeperator{
	border-bottom: 1px solid #c75d5f;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: -15px;
}
div#sociableContainer, div#sociableContainer2{
	width: 322px;
	height: 86px;
	padding: 45px 15px 25px 15px;
	background-image: url('/img/recommend.jpg');
	margin: 20px;
	position: relative;
	display: none;
}
div#sociableContainer div.closer, div#sociableContainer2 div.closer{
	height: 15px;
	width: 15px;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
}
div#sociableContainer table, div#sociableContainer2 table{
	width: 100%;
}
div#followers{
	width: 147px;
	height: 90px;
	background-image: url('/img/twit.jpg');
	background-repeat: no-repeat;
	position: relative;
}
div#followers a{
	display: block;
	width: 100%;
	height: 100%;
}
div#follower_count{
	position: absolute;
	left: 10px;
	top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1a74b9;
	font-size: 24px;
}
div#follower_name a, div#follower_count a{
	color: #1a74b9;
	text-decoration: none;
}
div#follower_name{
	position: absolute;
	left: 13px;
	bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1a74b9;
	font-size: 12px;
}
div#override{
	padding-left: 10px;
}
div#override img{
	display: inline;
}
div#content table.sociable img{
	display: inline;
}
#f_banner{
	border: 1px solid #666666;
	margin-top: 10px;
}
div.tweet{
	width: 150px;
	max-width: 150px;
	
}
div#content img#plusSign, div#content img#plusSign2{
	position: relative;
	top: 1px;
}

div#facebook img {
	border: none;
}