html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline;  background: transparent; } body {   line-height: 1; } ol, ul {list-style: none;} blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/.clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */


/* 
@font-face {
  font-family: "Greta";
  src: url('../fonts/Greta_Arabic_Regular.eot');
  src: url('../fonts/Greta_Arabic_Regular.eot?#iefix') format('embedded-opentype'),
  		 url('../fonts/Greta_Arabic_Regular.woff') format('woff'),
  		 url('../fonts/Greta_Arabic_Regular.otf') format("opentype");
}

@font-face {
	font-family: "Al-Jazeera-Arabic-Bold";
	src: url('../fonts/Al-Jazeera-Arabic-Bold.eot');
	src: url('../fonts/Al-Jazeera-Arabic-Bold.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/Al-Jazeera-Arabic-Bold.woff') format('woff'),
			 url('../fonts/Al-Jazeera-Arabic-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Al-Jazeera-Arabic-Light";
	src: url('../fonts/Al-Jazeera-Arabic-Light.eot');
	src: url('../fonts/Al-Jazeera-Arabic-Light.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/Al-Jazeera-Arabic-Light.woff') format('woff'),
			 url('../fonts/Al-Jazeera-Arabic-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Al-Jazeera-Arabic-Regular";
	src: url('../fonts/Al-Jazeera-Arabic-Regular.eot');
	src: url('../fonts/Al-Jazeera-Arabic-Regular.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/Al-Jazeera-Arabic-Regular.woff') format('woff'),
			 url('../fonts/Al-Jazeera-Arabic-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
*/

/*
------------------------------------------------------------------------------
	1.  Document Setup (body, common classes, vertical rhythm, structure etc)
------------------------------------------------------------------------------
*/

body {
	font:normal 11px/16px Tahoma, Geneva, sans-serif;
	color:#666;
	background:#fff;
}
a {
	color:#003063;
	text-decoration:none;
}
a:hover {
	color:#f49524;
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6{font-family:Arial, Helvetica, sans-serif;font-weight:bold;color:#333;clear:both;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{color:#333;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{color:#003063;}
h1 {font-size:22px;line-height:26px;}
h2 {font-size:20px;line-height:24px;}
h3 {font-size:14px;line-height:18px;}
h4 {font-size:14px;line-height:18px;}
h5 {font-size:14px;line-height:18px;}
h6 {font-size:12px;line-height:16px;}
input, select{margin:0;font:normal 11px/16px Tahoma, Geneva, sans-serif;color:#666;}
a img{ border: none; vertical-align:top; }
.focus{color:#999;}
.wrapper{width:1000px;margin:0 auto;position:relative;}

/*
------------------------------------------------------------------------------
	2.  Header Styles
------------------------------------------------------------------------------
*/

/* Header */
#header{
	max-height:113px;
	background:#5BC6F2 url(header-bg.png) repeat-x 50% 0;
}
#header .inner{
	background:url(Grey2.jpg?var=111); /* no-repeat 50% 0 */
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#header .inner{
	background-position: 49.999% 0;
}
}
.home #header{
	max-height:490px; /*  465px */
	background:#fbfbfb url(home-header-bg.png) repeat-x 50% 0;
}
/*
.home #header .inner{
	background:url(home-header.png) no-repeat 50% 0;
}*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
.home #header .inner{
	background-position: 49.999% 0;
}
}
#header .header-content{
	padding:5px 0; /* 23px */
	margin-top: -3px;
    position:relative;
	 
}
#header h1{
	float:right;
	text-indent:-9999em;
	margin-left:10px;
}
#header h1 a{
	width:1000px;
	height:180px;
	background:url(Iraq-amsiHeader-1.jpg?var=2222) no-repeat;
	/*margin-top: -6px;*/
  display:block;
-moz-box-shadow: 2px 2px 1px #C0C6BA; -webkit-box-shadow: 2px 2px 2px #C0C6BA; box-shadow: 2px 2px 2px #C0C6BA; -moz-border-radius:33px; -webkit-border-radius:33px; border-radius:33px; 
}



#header .beta{
	width:43px;
	height:16px;
	background:url(beta.png) no-repeat 0 0;
	display:block;
	position:absolute;
	top:65px;
	right:185px;
}
/* Bar */
#bar{
	width:40px;
	position:fixed;
	top:0;
	margin-right:1040px;
}
#bar .ribbon{
	background:url(ribbon.png) no-repeat 0 0;
}
#bar .ribbon:hover{
	background:url(ribbon.png) no-repeat -40px 0;
}
#bar .ribbon a{
	display:block;
	height:329px;
	color:#fff;
	text-indent:-999em;
	background:url(ribbon-text.png) no-repeat center 50px;
}
#bar ul.bartools{
	margin-top:-6px;
}
#bar ul.bartools li{
	margin-bottom:5px;
}
#bar ul.bartools li a{
	width:40px;
	height:40px;
	display:block;
	text-indent:-999em;
	background-repeat:no-repeat;
	background-position: 0 0;
}
#bar ul.bartools li.home a{
	height:35px;
	background-image:url(home.png);
}
#bar ul.bartools li.home a:hover{
	background-image:url(home.png);
	background-position: 0 -35px;
}
#bar ul.bartools li.author a{
	background-image:url(user.png);
}
#bar ul.bartools li.author a:hover{
	background-image:url(user.png);
	background-position: 0 -40px;
}
#bar ul.bartools li.rss a{
	background-image:url(rss.png);
}
#bar ul.bartools li.rss a:hover{
	background-image:url(rss.png);
	background-position: 0 -40px;
}
#bar ul.bartools li.twitter a{
	background-image:url(twitter.png);
}
#bar ul.bartools li.twitter a:hover{
	background-image:url(twitter.png);
	background-position: 0 -40px;
}
#bar ul.bartools li.facebook a{
	background-image:url(facebook.png);
}
#bar ul.bartools li.facebook a:hover{
	background-image:url(facebook.png);
	background-position: 0 -40px;
}
#bar ul.bartools li.gotop{
	display:none;
}
#bar ul.bartools li.gotop a{
	background-image:url(gotop.png);
}
#bar ul.bartools li.gotop a:hover{
	background-image:url(gotop.png);
	background-position: 0 -40px;
}
/* Menu */
ul#menu{
	float:right;
	margin:2px 35px 0 0;
	background:#eee;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	background: -moz-linear-gradient(top, #fff, #eee);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:0 0 4px rgba(0,0,0,0.10);
	-moz-box-shadow:0 0 4px rgba(0,0,0,0.10);
	box-shadow:0 0 4px rgba(0,0,0,0.10);
	overflow:hidden;
}
ul#menu li{
	float:right;
	margin-left:-1px;
}
ul#menu li a{
	height:30px;
	display:block;
	padding:0 12px;
	font:bold 14px/30px Arial, Helvetica, sans-serif;
	color:#003063;
	border-left:1px solid #ddd;
}
ul#menu li a:hover, ul#menu li.current a{
	background: #003063;
	color:#fff;
	border-left:1px solid #003063;
}


 





ul#menu > li > a span.arrow-menu{
	width:9px;
	height:7px;
	display:block;
	float:left;
	background:url(arrow-menu.png) no-repeat 0 0;
	margin:13px 10px 0 0;
}
ul#menu > li:hover > a span.arrow-menu{
	background:url(arrow-menu.png) no-repeat 0 -7px;
}
ul#menu > li > a.current span.arrow-menu{
	background:url(arrow-menu.png) no-repeat 0 -7px;
}

ul#menu li ul{
	display: none;
	position: absolute;
    background-color: #f9f9f9;
    width:126px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
	z-index:9999;
}
ul#menu li ul li{
	padding-top:1px;
	float:none;
	border-bottom:1px dashed #c1c1c1;
	font:bold 14px Arial, Helvetica, sans-serif;
}
ul#menu li ul li:last-child{
	border-bottom:0;
}
ul#menu li ul li a{
	white-space:nowrap;
	display:block;
	color:#003063;
	padding:3px;
}
ul#menu li ul li a:hover{
	color:#fff;
	text-shadow:1px 1px 0 #0f6191;
}







/* Featured */
#featured{
      
}



#featured .featured-left-side{
	width:300px;
	float:left;
}
/* Shortcuts */
ul#shortcuts{
}
ul#shortcuts li{
	float:right;
	margin-left:6px;
}
ul#shortcuts li a{
	width:96px;
	height:100px;
	display:block;
	text-indent:-9999em;
}
ul#shortcuts li.lite-edition a{
	background:url(lite-edition.png) no-repeat 0 0;
}
ul#shortcuts li.yesterday-news a{
	background:url(yesterday-news.png) no-repeat 0 0;
}
ul#shortcuts li.photo-events{
	margin-left:0;
}
ul#shortcuts li.photo-events a{
	background:url(photo-events.png) no-repeat 0 0;
}
/* Breaking Sms */
#breaking_sms{
}

/*
------------------------------------------------------------------------------
	3.  Main Content Styles
------------------------------------------------------------------------------
*/

/* Main */
#main{
	padding:0 0 10px 0;
	background:#6BB7CE url(Grey2.jpg) repeat fixed 0 0; /* #ddd url(Grey2.jpg) repeat fixed 0 0; */
	border-bottom:1px solid #ccc;
}
/* Content */
#content{
	width:690px;
	float:right;
	padding-top:10px;
}
/* Sidebar */
#sidebar{
	width:300px;
	float:left;
}

/*
------------------------------------------------------------------------------
	4.  Widgets
------------------------------------------------------------------------------
*/

/* Postbox */
.postbox{
	background:#fff;
	overflow:hidden;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.1);
	box-shadow:0 0 5px rgba(0,0,0,0.1);
}
.postbox .postbox-head{
	height:36px;
	background: #f1f1f1;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
	background: -moz-linear-gradient(top, #fff, #f1f1f1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1');
}
/* ------------------------------------------------------------------------------------- */
.postbox .postbox-head-red{
	height:36px;
	background: #FF0000;
	background: -webkit-gradient(linear, left top, left bottom, from(#800000), to(#FF0000));
	background: -moz-linear-gradient(top, #800000, #FF0000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#800000', endColorstr='#FF0000');
}
.postbox .postbox-head-red h3{
	float:right;
	line-height:36px;
	
	color:#fff;
	margin-right:10px;
}
.postbox .postbox-head-red h3 a{
	display:block;
	color:#fff;
}
.postbox .postbox-head-red h3 a:hover{
	color:#f49524;
}
/* ------------------------------------------------------------------------------------- */
.postbox .postbox-head h3{
	float:right;
	line-height:36px;
	text-shadow:1px 1px 0 #fff;
	color:#003063;
	margin-right:10px;
}
.postbox .postbox-head h3 a{
	display:block;
	color:#003063;
}
.postbox .postbox-head h3 a:hover{
	color:#f49524;
}
.postbox .postbox-header{
	height:36px;
	background: #f1f1f1;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
	background: -moz-linear-gradient(top, #fff, #f1f1f1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1');
	padding:0;
}
.postbox .more{
	width:50px;
	height:36px;
	display:none;
	background:#003063;
	overflow:hidden;
	float:left;
	color:#fff;
	text-align:center;
	line-height:36px;
}
.postbox .more:hover{
	background: #003063;
	background: -webkit-gradient(linear, left top, left bottom, from(#53c8f8), to(#003063));
	background: -moz-linear-gradient(top, #53c8f8, #003063);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#53c8f8', endColorstr='#003063');
}
.postbox:hover .more{
	display:block;
}
.postbox .message{
	height:32px;
	background: #003063;
	color:#fff;
	line-height:34px;
	padding:0 10px;
	text-align:center;
	overflow:hidden;
	display:none;
}
.postbox .message span.spinner{
	width:64px;
	height:8px;
	display:none;
	background:url(spinner.gif) no-repeat 0 0;
	margin:14px auto 0;
}
.postbox .message span.result{
	display:none;
}
.postbox .postbox-content{
	border-top:2px solid #003063;
	-webkit-transition:border 0.2s ease-in;
   	-moz-transition:border 0.2s ease-in;
   	transition:border 0.2s ease-in;
}
.postbox.closed .postbox-content {
    display:none;
}
/* Module */
.module{
	background:#fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
	background: -moz-linear-gradient(top, #fff, #f1f1f1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1');
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.1);
	box-shadow:0 0 5px rgba(0,0,0,0.1);
}
.module .module-title{
	margin-bottom:10px;
}
/* Widget */
.widget{
}
.widget .widget-title{
	font-size:18px;
	line-height:22px;
	margin-bottom:10px;
}
/* ADS */
.ads-box{
	padding:5px;
	background:#fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
	background: -moz-linear-gradient(top, #fff, #f1f1f1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1');
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.1);
	box-shadow:0 0 5px rgba(0,0,0,0.1);
}
.ads-box a{
	display:block;
}
.ads679x90{
	border:1px solid #ddd;
	background:#fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));
	background: -moz-linear-gradient(top, #fff, #efefef);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef');
	height:88px;
	text-align:center;
	line-height:88px;
	color:#999;
}
/* Search Form */
#searchform{
	background:#fbfbfb;
	background:-webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#f1f1f1));
	background:-moz-linear-gradient(top, #fbfbfb, #f1f1f1);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#f1f1f1');
	-moz-border-radius:0 0 6px 6px;
	-webkit-border-radius:0 0 6px 6px;
	border-radius:0 0 6px 6px;
	box-shadow:0 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.1);
	padding:2px;
}
#searchform form{
	position:relative;
	height:30px;
}
#searchform .inputsearch{
	width:215px;
	height:30px;
	float:right;
	padding:0 10px;
	border:0;
	background:none;
}
#searchform .submitsearch{
	width:30px;
	height:30px;
	float:right;
	border:0;
	padding:0;
	background:url(submitsearch.png) no-repeat 0 0;
	cursor:pointer;
}
#searchform .submitsearch:hover{
	background:url(submitsearch.png) no-repeat 0 -30px;
}
#searchform .advanced-search{
	float:right;
	position:relative;
}
#searchform a.advanced-search-btn{
	width:30px;
	height:30px;
	display:block;
	background:url(settings.png) no-repeat 0 0;
}
#searchform a.advanced-search-btn:hover{
	background:url(settings.png) no-repeat 0 -30px;
}
#searchform a.advanced-search-btn.hover{
	background:url(settings.png) no-repeat 0 -30px;
}
#searchform .advanced-search-menu{
	width:160px;
	position:absolute;
	top:40px;
	right:50%;
	margin-right:-80px;
	display:none;
	z-index:999;
}
#searchform .advanced-search-menu .advanced-search-menu-inside{
	position:relative;
	background:rgba(0, 0, 0, 0.85);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:5px;
}
#searchform .advanced-search-menu ul li{
	color:#ccc;
}
#searchform .advanced-search-menu label{
	padding:5px;
	margin:0;
	display:block;
	cursor:pointer;
}
#searchform .advanced-search-menu label input{
	margin:2px 0 0 10px;
	padding:0;
	outline:0;
}
#searchform .advanced-search-menu .search-arrow{
	position:absolute;
	left:0;
	top:-7px;
	width:100%;
	height:7px;
	background:url(search-arrow.png) no-repeat center 0;
}
/* Events */
ul#events{
	overflow:hidden;
}
ul#events li{
	width:203px;
	float:right;
	padding:10px;
	background:#fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
	background: -moz-linear-gradient(top, #fff, #f1f1f1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1');
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	khtml-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.1);
	box-shadow:0 0 5px rgba(0,0,0,0.1);
	margin:0 0 10px 10px;
}
ul#events li h3{
	margin-bottom:10px;
}
ul#events li h3 a{
	color:#003063;
}
ul#events li h3 a:hover{
	color:#f49524;
}
ul#events li h4{
	height:36px;
	font-size:15px;
	overflow:hidden;
}
ul#events li .thumb{
	width:202px;
	height:120px;
	overflow:hidden;
	position:relative;
}
ul#events li .thumb a{
	display:block;
}
ul#events li .info{
	width:202px;
	height:120px;
	z-index:2;
	background:rgba(51, 184, 238, 0.8);
	position:absolute;
	bottom:-120px;
	right:0;
	color:#fff;
}
ul#events li .info{
	background:url(blue-caption.png) repeat\9;
}
ul#events li .info .details{
	padding:10px;
}
ul#events li .info .date{
	line-height:normal;
	width:80px;
	height:35px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:10px;
}
ul#events li .info span.day{
	float:right;
	margin-left:5px;
	font-size:34px;
	font-family:Arial, Helvetica, sans-serif;
}
ul#events li .info span.month{
	float:right;
	padding-top:5px;
	font-size:14px;
	font-weight:bold;
}
ul#events li .info span.year{
	clear:both;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
