@charset "utf-8";
/* CSS Document */

/*******************************************************************************

Theme Name: Pansci 2015
Theme URI: 
Description: 
Author: Z, audilu, Skyali
Author URI: 
Version: 1.0

********************************************************************************

/* Reset */

html, 
body, 
div, 
dl, 
dt, 
dd, 
ul, 
ol, 
li, 
h1, h2, h3, h4, h5, h6, 
pre, 
form, 
fieldset, 
input, 
th, 
td{
	margin:0; 
	padding:0;
}

* {
	margin:0;
	padding:0;
	border:none;
	outline:none;
	font-family:Arial, "Microsoft Sans Serif", "Lucida Sans Unicode";
	line-height:normal;
}

/* General */

body{
	background:#f4f4f4;	
}

#center{
	width:100%;
	height:100%;
	float:left;
	/*min-width: 1024px;*/
}

#container{
	/*width:1024px;*/
	margin:0 auto;
	/*background:url(images/container_bg_new.png) repeat-y;*/
	height:100%;
	overflow:hidden;
}

/* Top Header Nav */

#header_navigation {
	/*float: left;*/
	background: #fafafa;
	border-bottom: 1px solid #eaeaea;
	/*width: 100%;*/
	/*min-width: 1024px;*/
}

#top_navigation, #post_categorys {
    /*width: 960px;*/
    /*height: 30px;*/
    margin-left: auto;
    margin-right: auto;
    /*padding-bottom: 3px;*/
}

#top_navigation .current_page_item a{
	color:#fff;
}

#top_navigation ul, #post_categorys ul {
	float:left;
}

#top_navigation ul li, #post_categorys ul li{
	float:left;
	list-style:none;
	padding-right:25px;
	color:#d8d8d8;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
}

#top_navigation ul li a, #post_categorys ul li a{
	color:#d8d8d8;
	text-decoration:none;
	font-size:13px;
	line-height:30px;
	
}

#post_categorys a{
    color: #353535 !important;
    text-decoration: none;
    font-size: 12px;
    line-height: 31px;
}

#post_categorys a:hover {
    color: #000 !important;
}

#top_navigation ul li ul li a{
	color:#e4e4e4;
	text-decoration:none;
	font-size:12px;
	line-height:31px;
	background:#171717;
	border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
    border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
}

#top_navigation ul li a:hover{
	color:#fff;
}

#top_navigation p{
	font-size:12px;
	color:#8b8b8b;
	text-transform:uppercase;
	font-weight:bold;
	float:left;
	margin-top:9px;
	
}

#top_navigation .rss_icon{
	float:left;
	margin-left:9px;
	margin-right:5px;
	margin-top:12px;
}

#top_navigation .social_icons{
	float:right;
}

#top_navigation .social_icons a{
	float:left;
	margin-left:20px;
	margin-top:5px;
}

/* Content Area */

#content{
	/*width:960px;*/
	height:100%;
	background:transparent;
	/*border:1px solid #efefef;*/
	/*padding-left:45px;
	padding-right:57px;*/
	border-top:0;
	margin:0 auto;
}

/* Inside Content BG */

#content_bg{
   /*float:left;*/
   /*background: url(images/sidebar_bg.png) repeat-y; */
   /*width:960px;*/
   padding-bottom:40px;
}

/* Header */

#header_container{
	width:100%;
	float:left;
	background:url(images/header_middle_bg.png) #fff;
	/*min-width: 1024px;*/
}

#header{
	/*width: 960px;*/
	height:100px;
	margin:0 auto;
}

#header .logo{
	float:left;
	margin-top:10px;
}

#header img a{
	border:0;
}

#header .top_ad, #header .top_search{
	width:468px;
	height:60px;
	float:right;
	margin-top:50px;
}

#header .site_logo_text{
	float:left;
    font:'ColaborateBoldRegular', Arial, sans-serif;
	text-transform:uppercase;
    letter-spacing: -2px;
    line-height: 1.2em;
	margin-top:33px;
}

.header_right_side{
	float:right;
	text-align:right;
	margin-left:23px;
	
}

.header_right_side .timestamp{
	float:left;
	font-size:10px;
	color:#8B8B8B;
	padding-left:4px;
	font-weight:bold;
	margin-top:9px;
}

.header_right_side li{
	padding-right:0px !important;
}

.header_right_side ul li a{
	float:left;
}

.top_right{
	float:right;
}

.top_right #searchform .search{
	background:url('images/right_search_bar.png') repeat-x;
	border:1px solid #d4d4d4;
	height:33px;
	float:left;
	border-right:0;
	padding-left:10px;
	width:310px;
}

.top_right #searchform .searchb{
	background:url('images/right_search_icon.png') no-repeat right;
	height:35px;
	width:53px;
	float:left;
	border-left:0;
}

.top_right #searchform{
	margin-bottom:5px;
	margin-top:5px;
	float:left;
	width:100%;
	/*
	-moz-box-shadow: 0px 0px 7px #dddddd;
    -webkit-box-shadow: 0px 0px 7px #dddddd;
    */
}

/* Categories */

#categories_shadow{
	float:left;
	background:url(images/categories_menu_shadow.png) no-repeat bottom left;
	height:61px;
}

#categories_container{
	float:left;
	width:100%;
	background:url(images/categories_bg.png);
	border:1px solid #e1e1e1;
	border-left:0;
	border-right:0;
	/*min-width: 1024px;*/
}

#categories{
	/*width:960px;*/
	height:48px;
	/*border:1px solid #e1e1e1;*/
	position:relative;
	margin:0 auto;
}

#categories .home_first_line{
	border-left:1px solid #e1e1e1;
}

#categories .home_second_line{
	border-left:1px solid #fff;
}

#categories ul{
	float:left;
}

#categories ul li{
	float:left;
	list-style:none;
	font-size:14px;
	/*line-height:51px;*/
	border-right:1px solid #fff;
}


#categories ul li ul li a{
	line-height:35px !important;
}

#categories ul li a{
	text-decoration:none;
	font-weight:bold;
	color:#292929;
	display:block;
	line-height:48px;
	padding:0px 20px 0px 20px;
	float:left;
	border-right:1px solid #e1e1e1;
}

#categories ul li a:hover{
	background:url(images/categories_bg_hover.png);
	text-shadow:1px 1px #fff;
}

#categories .current-cat a{
	background:url(images/categories_bg_hover.png);
	text-shadow:1px 1px #fff;
}

#categories ul li ul li a:hover{
	background:none;
	color:#747474 !important;
}
/* Left Content */

#left{
	/*width:604px;
	float:left;*/
	padding-top:20px;
	padding-right:15px;
	padding-left: 15px;
}

#fullwidth{
    float: left;
    padding-top: 20px;
    padding-right: 15px;
    /* width: 1024px; */
    padding-bottom: 40px;
}

#left h1, #fullwidth h1{
	font-weight: bold; 
	font-size:32px;
	text-transform:capitalize;
	width:100%;
}

#left .page_heading, #fullwidth .page_heading{
	float:left;
	width:100%;
	/*background:url(images/page_heading.png) repeat-x;*/
	margin-top:30px;
	margin-bottom:25px;
	padding-bottom:22px;
	background:url(images/h1_bg.png) repeat-x bottom left;
}

.pagging{
	/*
	width:589px;
	float:left;
	padding-bottom:33px;*/
	text-align:center;
}

.pagging .pagging_inside{
	/*float:right;*/
}

.pagging a{
	background:url(images/pagging_bg.png) repeat-x;
	width:35px;
	/*height:28px;*/
	/*float:left;*/
	border:1px solid #bfbfbf;
	margin-left:5px;
	padding: 5px 8px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 0px 7px #dddddd;
    -webkit-box-shadow: 0px 0px 7px #dddddd;
	font-size:15px;
	text-align:center;
	/*line-height:28px;*/
	color:#969696;
	text-decoration:none;
	font-weight:bold;
	display: inline-block;
}

.pagging .active{
	background:url(images/pagging_bg_active.png);
	color:#424242;
}
/* Blog Single */

.blog_single_header{
	margin-bottom:8px !important;
}

#left img{
	border:1px solid #EBEBEB;
	padding:4px;
	-moz-box-shadow: 0px 0px 5px #eee;
    -webkit-box-shadow: 0px 0px 5px #eee;
}

#left a:hover img{
	/*border:1px solid #a3a3a3;*/
}

#left article h2{font-weight: bold; font-size:32px;}

#left .blog_date{
	font-size:15px;
	color:#949494;
	margin-bottom:22px;
	float:left;
	width:100%;
}

#left .blog_date .the_date{
	float:left;
	margin-top:10px;	
	width:100%;
}
#left .blog_date .the_date span{
	float:left;
}

#left .blog_date .the_date a{
	color:#949494;
	text-decoration:none;
}

#left .blog_date .the_date a:hover{
	color:#000;
}

#left .blog_date .the_date .seperator{
	padding-left:7px;
	padding-right:7px;
	float:left;
}

#left .blog_date .the_date p{
	float:left;
}

#left .blog_date .the_date ul, #left .blog_date .the_date li{
	display:block;
	list-style:none;
	padding-left:1px;
	float:left;
}

#left .blog_date .tags{
	float:right;
	padding-right:29px;
}

