/*
------------------------------------------------------------------------------
	4.  Widgets
------------------------------------------------------------------------------
*/
@import "../../assets/css/plugins/colorbox.css";
@import "../../assets/css/plugins/tipsy.css";
/* Postbox */
.postbox{
    background:#fff;
    /margin-bottom: 20px;
background-color: #fff;
border-bottom: 1px solid #cccccc;
margin-bottom:30px;
}
.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 h3{
    float:right;
    line-height:36px;
    text-shadow:1px 1px 0 #fff;
    color:#2c3e50;
    margin-right:10px;
}
.postbox .postbox-head h3 a{
    display:block;
    color:#2c3e50;
}
.postbox .postbox-head h3 a:hover{
    color: #507192;
}
.postbox .postbox-header,
.postbox .postbox-head{
    height:50px;
    padding:0;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    -o-border-radius: 6px 6px 0 0;
       border-radius: 6px 6px 0 0;
}
.postbox .message span.spinner{
    width:64px;
    height:8px;
    display:none;
    background:url(../images/icons/spinner.gif) no-repeat 0 0;
    margin:14px auto 0;
}
.postbox .message span.result{
    display:none;
}
.postbox .postbox-content{
    border-top:1px solid #d5d5d5;
    -webkit-transition:border 0.2s ease-in;
    -moz-transition:border 0.2s ease-in;
    transition:border 0.2s ease-in;
    padding: 10px;
}
.playlist-container{
    border-top:1px solid #d5d5d5;
    -webkit-transition:border 0.2s ease-in;
    -moz-transition:border 0.2s ease-in;
    transition:border 0.2s ease-in;
    padding: 10px;
}
.postbox .postbox-content h2{
    padding: 20px 0
}
.postbox .post-tools .spread{text-align: left}
.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:#eaeaea;*/

}
.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(../images/icons/submitsearch.png) no-repeat 0 0;
    cursor:pointer;
}
#searchform .submitsearch:hover{
    background:url(../images/icons/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(../images/icons/settings.png) no-repeat 0 0;
}
#searchform a.advanced-search-btn:hover{
    background:url(../images/icons/settings.png) no-repeat 0 -30px;
}
#searchform a.advanced-search-btn.hover{
    background:url(../images/icons/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(../images/icons/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:#2c3e50;
}
ul#events li h3 a:hover{
    color: #4f7090;
}
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(../images/icons/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(../images/icons/icon-views-white.png) no-repeat right scroll;
}
ul#events li .info .stats span.comments{
    background:url(../images/icons/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:#33b8ee;
    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: 100px;
    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(../images/icons/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(../images/icons/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(../images/icons/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:#2c3e50;
    border-bottom:2px solid #33b8ee;
}
#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(../images/icons/icon-views.png) no-repeat right scroll;
}
#most_block .most-inside #commenting ul li .text span{
    background:url(../images/icons/icon-comments.png) no-repeat right scroll;
}
#most_block .most-inside #sending ul li .text span{
    background:url(../images/icons/icon-send.png) no-repeat right scroll;
}
#most_block .message{
    height:32px;
    background: #33b8ee;
    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(../images/icons/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(../images/icons/icon-calendar.png) no-repeat right scroll;
    color:#999;
}

/* Latest Block */
#latest_block{
}
#latest_block .postbox-content {
    height: 233px;
}
#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;
    border-bottom:1px solid #ddd;
    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:36px;
    overflow:hidden;
}
#latest_block ul.reports-list li .details span.stat-date{
    display:block;
    padding:0 20px 0 0;
    background:url(../images/icons/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(../images/icons/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(../images/icons/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(../images/icons/slides-arrow-left.png);
}
#video_block a.prev {
    right: 0px;
    background-image: url(../images/icons/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(../images/icons/play-32.png) no-repeat 0 0;
}
#video_block .video-box .cover a.play-32:hover{
    background:url(../images/icons/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(../images/icons/play-48.png) no-repeat 0 0;
}
#video_block .video-box .play-48 a:hover{
    background:url(../images/icons/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:#2c3e50;
}
#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: #2c3e50;
}
#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:#2c3e50;
}
#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: #2c3e50;
}
#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:#33b8ee;
    color:#fff;
}