ul#events li .info .stats{
}
ul#events li .info .stats span{
	padding-right:20px;
	float:right;
	display:block;
	margin-left:15px;
}
ul#events li .info .stats span.views{
	background:url(icon-views-white.png) no-repeat right scroll;
}
ul#events li .info .stats span.comments{
	background:url(icon-comments-white.png) no-repeat right scroll;
}
ul#events li p{
	height:80px;
	overflow:hidden;
	margin-top:10px;
}
/* Section */
.section{
}
.section .right-column{
	width:340px;
	float:right;
}
.section .left-column{
	width:340px;
	float:left;
}
/* Section 2 */
.section2{
}
.section2 .right-column{
	width:223px;
	float:right;
}
.section2 .center-column{
	width:223px;
	float:right;
}
.section2 .left-column{
	width:223px;
	float:left;
}
/* Arabic Affairs Block */
#affairs_block ul.affairs-list{
}
#affairs_block ul.affairs-list li{
	padding:10px;
	overflow:hidden;
	border-bottom:1px solid #ddd;
}
#affairs_block ul.affairs-list li:last-child{
	border-bottom:0;
}
#affairs_block ul.affairs-list li.last{
	border-bottom:0;
}
#affairs_block ul.affairs-list li img{
	float:right;
	margin:0 0 0 10px;
}
#affairs_block ul.affairs-list li .text{
	width:204px;
	float:right;
}
#affairs_block ul.affairs-list li .text h4{
	margin-bottom:2px;
	max-height:36px;
	overflow:hidden;
}
#affairs_block ul.affairs-list li .text p{
	height:32px;
	overflow:hidden;
}
/* News Tab */
#newstab{
}
#newstab .newstab-inside{
	background:#fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	background: -moz-linear-gradient(top, #fff, #eee);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
	-moz-border-radius:5px 0 5px 5px;
	-webkit-border-radius:5px 0 5px 5px;
	border-radius:5px 0 5px 5px;
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.1);
	box-shadow:0 0 5px rgba(0,0,0,0.1);
}
#newstab ul.idTabs{
	overflow:hidden;
}
#newstab ul.idTabs li{
	float:right;
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.1);
	box-shadow:0 0 5px rgba(0,0,0,0.1);
	margin-left:3px;
}
#newstab ul.idTabs li a{
	display:block;
	height:36px;
	background: #eee;
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#eee));
	background: -moz-linear-gradient(top, #fefefe, #eee);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#eeeeee');
	text-shadow:1px 1px 0 #fff;
	font:bold 14px/36px Arial, Helvetica, sans-serif;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	text-align:center;
	padding:0 20px;
}
#newstab ul.idTabs li a.selected{
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
	background: -moz-linear-gradient(top, #eee, #fff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff');
	color:#999;
	cursor:default;
}
#newstab ul.newstab-list{
}
#newstab ul.newstab-list li{
	width:154px;
	height:128px;
	float:right;
	overflow:hidden;
	margin-left:18px;
}
#newstab ul.newstab-list li:last-child{
	margin-left:0;
}
#newstab ul.newstab-list li.last{
	margin-left:0;
}
/* News List */
#news_list{
}
#news_list ul.news-list{
}
#news_list ul.news-list li{
	border-bottom:1px solid #ddd;
}
#news_list ul.news-list li:last-child{
	border-bottom:0;
}
#news_list ul.news-list li.last{
	border-bottom:0;
}
#news_list ul.news-list li.first{
}
#news_list ul.news-list li.first h4{
	background:#003063;
	color:#fff;
	margin:0;
	height:auto;
}
#news_list ul.news-list li.first h4 a{
	color:#fff;
	display:block;
	margin:10px;
	height:36px;
	overflow:hidden;
}
#news_list ul.news-list li h4{
	margin:8px;
	height:18px;
	overflow:hidden;
}
#news_list ul.news-list li p.description{
	margin:8px;
	height:48px;
	overflow:hidden;
}
/* Photos Block */
#photos_block{
}
#photos_block .postbox-content{
	padding:10px 10px 0 10px;
}
#photos_block div.photo{
	width: 97px;
	height: 100px;
	margin:0 0 10px 10px;
	float: right;
	position:relative;
	overflow:hidden;
}
#photos_block div.photo-large{
	width: 230px;
	height: 210px;
	float: right;
	margin:0 0 10px 10px;
}
#photos_block div.last{
	margin-left:0;
}
#photos_block .photo .thumb{
	width: 100px;
	height: 100px;
}
#photos_block .photo-large .thumb{
	width: 230px;
	height: 210px;
	position:relative;
}
#photos_block .photo .thumb a img{
}
#photos_block .photo-large h4.img-caption{
	width:210px;
	position:absolute;
	bottom:0;
	right:0;
	padding:10px;
	color:#fff;
	background:rgba(51, 184, 238, 0.6);
}
#photos_block .photo-large h4.img-caption{
	background:url(blue-caption.png) repeat\9;
}
#photos_block .photo .info{
	width: 100px;
	height: 100px;
	z-index:2;
	background:rgba(51, 184, 238, 0.8);
	position:absolute;
	bottom:-100px;
	left:0;
	color:#999;
}
#photos_block .photo .info{
	background:url(blue-caption.png) repeat\9;
}
#photos_block .photo .info .details{
	padding:10px;
}
#photos_block .photo .info h4{
	color:#fff;
}
#photos_block .photo.large .info{
	width: 230px;
	height: 210px;
}
/* More News Block */
#morenews_block{
}
#morenews_block ul.morenews-block-list{
}
#morenews_block ul.morenews-block-list > li{
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
	margin-bottom:10px;
}
#morenews_block ul.morenews-block-list > li.last{
	border-bottom:0;
	padding-bottom:0;
	margin-bottom:0;
}
#morenews_block ul.morenews-block-list > li:last-child{
	border-bottom:0;
	padding-bottom:0;
	margin-bottom:0;
}
#morenews_block ul.morenews-block-list > li .thumbn{
	float:right;
}
#morenews_block ul.morenews-block-list > li .thumbn a{
	display:block;
}
#morenews_block ul.morenews-block-list > li .details{
	width:592px;
	float:right;
}
#morenews_block ul.morenews-block-list > li h4{
	font-size: 15px;
	margin-bottom:5px;
	max-height:18px;
	overflow:hidden;
}
/* Updates Block */
#updates_block{
}
#updates_block .updates{
}
#updates_block .updates .thumb{
	float:right;
	margin-left:8px;
}
#updates_block .updates .details{
	float:right;
	width:165px;
	text-shadow:1px 1px 0 #fff;
}
#updates_block .updates h4{
	margin-bottom:5px;
	height:40px;
	overflow:hidden;
}
#updates_block .updates span.stat-date{
	display:block;
	padding:0 20px 0 0;
	background:url(icon-calendar.png) no-repeat right scroll;
	color:#999;
}
/* Most Block */
#most_block{
}
#most_block .most-inside{
	background:#fff;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.1);
	box-shadow:0 0 5px rgba(0,0,0,0.1);
}
#most_block .most-date{
	background:#fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	background: -moz-linear-gradient(top, #fff, #eee);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
}
#most_block .most-date a{
	width:100px;
	padding:10px 0;
	display:block;
	float:right;
	color:#999;
	text-shadow:#fff 0 1px;
	border-bottom:2px solid #ddd;
	text-align:center;
}
#most_block .most-date a:hover, #most_block .most-date a.current{
	color:#003063;
	border-bottom:2px solid #003063;
}
#most_block ul.idTabs{
	overflow:hidden;
}
#most_block ul.idTabs li{
	float:right;
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.1);
	box-shadow:0 0 5px rgba(0,0,0,0.1);
}
#most_block ul.idTabs li.reading{
	margin:0 0 0 3px;
}
#most_block ul.idTabs li.commenting{
	margin:0 0 0 3px;
}
#most_block ul.idTabs li.sending{
	margin:0 0 0 0;
}
#most_block ul.idTabs li a{
	display:block;
	width:98px;
	height:36px;
	background: #eee;
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#eee));
	background: -moz-linear-gradient(top, #fefefe, #eee);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#eeeeee');
	text-shadow:1px 1px 0 #fff;
	font:bold 14px/36px Arial, Helvetica, sans-serif;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	text-align:center;
}
#most_block ul.idTabs li a.selected{
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
	background: -moz-linear-gradient(top, #eee, #fff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff');
	color:#999;
	cursor:default;
}
#most_block .most-inside ul{
	overflow:hidden;
	height:292px;
}
#most_block .most-inside ul li{
	padding:10px;
	border-bottom:1px solid #ddd;
}
#most_block .most-inside ul li:last-child{
	border-bottom:0;
}
#most_block .most-inside ul li img{
	float:right;
	margin:0 0 0 10px;
}
#most_block .most-inside ul li .text{
	width:218px;
	float:right;
}
#most_block .most-inside ul li .text h4{
	max-height:36px;
	overflow:hidden;
}
#most_block .most-inside ul li .text span{
	color:#999;
	display:block;
	padding:0 20px 0 0;
	line-height:16px;
}
#most_block .most-inside #reading ul li .text span{
	background:url(icon-views.png) no-repeat right scroll;
}
#most_block .most-inside #commenting ul li .text span{
	background:url(icon-comments.png) no-repeat right scroll;
}
#most_block .most-inside #sending ul li .text span{
	background:url(icon-send.png) no-repeat right scroll;
}
#most_block .message{
	height:32px;
	background: #003063;
	color:#fff;
	line-height:34px;
	padding:0 10px;
	text-align:center;
	overflow:hidden;
	display:none;
}
#most_block .message span.spinner{
	width:64px;
	height:8px;
	display:none;
	background:url(spinner.gif) no-repeat 0 0;
	margin:14px auto 0;
}
#most_block .message span.result{
	display:none;
}
/* ٌReports Block */
#reports_block{
}
#reports_block ul.reports_list_padding{
    padding: 10px 10px 10px 15px;
}
#reports_block ul.reports_list_padding li{
    padding: 10px 0 !important;
}
#reports_block ul.reports_list_padding li{
    padding: 10px 0 !important;
}
#reports_block ul.reports_list_padding li .details{
    width:215px !important;
}
#reports_block ul.reports-list{
}
#reports_block ul.reports-list li{
	padding:10px;
	border-bottom:1px solid #ddd;
}
#reports_block ul.reports-list li:last-child{
	border-bottom:0;
}
#reports_block ul.reports-list li.last{
	border-bottom:0;
}
#reports_block ul.reports-list li .thumb{
	float:right;
	margin-left:10px;
}
#reports_block ul.reports-list li .details{
	width:218px;
	float:right;
}
#reports_block ul.reports-list li .details h4{
	max-height:36px;
	overflow:hidden;
}
#reports_block ul.reports-list li .details span.stat-date{
	display:block;
	padding:0 20px 0 0;
	background:url(icon-calendar.png) no-repeat right scroll;
	color:#999;
}