#left .blog_date .tags a{
	display:block;
	float:left;
	margin-left:25px;
	background:url(images/tag_button.png) repeat-x;
	border:1px solid #d5d5d5;
	height:21px;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	line-height:22px;
	font-size:12px;
	color:#444444;
	text-shadow:1px 1px #fff;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
	
}

#left .blog_single_img{
	float:left;
	margin-bottom:32px;
}

/* Pure Content - Listing out all the content */

.pure_content{
	float:left;
	width: 100%;
	margin-bottom: 25px;
}

.pure_content ol, .pure_content ol {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.pure_content p{
	margin-bottom:30px;
	font-size:16px;
	line-height:1.7em;
	color:#333;

}

.pure_content a{
	font-weight: normal;
	color: #1c61ad !important;
	text-decoration: underline;
}

.pure_content a:hover{
	color:#c66e2d !important;
}

blockquote 
{   
    /*
	margin: 1em 3em; 
	color: #656565; 
	padding-left: 50px;  
	float:left;  
	background: #e7e7e7; 
	*/
    color: #656565;
    padding-left: 15px;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 589px;
    font-weight: bold;
	
}

blockquote p {
    margin: 0 !important;
}

blockquote_original
{
	margin: 1em 3em; 
	color: #656565; 
	padding-left: 80px;  
	float:left; 
	font-style:italic; 
	background:url(#images/block-quote.png) no-repeat; 
	
}

.pure_content h1, 
.pure_content h2, 
.pure_content h3, 
.pure_content h4, 
.pure_content h5, 
.pure_content h6{
	float:left;
	width:100%;
}

.pure_content h1{
	font-size:2.5em !important;
	padding-top:10px;
	padding-bottom:24px;
}

.pure_content h2{
	font-size:2em !important;
	padding-top:10px;
	padding-bottom:18px;
	
}

.pure_content h3{
	font-size:1.7em !important;
	padding-top:10px;
	padding-bottom:16px;
}

.pure_content h4{
	font-size:1.5em !important;
	padding-top:10px;
	padding-bottom:14px;
}

.pure_content h5{
	font-size:1.3em !important;
	padding-top:10px;
	padding-bottom:12px;
}

.pure_content h6{
	font-size:1.1em !important;
	padding-top:10px;
	padding-bottom:10px;
}/* Share Article */

#left div.share {
width: 604px;
float: left;
}

#left div.share a{
	float:left;
	margin-right:5.2%; 
}

#left div.share img{
	border:0; 
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
}
#left div.share img.last{
	margin:0;
}
#left div.share a:hover{
	border:0;
}

/* Thumbs */

.right_side{
	float:right;
	
	width:303px;
	margin-left:23px;
}

.small-listing{
	float:left;	
	padding-bottom:26px;
}

.small-listing h4 a, .other_categories_content h4 a{
	font-size:14px;
	text-decoration:none;
	color:#343434;
	margin-bottom: 4px;
    line-height: 1.6em;
	float:left;
	font-weight:bold;
}

.other_categories_content h4 a{
	margin-top:10px;
}

.small-listing h4 a:hover, .other_categories_content h4 a:hover{
	color:#000;
}

.small-listing .description{
	float:left;
	width:175px;
}

.small-listing .thumb{
	float:left;
	padding-right:12px;

}

/* Category Listing New */

/*** Left Category Listing ***/

.list_category_left{
	float:left;
	width:271px !important;	
	margin-bottom:0 !important;
}

.list_category_left .right_side, .list_category_right .right_side{
	float:left !important;
	margin-left:0px;
	margin-top:20px;
	width:271px;
}

.left_list_category_new{
	float:left;
	position:relative;
	width:271px;
	border-bottom:1px solid #dedede;
	padding-bottom:20px;
}

.left_list_category_new .title, .right_list_category_new .title, .middle_list_category_new .title{
	float:left;
	margin-top:20px;
	width:100%;
}


.left_list_category_new p, .right_list_category p{
	float:left;
	color:#585858;
}

.list_category_left .small-listing, .list_category_right .small-listing{
	border-bottom: 1px solid #dedede;
	margin-bottom:20px;
	padding-bottom:20px;
}

/*** Right Category Listing ***/

.right_list_category_new{
	width:271px;
	border-bottom:1px solid #dedede;
	padding-bottom:20px;
	
}

.list_category_right{
	float:right !important;
	width:271px !important;	
	margin-bottom:0 !important;
}

/*** Middle Category Listing ***/

.list_category_middle{
	float:left !important;
	width:604px !important;
	margin-bottom:0 !important;
}

.list_category_middle .small-listing .description{
	width:200px;
	float:left;
	margin-top:14px;
}

.list_category_middle .small-listing{
	padding-bottom:12px;
}

.list_category_middle .title{
	float:left;
}

.middle_list_category_new{
	float:left;
	width:373px;
}

.middle_list_category_new p{
	float:left;
}

.list_category_middle .right_side{
	float:left !important;
	width:200px;
	margin-left:31px;
}
/* List Category New */

.list_category_new{
	position:relative;
	float:left;
}

/*.list_category_new .image img{
	width:253px;
	height:174px;	
}*/


.list_category_new .image{
	position:relative;
}

.list_category_new .title{
	margin-top:132px;
	margin-left:5px;
	float:left;
	
}

.list_category_new h3{
	z-index:200;
	color:#fff;
	background:url(images/category_bg_title.png);
	padding: 5px 10px;
	float:left;
	
}

.list_category_new h3 a{
	color:#fff;
}


/* Category Listing */


.list_category{
	/*float:left;
	width:605px;*/
	margin-top:20px;
	margin-bottom:30px;
}

#left article .list_category h2{
	font-size:15px;
	text-transform:capitalize;
	color:#3C4B89;
	float:left;
	background:#f4f4f4;
	padding-right:13px;
}

.list_category h2 a{
	text-decoration:none;
	color:#3C4B89;
}

.list_category .heading{
	background:url(images/categories_listing_bg.png) repeat-x;
	float:left;
	width:100%;
	margin-bottom:20px;
}

a.cat_arrow{
	display:block;
	float:left;
	background:#1a4792 url(images/category_arrow.png) no-repeat;
	margin-top:12px;
	width:16px;
	height:16px;
	
}

a:hover.cat_arrow{
	background:#1f1f1f url(images/category_arrow.png) no-repeat;
}

.list_category .image{
	/*float:left;*/
	min-width: 300px;
}

.about_author .image{
    min-width: 85px !important;
}

.list_category .image img{
	border:1px solid #ebebeb;
	padding:4px;
	float:left;
}

.list_category .image a:hover img{
	border:1px solid #a3a3a3;
}

.list_category .information{
	width:279px;
	height:141px;
	float:left;
	margin-left:26px;
}

.list_category h3, .list_category h3 a{
	color:#343434;
	font-size:16px;
	text-decoration:none;
	line-height:1.4em;
	font-weight:normal;
	float:left;
	width:100%;
	font-weight:bold;
}

.list_category h3{
	margin-bottom:9px;
	width:100%;
}

.list_category h3 a:hover{
	color:#000;
}

.list_category .date{
	color:#a2a2a2;
	float:left;
	width:100%;
	font-size:11px;
	margin-bottom:11px;
}

.list_category .date a{
	color:#a2a2a2;
}

.list_category p{
	font-size:13px;
	color:#707070;
	line-height:1.6em;
}

/* Post Listing */

.list_post{
	float:left;
	width:604px;
	margin-bottom:25px;
	border-bottom:1px solid #ececec;
	padding-bottom:25px;
}

.list_post h2{
	font-size:20px;
	text-transform:uppercase;
	color:#1a4792;
	background:#ffffff;
	float:left;
	padding-right:15px;
}

.list_post .heading{
	background:url(images/categories_heading_bg.png);
	float:left;
	width:100%;
	margin-bottom:30px;
}

.list_post .image{
	float:left;
}

.list_post .image img{
	border:1px solid #ebebeb;
	padding:4px;
	float:left;
}

.list_post .image a:hover img{
	border:1px solid #a3a3a3;
}

.list_post .information{
	width:360px;
	height:141px;
	float:left;
	margin-left:20px;
}

.list_post h3, .list_post h3 a{
	color:#383838;
	font-size:13px;
	text-decoration:none;
	margin-bottom:10px;
	line-height:1.4em;
}

.list_post h3 a:hover{
	color:#000;
}

.list_post .date{
	color:#a2a2a2;
	float:left;
	width:100%;
	font-size:11px;
	margin-bottom:10px;
}

.list_post .date a{
	color:#a2a2a2;
}

.list_post p{
	font-size:12px;
	color:#707070;
	line-height:1.6em;
	float:left;
}

.list_post div.readm{
	float:left;
	width:76px;
	padding-bottom:15px;
	margin-top:13px;
}

.list_post div.readm div.button{
	float:left;
	width:76px;
}

.list_post div.readm div.button a{
	display:block;
	/*background:url('images/post_read_more.png') repeat-x;*/
	background: #C2641E;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#fff;
		padding:8px 11px;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0px 0px 7px #dddddd;
    -webkit-box-shadow: 0px 0px 7px #dddddd;
}

/* Other Categories Tabs */

#other_categories {
	padding: 0;
	float:left;
	width:603px;
	border:1px solid #d8d8d8;
	background:url(images/other_categories_tabs_bg.png);
}

#other_categories li {
	display: inline;
}