/*
------------------------------------------------------------------------------
	5.  Toolbar
------------------------------------------------------------------------------
*/

#toolbar{
    width:100%;
    height:36px;
    /*background:url(../images/icons/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(../images/icons/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(../images/icons/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(../images/icons/paltoday-icon.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(../images/icons/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(../images/icons/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(../images/icons/weather.png) repeat-x 0 0;
}
#toolbar ul#tools li.weather a:hover span{
    background: url(../images/icons/weather.png) repeat-x 0 -16px;
}
#toolbar ul#tools li.money a{
    text-indent:-9999em;
}
#toolbar ul#tools li.money a span{
    background: url(../images/icons/money.png) repeat-x 0 0;
}
#toolbar ul#tools li.money a:hover span{
    background: url(../images/icons/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(../images/icons/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:#2c3e50;
}
#comments .commentbox p.text{
    margin-bottom:5px;
    font: normal 12px Tahoma, sans-serif;
}
#comments .commentbox span.date{
    color:#999;
    margin-left:10px;
    padding-left:10px;
    border-left:1px solid #ddd;
    float:right;
    font: normal 12px Tahoma, sans-serif;
}
#comments .commentbox a.flag{
    width:16px;
    height:16px;
    display:block;
    float:right;
    background:url(../images/icons/flag.png) no-repeat 0 0;
    text-indent:-999em;
}
#comments .commentbox a.flag:hover{
    background:url(../images/icons/flag.png) no-repeat 0 -16px;
}
#comments .commentbox a.flag.flaged{
    background:url(../images/icons/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:626px;
    padding:8px;
}
#comments .comment-form textarea.input{
    width:626px;
    height:60px;
    resize:vertical;
}
#comments .comment-form .button{
    margin-left:10px;
    float:right;
}
#comments .captcha{
}
#comments .captcha .input{
    width:513px;
    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(../images/icons/reload.png) no-repeat 0 0;
    margin-top:8px;
}
#comments .captcha .captcha-control a.reload:hover{
    background:url(../images/icons/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/50px Arial, Helvetica, sans-serif;
    color:#999;
}
ul#navigation li a {
    display:block;
    color: #666666;
    padding:0 0 0 25px;
    background:url(../images/icons/navigation_arrow.png) left scroll no-repeat;
}
ul#navigation li a:hover{color: #000000}
ul#navigation li.home a{
    padding:17px 0 17px 15px;
}
ul#navigation li a span{
    width: 16px;
    height: 16px;
    display: block;
    background: url(../images/icons/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(../images/icons/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;
    color: #333333;
    background: #fff;
    font: normal 12px Tahoma, Geneva, sans-serif;
    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;
    font: normal 12px Tahoma, Geneva, sans-serif;
    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;
    display:block;
    padding:5px 10px;
    border:1px solid #920011;
    background:#cc0018;
    background:-webkit-gradient(linear, left top, left bottom, from(#cc0018), to(#b00015));
    background:-moz-linear-gradient(top, #cc0018, #b00015);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc0018', endColorstr='#b00015');
    -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 #920011;
    background:#cc0018;
    background:-webkit-gradient(linear, left top, left bottom, from(#cc0018), to(#b00015));
    background:-moz-linear-gradient(top, #cc0018, #b00015);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc0018', endColorstr='#b00015');
    color:#fff;
    text-shadow:none;
}

/*
------------------------------------------------------------------------------
	9.  Footer Styles
------------------------------------------------------------------------------
*/

/*#footer{
    background:#fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#fff));
    background: -moz-linear-gradient(top, #dfdfdf, #fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ffffff');
    border-top:1px solid #eee;
    padding:15px 0;
    text-shadow:1px 1px 0 #fff;
    margin-bottom:36px;
    color:#999;
    overflow:hidden;
}
#footer .copyrights{
    float:right;
}
#footer .powered{
    float:left;
}
#footer p.powered a{
    width:115px;
    height:32px;
    display:block;
    text-indent:-9999em;
    background:url(../images/icons/powered.png) no-repeat 0 0;
}*/