/* Latest Block */
#latest_block{
}
#latest_block .postbox-content {
    height: 66px;
}
#latest_block ul.reports_list_padding{
    padding: 0px;
}
#latest_block ul.reports_list_padding li{
    padding: 10px !important;
}
#latest_block ul.reports_list_padding li .details{
    width:280px !important;
}
#latest_block ul.reports-list{
}
#latest_block ul.reports-list li{
    padding:10px;
    
    height: 38px;
}
#latest_block ul.reports-list li:last-child{
    border-bottom:0;
}
#latest_block ul.reports-list li.last{
    border-bottom:0;
}
#latest_block ul.reports-list li .thumb{
    float:right;
    margin-left:10px;
}
#latest_block ul.reports-list li .details{
    width:280px;
    float:right;
}
#latest_block ul.reports-list li .details h4{
    max-height:66px;
    overflow:hidden;
}
#latest_block ul.reports-list li .details span.stat-date{
    display:block;
    padding:0 20px 0 0;
    background:url(icon-calendar.png) no-repeat right scroll;
    color:#999;
}
/* Marbles Block */
#marbles_block{
}
#marbles_block ul{
	height:120px;
}
#marbles_block ul li{
	padding:10px;
}
#marbles_block ul li .thumb{
	float:right;
	margin-left:10px;
}
#marbles_block ul li .details{
	width:218px;
	float:right;
}
#marbles_block ul li .details span.stat-posts{
	background:url(icon-posts.png) no-repeat right scroll;
	float:right;
	padding:0 20px 0 0;
	color:#999;
	margin:0 0 0 10px;
}
#marbles_block ul li .details .name{
	margin-bottom:5px;
}
#marbles_block ul li .details .name h5{
	float:right;
	margin:0 0 0 5px;
}
#marbles_block ul li .details .name span{
	float:right;
}
#marbles_block ul li .opinion-details{
	margin-bottom:5px;
}
#marbles_block ul li .opinion-article{
	height:26px;
	background:url(opinion-article.png) no-repeat 0 0;
	overflow:hidden;
	padding:17px 30px 0 10px;
}
#marbles_block ul li .opinion-article h4{
	max-height:18px;
	overflow:hidden;
}
#marbles_block ul li .opinion-article h4 a{
	color:#fff;
}
/* Video Block */
#video_block{
    position: relative;
}
#video_block .video-large{
    margin-bottom: 10px;
}
#video_block .video-large .video-box {
    width: auto!important;
}
#video_block .video-large h4{
    background-color: #1a1a1a;
    padding: 12px;
    font-size: 15px;
}
#video_block .video-large h4 a {
    color: #fff;
}
#video_block .video-large h4 a:hover {
    color: #f5f5f5;
}
#video_block .video-container {
    position: relative;
}
#video_block .video{
	width: 249px;
	height: 80px;
	overflow: hidden;
	margin: 0 17px;
	position: relative;
}
#video_block .video .metro{
    width: 1000px;
    position: absolute;
}
#video_block a.next, #video_block a.prev {
    position: absolute;
    width: 14px;
    height: 80px;
    display: block;
    z-index: 99;
    background-color: #222;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
#video_block a.next {
    left: 0px;
    background-image: url(slides-arrow-left.png);
}
#video_block a.prev {
    right: 0px;
    background-image: url(slides-arrow-right.png);
}
#video_block a.prev:hover, #video_block a.next:hover{
    background-color: #058ac7;
}
#video_block .video-box{
    float: right;
    margin: 0px 0 0 3px;
    width: 80px;
    overflow: hidden;
}
#video_block .video-box .cover {
    position: relative;
}
#video_block .video-box .cover a.play-32 {
    position:absolute;
    top:50%;
    right:50%;
    margin-right:-16px;
    margin-top:-16px;
    width:32px;
    height:32px;
    display:block;
    background:url(play-32.png) no-repeat 0 0;
}
#video_block .video-box .cover a.play-32:hover{
    background:url(play-32.png) no-repeat 0 -32px;
}
#video_block .video-box h4 {
    background-color: #058ac7;
    height: 81px;
}
#video_block .video-box h4:hover {
    background-color: #0f9fe1;
}
#video_block .video-box h4 a {
    display: block;
    padding: 5px;
    font-size: 13px;
    color: #fff;
}
#video_block .video-box h4 a:hover {
    color: #fff;
}
#video_block .video-box .play-48{
	position:absolute;
	top:50%;
	right:50%;
	margin-right:-24px;
	margin-top:-24px;
}
#video_block .video-box .play-48 a{
	width:48px;
	height:48px;
	display:block;
	background:url(play-48.png) no-repeat 0 0;
}
#video_block .video-box .play-48 a:hover{
	background:url(play-48.png) no-repeat 0 -48px;
}
/* Vote Block */
#vote_block{
}
#vote_block h4{
	margin-bottom:10px;
}
#vote_block ul{
}
#vote_block ul li{
	margin-bottom:20px;
	font:bold 14px Arial, Helvetica, sans-serif;
}
#vote_block ul li.last{
	margin-bottom:10px;
}
#vote_block ul li label{
	display:block;
	margin-bottom:8px;
}
#vote_block ul li label input{
	margin-left:5px;
}
#vote_block ul li.green span.percent em{
	color:#6e8937 !important;
}
#vote_block ul li.red span.percent em{
	color:#cc0000 !important;
}
#vote_block ul li.orange span.percent em{
	color:#ff9900 !important;
}
#vote_block ul li span.percent{
	float:left;
	color:#999;
	font:normal 11px Tahoma, Geneva, sans-serif;
}
#vote_block ul li span.percent em{
	font-style:normal;
}
#vote_block ul li p.percentage-bar{
	width:100%;
	height:5px;
	background:#ddd;
	position:relative;
	overflow:hidden;
}
#vote_block ul li p.percentage-bar span.progress{
	height:5px;
	background:#000;
	display:block;
}
#vote_block ul li.green span.progress{
	background:#829f48 !important;
}
#vote_block ul li.red span.progress{
	background:#cc0000 !important;
}
#vote_block ul li.orange span.progress{
	background:#ff9900 !important;
}
/* Sport */
#sport_block {}
#sport_block .featured {
    float: right;
    width: 320px;
    margin-left: 15px;
}
#sport_block .featured h2 {
    font-size: 18px;
}
#sport_block ul.post {
    float: right;
    width: 335px;
}
#sport_block ul.post li {
    float: right;
    width: 162px;
    overflow: hidden;
    margin-left: 10px;
    margin-bottom: 10px;
    height: 150px;
    position: relative;
}
#sport_block ul.post li:nth-child(2n) {
    margin-left: 0px;
}
#sport_block ul.post li .details {
    background-color: rgba(51, 184, 238, 0.70);
    padding: 0px 11px;
    position: absolute;
    bottom: 0;
    min-height: 36px;
    overflow: hidden;
	height: 37px;
	width: 148px;
}
#sport_block ul.post li .details a {
    color: #fff;
}
/* Subscribe Block */
#subscribe_block{
}
#subscribe_block form .input{
	width:268px;
	height:28px;
	padding:0 5px;
}
#subscribe_block form .button{
	width:138px;
	height:30px;
	font:bold 14px/30px Arial, Helvetica, sans-serif;
	padding:0;
	text-align:center;
}
/* Related Post Block */
#related_post_block{
}
/* Readalso Block */
#readalso_block{
}
/* Related Photos Block */
#related_photos_block{
}
#related_photos_block .photo a{
	display:block;
}
#related_photos_block .xlarge{
	margin-bottom:5px;
}
#related_photos_block .large{
	float:right;
}
#related_photos_block .medium{
	float:right;
	margin:0 5px 5px 0;
}
#related_photos_block .medium2{
	float:right;
	margin:0 5px 0 0;
}
#related_photos_block .small{
	float:right;
	margin:0 0 0 5px;
}
#related_photos_block .small.last{
	margin:0 0 0 0;
}
/* Galleries Block */
#galleries_block{
}
#galleries_block ul{
}
#galleries_block ul.galleries li{
	overflow:hidden;
	border:1px solid #ddd;
	margin-bottom:10px;
	padding:10px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
	background: -moz-linear-gradient(top, #fff, #f1f1f1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1');
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#galleries_block ul.galleries li:last-child{
	margin-bottom:0;
}
#galleries_block ul.galleries li h4{
	margin-bottom:10px;
}
#galleries_block ul.galleries li .thumb{
	margin-left:10px;
	float:right;
}
#galleries_block ul.galleries li .info{
	width:102px;
	float:right;
}
#galleries_block ul.galleries li .photos{
	width:100px;
	float:right;
	line-height:normal;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #ddd;
	margin-bottom:4px;
	padding-bottom:4px;
}
#galleries_block ul.galleries li .photos span.number{
	float:right;
	font-size:34px;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:5px;
	color:#003063;
}
#galleries_block ul.galleries li .photos span.title{
	float:right;
	padding-top:5px;
	font-size:14px;
	font-weight:bold;
	color:#999;
}
#galleries_block ul.galleries li .date{
	line-height:normal;
	width:80px;
	font-family:Arial, Helvetica, sans-serif;
}
#galleries_block ul.galleries li .date span.day{
	float:right;
	margin-left:5px;
	font-size:34px;
	font-family:Arial, Helvetica, sans-serif;
	color: #003063;
}
#galleries_block ul.galleries li .date span.month{
	float:right;
	padding-top:5px;
	font-size:14px;
	font-weight:bold;
	color:#999;
}
#galleries_block ul.galleries li .date span.year{
	clear:both;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
}
/* Current Gallery Block */
#current_gallery_block{
}
#current_gallery_block .thumb{
	margin-left:10px;
	float:right;
}
#current_gallery_block .info{
	width:125px;
	float:right;
}
#current_gallery_block .photos{
	width:125px;
	float:right;
	line-height:normal;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #ddd;
	margin-bottom:4px;
	padding-bottom:4px;
}
#current_gallery_block .photos span.number{
	float:right;
	font-size:34px;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:5px;
	color:#003063;
}
#current_gallery_block .photos span.title{
	float:right;
	padding-top:5px;
	font-size:14px;
	font-weight:bold;
	color:#999;
}
#current_gallery_block .date{
	line-height:normal;
	width:80px;
	font-family:Arial, Helvetica, sans-serif;
}
#current_gallery_block .date span.day{
	float:right;
	margin-left:5px;
	font-size:34px;
	font-family:Arial, Helvetica, sans-serif;
	color: #003063;
}
#current_gallery_block .date span.month{
	float:right;
	padding-top:5px;
	font-size:14px;
	font-weight:bold;
	color:#999;
}
#current_gallery_block .date span.year{
	clear:both;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
}
/* Sub Categories Block */
#sub_categories_block{
}
#sub_categories_block ul.sub-categories{
	overflow:hidden;
	font:bold 14px Arial, Helvetica, sans-serif;
}
#sub_categories_block ul.sub-categories li{
	float:right;
}
#sub_categories_block ul.sub-categories li a{
	display:block;
	padding:5px 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin:0 0 4px 4px;
	background:#e8e8e8;
	color:#666;

}
#sub_categories_block ul.sub-categories li a:hover{
	background:#003063;
	color:#fff;
}

/*
------------------------------------------------------------------------------
	5.  Toolbar
------------------------------------------------------------------------------
*/