#other_categories li a {
	background:url(images/other_categories_tabs_bg.png);
	height:33px;
	padding:0px 18px 0px 18px;
	float:left; 
	border-right: 1px solid #d8d8d8; 
	border-bottom: none; 
	text-decoration: none; 
	color:#343434; 
	font-weight: normal;
	font-size:12px;
	line-height:2.9em;
}

#other_categories li.active a {
	background: #fff;
}

.other_categories_content {
	float: left; 
	clear: both; 
	border: 1px solid #d8d8d8;
	border-top:none;
	background: #fff; 
	padding: 21px; 
	width: 561px; 
}

.other_categories_item{
	float:left;
	width:173px;
	margin-right:21px;
}


/* Other News */

.other_news_item{
	width:173px;
	min-height:204px;
	float:left;
	margin-right:41px;
	margin-bottom:30px;
}

.other_news_item img{
	border:1px solid #ebebeb;
	padding:4px;
	margin-bottom:20px;
}

.other_news_item a:hover img{
	border:1px solid #a3a3a3;
}

.other_news_item h4, .other_news_item a{
	font-size:14px;
	color:#383838;
	text-decoration:none;
	margin-bottom:6px;
	line-height:1.6em;
}

.other_news_item h4 a:hover{
	color:#000;
}

/* About Author */

.about_author{
	/*height:100%;*/
	background:#f4f4f4;
	padding:8px;
	/*border:1px solid #bcbcbc;*/
	border-left:none;
	border-right:none;
	margin-bottom:21px;
}

.about_author .image{
	/*
	width:85px;
	height:85px;
	float:left;*/
}

.about_author .image img{
	-moz-box-shadow:none !important;
    -webkit-box-shadow:none  !important;
}

.about_author .content{
	/*width:467px;
	float:left;*/
	margin-left:16px;
	padding-top:10px;
	padding-bottom:10px;
}

.about_author .content p{
	color:#595959 !important;
}

.about_author h3, .about_author h3 a{
	font-size:12px;
	color:#3B498B;
}

.about_author a{
	color:#3B498B;
	text-decoration:none;
}

.about_author a:hover{
	color:#000;
}

/* #Comments */

div#respond{
	float:left;
}

#comments{
	width:589px;
	float:left;
}

#entries{
	float:left;
	width:95%;
	margin-bottom:20px;
}

#entries a{
	font-size:12px;
	color:#000;
}

#entries .old_entries{
	float:left;
}

#entries .new_entries{
	float:right;
}

ol#comments{
	list-style:none !important;
}

ol#comments li{
	list-style:none !important;
}

#comments ul{
	margin-left:50px;
}

#comments div.comment{
	width:100%;
	float:left;
	margin-bottom:25px;
}

#comments div.comment div.avatar{
	float:left;
	width:87px;
	height:87px;	
}

#comments div.comment div.comment_holder{
	float:left;
	margin-left:20px;
}

#comments div.comment div.comment_holder .date{
	float:left;
	font-size:12px;
	margin-top:8px;
}

#comments div.comment div.comment_box{
	float:left;
	width:94%;
	padding:3%;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	margin-top:10px;
	background:#efefef;
	border:1px solid #d9d9d9;
}


#comments h5 a{
	color:#5b5b5b;
	text-decoration:none;
}

#comments div.button{
	margin-top:14px !important;
	float:right;
}


#comments h5 a:hover{
	color:#000;
}

#comments p{
	text-shadow:1px 1px #fff;
	font-size:12px;
	line-height:1.6em;
	color:#656565;
}

#comments div.button a{
	margin-right:0;
}

ol#comments li div.comment div.comment_holder {
	width:81% !important;
}

ol#comments li ul li div.comment div.comment_holder{
	width:74% !important;
}

ol#comments li ul li ul li div.comment div.comment_holder{
	width:66% !important;
}

ol#comments li ul li ul li ul li div.comment div.comment_holder{
	width:57% !important;
}

ol#comments li ul li ul li ul li ul li div.comment div.comment_holder{
	width:49% !important;
}

.button a.reply{
	background:url(images/reply-a.png);
	display:block;
	border:1px solid #bfbfbf;
	color:#6a6a6a;
	font-size:12px;
	width:55px;
	height:24px;
	text-align:center;
	line-height:2.0em;
	text-decoration:none;
}

/* Right Content */
#right .popular_news{
	float:left;
	padding-bottom:22px;
}

#right .popular_news p{
	font-size:12px;
	line-height:1.6em;
	color:#707070;
}

#right .popular_news div.image{
	float:left;
	padding-right:12px;
}

#right .popular_news div.image img{
	margin-right:15px;
	margin-bottom:10px;
}

#right .popular_news div.content{
	float:left;
	width:210px;
}

#right .popular_news .date{
	font-size:11px;
	color:#b9b9b9;
	float:left;
	width:100%;
	margin-top:5px;
}

#right .popular_news h3 a{
	font-size:13px;
	text-decoration:none;
	line-height:1.6em;
	color:#343434;
	font-weight:normal;
	margin-bottom:4px;
	display:block;
}

#right .popular_news h3 a:hover{
	color:#000;
}


#right{
	/*width:300px;
	height:100%;*/
	float:left;
	padding-top:17px;
	/*padding-left:8px;
	padding-right:8px;
	padding-right:14px;
	margin-left:6px;*/
}

#right .heading{
	float:left;
	width:100%;
	padding-bottom:23px;
}

#right .heading_bg{
	background:url(images/categories_listing_bg.png) repeat-x;
	float:left;
	width:100%;
}

#right h2{
	float:left;
	color:#C66E2D;
	font-size:14px;
	text-transform:capitalize;
	background:#f7f7f7;
	padding-right:13px;
	/*padding-right:0px;
	padding-bottom:9px;
	/*width:93%;*/
	/*margin-left:12px;*/
}

#right .ad_300{
	float:left;
	background:#f2f2f2;
	width:301px;
	height:251px;
	padding-left:7px;
	padding-right:7px;
	padding-top:7px;
	padding-bottom:7px;

}

#right .ad_300 a img{
	border:0;
}

#right .left_column{
	float:left;
	width:150px;
	padding-bottom:10px;
}

#right .left_column ul, #right .right_column ul{
	float:left;
	list-style:none;
}

#right .left_column ul li, #right .right_column ul li{
	float:left;
	width:100%;
}

#right .left_column ul li a, #right .right_column ul li a{
	color:#383838;
	text-decoration:none;
	font-size:12px;
	float:left;
	padding-bottom:7px;
}

#right .left_column ul li a:hover, #right .right_column ul li a:hover{
	color:#131313;
	text-shadow:1px 1px #fff;
}

#right .right_column{
	float:right;
	width:150px;
	padding-bottom:10px;
}

#right .video{
	width:315px;
	height:265px;
	float:left;
	padding-bottom:30px;
}

.rightwidget ul{
	float:left;
	list-style:none;
}

.rightwidget ul li{
	float:left;
	width:100%;
}

.rightwidget ul li a{
	color:#383838;
	text-decoration:none;
	font-size:12px;
	float:left;
	padding-bottom:20px;
	line-height:1.6em;
}

.rightwidget ul li a:hover{
	color:#000;
}

.rightwidget h2 a{
	color:#1a4792;
	text-decoration:none;
}

.rightwidget h2 a:hover{
	color:#900;
}

/* Footer */

#footer{
	margin:0 auto;
	/*width:1024px;*/
	padding-top:30px;
	padding-bottom:30px;
	
}

#footer #social_icons{
	float:left;
}

#footer ul#social_icons li{
	border-bottom:1px solid #2f2f2f;
	padding-bottom:0 !important;
}

#footer ul#social_icons li a{
	float:left;
	margin-bottom:8px;
}

#footer .socialimg{
	float:left;
}

#footer .socialtext{
	float:left;
	margin-top:6px;
	margin-left:9px;
}

#footer ul li {
	float:left;
	border-bottom:1px solid #2f2f2f;
	padding-bottom:8px;
}

/*#footer a:hover img{
	border:1px solid #a3a3a3 !important;
}*/

#footer .column_1, #footer .column_2, #footer .column_3{
	width:225px;
	float:left;
	padding-right:20px;
}

#footer .column_1 .widget, #footer .column_2 .wiget, #footer .column_3 .widget, #footer .column_4 .widget{
	float:left;
	width:225px;
}

#footer .column_4{
	width:225px;
	float:left;
}

#footer h5{
	text-transform:capitalize;
	color:#c2641e;
	font-size:14px;
	float:left;
	padding-right:13px;	
	background:#262626;
}

#footer .heading{
	background:url(images/footer_widget_header_bg.png) repeat-x;
	float:left;
	width:225px;
	padding-bottom:18px;
}


#footer .latest_news_item{
	width:225px;
	float:left;
	padding-bottom:20px;
}

#footer .latest_news{
	width:225px;
	float:left;
}

#footer .latest_news_item .image{
	float:left;
	padding-right:16px;
}

#footer .latest_news_item .image img{
	padding:4px;
	border:1px solid #d8d8d8;
}

#footer .latest_news_item .content{
	width:122px;
	float:left;
}
#footer .latest_news_item h6{
	font-size:12px;
	float:left;
	color:#383838;
	font-weight:normal;
	padding-bottom:10px;
	line-height:1.6em;
}