/*
------------------------------------------------------------------------------
	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:#2c3e50;
    /*margin-bottom: 20px;*/
}
#post .post-content-text{
}
#post .post-content-text span.source-text{
    font:bold 12pt/28px Arial, Helvetica, sans-serif;
    color:#EC1B1B;
}
#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;*/
    font: normal 12px Tahoma;
}
#post .author .author-info h2{
    margin: 0px;
    padding: 0px
}
#post .author .author-info p{
    margin-bottom:5px;
}
#post .author .author-info p span{
    color:#2c3e50;
}
#post .author a.toggle{
    width:24px;
    height:24px;
    float:left;
    display:none;
    background-repeat:no-repeat;
    background-position: top right;
    background-image:url(../images/icons/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:280px;
    position:absolute;
    bottom:0;
    right:0;
    padding:10px;
    color:#fff;
    overflow: hidden;
    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:214px;
    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 #2c3e50;
}
#galleries ul.galleries li.nth-child{
    margin:0 0 10px 0;
}
#galleries ul.galleries li:nth-child(3n){
    margin-left: 0px;
}
#galleries ul.galleries li h5{
    height:36px;
    margin-bottom:10px;
    overflow:hidden;
}
#galleries ul.galleries li h5 a{color: #2c3e50}
#galleries ul.galleries li h5 a:hover{color: #496785}
#galleries ul.galleries li .thumb{
    position:relative;
}
#galleries ul.galleries li .photos{
    width: 85px;
    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: 30px;
    font-family:Arial, Helvetica, sans-serif;
    margin-left:5px;
    color:#2c3e50;
}
#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: #2c3e50;
}
#galleries ul.galleries li .date .month-year{
    width:46px;
    float:right;
}
#galleries ul.galleries li .date span.month{
    font-size:14px;
    font-weight:bold;
    color:#999;
    float: left;
    padding-top: 3px;
}
#galleries ul.galleries li .date span.year{
    font-size:11px;
    font-weight:bold;
    font-family:Arial, Helvetica, sans-serif;
    color:#999;
    float: left;
    width: 46px;
    text-align: left;
    padding-top: 2px;
}

/* Gallery */
#gallery {
}

#gallery .gallery-head {
    border-bottom: 1px solid #ddd;
    padding: 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: 485px;
    float: right;
}
#gallery .gallery-head .details .description{
    font-family: tahoma
;
    font-size: 11px
;
    color: #999
;
}

#gallery ul.gallery {
    overflow: hidden;
    /*padding: 10px 10px 0 10px;*/
}

#gallery ul.gallery li {
    float: right;
    width: 214px;
    height: 120px;
    position: relative;
    margin: 0 0 11px 11px;
    overflow: hidden;
}

#gallery ul.gallery li:nth-child(3n) {
    margin-left: 0;
}

#gallery ul.gallery li .thumb {
    width: 203px;
    height: 120px;
}

#gallery ul.gallery li .info {
    width: 214px;
    height: 120px;
    z-index: 2;
    background: rgba(154, 162, 3, 0.8);
    position: absolute;
    bottom: -140px;
    left: 0;
    color: #fff;
}

#gallery ul.gallery li .details {
    padding: 10px;
}

#gallery ul.gallery li div.info .date {
    line-height: normal;
    width: 80px;
    height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    float: right;
}

#gallery ul.gallery li div.info span.day {
    float: right;
    margin-left: 5px;
    font-size: 34px;
    font-family: Arial, Helvetica, sans-serif;
}

#gallery ul.gallery li div.info span.month {
    float: right;
    padding-top: 5px;
    font-size: 14px;
    font-weight: bold;
}

#gallery ul.gallery li div.info span.year {
    clear: both;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

#gallery ul.gallery li div.details h4 {
    color: #fff;
}