#toolbar{
	width:100%;
	height:36px;
	/*background:url(toolbar.png) repeat-x 0 0;*/
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAYAAAA/tpB3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjg3NDEzM0ZFQ0NDNTExRTBBREYwQTMzNjU2QTMxOUYxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjg3NDEzM0ZGQ0NDNTExRTBBREYwQTMzNjU2QTMxOUYxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODc0MTMzRkNDQ0M1MTFFMEFERjBBMzM2NTZBMzE5RjEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODc0MTMzRkRDQ0M1MTFFMEFERjBBMzM2NTZBMzE5RjEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz77J61nAAAAKElEQVR42mJQUlL6xMQABGCC5f///wxYuagSTNgkiGCRro1ICYAAAwAXXzR4RuyIhQAAAABJRU5ErkJggg==) repeat-x 0 0;
	z-index:9998;
	position: fixed;
	bottom:0;
	right:0;
	-webkit-box-shadow: 0 -2px 3px rgba(0,0,0,.25);
	-moz-box-shadow: 0 -2px 3px rgba(0,0,0,.25);
	box-shadow: 0 -2px 3px rgba(0,0,0,.25);
}
/* Breaking News */
#toolbar #breakingnews{
	width:100%;
	position:absolute;
	bottom:36px;
	right:0;
}
#toolbar #breakingnews .handle{
	width:120px;
	height:22px;
	float:right;
	display:block;
	background:url(breakin-handle.png) no-repeat right 0;
	color:#fff;
	font:bold 14px / 22px Arial, Helvetica, sans-serif;
	padding:0 5px;
	margin-right:10px;
}
#toolbar #breakingnews .handle span{
	width:16px;
	height:16px;
	display:block;
	float:right;
	background-repeat:no-repeat;
	background-position:center top;
	background-image:url(breakin-arrow.png);
	margin:4px 0 0 10px;
}
#toolbar #breakingnews.open .handle span{
	background-position:center bottom;
}
#toolbar #breakingnews .inside{
	background:rgba(189,0,0,0.94);
	display:none;
}
#toolbar #breakingnews.open .inside{
	display:block;
}
#toolbar #breakingnews .breakin-content{
	padding:8px 0;
}
#toolbar #breakingnews .breakin-content h2{
	color:#fff;
	text-shadow:1px 1px 0 #b01917;
	float:right;
}
#toolbar #breakingnews .breakin-content span.time{
	color:#fff;
	float:left;
	line-height:22px;
}
/* Newsbar */
#toolbar #newsbar{
	width:730px;
	overflow:hidden;
	float:right;
}
/* liScroll styles */
#toolbar #newsbar .tickercontainer {
	width:730px;
	height:36px;
	overflow: hidden;
	float:left;
}
#toolbar #newsbar .tickercontainer .mask {
	position: relative;
	left:0;
	top:0;
}
#toolbar #newsbar ul.newsticker {
	position:absolute;
	left:730px;
}
#toolbar #newsbar ul.newsticker li {
	color: #fff;
	float: right;
	height:36px;
	margin-left:10px;
}
#toolbar #newsbar ul.newsticker li.first span{
	display:none;
}
#toolbar #newsbar ul.newsticker li span{
	width:18px;
	height:36px;
	display:block;
	background:url(favicon.png) center scroll no-repeat;
	float:right;
	margin-left:10px;
}
#toolbar #newsbar ul.newsticker a {
	white-space: nowrap;
	color:#ccc;
	font:bold 14px/36px Arial, Helvetica, sans-serif;
}
#toolbar #newsbar ul.newsticker a:hover{
	color:#fff;
}
#toolbar .roundedright {
	border-right: 1px solid #111;
	-webkit-border-radius: 0px 11px 11px 0px;
	border-radius: 0px 11px 11px 0px;
	-moz-border-radius: 0px 11px 11px 0px;
	margin-right:10px;
}
#toolbar .roundedleft {
	border-left: 1px solid #111;
	border-radius: 11px 0px 0px 11px;
	-webkit-border-radius: 11px 0px 0px 11px;
	-moz-border-radius: 11px 0px 0px 11px;
}
#toolbar ul#tools{
	float:left;
	padding:7px 0;
}
#toolbar ul#tools>li{
	float:right;
	position:relative;
}
#toolbar ul#tools>li a{
	height: 20px;
	display:block;
	padding: 0px 8px;
	-webkit-box-shadow: 0px 1px 1px #393939;
	-moz-box-shadow: 0px 1px 1px #393939;
	box-shadow: 0px 1px 1px #393939;
	background: #262626 url(tools-bg.png) repeat-x 0 0;
	border-left: 1px solid #111;
	color: #999;
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
	line-height:20px;
}
#toolbar ul#tools>li a:hover{
	background: #1773b4 url(tools-bg.png) repeat-x 0 -30px;
	color:#fff;
}
#toolbar ul#tools>li a span{
	width:16px;
	height:16px;
	display:block;
	margin-top:2px;
}
#toolbar ul#tools li.weather a{
	text-indent:-9999em;
}
#toolbar ul#tools li.weather a span{
	background: url(weather.png) repeat-x 0 0;
}
#toolbar ul#tools li.weather a:hover span{
	background: url(weather.png) repeat-x 0 -16px;
}
#toolbar ul#tools li.money a{
	text-indent:-9999em;
}
#toolbar ul#tools li.money a span{
	background: url(money.png) repeat-x 0 0;
}
#toolbar ul#tools li.money a:hover span{
	background: url(money.png) repeat-x 0 -16px;
}
#toolbar ul#tools li .dropbox{
	width:160px;
	position:absolute;
	bottom:40px;
	right:50%;
	margin-right:-80px;
	display:none;
}
#toolbar ul#tools li .dropbox .dropbox-inside{
	position:relative;
	background:rgba(0, 0, 0, 0.82);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:10px;
}
#toolbar ul#tools li .dropbox .dropbox-inside .social-arrow{
	position:absolute;
	left:0;
	bottom:-7px;
	width:100%;
	height:7px;
	background:url(tools-arrow.png) no-repeat center 0;
}
/* Weather */
#toolbar ul#tools li.weather .dropbox{
	width:170px;
	margin-right:-85px;
}
#toolbar ul#tools li.weather ul h4{
	color:#ccc;
	margin-bottom:10px;
}
#toolbar ul#tools li.weather ul li{
	font:bold 14px Arial, Helvetica, sans-serif;
	display:block;
	color: #999;
	margin-top:5px;
}
#toolbar ul#tools li.weather ul{
	overflow:hidden;
}
#toolbar ul#tools li.weather ul li span{
	display:block;
	margin-bottom:3px;
}
#toolbar ul#tools li.weather ul li img{
	overflow:hidden;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#toolbar ul#tools li.weather ul li .current-temperature{
	font-size:18px;
}
#toolbar ul#tools li.weather ul li.current{
	border-bottom:1px solid #444;
	padding-bottom:10px;
}
#toolbar ul#tools li.weather ul li.current img{
	float:right;
	margin-left:10px;
}
#toolbar ul#tools li.weather ul li.current .text{
	float:right;
}
#toolbar ul#tools li.weather ul li.today{
	width:72px;
	float:right;
	margin-left:5px;
	text-align:center;
	border-left:1px solid #444;
}
#toolbar ul#tools li.weather ul li.tomorrow{
	width:72px;
	float:right;
	text-align:center;
}
#toolbar ul#tools li.weather ul li.today img, #toolbar ul#tools li.weather ul li.tomorrow img{
	margin-bottom:5px;
}
/* Money */
#toolbar ul#tools li.money .dropbox{
	width:170px;
	margin-right:-85px;
}
#toolbar ul#tools li.money ul h4{
	color:#ccc;
	margin-bottom:10px;
}
#toolbar ul#tools li.money ul li{
	font:bold 14px Arial, Helvetica, sans-serif;
	display:block;
	color: #999;
	margin-top:5px;
	border-bottom:1px solid #444;
	margin-bottom:8px;
	padding-bottom:8px;
}
#toolbar ul#tools li.money ul li span{
	float:left;
}

/*
------------------------------------------------------------------------------
	6.  Comments
------------------------------------------------------------------------------
*/

#comments{
	border-top:1px solid #ddd;
	margin-top:10px;
	padding-top:10px;
}
#comments .comments-conteiner{
}
#comments .commentbox{
	margin-bottom:25px;
}
#comments .commentbox .thumb{
	float:right;
	margin-left:10px;
}
#comments .commentbox .details{
	width:610px;
	float:right;
}
#comments .commentbox h4.name{
	margin-bottom:5px;
	color:#003063;
}
#comments .commentbox p.text{
	margin-bottom:5px;
}
#comments .commentbox span.date{
	color:#999;
	margin-left:10px;
	padding-left:10px;
	border-left:1px solid #ddd;
	float:right;
}
#comments .commentbox a.flag{
	width:16px;
	height:16px;
	display:block;
	float:right;
	background:url(flag.png) no-repeat 0 0;
	text-indent:-999em;
}
#comments .commentbox a.flag:hover{
	background:url(flag.png) no-repeat 0 -16px;
}
#comments .commentbox a.flag.flaged{
	background:url(flag.png) no-repeat 0 -32px;
}
#comments .comment-form{
	border:1px solid #ddd;
	background:#fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2));
	background: -moz-linear-gradient(top, #fff, #f2f2f2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2');
	padding:10px;
	text-shadow:1px 1px 0 #fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#comments .comment-form h4{
	margin-bottom:15px;
	border-bottom:1px dashed #ddd;
	padding-bottom:10px;
}
#comments .comment-form .input{
	width:630px;
	padding:8px;
}
#comments .comment-form textarea.input{
	width:630px;
	height:60px;
	resize:vertical;
}
#comments .comment-form .button{
	margin-left:10px;
	float:right;
}
#comments .captcha{
}
#comments .captcha .input{
	width:518px;
	float:right;
}
#comments .captcha .captcha-control{
	height:32px;
	float:right;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #ddd;
	padding:0 12px;
	background:#fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));
	background: -moz-linear-gradient(top, #fff, #efefef);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef');
	margin-right:5px;
}
#comments .captcha .captcha-control img{
	float:right;
	margin:6px 0 0 5px;
}
#comments .captcha .captcha-control a.reload{
	width:16px;
	height:16px;
	display:block;
	float:right;
	text-indent:-999em;
	background:url(reload.png) no-repeat 0 0;
	margin-top:8px;
}
#comments .captcha .captcha-control a.reload:hover{
	background:url(reload.png) no-repeat 0 -16px;
}

/*
------------------------------------------------------------------------------
	7.  Navigation
------------------------------------------------------------------------------
*/

ul#navigation{
	overflow:hidden;
	text-shadow:1px 1px 0 #fff;
}
ul#navigation li{
	float:right;
	padding:0 12px 0 0;
	font:bold 14px/36px Arial, Helvetica, sans-serif;
	color:#999;
}
ul#navigation li a {
	display:block;
	padding:0 0 0 15px;
	background:url(navigation_arrow.png) left scroll no-repeat;
}
ul#navigation li.home a{
	padding:10px 0 9px 15px;
}
ul#navigation li a span{
	width: 16px;
	height: 16px;
	display: block;
	background: url(navhome.png) 0 0 no-repeat;
}
ul#navigation li a:hover span, ul#navigation li a:focus span, ul#navigation li a:active span{
	background:url(navhome.png) 0 -16px no-repeat;
}

/*
------------------------------------------------------------------------------
	8.  Pagination
------------------------------------------------------------------------------
*/

#pagination{
	overflow:hidden;
}
#pagination li{
	float:right;
    margin-left:3px;
}
#pagination a{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));
	background: -moz-linear-gradient(top, #fff, #efefef);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef');
	text-shadow:0;
	border:1px solid #ddd;
}
#pagination .previous-off,
#pagination .next-off {
    color:#999;
    display:block;
    font-weight:bold;
    padding:6px 10px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#eee));
	background: -moz-linear-gradient(top, #fefefe, #eee);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#eeeeee');
	text-shadow:1px 1px 0 #eee;
	border:1px solid #ddd;
}
#pagination .next a,
#pagination .previous a {
    font-weight:bold;
}
#pagination .active{
    color:#fff;
    font-weight:bold;
    display:block;
    padding:6px 10px;
	border:1px solid #003063;
	background:#003063;
	background:-webkit-gradient(linear, left top, left bottom, from(#41c5fb), to(#003063));
	background:-moz-linear-gradient(top, #41c5fb, #003063);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#41c5fb', endColorstr='#003063');
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	text-shadow:0;
}
#pagination a:link,
#pagination a:visited {
    display:block;
    padding:6px 10px;
    text-decoration:none;
	text-shadow:1px 1px 0 #eee;
}
#pagination a:hover{
	border:1px solid #003063;
	background:#003063;
	background:-webkit-gradient(linear, left top, left bottom, from(#41c5fb), to(#003063));
	background:-moz-linear-gradient(top, #41c5fb, #003063);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#41c5fb', endColorstr='#003063');
	color:#fff;
	text-shadow:none;
}

/*
------------------------------------------------------------------------------
	9.  Footer Styles
------------------------------------------------------------------------------
*/

#footer{
	background:#A6D5F1;
    padding:15px 0;
	text-align: center;
	color:#000;
	overflow:hidden;
}
#footer .copyrights{
	/*float:right;*/
	text-align: center;
}
#footer .Left{
	text-align: center;
	/*float:left;*/
}
#footer p.Left a{
	width:115px;
	height:32px;
	color:#ec1c1c;
}


#footer .content{
    width: 1000px;
    margin: auto;
}


#footer .links{
    width: 214px;
    height: 115px;
    float: right;
    padding: 20px 0 0;
    margin-left: 20px;
}
#footer .line{border-left: 1px solid #ddd;}
#footer .links.width{width: 310px;}
#footer .links .head{
    display: block;
    color: #fff;
    line-height: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}
#footer .links ul{}
#footer .links ul li{
    float: right;
    width: 100px;
    height: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#footer .links ul li a{
    display: block;
    line-height: 30px;
    color: #000;
	padding: 5px 3px 5px 3px;

}
#footer .links ul li a:hover{color: #fdff32; background: #003063;}
#footer .links .about{
    height: 100px;
    padding-right: 20px;
    border-bottom: 1px solid #111111;
}
#footer .links .footer-social{padding-right: 20px}
#footer .links .about p{
    font:normal 11px arial;
    line-height: 15px;
    color: #999999;
}
#footer .links .footer-social ul{}
#footer .links .footer-social ul li{
    float: right;
    margin-left: 58px;
    height: 30px;
    width: auto;
}
#footer .links .footer-social ul li a{
    display: block;
    font:normal 11px arial;
    line-height: 30px;
    color: #999999;
}
#footer .links .footer-social ul li a span{
    display: block;
    height: 15px;
    float: right;
    margin-left: 10px;
    margin-top: 8px;
    background: transparent url("footer-social.png") 0 0 no-repeat;
}
#footer .links .footer-social ul li.twitter a span{
    width: 19px;
}
#footer .links .footer-social ul li.facebook a span{
    width: 9px;
    background-position: 0 -15px;
}
#footer .links .footer-social ul li.rss a span{
    width: 15px;
    background-position: 0 -30px;
}
#footer .links .footer-social ul li.twitter a:hover span{
    background-position: -18px 0;
}
#footer .links .footer-social ul li.facebook a:hover span{
    background-position: -18px -15px;
}
#footer .links .footer-social ul li.rss a:hover span{
    background-position: -18px -30px;
}
#footer .bottom{
    height: 49px;
}
#footer .bottom p.copyright{
    float: right;
    font:normal 11px Tahoma;
    line-height: 49px;
    color: #666666;
}
#footer .bottom a.atyaf{
    display: block;
    width: 114px;
    height: 49px;
    float: left;
    overflow: hidden;
    text-indent: -999em;
    background: transparent url("powered.png") 0 center no-repeat;
}


/*  background:url(powered.png) no-repeat 0 0;  	display:block;
	text-indent:-9999em;
------------------------------------------------------------------------------
	10.  Page Templates
------------------------------------------------------------------------------
*/