#footer .latest_news_item h6 a{
	color:#383838;
	text-decoration:none;
	line-height:1.6em;
}

#footer .latest_news_item h6 a:hover{
	color:#000;
}
#footer div.latest_news .date{
	font-size:11px;
	color:#afafaf;
	float:left;
	margin-top:4px;
}

#footer ul{
	list-style:none;
	float:left;
	width:100%;
}

#footer ul li{
	float:left;
	width:100%;
	margin-bottom:9px;
	font-size:13px;
}


#footer ul li a{
	color:#ebebeb;
	text-decoration:none;
}

#footer ul li a:hover{
	color:#fff;
}

#footer p{
	font-size:12px;
	line-height:1.6em;
	color:#b7b7b7;
	padding-bottom:18px;
}

#footer .flickr{
	float:left;
}

#footer .flickr img{
	border:1px solid #D8D8D8;
	padding:4px;
	margin-left:20px;
	margin-bottom:20px;
}


/* Contact Page */

#contact_form, #commentform{
	/*float:left;*/
	margin-top:15px;
	width:100%;
	height:100%;
	font-size:14px;
	margin-bottom:50px;
}

#contact_form div.button{
	padding-top:18px;
	clear:both;
}

#contact_form input,#contact_form textarea, #commentform input, #commentform textarea{
	padding:8px;
	float:left;
}

#contact_form textarea, #commentform textarea{
	width:390px;
	height:150px;
	border:1px solid #d2d2d2;
	background:#f6f6f6;
	
}

#contact_form input, #commentform input{
	width:200px;
	border:1px solid #d2d2d2;
	background:#f6f6f6;
}

#contact_form label, #commentform label{
	width:60%;
	float:left;
	padding:12px;
	padding-left:0;
}

#contact_form input, #contact_form textarea, #commentform input, #commentform textarea{
	width:94%;
}


#commentform input, #commentform textarea{
	margin-left:0 !important;
	width:97% !important;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
}

#commentform .form-row{
	float:left;
	margin-bottom:13px;
	width:100%;
}

#commentform {
	margin-top:0 !important;
}

#commentform .form-submit{
	float:left;
	margin-top:20px;
}

#commentform .form-submit #submit{
	line-height:10px !important;
}


#commentform em{
	font-size:11px;
	color:#8f8f8f;
}

.comment-notes{
	display:none;
}

/** Comment Form **/

.author_info h5 a{
	color:#5b5b5b;
}

.author_info h5 a:hover{
	color:#000;
}

.author_info a{
	color:#000;
}

.author_info a:hover{
	color:#333;
}

.date a{
	color:#000;
	text-decoration:none;
}

.date a:hover{
	color:#333;
}

#commentform{
	float:left;
	width:594px;
}

#commentform a{
	color:#000;
}

#commentform a:hover{
	color:#333;
}

#commentform input{
	border:1px solid #d2d2d2;
	height:20px;
	background:#f6f6f6;
}

#commentform #email{
	margin-left:20px;
	padding:5px;
}

#commentform #url{
	margin-left:13px;
	padding:5px;
}

#commentform #author{
	margin-left:20px;
	padding:5px;
}

#commentform textarea{
	border:1px solid #d2d2d2;
	font-family:Arial, Helvetica, sans-serif;
	width:95%;
	margin-top:10px;
	padding:10px;
	background:#f6f6f6;
}

.required{
	float:left;
}

#commentform #submit, .formsubmit{
	background:url(images/reply-a.png) repeat-x !important;
	border:1px solid #bfbfbf;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	color:#6A6a6a;
	font-size:12px;
	text-shadow:1px 1px #fff;
	float:left;
	text-align:center;
	height:27px;
	padding:0px 12px 0px 12px !important;
	/* top right bottom left */
}

.formsubmit{
	width:130px !important;
	line-height:12px !important;
}

#commentform label{
	float:left;
}

#commentform .comment-form-author{
	float:left;
	width:100%;
}

.form-allowed-tags{
	display:none;
}
/* Archives Page */

.archive_header{
	font-size:18px;
	color:#2e2e2e;
	font-weight:normal;
}

.archive_page a{
	font-size:12px;
	font-weight:normal;
	color:#2b2b2b !important;
}

.archive_page p{
	color:#bdbdbd;
	margin-bottom:13px;
	width:100%;
}

/* Quick Styles */

.no_padding_left{
	padding-left:0 !important;
}

.margin_top_{
	margin-top:30px !important;
}

.column_bottom{
	height:155px !important;
}

.image_border{
	padding:4px;
	border:1px solid #E5E5E5;
	/*-moz-box-shadow: 0px 0px 7px #DFDFDF;  
	-webkit-box-shadow: 0px 0px 7px #DFDFDF;*/
	background:#fff;
}


.image_border_no_shadow{
	padding:5px !important;
	border:1px solid #e5e5e5 !important;
	background:#fff !important;
}

.no_margin_bottom{
	margin-bottom:0 !important;
	padding-bottom:0 !important;
}.no_margin_top{
	margin-top:0 !important;
}

.no_margin_right{
	margin-right:0 !important;
	padding-right:0 !important;
}

.single_item_height{
	min-height:140px !important;
	margin-bottom:0px !important;
}

.unique_margin_bottom{
	margin-bottom:10px !important;
}

.no_background{
	background:none !important;
}

.white_bg{
	background:none #fff !important;
}

.blacktext{
	color:#000 !important;
}

.black_bg{background:#000 !important;} 

::selection{ /* Safari and Opera */ 
   background:#000; color:#fff;
}

::-moz-selection{ /* Firefox */ 
   background:#000;color:#fff;
}

.hideobject{/* Hide any object */display:none !important;}

.round_edges{
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-khtml-border-radius:6px;
	border-radius:6px;
}

.full_width{
	width:1024px !important;
	background:#fff;
	
}
/* copyright foot */
#copyright_holder{
	width:100%;
	float:left;
	background:#1e1e1e;
	/*min-width: 1024px;*/
}
.copyright{
	/*width:1024px;*/
	color:#b7b7b7;
	font-size:12px;
	margin:0 auto;
	min-height:20px;
	line-height:20px;
}

.copyright .left{
	text-align:left;
	width:50%;
	float:left;
	margin-top:15px;
}

.copyright .right{
	text-align:right;
	float:left;
	width:50%;
	margin-top:15px;
}

.copyright a{
	color:#e0e0e0;
	text-decoration:none;
}

.copyright a:hover{
	color:#fff;
}

/* Right Widget */

.rightwidget{
	margin-bottom:10px;
	float:left;
	width:100%;
}

.rightwidget iframe, .rightwidget embed, .rightwidget object{
	width:315px;
	height:265px;
}

#right #wp-calendar {
	width: 315px !important; 
	float:left !important;
	color:#6c6c6c !important;
	text-shadow:1px 1px #fff !important;
	border-spacing: 0px;
	position:relative;

}

#right #wp-calendar caption{
	color: #222; 
	font-size: 14px; 
	font-weight: bold; 
	padding-bottom: 4px; 
	text-align: left; 
	display:none; 
	float:left;
}

#right #wp-calendar thead {
	font-size: 11px;
	width:313px !important;
	height:26px !important;
	border:1px solid #e1e1e1 !important;
	float:left;
	background:url('images/calendar_header.png') repeat-x;
	
}

#right #wp-calendar thead th {
	height:26px;
	padding-left:0; 
	padding-right:0; 
	color:#3d3d3d; 
	text-shadow:1px 1px #fff;
	float:left;
	width:44px;
	height:26px;
	line-height:2.5em;
}

#right #wp-calendar tbody {
	color: #7e7e7e;
	float:left;
	border-right:1px solid #e1e1e1;
	width:314px;
	padding:0 !important;
}

#right #wp-calendar tbody td {
	
	 width:44px !important;
	 height:22px;
	border-left:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	/*padding: 3px 0 2px;*/ 
	text-align: center; 
	font-size:12px;
	background:url('images/calendar_inactive_link.png');
	
}

#right #wp-calendar tbody .pad{
	width:auto;	
	background:#fff !important;
}

#right #wp-calendar tbody td a{
	color:#292929;
	display:block;
	width:44px;
	height:22px;
	float:left;
	background:url('images/calendar_active_link.png');
	text-decoration:none;
	line-height:1.8em;
}

#right #calendar_wrap{
	float:left;
	position:relative;
	width:315px;
	
}

#right #wp-calendar tbody td a:hover{
	color:#000000; 
	text-decoration:none;
}

#right #wp-calendar tbody .pad {
	background: none;
}

#right #wp-calendar tfoot #next {
	float:left;
}

#right #wp-calendar tfoot .pad{
	display:none;
}

#right #wp-calendar tfoot #next a{
	display:block;
	height:23px;
	background:url('images/calendar_button_link.png');
	float:right;
	
	padding-left:9px;
	padding-right:9px;
	border:1px solid #d3d3d3;
	margin-top:15px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	line-height:2.0em;
	font-size:11px;
	color:#969696;
	text-shadow:1px 1px #fff;
	text-decoration:none;
	margin-left:214px;
}


#right #wp-calendar tfoot #next a:hover{
	color:#545454; 
	border:1px solid #afafaf; 
	text-shadow:1px 1px #eaeaea;
}

#right #wp-calendar tfoot #prev {
	float:left;
}