/* 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(../images/icons/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(../images/icons/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:208px;
    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 #2c3e50;
}
#playlists ul.playlists li.nth-child{
    margin:0 0 10px 0;
}
#playlists ul.playlists li:nth-child(3n){
    margin-left: 0px;
}
#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(../images/icons/play-48.png) no-repeat 0 0;
    z-index:2;
}
#playlists ul.playlists li .thumb .play:hover{
    background:url(../images/icons/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:#2c3e50;
}
#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: #2c3e50;
}
#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:0 10px 10px;
    height: 130px;
}
#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;*/
    margin-right: 130px;
    padding-top: 10px;
}
#playlist .post-details p.description{
    margin-bottom:0;
	height: 73px;
overflow: hidden;
}
#playlist .playlist-head .details .description{
    font: normal 12px Tahoma, Geneva, sans-serif;
}
#playlist ul.posts .thumb .play{
    width:48px;
    height:48px;
    position:absolute;
    top:50%;
    right:50%;
    margin:-24px -24px 0 0;
    background:url(../images/icons/play-48.png) no-repeat 0 0;
    z-index:2;
}
#playlist ul.posts .thumb .play:hover{
    background:url(../images/icons/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:100%;
    margin-bottom:10px;
    position:relative;
}
#play .thumb span.play{
    width:64px;
    height:64px;
    display:block;
    background:url(../images/icons/play-64.png) no-repeat 0 0;
    position:absolute;
    top:50%;
    right:50%;
    margin-top:-32px;
    margin-right:-32px;
    z-index:2;
}
#play .thumb:hover span.play{
    background:url(../images/icons/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(../images/icons/view-32.png) no-repeat 0 0;
}
#related ul.related li .view-32 a:hover{
    background:url(../images/icons/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(../images/icons/play-32.png) no-repeat 0 0;
}
#related ul.related li .play-32 a:hover{
    background:url(../images/icons/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(../images/icons/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:#2c3e50;
    background:-webkit-gradient(linear, left top, left bottom, from(#405b75), to(#2c3e50));
    background:-moz-linear-gradient(top, #405b75, #2c3e50);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#405b75', endColorstr='#2c3e50');
    text-shadow: #4d6a86 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(../images/icons/cat-rss.png) no-repeat 0 0;
}
#categories ul.categories li a.rss:hover{
    background:url(../images/icons/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:#33b8ee;
}
#category_slides ul.pagination li.current a{
    background:#33b8ee;
}
#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 .text p.description{
    margin-bottom:5px;
    line-height:18px;
}
#category .category-large-news h2{
    max-height:24px;
    margin-bottom:5px;
    font-size:18px;
    overflow:hidden;
}
#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(../images/icons/icon-category.png) no-repeat right scroll;
}
#category .category-large-news .text span.stat-views{
    background:url(../images/icons/icon-views.png) no-repeat right scroll;
}
#category .category-large-news .text span.stat-comments{
    background:url(../images/icons/icon-comments.png) no-repeat right scroll;
}
#category .category-large-news .text span.stat-date{
    background:url(../images/icons/icon-calendar.png) no-repeat right scroll;
}
#category #pagination{
    padding:10px 0;
}
/* 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;
    font-family: 'Droid Arabic Kufi', serif;
    font-size: 14px;
    font-weight: bold;
}
#authors ul.authors li .author-box .author-info .name span{
    float:right;
    /*line-height:22px;*/
    font: normal 12px Tahoma;
    margin-top: 18px
}
#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(../images/icons/list.png);
    font:bold 14px Arial, Helvetica, sans-serif;
}
#authors ul.authors li .author-box .author-posts li a{color: #666}
#authors ul.authors li .author-box .author-posts li a:hover{color: #cc0018}
#authors ul.authors li .author-box .author-tools{
    float:left;
    display: none;
}
#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(../images/icons/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(../images/icons/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{
    float: right;
}
#author .author-info .name{
    margin-bottom:5px;
}
#author .author-info .name h2{
    float:right;
    margin-left:10px;
    font-family: 'Droid Arabic Kufi', serif;
    font-size: 12px;
    font-weight: bold;
}
#author .author-info .name span{
    float:right;
    font: normal 12px Tahoma;
    margin-top: 18px
}
#author .author-info .author-info-details{
    clear: both;
    margin-top:10px;
    padding-top:10px;
    border-top:1px dashed #ddd;
}
#author .author-info .author-info-details h4{
    margin-bottom:2px;
    font-family: 'Droid Arabic Kufi', serif;
    font-size: 12px;
    font-weight: bold;
}
#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(../images/icons/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(../images/icons/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(../images/icons/icon-pic.png) no-repeat right scroll;
}
#photographer ul.album-stats li.views span{
    background:url(../images/icons/icon-views.png) 0 0 no-repeat;
}
#photographer ul.album-stats li.comments span{
    background:url(../images/icons/icon-comments.png) 0 0 no-repeat;
}
#photographer ul.album-stats li.calendar span{
    background:url(../images/icons/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(../images/icons/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(../images/icons/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:#33b8ee;
}
#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:310px;
    height:28px;
    float:right;
    border:0;
    border-left:1px solid #ddd;
    background:none;
    padding:18px 10px;
    font: normal 11px Tahoma, Geneva, sans-serif;
}
#search .search-form .search input.submitsearch{
    width:26px;
    height:26px;
    float:left;
    border:0;
    cursor:pointer;
    margin:5px;
    background:#cc0018 url(../images/icons/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:#dd001a url(../images/icons/search.png) no-repeat center scroll;
}
#search .search-form .search ul{
    font: normal 12px Tahoma;
}
#search .search-form .search ul.areas-search-ul{
    float:right;
}
#search .search-form .search ul.categories-search-ul{
    float:right;
    height: 36px;
    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(../images/icons/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:#33b8ee;
    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(../images/icons/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(../images/icons/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;
    font: normal 12px Tahoma, Geneva, sans-serif;
}
#search .search-stats h4{
    float:right;
}
#search .search-stats h4 span{
    color:#2c3e50;
}
#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:#2c3e50;
    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:#33b8ee;
    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:#2c3e50;
    text-shadow:1px 1px 0 #fff;
    font:bold 14px/28px Arial, Helvetica, sans-serif;
    margin-left:10px;
}
#author_profile form .choose-file:hover{
    background:#2c3e50;
    background: -webkit-gradient(linear, left top, left bottom, from(#41c5fb), to(#2c3e50));
    background: -moz-linear-gradient(top, #41c5fb, #2c3e50);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#41c5fb', endColorstr='#2c3e50');
    color:#fff;
    text-shadow:1px 1px 0 #2c3e50;
    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(../images/icons/spinner2.gif) no-repeat 0 0;
}
.message2 span.result{
    display:none;
    float:right;
}
p.textbox{margin-bottom:10px;}
/*.spread{height:40px;}*/
/* 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:650px;*/
    /*float:right;*/
    margin-right: 130px;
}
ul.posts li.post .post-details p{
    font: normal 12px Tahoma, sans-serif;
    color: #666666;
}
ul.posts li.post .post-details p.description{
    margin-bottom:5px;
    line-height: 18px;
}
ul.posts li.post .post-details p a{color: #999}
ul.posts li.post .post-details p a:hover{color: #000;text-decoration: underline}
ul.posts li.post .post-details h2{
    max-height:42px;
    margin-bottom:5px;
  padding: 0;
  margin-top: 0;
    font: bold 18px Arial;
    overflow:hidden;
}
ul.posts li.post .post-details h2 a{color: #2c3e50}
ul.posts li.post .post-details h2 a:hover{color: #000000}
/* 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(../images/icons/icon-calendar.png) no-repeat right scroll;
}
ul.stats li.stat-category{
    background:url(../images/icons/icon-category.png) no-repeat right scroll;
}
ul.stats li.stat-posts{
    background:url(../images/icons/icon-posts.png) no-repeat right scroll;
}
ul.stats li.stat-photos{
    background:url(../images/icons/icon-pic.png) no-repeat right scroll;
}
ul.stats li.stat-galleries{
    background:url(../images/icons/icon-galleries.png) no-repeat right scroll;
}
ul.stats li.stat-rate{
    background:url(../images/icons/icon-rate.png) no-repeat right scroll;
}
ul.stats li.stat-views{
    background:url(../images/icons/icon-views.png) no-repeat right scroll;
}
ul.stats li.stat-comments{
    background:url(../images/icons/icon-comments.png) no-repeat right scroll;
}
ul.stats li.stat-location{
    background:url(../images/icons/icon-marker.png) no-repeat right scroll;
}
ul.stats li.stat-download{
    background:url(../images/icons/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;
    font: normal 12px Tahoma, Geneva, sans-serif;
}
ul.statsfloat li.last{
    margin-left:0;
}
ul.statsfloat li:last-child{
    margin-left:0;
}
ul.statsfloat li.stat-date{
    background:url(../images/icons/icon-calendar.png) no-repeat right scroll;
}
ul.statsfloat li.stat-category{
    background:url(../images/icons/icon-category.png) no-repeat right scroll;
}
ul.statsfloat li.stat-posts{
    background:url(../images/icons/icon-posts.png) no-repeat right scroll;
}
ul.statsfloat li.stat-photos{
    background:url(../images/icons/icon-pic.png) no-repeat right scroll;
}
ul.statsfloat li.stat-galleries{
    background:url(../images/icons/icon-galleries.png) no-repeat right scroll;
}
ul.statsfloat li.stat-rate{
    background:url(../images/icons/icon-rate.png) no-repeat right scroll;
}
ul.statsfloat li.stat-views{
    background:url(../images/icons/icon-views.png) no-repeat right scroll;
}
ul.statsfloat li.stat-comments{
    background:url(../images/icons/icon-comments.png) no-repeat right scroll;
}
ul.statsfloat li.stat-location{
    background:url(../images/icons/icon-marker.png) no-repeat right scroll;
}
ul.statsfloat li.stat-download{
    background:url(../images/icons/icon-download.png) no-repeat right scroll;
}
ul.statsfloat li.stat-video{
    background:url(../images/icons/icon-video.png) no-repeat right scroll;
}
ul.statsfloat li a{color: #999}
/* Tools Box */
.tools-box{
    overflow:hidden;
    margin-bottom: 10px;
    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(../images/icons/icon-print.png);
}
.tools-box ul.tools li.send a span{
    background-image:url(../images/icons/icon-send-blue.png);
}
.tools-box ul.tools li.rss a span{
    background-image:url(../images/icons/icon-rss.png);
}
.tools-box ul.tools li.resizing-plus a span{
    background-image:url(../images/icons/icon-plus.png);
}
.tools-box ul.tools li.resizing-negative a span{
    background-image:url(../images/icons/icon-negative.png);
}
.tools-box ul.tools li.download a span{
    background-image:url(../images/icons/icon-download.png);
}
.next-previous{
    width:244px;
    margin:auto;
}
.next-previous a{
    width:120px;
    height:30px;
    display:block;
    color: #444444;
    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{
    background: #e0001a;
    background: -webkit-gradient(linear, left top, left bottom, from(#e0001a), to(#cc0018));
    background: -moz-linear-gradient(top, #e0001a, #cc0018);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0001a', endColorstr='#cc0018');
    color: #fff;
    text-shadow: 1px 1px 0 #c00017;
    border: 1px solid #c00017;
}
/* 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(../images/icons/arrow-nav.png) no-repeat center -60px;
}
.arrow-nav a.up:hover{
    background:url(../images/icons/arrow-nav.png) no-repeat center 0;
}
.arrow-nav a.up-inactive{
    background:url(../images/icons/arrow-nav.png) no-repeat center -60px;
}
.arrow-nav a.down{
    border-right:1px solid #ddd;
    background:url(../images/icons/arrow-nav.png) no-repeat center -90px;
}
.arrow-nav a.down:hover{
    background:url(../images/icons/arrow-nav.png) no-repeat center -30px;
}
.arrow-nav a.down-inactive{
    background:url(../images/icons/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,select,textarea{
    padding:8px;
    border:1px solid #ddd;
    line-height:16px;
    margin-bottom: 10px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    /*background:#fff url(../images/icons/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,
textarea:focus{
    border-color: rgba(32, 45, 58, 0.60) !important;
    -moz-box-shadow:0 0 8px rgba(44, 62, 80, 0.50);
    -webkit-box-shadow:0 0 8px rgba(44, 62, 80, 0.50);
    box-shadow:0 0 8px rgba(44, 62, 80, 0.50);
}
/* Buttons */
.button{
    padding: 6px 10px;
}
.button{
    height:28px;
    border:1px solid #ddd;
    cursor:pointer;
    padding:0 12px;
    background: #5C5C5C !important;
    border: 1px solid #5C5C5C !important;
    color: white !important;
    text-shadow: none!important;
    color:#ffffff;
    font:bold 14px/28px Arial, Helvetica, sans-serif;
    display:block;

}
/*.button:hover{*/
    /*background: #e06a29;*/
    /*background: -webkit-gradient(linear, left top, left bottom, from(#f6742d), to(#e06a29));*/
    /*background: -moz-linear-gradient(top, #f6742d, #e06a29);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c3e50', endColorstr='#e06a29');*/
    /*color:#fff;*/
    /*text-shadow:1px 1px 0 #da6728;*/
    /*border:1px solid #da6728;*/
/*}*/
/*.button:active{*/
    /*background:#f6742d;*/
    /*background: -webkit-gradient(linear, left top, left bottom, from(#e06a29), to(#f6742d));*/
    /*background: -moz-linear-gradient(top, #e06a29, #f6742d);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e06a29', endColorstr='#f6742d');*/
    /*color:#fff;*/
    /*text-shadow:1px 1px 0 #db6828;*/
    /*border:1px solid #da6728;*/
/*}*/

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(../images/icons/slides-arrow-left.png);
}
#featured_sport .stories a.prev {
    right: 10px;
    background-image: url(../images/icons/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: #b22626;
}
#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 #b22625 !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: #b22625;
}
#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;
}
.halshare-google,
.halshare-facebook,
.halshare-twitter{float: right;margin-right: 10px}
.halshare-twitter{width: 58px;overflow: hidden}
.ar{float: right}
.al{float: left}
#contact{}
#contact .textbox{
}
#contact input[type="text"], #contact textarea{
    width: 80%;
    font: normal 12px Tahoma, Geneva, sans-serif;
}
#contact textarea{height: 110px;resize: vertical}
#contact .spinner{display: none}
p, span, div{
    /*-ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;*/
}
#header .newsbar div{
}
#send{}
#send h2{
    font-family: 'Droid Arabic Kufi', serif;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0
}
#send .input{
    width: 100%;
    font: normal 12px Tahoma;
}
#wirtepost .captcha{
}
#wirtepost .captcha .input{
    width:80%;
    float:right;
}
#wirtepost .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;
}
#wirtepost .captcha .captcha-control img{
    float:right;
    margin:6px 0 0 5px;
}
#wirtepost .captcha .captcha-control a.reload{
    width:16px;
    height:16px;
    display:block;
    float:right;
    text-indent:-999em;
    background:url(../images/icons/reload.png) no-repeat 0 0;
    margin-top:8px;
}
#wirtepost .captcha .captcha-control a.reload:hover{
    background:url(../images/icons/reload.png) no-repeat 0 -16px;
}
.related-post{
    background-color: #ffffff;
    border-top: 3px solid #ffb400;
}
.related-post .widget-header{
    padding: 14px;
}
.related-post .widget-body{}
.related-post .widget-body ul{}
.related-post .widget-body ul li{
    border-bottom: 1px solid #e6e6e6;
}
.related-post .widget-body ul li:last-child{
    border-bottom: 0;
}
.related-post .widget-body ul li a{
    display: block;
    font-size: 16px;
    padding: 8px 10px;
}
.post-secondary{
    padding-bottom: 20px;
}
@media (max-width: 991px) and (min-width: 768px){
    .post-primary {
        float: right;
        width: 75%;
        margin-left: 2%;
    }
    .post-secondary {
        float: right;
        width: 23%;
    }
}
@media (max-width: 1199px) and (min-width: 992px){
    .post-primary {
        float: right;
        width: 75%;
        margin-left: 2%;
    }
    .post-secondary {
        float: right;
        width: 23%;
    }
}
@media (min-width: 1200px){
    .post-primary {
        float: right;
        width: 75%;
        margin-left: 2%;
    }
    .post-secondary {
        float: right;
        width: 23%;
    }
}