/* Contact Us */
#contactus{
	width:336px;
}
#contactus .input{
	width:320px;
	padding:7px;
}
#contactus textarea.input{
	height:100px;
	resize:none;
}
#contactus .button{
	float:right;
	margin-left:10px;
	padding:8px 10px;
}
#contactus .spinner {
	padding:8px 0 0 0;
	float:right;
}
/* Playpopup */
#playpopup{
}
/* post */
#post{
}
#post .post-title{
}
#post .post-title h3{
	font-size:20px;
	line-height:24px;
	color:#666;
	margin-bottom:5px;
}
#post .post-title h2{
	font-size:26px;
	line-height:30px;
	color:#003063;
}
#post .post-content-text{
}
#post .post-content-text span.source-text{
	font:bold 12pt/28px Arial, Helvetica, sans-serif;
	color:#003063;
}
#post .post-text{
	font:bold 16px/28px Arial, Helvetica, sans-serif;
	color:#666;
	text-align:justify;
}
#post .post-text p{
	padding: 0 0 20px 0;
	font:bold 16px/28px Arial, Helvetica, sans-serif;
	color:#666;
	text-align:justify;
}
#post .post-thumb{
	width:300px;
	float:left;
	margin:0 10px 10px 0;
	border:1px solid #ddd;
	background: #fefefe;
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f1f1f1));
	background: -moz-linear-gradient(top, #fefefe, #f1f1f1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#f1f1f1');
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#post .author{
	padding:10px;
	border-bottom:1px solid #ddd;
}
#post .author .avatar{
	float:right;
	margin-left:10px;
}
#post .author .author-info{
	width:160px;
	float:right;
}
#post .author .author-info p{
	margin-bottom:5px;
}
#post .author .author-info p span{
	color:#003063;
}
#post .author a.toggle{
	width:24px;
	height:24px;
	float:left;
	display:block;
	background-repeat:no-repeat;
	background-position: top right;
	background-image:url(toggle-24.png);
	margin:20px 10px 0 0;
}
#post .author a.toggle:hover{
	background-position: bottom right;
}
#post .author a.toggle.show{
	background-position: top left;
}
#post .author a.toggle.show:hover{
	background-position: bottom left;
}
#post .author .author-details{
	display:none;
}
#post .author .author-details p{
	margin-top:5px;
}
#post .post-thumb .thumb{
	width:280px;
	height:200px;
	margin:10px 10px 0 10px;
	position:relative;
}
#post .post-thumb .thumb a{
	display:block;
}
#post .post-thumb .thumb img{
}
#post .post-thumb h4.img-caption{
	width:260px;
	position:absolute;
	bottom:0;
	right:0;
	padding:10px;
	color:#fff;
	background:rgba(0, 0, 0, .6);
}
#post ul.post-photos{
	overflow:hidden;
	padding:10px;
	border-bottom:1px solid #ddd;
}
#post ul.post-photos li{
	width:50px;
	height:50px;
	float:right;
	margin-left:7px;
}
/* Galleries */
#galleries{
}
#galleries .postbox-content{
	padding-bottom:0 !important;
}
#galleries ul.galleries{
}
#galleries ul.galleries li{
	float:right;
	width:194px;
	border:1px solid #ddd;
	background:#f0f0f0;
	background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));
	background:-moz-linear-gradient(top, #fff, #efefef);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef');
	margin:0 0 10px 11px;
	overflow:hidden;
	padding:10px;
	border-bottom:1px solid #003063;
}
#galleries ul.galleries li.nth-child{
	margin:0 0 10px 0;
}
#galleries ul.galleries li h5{
	height:36px;
	margin-bottom:10px;
	overflow:hidden;
}
#galleries ul.galleries li .thumb{
	position:relative;
}
#galleries ul.galleries li .photos{
	width:82px;
	float:right;
	line-height:normal;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:12px;
	border-left:1px solid #ddd;
}
#galleries ul.galleries li .photos span.number{
	float:right;
	font-size:34px;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:5px;
	color:#003063;
}
#galleries ul.galleries li .photos span.title{
	float:right;
	padding-top:5px;
	font-size:14px;
	font-weight:bold;
	color:#999;
}
#galleries ul.galleries li .info{
}
#galleries ul.galleries li .date{
	line-height:normal;
	width:90px;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
}
#galleries ul.galleries li .date span.day{
	float:right;
	margin-left:5px;
	font-size:34px;
	font-family:Arial, Helvetica, sans-serif;
	color: #003063;
}
#galleries ul.galleries li .date .month-year{
	width:46px;
	float:right;
}
#galleries ul.galleries li .date span.month{
	padding-top:5px;
	font-size:14px;
	font-weight:bold;
	color:#999;
	display:block;
}
#galleries ul.galleries li .date span.year{
	clear:both;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	display:block;
}
/* Gallery */
#gallery{
}
#gallery .gallery-head{
	border-bottom:1px solid #ddd;
	margin-bottom:10px;
}
#gallery .gallery-head .gallery-title{
	margin-bottom:10px;
}
#gallery .gallery-head .tools-box{
	margin-bottom:10px;
}
#gallery .gallery-head .thumb{
	float:right;
	margin-left:20px;
}
#gallery .gallery-head .details{
	width:530px;
	float:right;
}
ul.gallery{
	overflow:hidden;
	margin:10px 10px 0 10px;
}
ul.gallery li{
	float:right;
	width:216px;
	height:120px;
	position:relative;
	margin:0 0 11px 11px;
	overflow:hidden;
}
ul.gallery li .thumb{
	width:216px;
	height:120px;
}
ul.gallery li .info{
	width:216px;
	height:120px;
	z-index:2;
	background:rgba(51, 184, 238, 0.8);
	position:absolute;
	bottom:-140px;
	left:0;
	color:#fff;
}
ul.gallery li .info{
	background:url(blue-caption.png) repeat\9;
}
ul.gallery li .details{
	padding:10px;
}
ul.gallery li div.info .icon-photo{
	width:25px;
	height:19px;
	background:url(icon-photo.png) no-repeat 0 0;
	float:left;
	margin:8px 5px 5px 5px;
}
ul.gallery li div.info .date{
	line-height:normal;
	width:80px;
	height:35px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	float:right;
}
ul.gallery li div.info span.day{
	float:right;
	margin-left:5px;
	font-size:34px;
	font-family:Arial, Helvetica, sans-serif;
}
ul.gallery li div.info span.month{
	float:right;
	padding-top:5px;
	font-size:14px;
	font-weight:bold;
}
ul.gallery li div.info span.year{
	clear:both;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
ul.gallery li div.details h4{
	color:#fff;
	max-height:54px;
	overflow:hidden;
}
#gallery #pagination{
	padding:10px;
	border-top:1px solid #ddd;
	background:#fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
	background: -moz-linear-gradient(top, #fff, #f1f1f1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1');
}
/* View */
#view{
}
#view h2.title{
	margin-bottom:10px;
}
#view .thumb{
	width:670px;
	margin-bottom:10px;
	position:relative;
}
#view .thumb span{
	width:72px;
	height:72px;
	display:block;
	background:url(view-72.png) no-repeat 0 0;
	position:absolute;
	top:50%;
	right:50%;
	margin-top:-36px;
	margin-right:-36px;
	z-index:2;
	display:none;
}
#view .thumb span:hover{
	background:url(view-72.png) no-repeat 0 -72px;
}
#view .thumb span a{
	display:block;
	height:100%;
}
#viewpopup{
	padding:10px;
}
/* Play Lists */
#playlists{
}
#playlists ul.playlists{
}
#playlists ul.playlists li{
	float:right;
	width:194px;
	border:1px solid #ddd;
	background:#f0f0f0;
	background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));
	background:-moz-linear-gradient(top, #fff, #efefef);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef');
	margin:0 0 10px 11px;
	overflow:hidden;
	padding:10px;
	border-bottom:1px solid #003063;
}
#playlists ul.playlists li.nth-child{
	margin:0 0 10px 0;
}
#playlists ul.playlists li h5{
	margin-bottom:10px;
}
#playlists ul.playlists li .thumb{
	position:relative;
}
#playlists ul.playlists li .thumb .play{
	width:48px;
	height:48px;
	position:absolute;
	top:50%;
	right:50%;
	margin:-24px -24px 0 0;
	background:url(play-48.png) no-repeat 0 0;
	z-index:2;
}
#playlists ul.playlists li .thumb .play:hover{
	background:url(play-48.png) no-repeat 0 -48px;
}
#playlists ul.playlists li .thumb .play a{
	width:48px;
	height:48px;
	display:block;
}
#playlists ul.playlists li .videos{
	width:82px;
	float:right;
	line-height:normal;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:12px;
	border-left:1px solid #ddd;
}
#playlists ul.playlists li .videos span.number{
	float:right;
	font-size:34px;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:5px;
	color:#003063;
}
#playlists ul.playlists li .videos span.title{
	float:right;
	padding-top:5px;
	font-size:14px;
	font-weight:bold;
	color:#999;
}
#playlists ul.playlists li .info{
}
#playlists ul.playlists li .date{
	line-height:normal;
	width:90px;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
}
#playlists ul.playlists li .date span.day{
	float:right;
	margin-left:5px;
	font-size:34px;
	font-family:Arial, Helvetica, sans-serif;
	color: #003063;
}
#playlists ul.playlists li .date .month-year{
	width:46px;
	float:right;
}
#playlists ul.playlists li .date span.month{
	padding-top:5px;
	font-size:14px;
	font-weight:bold;
	color:#999;
	display:block;
}
#playlists ul.playlists li .date span.year{
	clear:both;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	display:block;
}
/* Play List */
#playlist{
}
#playlist .playlist-head{
	border-bottom:1px solid #ddd;
	margin-bottom:10px;
	padding-bottom:10px;
}
#playlist .playlist-head .playlist-title{
	margin-bottom:10px;
}
#playlist .playlist-head .tools-box{
	margin-bottom:10px;
}
#playlist .playlist-head .thumb{
	float:right;
	margin-left:20px;
}
#playlist .playlist-head .details{
	width:530px;
	float:right;
}
#playlist .post-details p.description{
	margin-bottom:0;
}
#playlist ul.posts .thumb .play{
	width:48px;
	height:48px;
	position:absolute;
	top:50%;
	right:50%;
	margin:-24px -24px 0 0;
	background:url(play-48.png) no-repeat 0 0;
	z-index:2;
}
#playlist ul.posts .thumb .play:hover{
	background:url(play-48.png) no-repeat 0 -48px;
}
#playlist ul.posts .thumb .play a{
	width:48px;
	height:48px;
	display:block;
}

/* Play */
#play{
}
#play h2.title{
	margin-bottom:10px;
}
#play .thumb{
	width:670px;
	margin-bottom:10px;
	position:relative;
}
#play .thumb span.play{
	width:64px;
	height:64px;
	display:block;
	background:url(play-64.png) no-repeat 0 0;
	position:absolute;
	top:50%;
	right:50%;
	margin-top:-32px;
	margin-right:-32px;
	z-index:2;
}
#play .thumb span.play:hover{
	background:url(play-64.png) no-repeat 0 -64px;
}
#play .thumb span.play a{
	display:block;
	height:100%;
}
/* Related */
#related{
	border-top:1px solid #ddd;
	margin-top:10px;
	padding-top:10px;
}
#related h3.title{
	margin-bottom:10px;
	font-size:18px;
}
#related ul.related{
	overflow:hidden;
}
#related ul.related li{
	float:right;
	margin:0 0 0 10px;
	position:relative;
}
#related ul.related li a{
	display:block;
}
#related ul.related li .view-32{
	position:absolute;
	top:50%;
	right:50%;
	margin-right:-16px;
	margin-top:-16px;
}
#related ul.related li .view-32 a{
	width:32px;
	height:32px;
	display:block;
	background:url(view-32.png) no-repeat 0 0;
}
#related ul.related li .view-32 a:hover{
	background:url(view-32.png) no-repeat 0 -32px;
}
#related ul.related li .play-32{
	position:absolute;
	top:50%;
	right:50%;
	margin-right:-16px;
	margin-top:-16px;
}
#related ul.related li .play-32 a{
	width:32px;
	height:32px;
	display:block;
	background:url(play-32.png) no-repeat 0 0;
}
#related ul.related li .play-32 a:hover{
	background:url(play-32.png) no-repeat 0 -32px;
}
/* Scrollable */
#scrollable {
	width:670px;
	direction:ltr;
	float:right;
	position:relative;
}
#scrollable .slides_container {
	width:626px;
	height:96px;
	overflow:hidden;
	position:relative;
	display:none;
	margin:0 22px;
}
#scrollable .slides_container .slide {
	width:626px;
	height:96px;
	display:block;
	direction:rtl;
}
#scrollable .next, #scrollable .prev{
	width:13px;
	height:21px;
	display:block;
	background-image:url(scrollable-arrows.png);
	background-repeat:no-repeat;
	position:absolute;
	top:37px;
	z-index:10;
}
#scrollable .next{
	background-position: 0 0;
	left:0;
}
#scrollable .next:hover{
	background-position: 0 -21px;
}
#scrollable .prev{
	background-position: -13px 0;
	right:0;
}
#scrollable .prev:hover{
	background-position: -13px -21px;
}
/* Categories */
#categories{
}
#categories .postbox-content {
	padding:10px 10px 0 10px;
}
#categories ul.categories{
	overflow:hidden;
}
#categories ul.categories li{
	float:right;
	margin:0 0 11px 11px;
	overflow:hidden;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#categories ul.categories li a.cat{
	width:160px;
	height:36px;
	font: bold 14px/36px Arial, Helvetica, sans-serif;
	color: #fff;
	padding:0 10px;
	display:block;
	background:#333;
	background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#222));
	background: -moz-linear-gradient(top, #333, #222);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222');
	float:right;
}
#categories ul.categories li a.cat:hover{
	background:#f08208;
	background:-webkit-gradient(linear, left top, left bottom, from(#faa54d), to(#f08208));
	background:-moz-linear-gradient(top, #faa54d, #f08208);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa54d', endColorstr='#f08208');
	text-shadow:#e27803 0 1px;
	color:#fff;
}
#categories ul.categories li a.rss{
	width:36px;
	height:36px;
	display:block;
	float:right;
	color:#fff;
	text-indent:-999em;
	background:url(cat-rss.png) no-repeat 0 0;
}
#categories ul.categories li a.rss:hover{
	background:url(cat-rss.png) no-repeat 0 -36px;
}
/* Category */
#category{
}
/* Category Slides */
#category_slides{
	direction:ltr;
	width:670px;
	border-bottom:1px solid #ddd;
	padding:10px;
}
#category_slides .slides_container {
	width:670px;
	overflow:hidden;
	position:relative;
	display:none;
	margin-bottom:10px;
}
#category_slides .slides_container div.slide {
	width:670px;
	height:160px;
	display:block;
	direction:rtl;
}
#category_slides ul.pagination{
	direction:rtl;
	overflow:hidden;
}
#category_slides ul.pagination li{
	float:right;
	margin-left:5px;
}
#category_slides ul.pagination li a{
	width:80px;
	height:3px;
	display:block;
	text-indent:-9999em;
	background:#ccc;
}
#category_slides ul.pagination li a:hover{
	background:#003063;
}
#category_slides ul.pagination li.current a{
	background:#003063;
}
#category .category-large-news{
}
#category .category-large-news img{
	float:right;
	margin-left:10px
}
#category .category-large-news .text{
	width:400px;
	float:right;
}

#category .category-large-news h2{
	max-height:24px;
	margin-bottom:5px;
	font-size:18px;
	overflow:hidden;
}