#right tfoot{
	width:315px !important;
	clear:both;
}

#right tfoot tr{
	width:315px !important;
}



#right #wp-calendar tfoot #prev a{
	display:block;
	height:23px;
	background:url('images/calendar_button_link.png');
	float:left;
	margin-right:10px;
	padding-left:9px;
	padding-right:9px;
	border:1px solid #d3d3d3;
	margin-top:15px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	line-height:2.0em;
	font-size:11px;
	color:#969696;
	text-shadow:1px 1px #fff;
	text-decoration:none;
	
}

#right #wp-calendar tfoot #prev a:hover{ 
	color:#545454; 
	border:1px solid #afafaf; 
	text-shadow:1px 1px #eaeaea;
}

#right .widget_search{
	margin-bottom:0!important; 
	padding:0 !important; 
	margin-bottom:4px !important;
}

#right .widget_search label {
	display: none;
}

#right #flickr{
	float:left;
	width:350px;
	clear:both;
	display:block;
}

#right #flickr img{
	float:left;
	padding:4px;
	border:1px solid #EBEBEB;
	margin-right:17px;
	margin-bottom:20px;
	background:#fff;
	width:85px !important;
	height:70px !important;
}

#right .tagcloud a{
	display:block;
	height:30px;
	background:url('images/tags_image.png');
	float:left;
	margin-right:10px;
	padding-left:9px;
	padding-right:9px;
	border:1px solid #d3d3d3;
	margin-bottom:15px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	line-height:2.8em;
	font-size:12px !important;
	color:#969696;
	text-shadow:1px 1px #fff;
	text-decoration:none;
}

#right .tagcloud a:hover{
	color:#545454; 
	border:1px solid #afafaf; 
	text-shadow:1px 1px #eaeaea;
}

#right #searchform .search{
	background:url('images/right_search_bar.png') repeat-x;
	border:1px solid #d4d4d4;
	height:33px;
	float:left;
	border-right:none;
	padding-left:10px;
	width:255px;
}

#right #searchform .searchb{
	background:url('images/right_search_icon.png') no-repeat right;
	height:35px;
	width:53px;
	float:left;
	border-left:none;
}

#right #searchform{
	margin-bottom:20px;
	margin-top:5px;
	float:left;
	width:100%;
	-moz-box-shadow: 0px 0px 7px #dddddd;
    -webkit-box-shadow: 0px 0px 7px #dddddd;
}

#right .rssSummary{
	font-size:12px;
}

#right .textwidget{
	font-size:12px;
	line-height:1.6em;
	color:#808080;
}

#right .textwidget p{
	line-height:1.6em;
}

/* Latest News */

.latest_news{
	width:100%;
	float:left;
	margin-bottom:20px;
}

.latest_news img{

	border:1px solid #2f2f2f;
	padding:4px;
	background:#1a1a1a;
}

.latest_news .image{
	float:left;
	width:85px;
	
}

.latest_news .content{
	width:57%;
	float:left;
	padding-left:6px;
}

.latest_news h3 a{
	font-size:13px;
	color:#ebebeb;
	text-decoration:none;
	font-weight:normal;
	line-height:1.6em;
}

.latest_news h3 a:hover{
	color:#fff;
	text-decoration:none;
}

.latest_news p{
	font-size:12px;
	line-height:1.6em;
	color:#808080;
	margin-top:10px;
}


#footer .flickr_badge_image img{
   border: 1px solid #2b2b2b;
   padding: 4px;
   margin-right: 27px;
   margin-bottom: 20px;
   position:relative;
   float:left;
}

#respond h3{
	display:none;
}

/* Quick Codes */

a.orange_button{
	display:block;
	background:#c2641e;
	float:left;
	font-size:11px;
	color:#fff;
	text-decoration:none;
	padding:7px 10px;
	border-radius:5px;
}

a.featured_button{
	display:block;
	background:#c2641e;
	float:left;
	font-size:11px;
	color:#fff;
	text-decoration:none;
	padding:7px 10px;
	border-radius:5px;
}

div.info_box{
	background:#bedeff;
	color:#1c4875 !important;
	text-shadow:1px 1px #e4f1ff;
	padding:15px;
	width:94%;
	float:left;
	border:1px solid #4f7092;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-khtml-border-radius:6px;
	border-radius:6px;
	margin-bottom:25px;
	box-shadow:inset 0 0 5px #fff; 
	-moz-box-shadow:inset 0 0 5px #fff; 
	font-size:12px;
}

div.warning_box{
	background:#e20913;
	color:#fff !important;
	text-shadow:1px 1px #000;
	padding:15px;
	width:94%;
	float:left;
	border:1px solid #b20008;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-khtml-border-radius:6px;
	border-radius:6px;
	margin-bottom:25px;
	box-shadow:inset 0 0 5px #fff; 
	-moz-box-shadow:inset 0 0 5px #fff; 
	font-size:12px;
}

div.success_box{
	background:#cef0c5;
	color:#235f13 !important;
	text-shadow:1px 1px #e6ffdf;
	padding:15px;
	width:94%;
	float:left;
	border:1px solid #619f50;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-khtml-border-radius:6px;
	border-radius:6px;
	margin-bottom:25px;
	box-shadow:inset 0 0 5px #fff;
	-moz-box-shadow:inset 0 0 5px #fff;
	font-size:12px;
}

div.note_box{
	background:#f7f4b4;
	color:#55521a !important;
	text-shadow:1px 1px #fff;
	padding:15px;
	width:94%;
	float:left;
	border:1px solid #938f33;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-khtml-border-radius:6px;
	border-radius:6px;
	margin-bottom:25px;
	box-shadow:inset 0 0 5px #fff;
	-moz-box-shadow:inset 0 0 5px #fff;
	font-size:12px;
}


/* Shortcodes */
.imgborder{
	border:1px solid #EBEBEB;
	padding:4px;
	background:#fff;
}

.shortcode_button{
	width:100%;
	float:left;
	padding-bottom:20px;
}

.shortcode_button .white_button a{
	background:url('images/shortcode_white_button.png');
	border:1px solid #d5d5d5;
	float:left;
	font-size:12px;
	color:#969696;
	text-shadow:1px 1px 1px #fff;
	padding-left:24px;
	padding-right:24px;
	padding-top:7px;
	padding-bottom:8px;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0px 0px 7px #dddddd;
    -webkit-box-shadow: 0px 0px 7px #dddddd;
	
}

.shortcode_button .black_button a{
	background:url('images/shortcode_black_button.png');
	border:1px solid #303030;
	float:left;
	font-size:12px;
	color:#f1f1f1;
	text-shadow:1px 1px 1px #292929;
	padding-left:24px;
	padding-right:24px;
	padding-top:7px;
	padding-bottom:8px;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0px 0px 7px #dddddd;
    -webkit-box-shadow: 0px 0px 7px #dddddd;
	
}
 
code, pre{
	 float:left;
	 width:570px !important;
	 background-color:#f9f9f9;
	 border:1px solid #cbcbcb !important;
	 margin-left:0 !important;
	 padding:10px;
	 font-size:11px !important;
	 line-height:1.6em !important;
	 -moz-border-radius: 6px;
	 -webkit-border-radius: 6px;
	 -khtml-border-radius: 6px;
	 border-radius: 6px;
	 color:#424242;
	 font-family:Arial, Helvetica, sans-serif;
	 margin-bottom:15px;
	 margin-top:10px;
	 word-wrap: break-word;/** by joeyin **/
}

code{ 
     background:url(images/code_bg.png);
}

.shortcode_highlight{
	background:#feff99; 
	color:#333;
}

.dropcap{ 
     color:#000000; 
	 display:block; 
	 float:left; 
	 font-size:43px; 
	 margin:0 2px 0 0; 
	 text-shadow:1px 1px 1px #fff; 
	 font-weight:bold;
}

.image_right{
	float:right;
	margin-left:15px;
	margin-bottom:10px;
}

.image_left{
	float:left;
	margin-right:15px;
	margin-bottom:10px;
}
     
.no_border_bottom{
	border-bottom:none !important;
}

/* Default Wordpress Css */

/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
	word-wrap: break-word;
	word-break: normal;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

.header_line{
	float:left; width:1074px; height:6px; background:#f7f7f7; border-top:1px solid #fff ; border-left: 1px solid #EFEFEF; border-right: 1px solid #EFEFEF;
}

.pure_content ul{ margin-left:0; margin-right:0; /*background:#fff;*/ width: 100%; /*float: left;*/ margin-bottom: 30px; }
#left .pure_content li{ /*float:left;*/ /*width:589px;*/ padding:5px; padding-left:0; padding-right:0; line-height:1.6em; font-size:14px; margin-left: 35px;}

.adBox li a img {
    border: 1px solid #F2F2F2;
}
.thumb a img{
    border: 1px solid #FFFFFF;
}
#right .morebox a:hover img{
    border: 0;
}
#featured {
    overflow: hidden;
}
.information p a {
    color: #707070;
    text-decoration: none;
}
.pure_content {
	/*width: 600px;*/
}

/** als **/
.als-container {
    position: relative;
    width: 100%;
    margin: 0px auto;
    z-index: 0;
}
.als-viewport {
    position: relative;
    overflow: hidden;
    margin: 0px auto;
}    
.als-wrapper {
    position: relative;
    list-style: none;
}    
.als-item {
    position: relative;
    display: block;
    text-align: center;
    cursor: pointer;
    float: left;
    border: 0;
}    
.als-prev, .als-next {
    position: absolute;
    cursor: pointer;
    clear: both;
}
#pansci_friends {
    margin-top: 20px;
}
#categories_listing {
    float: left; 
    width: 100%; 
    height: 14px;
}
#categories_listing_type {
    font-size: 14px; 
    background: #262626; 
    text-transform: capitalize; 
    color: #FFFFFF; 
    float: left; 
    padding-right: 15px; 
    letter-spacing: 1px;
}
#pansci_friends .als-item {
    margin: 0px 5px;
    padding: 4px 0px;
    min-height: 120px;
    min-width: 100px;
    text-align: center;
}    
#pansci_friends .als-item img {
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    border: 0;
    -webkit-box-shadow: none;
}
#pansci_friends .als-prev, #pansci_friends .als-next {
    top: 65px;
}
#pansci_friends .als-prev {
    left: 0px;
}
#pansci_friends .als-next {
    right: 0px;
}

#social_icons {
    float:right;
    float:right;
    padding-top:12px    
}
.post-categories li, .post-tags li {
    margin-right: 5px;
}
div.shr-bookmarks div.shr-getshr {
    display: none;
}


/** fullwidth **/

.clear_style{
    clear: both;
}

#fullwidth #featured{
    float: left;
    margin-bottom: 20px;
}

#fullwidth .activity{
    width: 319px;
    min-height: 471px;
    float: right;
    margin-bottom: 20px;    
}

#fullwidth .movies{
    width: 100%;
    min-height: 335px;
    float: left;
    margin-bottom: 10px;    
}

#fullwidth .news{
    width: 317px;
    float: left;
    margin-bottom: 10px;
    min-height: 430px;
}

#fullwidth .photos{
    width: 600px;
    height: 430px;
    float: right;
    margin-bottom: 20px;    
}

#fullwidth .ads{
    width: 100%;
    height: 60px;
    float: left;
    margin-bottom: 10px;
}

#fullwidth .union{
    width: 100%;
    height: 100px;
    float: left;
    background: aqua;
    margin-bottom: 10px;    
}

#fullwidth .sidebar_title{
    border: 1px solid #CCCCCC;
    font-size: 14px;
    font-weight: bold;
    height: 16px;
    margin: 12px auto 8px;
    padding: 6px 8px;
}

#fullwidth ul.adBox, ul.bookBox {
    margin: 0;
    padding: 0;
}

#fullwidth ul.adBox li {
    background: none repeat scroll 0 0 #F2F2F2;
    list-style: none outside none;
    margin: 0;
    padding: 7px;
    text-align: center;
}

#fullwidth .adBox li a img:hover {
    border: solid #a3a3a3 1px;
}

#fullwidth .movies .movie_iframe {
    float: left;
    width: 604px;
    height: 310px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#fullwidth .movies .movie_list {
    float: right;
    width: 336px;
    height: 310px;
    list-style: none;
    margin-left: 5px;
}

#fullwidth .movies .movie_list li {
    width: 100%;
    height: 90px;
    margin-top: 10px;
}

#fullwidth .movies .movie_list li .cover {
    width: 120px;
    height: 90px;
    float: left;
}

#fullwidth .movies .movie_list li .cover img {
    padding: 4px;
    border: 1px solid #EBEBEB;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 5px #eee;
}

#fullwidth .movies .movie_list li .info {
    width: 210px;
    height: 90px;
    float: left;
    margin-left: 5px;
    font-size: 13px;
}

#fullwidth .movies .movie_list li .info h4 a {
    font-size: 12px;
    line-height: 1.2em;
    text-decoration: none;
    color: #343434;
    margin-bottom: 4px;
    float: left;
    font-weight: bold;  
}

#fullwidth .movies .movie_list li .info h4 a:hover {
    color: #000000;
}

#fullwidth .movies .movie_list li .info span.date {
    color: #a2a2a2;
    float: left;
    width: 100%;
    font-size: 11px;
    margin-bottom: 2px;
}

#fullwidth .movies .movie_list li .info span.hots_desc {
    color: #888888;
    font-size: 12px;
}

#fullwidth .heading {
    margin-bottom: 5px;
    background: url(images/categories_listing_bg.png) repeat-x;
    float: left;
    width: 100%;
}

#fullwidth .heading h2 {
    font-size: 14px;
    text-transform: capitalize;
    color: #c66e2d;
    float: left;
    background: #fff;
    padding-right: 13px;
}

#fullwidth .morebox {
    float: right;
}

#fullwidth .small-listing {
    height: 80px;
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 6px;
    margin-top: 12px;
}

#fullwidth .small-listing .description {
    width: 223px;
}

#fullwidth .small-listing h4 a, .other_categories_content h4 a {
    line-height: 1.2em;
    font-size: 12px;
    text-decoration: none;
    color: #343434;
    margin-bottom: 4px;
    float: left;
    font-weight: bold;
}

#fullwidth .small-listing .date {
    color: #a2a2a2;
    float: left;
    width: 100%;
    font-size: 11px;
    margin-bottom: 2px;
}

#fullwidth .small-listing .hots_desc {
    color: #888;
    font-size: 12px;
}

#fullwidth .small-listing .hots_desc a {
    color: #888;
    text-decoration: none;
}

#fullwidth .small-listing .thumb a img {
    padding: 4px;
    border: 1px solid #EBEBEB;
    -webkit-box-shadow: 0px 0px 5px #eee;
}

#fullwidth .small-listing .thumb a img:hover {
    border: solid #a3a3a3 1px;
}

.shareaholic-recommendations-header {
    display: none !important;
}

.shareaholic-recommendations-container {
    margin: 0 !important;
}

.shareaholic-recommendations-container .shareaholic-recommendations-footer {
    display: none !important;
}

.page_heading.no_margin_top .issue_info {
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}

.page_heading.no_margin_top .issue_info img{
    border: 0 !important;
    padding: 0 !important;
    -moz-box-shadow: inherit !important;
    -webkit-box-shadow: inherit !important;
    width: 100%;
}

.page_heading.no_margin_top .issue_info .description {
    font-size: 13px;
    line-height: 20px;
    margin-top: 20px;
}

/** ---- **/
.calendar_block_description {
    /*width: 592px;*/
    border: 1px solid #CCCCCC;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    line-height: 27px;
    float: left;
    margin-bottom: 35px;
}

.calendar_block_description a {
    color: #000000;
	text-decoration: none;
	border: 1px solid #CCCCCC;
    padding: 5px;
}

.calendar_block_description a:hover {
    color: #747474 ;
}

.act_category_select {
    float: left;
    margin-bottom: 30px;
}

.calendar_search {
    float: right;
    margin-bottom: 30px;
}

.calendar_search_input {
    float: left;
    width: 130px;
    border: 1px solid #d4d4d4;
    height: 25px;
    border-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: none;
    padding-left: 10px;
    padding-right: 10px;
}

.calendar_button {
    float: left;
    height: 25px;
    width: 40px;
    border: 1px solid #d4d4d4;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
    z-index: 20;
}

.calendar_block {
    float: left;
    width: 100%;
    position: relative;
}

.fc-text-arrow {
    line-height: 28px;
}

.calendar_act_info {
    position: absolute;
    width: 300px;
    background: #FFFFFF;
    border: 3px solid #3a87ad;
    top: 0px;
    left: 0px;
    padding: 8px;
    display: none;
    z-index: 9999;
    word-break: break-word;
}

.calendar_act_info .act_title a, .calendar_act_info .act_title{
    font-size: 18px;
    font-weight: bold;
    color: #c66e2d;
    text-transform: capitalize;
    text-decoration: underline;
    margin-bottom: 6px;
    width: 290px;
}

.calendar_act_info .act_more {
    padding-top: 10px;
    padding-bottom: 5px;
}

.calendar_act_info .act_more a {
    font-size: 12px;
    color: #c66e2d;
}

.calendar_act_info .act_info li{
    list-style: none;
    font-size: 13px;
    color: #000000;
    line-height: 25px;
}

.calendar_act_info .act_more {
    width: 100%;
    text-align: right;
}

.subscription_email {
    float: left;
    width: 252px;
    border: 1px solid #d4d4d4;
    height: 12px;
    padding: 5px;
}

.subscription_btn {
    float: left;
    width: 50px;
    margin-left: 5px;
    border: 1px solid #d4d4d4;
    height: 24px;
    padding: 5px;
}

.add_act {
    width: 100%;
    float: left;
}

.act_add_form {
    width: 90%;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
}

.act_add_form li {
    width: 100%;
    float: left;
}

.act_add_form .act_title {
    width: 25%;
    float: left;
}

.act_add_form .act_input {
    width: 75%;
    float: left;
    font-size: 13px;
    line-height: 30px;
}

.act_close_btn {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 3px;
    right: 5px;
    cursor: pointer;
    font-size: 15px;
}

.add_act .act_add_form li {
    margin-bottom: 25px;
}

.add_act .act_add_form li .act_title {
    font-size: 15px;  
    line-height: 22px;  
}

.add_act .act_add_form li .act_input input {
    width: 370px;
    border: 1px solid #d4d4d4;
    height: 10px;
    padding: 5px;
    float: left;
}