#category .category-large-news .text p.description{
	margin-bottom:5px;
	line-height:18px;
}
#category .category-large-news .text .posthstats{
	margin-bottom:10px;
}
#category .category-large-news .text span{
	display:block;
	float:right;
	padding:0 20px 0 0;
	color:#999;
	margin:0 0 0 10px;
}
#category .category-large-news .text span.stat-category{
	background:url(icon-category.png) no-repeat right scroll;
}
#category .category-large-news .text span.stat-views{
	background:url(icon-views.png) no-repeat right scroll;
}
#category .category-large-news .text span.stat-comments{
	background:url(icon-comments.png) no-repeat right scroll;
}
#category .category-large-news .text span.stat-date{
	background:url(icon-calendar.png) no-repeat right scroll;
}
#category #pagination{
	padding:10px;
	border-top:1px solid #ddd;
	background:#fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
	background: -moz-linear-gradient(top, #fff, #f1f1f1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1');
}
/* Authors */
#authors{
}
#authors ul.authors{
}
#authors ul.authors li.list{
	overflow:hidden;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	background: -moz-linear-gradient(top, #eee, #fff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff');
	padding:10px;
	border-bottom:1px solid #ddd;
}
#authors ul.authors li .author-box{
	text-shadow:1px 1px 0 #fff;
}
#authors ul.authors li .author-box .avatar{
	float:right;
	margin-left:10px;
}
#authors ul.authors li .author-box .author-info{
	width:540px;
	float:right;
}
#authors ul.authors li .author-box .author-info .name-stats{
	float:right;
}
#authors ul.authors li .author-box .author-info .name{
	margin-bottom:5px;
}
#authors ul.authors li .author-box .author-info .name h2{
	float:right;
	margin-left:10px;
}
#authors ul.authors li .author-box .author-info .name span{
	float:right;
	line-height:22px;
}
#authors ul.authors li .author-box .author-posts{
	margin-top:10px;
	padding-top:5px;
	border-top:1px dashed #ddd;
}
#authors ul.authors li .author-box .author-posts li{
	margin-top:5px;
	list-style:inside url(list.png);
	font:bold 14px Arial, Helvetica, sans-serif;
}
#authors ul.authors li .author-box .author-tools{
	float:left;
}
#authors ul.authors li .author-box .author-tools .author-box{
	padding:5px;
	border:1px solid #ddd;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	background: -moz-linear-gradient(top, #fff, #eee);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
	float:right;
	margin-right:5px;
}
#authors ul.authors li a.toggle{
	width:24px;
	height:24px;
	display:block;
	background-repeat:no-repeat;
	background-position: top right;
	background-image:url(toggle-24.png);
}
#authors ul.authors li a.toggle:hover{
	background-position: bottom right;
}
#authors ul.authors li a.toggle.show{
	background-position: top left;
}
#authors ul.authors li a.toggle.show:hover{
	background-position: bottom left;
}
#authors ul.authors li a.rss{
	width:24px;
	height:24px;
	display:block;
	background-repeat:no-repeat;
	background-position: top right;
	background-image:url(rss-24.png);
	text-indent:-9999em;
}
#authors ul.authors li a.rss:hover{
	background-position: bottom right;
}
#authors ul.authors li .author-details{
	display:none;
}
#authors ul.authors li .author-details p{
	border-top:1px solid #ddd;
	padding-top:10px;
	margin-top:10px;
}
#authors #pagination{
	padding:10px;
	border-top:1px solid #ddd;
	background:#fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
	background: -moz-linear-gradient(top, #fff, #f1f1f1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1');
}
/* Most Authors */
#most_authors{
}
#most_authors .postbox-content{
	border-top:1px solid #ddd;
}
#most_authors ul.idTabs{
	overflow:hidden;
	border-top:1px solid #fff;
}
#most_authors ul.idTabs li{
	float:right;
	border-left:1px solid #ddd;
}
#most_authors ul.idTabs li.commenting{
	border-left:0;
}
#most_authors ul.idTabs li a{
	width:99px;
	height:36px;
	display:block;
	background: #eee;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	background: -moz-linear-gradient(top, #fff, #eee);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
	font:bold 14px / 36px Arial, Helvetica, sans-serif;
	text-align:center;
}
#most_authors ul.idTabs li a.selected{
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
	background: -moz-linear-gradient(top, #eee, #fff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff');
	color:#999;
	cursor:default;
}
#most_authors ul.idTabs li.commenting a{
	width:100px
}
/* Author */
#author{
}
#author .postbox-content{
	border-top:1px solid #ddd;
}
#author .author-header{
	padding:10px;
	background:#fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
	background: -moz-linear-gradient(top, #eee, #fff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee', endColorstr='#ffffff');
	border-top:1px solid #fff;
}
#author .author-header .avatar{
	float:right;
	margin-left:10px;
}
#author .author-info{
	width:530px;
	float:right;
}
#author .author-info .author-info-stats{
}
#author .author-info .name{
	margin-bottom:5px;
}
#author .author-info .name h2{
	float:right;
	margin-left:10px;
}
#author .author-info .name span{
	float:right;
	line-height:22px;
}
#author .author-info .author-info-details{
	margin-top:10px;
	padding-top:10px;
	border-top:1px dashed #ddd;
}
#author .author-info .author-info-details h4{
	margin-bottom:2px;
}
#author .author-info .author-info-details p{
}
#author .author-posts{
}
#author .author-posts h3.title{
	font-size:18px;
	padding:10px;
	background:#fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
	background: -moz-linear-gradient(top, #eee, #fff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee', endColorstr='#ffffff');
}
#author #pagination{
	padding:10px;
	border-top:1px solid #ddd;
	background:#fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
	background: -moz-linear-gradient(top, #fff, #f1f1f1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1');
}
/* Authors Block */
#authors_block{
}
/* Photographers */
#photographers{
}
#photographers ul.photographers{
}
#photographers ul.photographers li.list{
	overflow:hidden;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	background: -moz-linear-gradient(top, #eee, #fff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff');
	padding:10px;
	border-bottom:1px solid #ddd;
}
#photographers ul.photographers li .photographer-box{
	text-shadow:1px 1px 0 #fff;
}
#photographers ul.photographers li .photographer-box .avatar{
	float:right;
	margin-left:10px;
}
#photographers ul.photographers li .photographer-box .photographer-info{
	width:540px;
	float:right;
}
#photographers ul.photographers li .photographer-box .photographer-info .name-stats{
	float:right;
}
#photographers ul.photographers li .photographer-box .photographer-info .name{
	margin-bottom:5px;
}
#photographers ul.photographers li .photographer-box .photographer-info .name h2{
	float:right;
	margin-left:10px;
}
#photographers ul.photographers li .photographer-box .photographer-info .name span{
	float:right;
	line-height:22px;
}
#photographers ul.photographers li .photographer-box .photographer-albums{
	margin-top:10px;
	padding-top:10px;
	border-top:1px dashed #ddd;
}
#photographers ul.photographers li .photographer-box .photographer-albums ul{
	overflow:hidden;
}
#photographers ul.photographers li .photographer-box .photographer-albums li{
	margin-left:10px;
	float:right;
}
#photographers ul.photographers li .photographer-box .photographer-albums li a{
	display:block;
}
#photographers ul.photographers li .photographer-box .photographer-tools{
	float:left;
}
#photographers ul.photographers li .photographer-box .photographer-tools .photographer-box{
	padding:5px;
	border:1px solid #ddd;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	background: -moz-linear-gradient(top, #fff, #eee);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
	float:right;
	margin-right:5px;
}
#photographers ul.photographers li a.toggle{
	width:24px;
	height:24px;
	display:block;
	background-repeat:no-repeat;
	background-position: top right;
	background-image:url(toggle-24.png);
}
#photographers ul.photographers li a.toggle:hover{
	background-position: bottom right;
}
#photographers ul.photographers li a.toggle.show{
	background-position: top left;
}
#photographers ul.photographers li a.toggle.show:hover{
	background-position: bottom left;
}
#photographers ul.photographers li a.rss{
	width:24px;
	height:24px;
	display:block;
	background-repeat:no-repeat;
	background-position: top right;
	background-image:url(rss-24.png);
	text-indent:-9999em;
}
#photographers ul.photographers li a.rss:hover{
	background-position: bottom right;
}
#photographers ul.photographers li .photographer-details{
	display:none;
}
#photographers ul.photographers li .photographer-details p{
	border-top:1px solid #ddd;
	padding-top:10px;
	margin-top:10px;
}
#photographers #pagination{
	padding:10px;
	border-top:1px solid #ddd;
	background:#fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
	background: -moz-linear-gradient(top, #fff, #f1f1f1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1');
}
/* Most Photographers */
#most_photographers{
}
#most_photographers .postbox-content{
	border-top:1px solid #ddd;
}
#most_photographers ul.idTabs{
	overflow:hidden;
	border-top:1px solid #fff;
}
#most_photographers ul.idTabs li{
	float:right;
	border-left:1px solid #ddd;
}
#most_photographers ul.idTabs li.commenting{
	border-left:0;
}
#most_photographers ul.idTabs li a{
	width:99px;
	height:36px;
	display:block;
	background: #eee;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	background: -moz-linear-gradient(top, #fff, #eee);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
	font:bold 14px / 36px Arial, Helvetica, sans-serif;
	text-align:center;
}
#most_photographers ul.idTabs li a.selected{
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
	background: -moz-linear-gradient(top, #eee, #fff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff');
	color:#999;
	cursor:default;
}
#most_photographers ul.idTabs li.commenting a{
	width:100px
}
/* Photographer */
#photographer{
}
#photographer .postbox-content{
	border-top:1px solid #ddd;
}
#photographer .photographer-header{
	padding:10px;
	background:#fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
	background: -moz-linear-gradient(top, #eee, #fff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee', endColorstr='#ffffff');
	border-top:1px solid #fff;

}
#photographer .photographer-header .avatar{
	float:right;
	margin-left:10px;
}
#photographer .photographer-info{
	width:530px;
	float:right;
}
#photographer .photographer-info .photographer-info-stats{
}
#photographer .photographer-info .name{
	margin-bottom:5px;
}
#photographer .photographer-info .name h2{
	float:right;
	margin-left:10px;
}
#photographer .photographer-info .name span{
	float:right;
	line-height:22px;
}
#photographer .photographer-info .photographer-info-details{
	margin-top:10px;
	padding-top:10px;
	border-top:1px dashed #ddd;
}
#photographer .photographer-info .photographer-info-details h4{
	margin-bottom:2px;
}
#photographer .photographer-info .photographer-info-details p{
}
#photographer h3.title{
	font-size:18px;
	padding:10px;
	background:#fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
	background: -moz-linear-gradient(top, #eee, #fff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee', endColorstr='#ffffff');
}
#photographer .photographer-albums{
}
#photographer .photographer-albums>ul{
	overflow:hidden;
	margin:10px 10px 0 10px;
}
#photographer .photographer-albums ul li.list{
	float:right;
	width:214px;
	border:1px solid #ddd;
	background: #fefefe;
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f2f2f2));
	background: -moz-linear-gradient(top, #fefefe, #f2f2f2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#f2f2f2');
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin:0 0 10px 10px;
	overflow:hidden;
}
#photographer .photographer-albums ul li.list .thumb{
	margin:10px 10px 0 10px;
}
#photographer .photographer-albums ul li.list .text{
	height:53px;
	padding:10px;
	overflow:hidden;
}
#photographer .photographer-albums ul li.list h4{
	margin-bottom:5px;
}
#photographer ul.album-stats{
	border-top:1px solid #ddd;
}
#photographer ul.album-stats li{
	width:90px;
	float:right;
	overflow:hidden;
	padding:8px;
	text-shadow:1px 1px 0 #fff;
	color:#999;
}
#photographer ul.album-stats li span{
	display:block;
	width:16px;
	height:16px;
	float:right;
	margin-left:5px;
}
#photographer ul.album-stats li.photos{
	border-left:1px solid #ddd;
}
#photographer ul.album-stats li.photos span{
	background:url(icon-pic.png) no-repeat right scroll;
}
#photographer ul.album-stats li.views span{
	background:url(icon-views.png) 0 0 no-repeat;
}
#photographer ul.album-stats li.comments span{
	background:url(icon-comments.png) 0 0 no-repeat;
}
#photographer ul.album-stats li.calendar span{
	background:url(icon-calendar.png) 0 0 no-repeat;
}
#photographer .photographer-photos{
}
#photographer .photographer-photo{
}
#photographer .photographer-photo .thumb{
	width:670px;
	margin-bottom:10px;
	position:relative;
}
#photographer .photographer-photo .thumb span{
	width:72px;
	height:72px;
	display:block;
	background:url(view-72.png) no-repeat 0 0;
	position:absolute;
	top:50%;
	right:50%;
	margin-top:-36px;
	margin-right:-36px;
	z-index:2;
	display:none;
}
#photographer .photographer-photo .thumb span:hover{
	background:url(view-72.png) no-repeat 0 -72px;
}
#photographer .photographer-photo .thumb span a{
	display:block;
	height:100%;
}
#photographer #pagination{
	padding:10px;
	border-top:1px solid #ddd;
	background:#fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
	background: -moz-linear-gradient(top, #fff, #f1f1f1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1');
}
/* Photographers Block */
#photographers_block{
}
/* Search */
#search{
}
#search .search-form{
	background:#7c9842;
	padding:10px 10px 12px 10px;
	background:#003063;
}
#search .search-form .search{
	height:36px;
	background:#fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
	background: -moz-linear-gradient(top, #eee, #fff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff');
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#search .search-form .search input.inputsearch{
	width:320px;
	height:28px;
	float:right;
	border:0;
	border-left:1px solid #ddd;
	background:none;
	padding:4px 10px;
}
#search .search-form .search input.submitsearch{
	width:26px;
	height:26px;
	float:left;
	border:0;
	cursor:pointer;
	margin:5px;
	background:#003063 url(search.png) no-repeat center scroll;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#search .search-form .search input.submitsearch:hover{
	background:#a8c72c url(search.png) no-repeat center scroll;
}
#search .search-form .search ul.areas-search-ul{
	float:right;
}
#search .search-form .search ul.categories-search-ul{
	float:right;
	border-left:1px solid #ddd;
}
#search .search-form .search li.search-list{
	position:relative;
}
#search .search-form .search a.abox{
	display:block;
	height:28px;
	line-height:28px;
	padding:0 10px;
	padding:4px 10px;
	color:#666;
}
#search .search-form .search a.abox span{
	width:8px;
	height:4px;
	display:block;
	background:url(arrow.png) no-repeat 0 0;
	float:left;
	margin:13px 10px 0 0;
}
#search .search-form .search ul.dropmenu{
	width:130px;
	display:none;
	position:absolute;
	top:36px;
	right:0;
	z-index:999;
	background:#003063;
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	padding:10px;
}
#search .search-form .search ul.dropmenu li{
	border-bottom:1px solid #54cbfc;
	margin-bottom:5px;
	padding-bottom:5px;
	color:#fff;
	position:relative;
}
#search .search-form .search ul.dropmenu label{
	margin:0;
	display:block;
	cursor:pointer;
}
#search .search-form .search ul.dropmenu li label input{
	margin:2px 0 0 5px;
	padding:0;
	outline:0;
}
#search .search-form .search ul.dropmenu .right-corner{
	width:6px;
	height:6px;
	background:url(corners.png) no-repeat -6px 0;
	position:absolute;
	top:0;
	right:-16px;
}
#search .search-form .search ul.dropmenu .left-corner{
	width:6px;
	height:6px;
	background:url(corners.png) no-repeat 0 0;
	position:absolute;
	top:0;
	left:-16px;
}
#search ul.dropmenu li.last{
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	border-bottom: 0 !important;
}
#search .search-stats{
	padding:10px;
	background:#f1f1f1;
}
#search .search-stats h4{
	float:right;
}
#search .search-stats h4 span{
	color:#003063;
}
#search .search-stats span.result-stats{
	float:left;
	color:#999;
}
#search #pagination{
	padding:10px;
	border-top:1px solid #ddd;
	background:#fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
	background: -moz-linear-gradient(top, #fff, #eee);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#f1f1f1');
}
/* Author Membership Popup */
#author_membership_popup{
	width:800px;
	height:330px;
	padding:10px;
}
#author_membership_popup .forms{
	margin-top:40px;
}
#author_membership_popup form{
	width:312px;
	height:252px;
	float:right;
	padding:0 43px;
}
#author_membership_popup form h3{
	margin-bottom:15px;
	color:#003063;
	font-size:16px;
}
#author_membership_popup form.login{
	border-left:1px solid #ddd;
}
#author_membership_popup form.register{
	float:left;
}
#author_membership_popup form .input{
	width:200px;
}
#author_membership_popup form label{
	display:block;
	width: 100px;
	float: right;
	font: bold 14px/30px Arial, Helvetica, sans-serif;
}
#author_membership_popup form .button{
	margin-right:100px;
}
/* Login */
#login{
	width:350px;
	float:left;
}
#login{
}
#login label{
	float:right;
	width:100px;
	line-height:28px;
}
#login .input{
	width:238px;
	float:right;
}
#login .button{
	margin:0 100px 0 0;
	float:right;
}
#login .signup-link{
	float:left;
	line-height:28px;
}
/* Author Profile */
#author_profile{
}
#author_profile ul.author_profile_menu{
	width:160px;
	float:right;
	margin-left:10px;
}
#author_profile ul.author_profile_menu li{
	margin-bottom:3px;
}
#author_profile ul.author_profile_menu li a{
	display:block;
	padding:6px 10px;
	background:#eee;
	color:#666;
	font:bold 14px Arial, Helvetica, sans-serif;
}
#author_profile ul.author_profile_menu li a:hover, #author_profile ul.author_profile_menu li a.current{
	background:#003063;
	color:#fff;
}
#author_profile .author_profile_content{
	width:500px;
	float:right;
}
#author_profile .profile-card .avatar{
	float:right;
	margin-left:10px;
}
#author_profile .profile-card .avatar-img{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#author_profile .profile-card .button{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#author_profile .profile-card .info{
	width:360px;
	float:right;
}
#author_profile .profile-card .info h2{
	margin-bottom:5px;
}
#author_profile .profile-card .info p{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ddd;
}
#author_profile .profile-card .info p.work{
	color:#999;
}
#author_profile .profile-card .info p.bio{
	text-align:justify;
}
#author_profile form label {
	display: block;
	width: 100px;
	float: right;
	font: bold 14px/28px Arial, Helvetica, sans-serif;
}
#author_profile form .input{
	width:388px;
	float:right;
}
#author_profile form textarea.input{
	height:100px;
	resize: vertical;
}
#author_profile form .button{
	float:right;
	margin-left:10px;
}
#author_profile form .button.save{
	margin-right:100px;
}
#author_profile form select.input{
	width:400px;
}
#author_profile form .choose-file{
	width: 100px;
	height: 26px;
	position: relative;
	float:right;
	line-height:26px;
	text-align:center;
	cursor:pointer;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #ddd;
	background:#fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));
	background: -moz-linear-gradient(top, #fff, #efefef);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef');
	color:#003063;
	text-shadow:1px 1px 0 #fff;
	font:bold 14px/28px Arial, Helvetica, sans-serif;
	margin-left:10px;
}
#author_profile form .choose-file:hover{
	background:#003063;
	background: -webkit-gradient(linear, left top, left bottom, from(#41c5fb), to(#003063));
	background: -moz-linear-gradient(top, #41c5fb, #003063);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#41c5fb', endColorstr='#003063');
	color:#fff;
	text-shadow:1px 1px 0 #003063;
	border:1px solid #22a6dc;
}
#author_profile form .choose-file input{
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 26px;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 1;
	cursor:pointer;
}
#author_profile form .file-name{
	float:right;
	line-height:28px;
}
#author_profile ul.author-posts{
}
#author_profile ul.author-posts > li{
	border-bottom:1px solid #ddd;
	margin-bottom:10px;
	padding-bottom:10px;
}
#author_profile ul.author-posts > li h4{
	margin-bottom:5px;
}
/* Author Profile Mini */
#author_profile_mini{
}
#author_profile_mini .profile-summary{
	border-bottom:1px solid #ddd;
}
#author_profile_mini .profile-summary .avatar{
	float:right;
	margin-left:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#author_profile_mini .profile-summary .info{
	width:220px;
	float:right;
}
#author_profile_mini .profile-summary .info span{
	color:#999;
}
#author_profile_mini ul.profile-stats{
}
#author_profile_mini ul.profile-stats li{
	float:right;
	padding:10px 15px;
	color:#999;
	border-left:1px solid #ddd;
}
#author_profile_mini ul.profile-stats li.last{
	border-left:0;
}
#author_profile_mini ul.profile-stats li:last-child{
	border-left:0;
}
#author_profile_mini ul.profile-stats li span{
	display:block;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#333;
}