.add_act .act_add_form li .act_input textarea {
    width: 370px;
    height: 80px;
    border: 1px solid #d4d4d4;
    resize: none;
    padding: 5px;
    float: left;
}

.add_act .input_submit {
    width: 80px;
    border: 1px solid #d4d4d4;
    padding: 4px;
}

.add_act .act_add_form li .act_input input.select-date {
    width: 200px;   
}

.act_input label.error {
    float: left;
    padding-top: 5px;
    color: #ff0000;
    width: 100%;
    font-size: 13px;
}    

.calendar_right label.error {
    float: left;
    padding-top: 5px;
    color: #ff0000;
    width: 100%;
    font-size: 13px;    
} 

.captcha_img img {
    float: left !important;;
    border: 0 !important;;
    padding: 0 !important;;
    -webkit-box-shadow: 0 !important;;
}

.captcha_input input {
    float: left !important;
    width: 150px !important;
    margin-left: 20px;
}

/** links **/
.links {
    list-style: none;    
}

.links li {
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    /*float: left;*/
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 85px;
}

.links li .left {
    /*width: 95px;
    float: left;*/
    margin-right: 20px;
}

.links li .left .photo {
    /*width: 70px;
    height: 70px;*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 4px;
}

.links li .right {
    /*width: 489px;
    float: left;*/
}

.links li .right .title {
    width: 100%;
    /*float: left;*/
    margin-bottom: 5px;
}

.links li .right .title a {
    font-size: 18px;
    text-decoration: none;
    color: #343434;
    /*float: left;*/
    font-weight: bold;
}

.links li .right .title a:hover {
    color: #000000;
}

.links li .right .desc {
    font-size: 15px;
    color: #888888;
    line-height: 1.6em;
    float: left;
}

.pure_content table {
    border: 1px solid #bfcada !important;
    font-size: 14px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.pure_content td {
    padding: 5px;
}

/* Fix 20140710 */

blockquote {
  color: #656565;
  padding: 0 15px;
  float: none;
  margin-top: 10px;
  margin-bottom: 30px;
  width: 100%;
  font-weight: bold;
  border-left: 5px solid #D15C3F;
  clear:both;
}

#left img {
  border: 0px solid #EBEBEB;
  padding: 0px; 
  -moz-box-shadow: 0px 0px 0px #eee;
  -webkit-box-shadow: 0px 0px 0px #eee;
}
.list_category h3, .list_category h3 a{
font-size:22px;
}
.list_category p{
font-size:15px;
}
.content .list_category .date{
font-size:13px;
margin-bottom: 8px;
}
.list_category .date{
font-size:12px;
margin: 3px 0;
}

#featured {height: 370px !important;}

#top_navigation ul.sso_panel{float:right;}
#top_navigation ul.sso_loading{float:right;}

.top_right #searchform .search{background:none; height:35px;}
.top_right #searchform .searchb{background:none; background-color:#ccc;}

#categories{border:0px solid;}
#categories ul li, .#categories ul li a {border-right:0px solid};
#categories_container{background:none !important;}

.top_right #searchform .search{
	width:200px;
}
#categories ul li ul li{border-right:0px solid; border-top:1px solid #f0f0f0;}
#categories ul li{border-right:1px solid #ccc;}
#categories ul li a{border:0px solid;}

.home_pop_list{list-style-type: none;}
.home_pop_list .mu_pv{display:none;}
.home_pop_list .mu_img{background-color:#fff;}

.home_pop_list li{background-color:#3B498B; float:left; width:100%; border-bottom:1px solid #556397;}
.home_pop_list li a{display:inline-block; padding:20px; background-color:#3B498B; text-align:left; width:80%; float:left; color:#fff; font-size:18px;}
.home_pop_list .order{display: inline-block; padding:25px; font-size:30px; float: left; width: 20%; background-color:#3B498B; }
.home_pop_list .mu_img {background-color:#fff; overflow:hidden; width:100%; height:190px;}
.home_pop_list .mu_img img {width:100%;}

.mars_temp{font-size:50px;}
.mars_atmo{font-size:30px;}
.mars_last_upd{margin-top:30px;}
.block_1{width:100%; height:250px; display:block; background-color:#fff;}

/*首頁*/
.mars_tile_wrap{
background:#D15C3F url('images/mars_bg.jpg') no-repeat; 
background-size:cover; color:#fff; padding:20px; height:310px;
}
.mars_last_upd{
margin: 0 0 10px 0;
position: absolute;
bottom: 0;
}
.sub_title{
font-size:22px; margin-bottom:0px; padding:18px 0; font-weight:normal; background-color:#3B498B; color:#fff;
text-align:center;
}
.dfp_wrap_1{
height: auto; overflow: hidden;
}
.right_300x250{ /*廣告*/
margin-top:20px; float:right; width:300px; height:250px; margin-left:30px; background-color:transparent;	
}
.right_300x310{ /*選書*/
margin-top:20px; float:right; width:300px; height:310px; margin-left:30px; background-color:transparent;	
}
.right_300x320{ /*廣告*/
margin-top:20px; float:right; width:300px; height:320px; margin-left:30px; background-color:transparent;	
}
.left_auto_w{
width:auto; height:auto; background-color:transparent; float: none; overflow: hidden;
}

.dfp_block{
float:left; /*background-color:#333;*/
}
.B300x250{
width:300px; height:250px; 
}
.B300x600{
width:300px; height:600px; 	
}
.B468x220{
width:468px; height:220px;
}
.social_icon_wrap{
/*width:60px; float:left; padding:4px 2px 0 2px;*/
width: 54px;
display: inline-block;
padding: 5px 0px 0 0px;
margin: 0 2px 0 0;

}
.post_tile_wrap{
	background-color:#fff;
	width:100%;
}
.H200{
	height:200px;
}
.H250{
	height:250px;
}
.H260{
	height:260px;
}
.H290{
	height:290px;
}
.H310{
	height:310px;
}
.H520{
	height:520px;
}
.img_wrap.H290 img{
	min-height: 290px;
}
.author_name{
	display:inline-block; margin-right:10px; text-decoration: none;
}
.post_tile_wrap{
	margin-top:20px;
}
.post_tile_wrap.float{
	margin-top:20px;
	overflow:hidden;
}
.post_tile_wrap.float .desc_wrap_bg{
	content: " ";
	display: block;
	height: 200px;
	position: relative;
	bottom: 0px;
	-webkit-transform: rotate(7deg);
	-moz-transform: rotate(7deg);
	-o-transform: rotate(7deg);
	transform: rotate(7deg);	
	background-color:#333; /*53ADB1*/
	left: -10%;
	width: 120%;
	z-index: 5;
	top: -110px;
}

.post_tile_wrap.float .desc_wrap {
  padding: 0px 10px 15px 10px;
  float: left;
  width: 100%;
  position: relative;
  margin-top: -92px;
  z-index: 9;
}
.post_tile_wrap.float a.author_name, .post_tile_wrap.float a.author_name:hover, .post_tile_wrap.float a.author_name:focus{
	color:#bbb; /*006070*/
}
.post_tile_wrap.float .desc_wrap h2 a, .post_tile_wrap.float .desc_wrap h2 a:hover, .post_tile_wrap.float .desc_wrap a:focus{
	color:#fff;
}
.post_tile_wrap.float .desc_wrap .desc{
	color:#eee;
}
.post_tile_wrap.float .desc .date{
	color:#bbb; /*006070*/
}

.post_tile_wrap h2 a, .post_tile_wrap h2 a:hover, .post_tile_wrap h2 a:focus{
	color:#fff;
	text-decoration: none;
}
.post_tile_wrap .desc_wrap h2{
	font-size:22px;
	margin-top:10px;
} 
.post_tile_wrap .img_wrap{
	width:100%; overflow:hidden; background-color:#fff;
}
.post_tile_wrap .img_wrap img{
	width:100%;
	min-height:87%;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.post_tile_wrap .img_wrap img:hover{
	transform: scale(1.6) rotate(10deg);
}
.post_tile_wrap.H520, .post_tile_wrap.H520 .img_wrap{
	background-color:#333; /*3b498b*/
	color:#fff;
}
.H520 h2 a, .H520 a{
	color:#fff;
}
.H520 p{
	color:#ccc;
}
.H520 .glyphicon-pencil{
	color:#eee;
}


.post_tile_wrap .desc_wrap{
padding: 15px 10px;
}

.post_tile_wrap .desc{

}
.post_tile_wrap .desc .date{
display:inline-block; margin-left:5px;
color:#afafaf;
}
.glyphicon-pencil{font-size:12px; color:#bbb; /*006070*/}

/* Pan Slide Tile */
.ps_block{overflow:hidden; position:relative;}
.ps_block a{text-decoration:none;}
.ps_block a h3{color:#fff; position:relative; z-index:99; width:350px; padding:5 10px; font-size:34px; margin:20px 10px 10px;}
.ps_block a p{color:#c0f0f0; position:relative; z-index:99; padding: 5px 10px; font-size:16px; max-width:350px; width:100%; line-height:1.5; 
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.meta{position:relative; float:left}
.wording{position:absolute; z-index:101;}
.wording h2{
padding: 15px 10px;
max-width: 350px;
width:100%;
color: #fff;
}
.mask{
	width: 525px;
	height: 500px;
	border:80px solid #53ADB1;
	background-color: #53ADB1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: rotate(0deg) translate3d(-150px, -500px, 0px);
    -moz-transform: rotate(0deg) translate3d(-150px, -500px, 0px);
    -o-transform: rotate(0deg) translate3d(-150px, -500px, 0px);
	transform: rotate(0deg) translate3d(-150px, -500px, 0px);
	opacity:1;
	position: absolute;
}
.ps_block img.photo{float:left; margin: 0 0 0 10px;}
.author_meta{float:left; width:100%; padding-left:10px; color:#006070; font-size:15px;}
.time{float:left; padding-left:10px; padding-top:2px; font-size:12px; color:#006070;}
.hover .author_meta{color:#fff;}
.hover .time{color:#fff;}
.mask_bg{
	width: 100%;
	height: 290px;
	background-color:#555;
	opacity:0.1;
	position: absolute;
	z-index:100;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	top:0;
}
.hover a .mask_bg{
opacity:0.2;
}
/*.hover a h3{width:100%}*/
.hover a .mask{
    transform:rotate(10deg) translate3d(-150px, -500px, 0px) ;
    border:100px solid #184C9E;
    background-color: #3A6EBF;
    opacity:0.8;
}
.hover a h3{color:#fff;}
.hover a p{
    color:#ccc;
}

a.tech_today_more{
	padding: 0 10px 10px 0;
	display: inline-block;
	color: #fff;
	width: 100%;
	text-align: right;
}
a.tech_today_more:hover{
	color:#fff;
}
.tri_tile_wrap{
width:100%; background-color:#fff; border:1px solid #ccc;
}

a.sel_a_sec, a.sel_a_sec:focus{
color:#333; display:block; margin:20px 0; min-height:80px; font-size:22px; line-height:1.5;
}
a.sel_a_sec:hover{
color:#888;
}
a.sel_a_more_url, a.sel_a_more_url:focus{
	width:100%; display:inline-block; text-align:right;
	color:#333;
}
.profile{
	padding:0 10px;
}

/* 科學史上的今天 */
.dos_title{
font-size: 18px; padding: 10px; line-height: 1.5;
}
.dos_img_wrap{
background-color:#fff; max-height: 350px; overflow: hidden;
}
.dos_date_sec{
position:relative; z-index:9
}
.dos_date_wrap{
display:table; margin: -30px auto 0;
}
.dos_date{
display:table-cell; vertical-align:middle; text-align:center; background-color: #e4e4e4; border-radius: 5px; width: 60px; height: 60px; color: #333;
}
.dos_date .td{
font-size:32px; color:#D15C3F;
}

.resize_fluid_img{
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 80px;
-moz-background-size:100% auto;
-webkit-background-size:100% auto;
background-size:100% auto;
border: 1px solid #ccc;
border-radius: 3px;
}

.main_menu_wrap{
float: left;
width: 100%;
background: url(images/categories_bg.png);
border: 1px solid #e1e1e1;
border-left: 0;
border-right: 0;
}
.main_menu_sec{
height: 48px;
position: relative;
margin: 0 auto;
}
#fixed_menu {
width:100%;
position: fixed;
z-index: 1000;
box-shadow: 0px 1px 10px #555;
}

.post_icon{
	background-color: RGBA(86,214,253, 0.5);
	display:inline-block;
	padding:8px 12px 8px;
	margin: 8px 0 14px 0;
	border-radius: 8px;
	color:#3C4B89;
}
.flash.icon{
	background-image: url('images/post_icon_flash.png');
	background-repeat: no-repeat;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: 100% 100%;
    margin-bottom: -6px;
    margin-left: -12px;
}
.know.icon{
	background-image: url('images/post_icon_know.png');
	background-repeat: no-repeat;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: 100% 100%;
    margin-bottom: -8px;
    margin-left: -12px;
}

.desc_wrap p.excerpt{
	margin-top: 10px; font-size: 15px; line-height: 1.5;
}

.btn-primary{
	background-color: #3c5293;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary{
	background-color: #4d63a4;
}
.form-control:focus {
  border-color: #aaa;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(100,100,100,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(100,100,100,.6);
}

.imgf{width:100%;}

h2.flash, h2.know{color:#3C4B89;}

/* share bar */
.shr.sidebar{
background-color:#3C4B89;
}
.shr.content:after{
content:' ';
clear:both;
}
.shr.content .shr_icons{
width:38px; height:38px;
float:left;
}
.shr.content .shr_icons .counts{
display:none;
}

h2.flash, h2.know{color:#3C4B89;}

.hori_bar .shr_icons{
width: 40px;
display: block;
padding: 2px;
margin: 6px 0;
/* border-radius: 100%; */
float: left;
}
.hori_bar .shr_icons img{
border-radius: 2px;
}
.hori_bar .shr_icons .counts{
display: block;
  position: inherit;
  visibility: visible;
  width: auto;
  height: auto;
  text-align: center;
  min-width: 8px !important;
  padding: 1px 4px !important;
  color: #c22 !important;
  font-family: 'Open Sans',arial,sans-serif !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  background: transparent !important;
  -webkit-border-radius: 15px !important;
  border-radius: 15px !important;
  box-shadow: 0 0 0 rgba(0,0,0,0.4) !important;
  text-shadow: 0 0 0 rgba(0,0,0,0.2) !important;
  line-height: 14px !important;
  border: 0px solid #fff !important;
  z-index: 1;
  margin-top: 2px;
  right: 0;
}
.review_sec_wrap .title{
text-align:right; font-weight:bold; font-size:16px;
}
.review_sec_wrap{
margin: 20px 0; padding:10px 0; border:1px solid #ccc;
}

.ads_tag{
background-color: #FDAC41;
color: #fff;
padding: 5px 10px;
position: absolute;
margin-top: 10px;
}

.pure_content .ads
{
font-size: 18px;
color: #3C4B89;
border-top: 2px solid;
border-bottom: 2px solid;
padding: 12px 10px;
display: inline-block;
letter-spacing: 1px;
font-weight:bold;
}
/*
footer and header link css
*/
.footer-link {
	display: flex;
	overflow: auto;
	justify-content: space-between;
}

.footer-link div{
	margin: 25px;
}

.footer-link span{
	margin-top: 25px;
	color: #fff;
}

.footer-link a{
	display: flex;
	text-align: center; 
	flex-direction: column;
}
.footer-link img{
	width: 70px;
	height: 70px;
}
.header-link {
	background-color: #4b4b4b;
	overflow: auto;
	display: block;
	padding: 5px;
	white-space: nowrap;
}

.header-link a {
	padding: 0px 10px;
	border-right: 2px solid #ffffff;
}

.header-link div {
	display: inline;
}
.header-link span{
	color: #ffffff;
}
.panread_icon {
	width: 10px;
	margin: 0px 0px 4px 5px;
}
@media(max-width: 1200px) {
	.hidden-mobile{
		display: none;
	}
}

@media(max-width: 1100px) {
	iframe {
		width: 100%;
	}
}
@media (min-width: 568px) {
	.header-link div:nth-child(7) {
		float: right;
		color: #eded89;
	}
}
@media(max-width: 568px) {
	.header-link div:nth-child(7) {
		float: none;
	}
}

/*footer header link css end*/
@media(max-width:767px){
	.right_300x250, .right_300x310, .right_300x320{
		width:100% !important;
	}
	.left_auto_w{
		width:100% !important;
	}
	.dfp_block{
		width:100% !important;
		text-align: center;
	}

	.single_ad_wrap .wrapper-sticky,.sticky_bar{
		display:none !important;
	}

	.one_post img{width:100%;}
	.one_post img.alignleft{width:auto;}
	.wp-caption {width: 100% !important;}
	pre{width: 100% !important;}
	.review_sec_wrap .title{text-align: left;}
	.review_sec_wrap{padding:10px;}
}
@media(min-width:768px){
	.right_300x250, .right_300x310, .right_300x320{
		width:100% !important;
	}
	.left_auto_w{
		width:100% !important;
	}
	.dfp_block{
		width:100% !important;
		text-align: center;
	}	
	.single_ad_wrap .wrapper-sticky{
		display:none !important;
	}
	.review_sec_wrap .title{text-align: left;}
	.review_sec_wrap{padding:10px;}
}
@media(min-width:992px){
	.right_300x250, .right_300x310, .right_300x320{
		width:300px !important;
	}
	.left_auto_w{
		width: auto !important;
	}
	.dfp_block{
		width:auto;
		text-align: center;
	}
	.single_ad_wrap .wrapper-sticky{
		display:none !important;
	}

	.top_right #searchform .search{
		width: 175px;
	}
	#categories ul li a {
		padding: 0px 10px 0px 10px;	
	}
	.review_sec_wrap .title{text-align: right;}
}
@media(min-width:1200px){
	.right_300x250, .right_300x310, .right_300x320{
		width:300px !important;
	}
	.left_auto_w{
		width: auto !important;
	}
	.dfp_block{
		width:auto;
		text-align: center;
	}
	.single_ad_wrap .wrapper-sticky{
		display:block !important;
	}

	.top_right #searchform .search{
		width: 200px;
	}
	#categories ul li a {
		padding: 0px 15px 0px 15px;	
	}
	.review_sec_wrap .title{text-align: right;}
}