/*
------------------------------------------------------------------------------
	11.  Shortcode Styles
------------------------------------------------------------------------------
*/

/* Message */
.message2{
	line-height:14px;
	float:right;
	margin-top:7px;
}
.message2 span.spinner{
	width:14px;
	height:14px;
	display:none;
	float:right;
	background:url(spinner2.gif) no-repeat 0 0;
}
.message2 span.result{
	display:none;
	float:right;
}
p.textbox{margin-bottom:10px;}
.spread{height:20px;}
/* Posts */
ul.posts{
	overflow:hidden;
}
ul.posts li.post{
	border-bottom:1px solid #ddd;
	padding:10px;
}
ul.posts li.post .thumb{
	float:right;
	margin-left:10px;
	position:relative;
}
ul.posts li.post .post-details{
	width:500px;
	float:right;
}
ul.posts li.post .post-details p.description{
	margin-bottom:5px;
}
ul.posts li.post .post-details h2{
	max-height:24px;
	margin-bottom:5px;
	font-size:18px;
	overflow:hidden;
}
/* Post List */
ul.postlist{
}
ul.postlist li.list{
	padding:10px;
	border-bottom: 1px solid #ddd;
}
ul.postlist li.last{
	border-bottom:0;
}
ul.postlist li.last:last-child{
	border-bottom:0;
}
ul.postlist li.list .thumb{
	float:right;
	margin:0 0 0 10px;
}
ul.postlist li.list .details{
	width:218px;
	float:right;
}
ul.postlist li.list .details h4{
	max-height:36px;
	overflow:hidden;
}
ul.postlist li.list .details .title{
	margin-bottom:8px;
}
ul.postlist li.list .details .title h4{
	margin:0 0 0 5px;
	float:right;
}

/* Stats */
ul.stats{
	overflow:hidden;
}
ul.stats li{
	padding:0 20px 5px 0;
	border-bottom: 1px solid #eee;
	margin: 0 0 5px;
	color:#999;
}
ul.stats li.stat-date{
	background:url(icon-calendar.png) no-repeat right scroll;
}
ul.stats li.stat-category{
	background:url(icon-category.png) no-repeat right scroll;
}
ul.stats li.stat-posts{
	background:url(icon-posts.png) no-repeat right scroll;
}
ul.stats li.stat-photos{
	background:url(icon-pic.png) no-repeat right scroll;
}
ul.stats li.stat-galleries{
	background:url(icon-galleries.png) no-repeat right scroll;
}
ul.stats li.stat-rate{
	background:url(icon-rate.png) no-repeat right scroll;
}
ul.stats li.stat-views{
	background:url(icon-views.png) no-repeat right scroll;
}
ul.stats li.stat-comments{
	background:url(icon-comments.png) no-repeat right scroll;
}
ul.stats li.stat-location{
	background:url(icon-marker.png) no-repeat right scroll;
}
ul.stats li.stat-download{
	background:url(icon-download.png) no-repeat right scroll;
}
/* Stats Float */
ul.statsfloat{
	overflow:hidden;
}
ul.statsfloat li{
	float:right;
	padding:0 20px 0 0;
	color:#999;
	margin:0 0 0 15px;
}
ul.statsfloat li.last{
	margin-left:0;
}
ul.statsfloat li:last-child{
	margin-left:0;
}
ul.statsfloat li.stat-date{
	background:url(icon-calendar.png) no-repeat right scroll;
}
ul.statsfloat li.stat-category{
	background:url(icon-category.png) no-repeat right scroll;
}
ul.statsfloat li.stat-posts{
	background:url(icon-posts.png) no-repeat right scroll;
}
ul.statsfloat li.stat-photos{
	background:url(icon-pic.png) no-repeat right scroll;
}
ul.statsfloat li.stat-galleries{
	background:url(icon-galleries.png) no-repeat right scroll;
}
ul.statsfloat li.stat-rate{
	background:url(icon-rate.png) no-repeat right scroll;
}
ul.statsfloat li.stat-views{
	background:url(icon-views.png) no-repeat right scroll;
}
ul.statsfloat li.stat-comments{
	background:url(icon-comments.png) no-repeat right scroll;
}
ul.statsfloat li.stat-location{
	background:url(icon-marker.png) no-repeat right scroll;
}
ul.statsfloat li.stat-download{
	background:url(icon-download.png) no-repeat right scroll;
}
ul.statsfloat li.stat-video{
	background:url(icon-video.png) no-repeat right scroll;
}
/* Tools Box */
.tools-box{
	overflow:hidden;
	font:normal 11px / 15px Tahoma, Geneva, sans-serif;
	padding:10px 0;
	border-top:1px dashed #ddd;
	border-bottom:1px dashed #ddd;
}
.tools-box ul.tools{
}
.tools-box ul.tools li{
	float:right;
	margin-right:10px;
}
.tools-box ul.tools li a{
	display:block;
}
.tools-box ul.tools li a span{
	float:right;
	width:16px;
	height:16px;
	display:block;
	background-repeat:no-repeat;
	background-position: right top;
}
.tools-box ul.tools li a:hover span{
	background-position: right bottom;
}
.tools-box ul.tools li.print a span{
	background-image:url(icon-print.png);
}
.tools-box ul.tools li.send a span{
	background-image:url(icon-send-blue.png);
}
.tools-box ul.tools li.rss a span{
	background-image:url(icon-rss.png);
}
.tools-box ul.tools li.resizing-plus a span{
	background-image:url(icon-plus.png);
}
.tools-box ul.tools li.resizing-negative a span{
	background-image:url(icon-negative.png);
}
.tools-box ul.tools li.download a span{
	background-image:url(icon-download.png);
}
.next-previous{
	width:244px;
	margin:auto;
}
.next-previous a{
	width:120px;
	height:30px;
	display:block;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));
	background: -moz-linear-gradient(top, #fff, #efefef);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef');
	border: 1px solid #ddd;
	text-shadow:1px 1px 0 #fff;
	float:right;
	text-align:center;
	font:bold 14px / 30px Arial, Helvetica, sans-serif;
	-webkit-transition:none;
   -moz-transition:none;
   -o-transition:none;
   transition:none;
}
.next-previous a.previous{
	-moz-border-radius:0 3px 3px 0;
	-webkit-border-radius:0 3px 3px 0;
	border-radius:0 3px 3px 0;
	border-left:1px solid #fff;
}
.next-previous a.next{
	-moz-border-radius:3px 0 0 3px;
	-webkit-border-radius:3px 0 0 3px;
	border-radius:3px 0 0 3px;
}
.next-previous a:hover{
	color:#fff;
	background:#003063;
	background: -webkit-gradient(linear, left top, left bottom, from(#41c5fb), to(#003063));
	background: -moz-linear-gradient(top, #41c5fb, #003063);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#41c5fb', endColorstr='#003063');
	text-shadow:1px 1px 0 #003063;
	border:1px solid #22a6dc;
}
/* Arrow Nav */
.arrow-nav{
	background:#fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#E4E4E4));
	background: -moz-linear-gradient(top, #f1f1f1, #E4E4E4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#E4E4E4');
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
	height:30px;
}
.arrow-nav a{
	width:148px;
	height:30px;
	display:inline-block;
	float:right;
}
.arrow-nav a.up{
	border-left:1px solid #fff;
	background:url(arrow-nav.png) no-repeat center -60px;
}
.arrow-nav a.up:hover{
	background:url(arrow-nav.png) no-repeat center 0;
}
.arrow-nav a.up-inactive{
	background:url(arrow-nav.png) no-repeat center -60px;
}
.arrow-nav a.down{
	border-right:1px solid #ddd;
	background:url(arrow-nav.png) no-repeat center -90px;
}
.arrow-nav a.down:hover{
	background:url(arrow-nav.png) no-repeat center -30px;
}
.arrow-nav a.down-inactive{
	background:url(arrow-nav.png) no-repeat center -90px;
}
.nth-child{
	margin-left:0 !important;
}
.odd{
	margin-left:0 !important;
}
.last{
	margin-bottom:0 !important;
	border-bottom:0 !important;
}
.last-list{
	margin-bottom:0 !important;
	padding-bottom:0 !important;
	border-bottom:0 !important;
}
.last-box{
	margin-bottom:0 !important;
}
.last-left{
	margin-left:0 !important;
}
/* Forms */
.input{
	padding:5px;
	border:1px solid #ddd;
	line-height:16px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background:#fff url(input.png) repeat-x 0 0;
	transition: border linear .2s,box-shadow linear .2s;
	-moz-transition: border linear .2s,-moz-box-shadow linear .2s;
	-webkit-transition: border linear .2s,-webkit-box-shadow linear .2s;
}
.input:focus{
	border-color:rgba(51, 184, 238, .6) !important;
	-moz-box-shadow:0 0 8px rgba(51, 184, 238, .5);
	-webkit-box-shadow:0 0 8px rgba(51, 184, 238, .5);
	box-shadow:0 0 8px rgba(51, 184, 238, .5);
}
/* Buttons */
.button{
	height:28px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #ddd;
	cursor:pointer;
	padding:0 12px;
	background:#fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));
	background: -moz-linear-gradient(top, #fff, #efefef);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef');
	color:#003063;
	text-shadow:1px 1px 0 #fff;
	font:bold 14px/28px Arial, Helvetica, sans-serif;
	display:block;
	-webkit-transition:none;
   -moz-transition:none;
   -o-transition:none;
   transition:none;
}
.button:hover{
	background:#003063;
	background: -webkit-gradient(linear, left top, left bottom, from(#41c5fb), to(#003063));
	background: -moz-linear-gradient(top, #41c5fb, #003063);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#41c5fb', endColorstr='#003063');
	color:#fff;
	text-shadow:1px 1px 0 #003063;
	border:1px solid #22a6dc;
}
.button:active{
	background:#41c5fb;
	background: -webkit-gradient(linear, left top, left bottom, from(#003063), to(#41c5fb));
	background: -moz-linear-gradient(top, #003063, #41c5fb);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003063', endColorstr='#41c5fb');
	color:#fff;
	text-shadow:1px 1px 0 #003063;
	border:1px solid #22a6dc;
}

span.type{
	color:red;
	margin-left:4px;
}

iframe[id^="oauth2relay"] {
	left: auto !important;
	right: -100px !important;
}

#featured_sport {}
#featured_sport .featured {
    margin-bottom: 10px;
}
#featured_sport .featured .thumb {
    float: right;
    margin-left: 10px;
    width: 420px;
}
#featured_sport .featured .details {
    float: right;
    width: 230px;
}
#featured_sport .featured .details h3 {
    margin-bottom: 10px;
    font-size: 18px;
}
#featured_sport .stories {
    height: 142px;
    overflow: hidden;
    padding: 10px;
    background-color: #333;
    position: relative;
}
#featured_sport .stories .container {
    overflow: hidden;
    position: relative;
    height: 142px;
}
#featured_sport .stories a.next, #featured_sport .stories a.prev {
    position: absolute;
    width: 14px;
    height: 142px;
    display: block;
    z-index: 99;
    background-color: #222;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
#featured_sport .stories a.next {
    left: 10px;
    background-image: url(slides-arrow-left.png);
}
#featured_sport .stories a.prev {
    right: 10px;
    background-image: url(slides-arrow-right.png);
}
#featured_sport .stories a.prev:hover, #featured_sport .stories a.next:hover{
    background-color: #058ac7;
}
#featured_sport .stories ul {
    width: 10000px;
    margin: 0 21px;
    position: absolute;
}
#featured_sport .stories ul li {
    float: right;
    width: 196px;
    margin-left: 10px;
    position: relative;
}
#featured_sport .stories ul li h4 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 176px;
    padding: 10px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
#featured_sport .stories ul li h4 a {
    color: #fff;
}

#humanity_block,
#pain_block {
    width: 340px;
    display: inline-block;
}
#humanity_block {
    margin-left: 10px;
}
#humanity_block.postbox,
#pain_block.postbox {
    background: transparent!important;
    overflow: hidden;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    vertical-align: top;
}
#humanity_block .postbox-head,
#pain_block .postbox-head {
/*
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVQAAAAmCAYAAAHsCFNdAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAADrdaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pgo8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjUtYzAxNCA3OS4xNTE0ODEsIDIwMTMvMDMvMTMtMTI6MDk6MTUgICAgICAgICI+CiAgIDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iCiAgICAgICAgICAgIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAgICAgICAgICAgIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8iPgogICAgICAgICA8eG1wOkNyZWF0b3JUb29sPkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cyk8L3htcDpDcmVhdG9yVG9vbD4KICAgICAgICAgPHhtcDpDcmVhdGVEYXRlPjIwMTQtMDEtMDdUMDU6MzQ6MzYrMDI6MDA8L3htcDpDcmVhdGVEYXRlPgogICAgICAgICA8eG1wOk1ldGFkYXRhRGF0ZT4yMDE0LTAxLTA3VDA1OjM0OjM2KzAyOjAwPC94bXA6TWV0YWRhdGFEYXRlPgogICAgICAgICA8eG1wOk1vZGlmeURhdGU+MjAxNC0wMS0wN1QwNTozNDozNiswMjowMDwveG1wOk1vZGlmeURhdGU+CiAgICAgICAgIDx4bXBNTTpJbnN0YW5jZUlEPnhtcC5paWQ6NWMwYzU2YzEtOTM3ZC0xNTQ5LTgwMGItZjA5Njc4MzkzM2YyPC94bXBNTTpJbnN0YW5jZUlEPgogICAgICAgICA8eG1wTU06RG9jdW1lbnRJRD54bXAuZGlkOmQ2ZDhiMGQzLTk3NzItZDA0Yi1hYzQ3LTI1ZGExNDZmNWIwMTwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD54bXAuZGlkOmQ2ZDhiMGQzLTk3NzItZDA0Yi1hYzQ3LTI1ZGExNDZmNWIwMTwveG1wTU06T3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAgICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmNyZWF0ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDpkNmQ4YjBkMy05NzcyLWQwNGItYWM0Ny0yNWRhMTQ2ZjViMDE8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTQtMDEtMDdUMDU6MzQ6MzYrMDI6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjVjMGM1NmMxLTkzN2QtMTU0OS04MDBiLWYwOTY3ODM5MzNmMjwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNC0wMS0wN1QwNTozNDozNiswMjowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmNoYW5nZWQ+Lzwvc3RFdnQ6Y2hhbmdlZD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgIDwvcmRmOlNlcT4KICAgICAgICAgPC94bXBNTTpIaXN0b3J5PgogICAgICAgICA8cGhvdG9zaG9wOkRvY3VtZW50QW5jZXN0b3JzPgogICAgICAgICAgICA8cmRmOkJhZz4KICAgICAgICAgICAgICAgPHJkZjpsaT54bXAuZGlkOjQwNTVkYjM3LWE2ZGItZTg0NS04NmI1LTMwNmUzZjgwMzQ0YjwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpCYWc+CiAgICAgICAgIDwvcGhvdG9zaG9wOkRvY3VtZW50QW5jZXN0b3JzPgogICAgICAgICA8cGhvdG9zaG9wOkNvbG9yTW9kZT4zPC9waG90b3Nob3A6Q29sb3JNb2RlPgogICAgICAgICA8cGhvdG9zaG9wOklDQ1Byb2ZpbGU+c1JHQiBJRUM2MTk2Ni0yLjE8L3Bob3Rvc2hvcDpJQ0NQcm9maWxlPgogICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3BuZzwvZGM6Zm9ybWF0PgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8dGlmZjpYUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WFJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOllSZXNvbHV0aW9uPjcyMDAwMC8xMDAwMDwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MjwvdGlmZjpSZXNvbHV0aW9uVW5pdD4KICAgICAgICAgPGV4aWY6Q29sb3JTcGFjZT4xPC9leGlmOkNvbG9yU3BhY2U+CiAgICAgICAgIDxleGlmOlBpeGVsWERpbWVuc2lvbj4zNDA8L2V4aWY6UGl4ZWxYRGltZW5zaW9uPgogICAgICAgICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+Mzg8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/PtW3Zx0AAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAABk9JREFUeNrUkcEJwCAQBE+JRARbSg9pNEWkFwuQgzNyKvnEkAL2k/ntZ1h2DT2oKqFxznlVLQhXa+1cZhhjQIumlPZa64HyWms3M4OIwIqGEFYRudBPvcv23iHCGKNn5oLyfTFE5HPOhX7ADQAA///U07ENACAMA0FMkyXYfy9GiFIlEjINIzgFHsH6QyOuWVUbwJIloIZlZsjMQ3KQ1D2qRPXGFlRCUDMiTkuj7s4fMF0AAAD//2JE5vz69WvQO5iNjY3pw4cPk7m4uLIGqxtZkDm0KK+pBTg5ORkZGBg4vn///m2wuxUlUKldqlILcHNzs339+vXnYHYjevZHxoPJXSwfPnw4y8TEpMUwxADjJjW1/wyjgKoAAAAA//9CSZ20aP3RArCysrK8fv06U0BAYNIgdBvnUKz92X79+vVzMLsRpaKiVhOdVoCdnZ3158+fPwe7O4dE7Q9tUjF///7911Co/YdESuXi4mL69OnTkcGeQodMoHJzczM9evQohZmZ2WJIBupgy1q8vLwsb9++3cLGxuY+FLI9cqAywZpWvLy8g6WZxzRx4kThT58+PRsKFSiGB4bKyM9oj2qEAwAAAAD//+yaPQ6CQBCF3y7LjxkIISHRiiPQ22jpIbiAFbV2WtDbEy5i50GoMBYkbEltI4kWVkhkk/mSvcCXl9l92fna901pV4Y0QAlA1XW9TZLkykZGXv6m9ABTcF1XAlBa6zMRHdjrBEE17REzJzzPEwCsqqqWWZbd2ScHdVa8PtEkALvvey2EWLBHvvpnBRFJAKpt2xMRHX+5PsLwRB2F7/vDBFVN0+yjKLqwOw7q3wmCYNiMkACsPM+DoigeAGx2Ni0CgPV2BCv5JI5jWZblKk3TdRiGmeM4O7byh6B2XXdTSm1YBTNnngAAAP//7JwxSgNBFIb/md2dsDsIBgkS0onYpLRJLXiDbBmsBQsb7e208ADBIjmDh7BJJ3iAtUrYVLqzMNXaJCK4KeLGZBb+7wjf/Lx5b3hMaQXlY/9mCYLgu10Yj8cHcRw/KaXOAIS0s5qiKEyaphedTueZQd1OSD0AgbX2VUp5TCvrkaZpXBrUOuxR1gGllADgtdttlSSJoZE/V9asNKjWWtqpSKPR+FlJcxqphqSCfwupBOBbaz9ppDr+ilJLM9WHVD/P87eiKDzqYFCdIwxDCcCfz+f3QogjuuTV72JIBQBvMpmcaq2vaYQV1TmiKBIAvMFgoLvd7gsdbr6X+oUxfElZB631csJXhvJ49Tse0sAY80EjvPqdY7Hm5wFQWZZ9cMJnUJ1ise4nAXij0eiw3++/09kOgkpWhnPZLkkA/mw2u4ui6IZ2tjNMufhVmqueJACZJMlls9l8pJbtVlR/0WdxsCoJ6HA43O/1eietVutca30lhNijlh0cxHQ6fQjD8JYqiNNB5Z8+pBZB5T9JpA58AQAA///s3b+rklEcx/HvOcfwQePxETyHhkBouKDQ1JKjezZ1I/oHiiCkqSkuNkbU4NQS0eLSEjS23AaHBgddHEREXMRFcHBxaOgo3ssFf1Q378P7BQ46Hr7Px3PO85zvs9MCiif/caj8SYozp4Sr1WqqVqu9TKVSz5RS1xkl/Cvz+fxNGIYnOwUqJ1RwaPxpn9XOoYiYyWTyIpPJvJbfm1nApVgsFj8IVMQmSKfT6dtDfmEW4m+nG/08dYH/zZ+aXH6MiJjxePwkiqL31CgIVGBLvov3akbaarVuFwqF70qpkNrEIeBhKVyJIA2CQPsZaaJUKgWz2exbsVj8qZQKGSEwQwU28B0Sln/8RkTMcDg8ttZ+EhFFPYJABbbgO3ks90l1o9G4UalUTrXWeeoQsQhU4BKDVIuIcc4lut3uxyAIHjI6YIYKbMF3RDpz02k0Gj3NZrPvqD0QqMAGvmOXnA/SwWDwOJfLfRARQ82BJT+wXYiugtQ5l+h0OifpdJoGXmCGClxkrfPh+h37VZC22+27+Xz+s9b6JjWGq05t+A7sW0/qohB1zulms3lsrX2ltb7FkCFuF4BeK/rzFwKwb5Cqcrl8rV6vl5xzj5LJ5AOlVJqhQtyX/EZETL/fvxdF0XNjzB0KHwD2CNRer3ffWvtl/Uf2sQBgj6Xa16OjmRKh+S4A/CFNmALA3/ELAAD//wMA2KIRXV9hiq0AAAAASUVORK5CYII=)!important;
*/
    background-repeat: no-repeat!important;
    background-position: center center;
}
#humanity_block .postbox-head h3 a,
#pain_block .postbox-head h3 a {
    color: #003063;
}
#humanity_block .postbox-head h3 a:hover,
#pain_block .postbox-head h3 a:hover{
    color: #b22626;
}
#humanity_block .postbox-content,
#pain_block .postbox-content {
    border-top: 3px solid #003063 !important;
    background-color: #fff;
}
#humanity_block .featured,
#pain_block .featured {
    position: relative;
    background-color: #333;
    padding: 10px;
}
#humanity_block .featured a,
#pain_block .featured a {
    display: block;
}
#humanity_block .featured h4,
#pain_block .featured h4 {
    position: absolute;
    bottom: 0;
    width: 300px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.8);
}
#humanity_block ul,
#pain_block ul {
    background-color: #3399cc;
}
#humanity_block ul li,
#pain_block ul li {
    border-bottom: 1px #dedede dashed;
}
#humanity_block ul li:last-child,
#pain_block ul li:last-child {
    border-bottom: none;
}
#humanity_block ul li .thumb,
#pain_block ul li .thumb{
    float: right;
}
#humanity_block ul li .details,
#pain_block ul li .details{
    float: right;
    width: 340px;
}
#humanity_block ul li .details a,
#pain_block ul li .details a{
    color: #fff;
    padding: 10px;
    display: block;
}


.post-content-text img{
	max-width : 620px;
	margin : 5px;
}
