/*---:[ Thesis CSS reset ]:---*/
* {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, fieldset {
	border: 0;
}
abbr, acronym {
	text-decoration: none;
}
code {
	line-height: 1em;
}
pre {
	overflow: auto;
	clear: both;
	word-wrap: normal;
	-moz-tab-size: 4;
	tab-size: 4;
}
sub, sup {
	line-height: 0.5em;
}
img, .wp-caption {
	max-width: 100%;
	height: auto;
}
iframe, video, embed, object {
	display: block;
	max-width: 100%;
}
img {
	display: block;
}
.left, .alignleft, img[align="left"] {
	display: block;
	float: left;
}
.right, .alignright, img[align="right"] {
	display: block;
	float: right;
}
.center, .aligncenter, img[align="middle"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	float: none;
	clear: both;
}
.block, .alignnone {
	display: block;
	clear: both;
}
input[type="submit"], button {
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
}
.wp-smiley {
	display: inline;
}
body{
background:#7a7a7a;	
}
.main{
width:1100px;
margin:0 auto;
background:#fff;	
font-family: helvetica;
box-shadow: 0 0 6px rgba(0,0,0,0.1);
-moz-box-shadow: 0 0 6px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.1);	
	
}
.single-post-box{
	margin-bottom: 7px;
}
.chres{
border-style: solid;
border-width: thin;
box-shadow: 5px 5px 5px #888888;
-moz-box-shadow: 5px 5px 5px #888888;
-webkit-box-shadow: 5px 5px 5px #888888;
padding: 3px;
}
.flickchild{
clear: left;
}
.ann{
border-style: solid;
border-width: thin;
box-shadow: 5px 5px 5px #888888;
-moz-box-shadow: 5px 5px 5px #888888;
-webkit-box-shadow: 5px 5px 5px #888888;
padding: 3px;
margin-bottom: 7px;
}
.social{
	clear: none;
	float: right;
	margin-left: 50px;
	margin-top: 0;
	margin-right: 40px;
	vertical-align: top;
	padding: 0;
	line-height: 1em;
}

.catsearch{
	float:left;	
	display: block;
	clear: both;
	width: 91%;
	text-decoration: none;
	text-align: center;
	font-family: helvetica;
	border-color: #ddd;
	padding-left: 50px;
	position: center;
	padding-top:-5px;
	z-index: 50;
}

.main-header{
width:100%;	
}

.header{
margin: 0;
width: 1100px;
border-top:5px solid #ebebeb;
background:#fff;		
}

.header-top{
width:1100px;
margin:0 auto;	
}

.menu {
z-index: 50;
list-style: none;
float:left;
padding-left:50px;	

}
.menu li {
position: relative;
float: left;
margin-bottom: -1px;
margin-top: -5px;	
}
.menu .sub-menu {
position: absolute;
left: -1px;
display: none;
list-style: none;
z-index: 110;
margin-top: -1px;
background: #fff;
}
.menu .sub-menu .sub-menu {
top: 0;
margin: 0 0 0 -1px;
}
.menu li:hover > .sub-menu {
display: block;
}
.menu .sub-menu li {
clear: both;
}
.slider_content{display:inline-block;float:left;height:100px;position:relative;width:470px;}

.menu a, .menu_control {
line-height: 1em;
letter-spacing: 1px;
padding: 0.75em 1em;
text-align: center;
color: #848484;
border-top: 5px solid #ebebeb;
font-size: 13px;
display: block;
text-decoration: none;
 -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
font-family: helvetica;
}
.menu a:hover {
border-top: 5px solid #ef7f2c;	
}
.menu_control {
display: none;
}
.menu .sub-menu a {
border-left-width: 1px;
}
.menu, .menu a, .menu .sub-menu {
}
.menu .current-menu-item > a {
cursor: text;
border-top: 5px solid #ef7f2c;	
}
.menu .sub-menu .current-menu-item > a {
}

.header-bottom{
clear:both;
margin:0px;
width:1100px;
padding-top:0px;	
}

.widget_search{
float:right;
padding: 5px;
margin-right:40px;	
}

.widget_search input[type=\"text\"]{
font-size: 14px !important;
padding: 7px;
width: 160px;
height: 15px;
border: 1px solid #EEEEEE;
border-right: none;
font: inherit;
color: #999999;
display: block;
float: left;
margin-right: 0;
outline:none;	
}

.widget_search input[type=\"text\"]:focus{

}

.widget_search input[type=\"submit\"]{
color: #FFFFFF !important;
cursor: pointer;
font-family: inherit;
font-size: 14px;
font-weight: 700;
display: inline-block;
padding: 1px 1px 1px;
text-decoration: none;
border: none;
-moz-transition: .4s ease-in-out;
-webkit-transition: .4s ease-in-out;
transition: .4s ease-in-out;
background-color: #ef7f2c;
background-image: url(\"images/search.png\");
background-repeat: no-repeat;
background-position: center center;
text-indent: -999em;
height: 30px;
width: 30px;	
}

.widget_search input[type=\"submit\"]:hover{
background-color: #000000;	
}

.header-bottom-inner{
	margin: 0;
	padding: 0;
}

.news-logo{
float:left;
padding-left:50px;	
}

.news-top-ad{
float:right;
padding-right:50px;	
}

.header-bottom-menu{
clear:both;
margin-top: 0px;
	
}
.main-menu {
position: relative;
z-index: 50;
list-style: none;
float:left;	
margin-left: 50px;
background: #9b9b9b;
clear: both;
width: 91%;
-moz-box-shadow: 0 -1px 0 #fff, inset 0 -1px 0 rgba(255,255,255,0.5);
-webkit-box-shadow: 0 -1px 0 #fff, inset 0 -1px 0 rgba(255,255,255,0.5);
box-shadow: 0 -1px 0 #fff, inset 0 -1px 0 rgba(255,255,255,0.5);
}

.main-menu, .main-menu a, .main-menu .sub-menu {
border-color: #ddd;
}

.main-menu li {
position: relative;
float: left;
border-right: 1px solid #B8B8B8;
}

.main-menu .current-menu-item > a {
background:#000000;
color:#fff;	
}

.main-menu a, .menu_control {
line-height: 1em;
letter-spacing: 1px;
padding: 1em 1em;
text-align: left;
color: #ffffff;
font-size: 13px;
display: block;
text-decoration: none;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
font-family: helvetica;
}

.main-menu a:hover{
background:#000000;
color:#fff;		
}

.menu_control {
display: none;
}

.main-menu .sub-menu {
display:none;
position: absolute;
z-index: 999;
list-style:none;	
background: #f9f9f9;
border: 1px solid #e9e9e9;
border-radius: 0 0 5px 5px;
border-bottom: 3px solid #757575;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}

.main-menu .sub-menu > li a {
padding: 15px;
display:block;
width:200px;	
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
color:#666666;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
border-bottom: 1px solid #efefef;
}

.main-menu .sub-menu > li a:hover {
background:#000;
color:#fff;	
}

.main-menu li:hover > .sub-menu {
display: block;	
}

.main-menu .sub-menu .sub-menu {
top: 0;
left: 100%;
margin: 0 0 0 -1px;
}

.header-hot-topics{
margin:0 auto;
width:1000px;
overflow:hidden;
padding-top: 1px;	
}

.header-hot-topics h3{
float: left;
border-right: 1px solid #ddd;
padding-right: 10px;
font-size: 16px;
font-weight: bold;
color: #7A7A7A;	
}

.header-hot-topics .marquee{
float:right;
width:90%;
font-size: 14px;
color: #848484;	
}

.header-hot-topics .marquee a{
text-decoration: none;
color: #aaa;
}

/* Browser Resets
*********************************/
.flex-container a:active, style{border: solid;}
.flexslider a:active,
.flex-container a:focus, 
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none; }

/* Icon Fonts
*********************************/
/* Font-face Icons */


/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0; height: 100px; }
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 25%; display: block; float:right}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: \"\\0020\"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 100%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/

@font-face {
	font-family: \'flexslider-icon\';
	src:url(\'images/flexslider-icon.eot\');
	src:url(\'images/flexslider-icon.eot?#iefix\') format(\'embedded-opentype\'),
		url(\'images/flexslider-icon.woff\') format(\'woff\'),
		url(\'images/flexslider-icon.ttf\') format(\'truetype\'),
		url(\'images/flexslider-icon.svg#flexslider-icon\') format(\'svg\');
	font-weight: normal;
	font-style: normal;
}
.flexslider { 
margin: 0 0 20px;
position: relative; 
}
.flex-viewport {height: 50px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport {height:50px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { display: block; 
width: 25px;
height: 25px;
background: #000; 
margin: -150px 0 0;
position: absolute; top: 100%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: #ffffff; text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; padding-left: 8px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; padding-right: 8px; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: \"flexslider-icon\"; font-size: 30px; display: inline-block; content: \'\\00AB\'; }
.flex-direction-nav a.flex-next:before  { content: \"\\00BB\"; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; 
	: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: \"flexslider-icon\"; font-size: 20px; display: inline-block; content: \'\\f004\'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: \'\\f003\'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 50%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

.flexslider h3{
margin-top:5px;
margin-bottom:10px;
}

.flexslider h3 a{
text-decoration:none;
color:#000000;
font-size: 26px;
line-height: 10px;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;	
}

.flexslider h3 a:hover{
color:#ef7f2c;	
}

.flexslider p{
line-height:25px;
color:#808080;
}

.container{
margin:0;
width:1100px;
overflow: hidden;
padding-top: 5px;
background: #fff;	

}
.left-column{
float: left;
clear: both;
width: 375px;	
}
.left-column-children{
float: left;
clear: both;
width: 325px;	
}

.middle-column{
float: left;
margin-left: 5px;
width: 300px;

}
.middle-column-children{
float: left;
margin-top: 5px;
margin-left: 5px;
width: 305px;

}

.right-column{
float: right;
width: 305px;
margin-right:40px;
padding-left:5px;
border-left: solid;
border-width: thin;
}

.news-latest{
padding: 5px;
	margin-top: 7px;
}

.news-latest h3{
padding-bottom:10px;
margin-bottom:10px;
border-bottom:1px dotted #dadada;	
}

.news-latest h3 a{
color:#000;
text-decoration:none;
font-family: \'Oswald\', sans-serif;	
}

.news-latest img{
width: 100px;
float:left;
margin-right:15px;
padding: 3px;
border: 1px solid #e9e9e9;
}

.news-latest-slides li{
list-style: none;
clear: both;
padding: 10px 0px 10px;
border-bottom: 1px solid #e9e9e9;
overflow: hidden;
}

.news-latest-slides h2{
line-height:23px;	
}

.news-latest-slides h2 a{
text-decoration: none;
color: #000;
font-size: 15px;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;	
}

.news-latest-slides h2 a:hover{
color:#ef7f2c;	
}

.news-latest-slides .meta-entry{
margin-top: 8px;
font-style: normal;
color: #aaa;
font-size: 13px;
}

.news-latest-slides .meta-entry a{
color:#ef7f2c;
padding-left:20px;	
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}

.news-latest-slides .meta-entry a:hover{
color:#000;	
}

.first-first{
overflow:hidden;	
}

.first-first1{
float:left;
width:48%;	
}

.first-first1 h3{
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px dotted #dadada;	
}

.first-first1 h3 a{
color: #000;
text-decoration: none;
font-family: \'Oswald\', sans-serif;	
}

.first-first1 h2{
margin-top:10px;
margin-bottom:10px;
line-height:23px;	
}

.first-first1 h2 a{
text-decoration: none;
color: #000;
font-size:17px;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;	
}

.first-first1 h2 a:hover{
color:#ef7f2c;	
}

.first-first2{
float:left;
width:48%;
margin-left:4%;		
}

.first-first2 h3{
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px dotted #dadada;	
}

.first-first2 h3 a{
color: #000;
text-decoration: none;
font-family: \'Oswald\', sans-serif;	
}

.first-first2 h2{
margin-top:10px;
margin-bottom:10px;
line-height:23px;	
}

.first-first2 h2 a{
text-decoration: none;
color: #000;
font-size:16px;

}

.first-first2 h2 a:hover{
color:#ef7f2c;	
}

.threetwofiftyad{
padding-top:25px;	
}

.threetwofiftyad img{
width:300px;
height:250px;	
}

.thesis_adsense_optin_inr{
padding: 20px 20px 0px 10px;	
}

.thesis_adsense_optin_inr h2{
margin-bottom:15px;
font-size:18px;
font-family: \'Oswald\', sans-serif;
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px dotted #dadada;	
}

.thesis_adsense_optin_inr p{
margin-bottom:15px;
font-size:13px;	
}

.thesis_adsense_optin_inr input[type=\"text\"]{
width: 65%;
padding: 6px;
padding-left: 6px;
margin-right: 5px;
float: left;
background: #f5f5f5;
border: 1px solid #e5e5e5;
color: #888;	
}

.thesis_adsense_optin_inr input[type=\"submit\"]{
width: 27%;
padding: 6px;
outline: none;
cursor:pointer;	
background-color: #ef7f2c;
border: 1px solid #ef7f2c;
color: #fff;
-webkit-box-shadow: inset 0 0 1px hsla(0,100%,100%,.2) /*Top*/, inset 0 0 1px hsla(0,100%,100%,.2) /*Shine*/;
-moz-box-shadow: inset 0 0 1px hsla(0,100%,100%,.2) /*Top*/, inset 0 0 1px hsla(0,100%,100%,.2) /*Shine*/;
box-shadow: inset 0 0 1px hsla(0,100%,100%,.2) /*Top*/, inset 0 0 1px hsla(0,100%,100%,.2) /*Shine*/;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;	
}
.categoryfeature2{
overflow:hidden;
background: #fff;
clear: left;
box-shadow: 5px 5px 5px;
border-style: solid;
border-width: thin;
padding: 4px;
width: 310px;
margin-top: 12px;
}

.categoryfeature2 ul{
overflow: hidden;
padding-top: 10px;
padding-bottom: 25px;	
width: 300px;
}

.categoryfeature2 ul h3{
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px dotted #dadada;	
}

.categoryfeature2 ul h3 a{
color: #000;
text-decoration: none;
font-family: \'Oswald\', sans-serif;	
}

.categoryfeature2 ul li{
width: 300px;
float: left;
list-style: none;
padding-right: 15px;	
}

.categoryfeature2 ul li img{
width: 90px;
height: 90px;
padding: 2px;
border: 1px solid #e9e9e9;	
	float: left;
}

.categoryfeature2 ul h2{
margin-bottom:15px;	
}

.categoryfeature2 ul li h2{
margin-top:15px;
margin-bottom: 5px;
line-height:23px;	
}

.categoryfeature2 ul li h2 a{
font-size:17px;
color: #000;
text-decoration: none;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;	
}

.categoryfeature2 ul li h2 a:hover{
color:#ef7f2c;	
}

.categoryfeature2 p{
font-size:14px;
line-height: 25px;
color: #333;	
}

.categoryfeature2 .meta-entry{
margin-top: 10px;
border-top: 1px dotted #ddd;
padding-top: 10px;
font-style: normal;
color: #aaa;
font-size: 14px;	
}

.categoryfeature2 .meta-entry h5 a{
float:right;
color: #ef7f2c;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;	
}

.categoryfeature2 .meta-entry h5 a:hover{
color:#000;	
}

.thesis_adsense_optin_inr input[type=\"submit\"]:hover{
background-color:#000;	
}

.main-left-column{
float:left;
overflow:hidden;
width:690px;
padding-left:50px;	
}

.first-left-column{
overflow:hidden;
padding-bottom:15px;
background: #ffffff;
padding-top:20px;
}

.second-left-column{
float:left;
clear:both;
margin-top:10px;	
}

.categoryfeature{
overflow:hidden;
background: #fff;
clear: left;
}

.categoryfeature ul{
overflow: hidden;
padding-top: 10px;
padding-bottom: 25px;	
}

.categoryfeature ul h3{
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px dotted #dadada;	
}

.categoryfeature ul h3 a{
color: #000;
text-decoration: none;
font-family: \'Oswald\', sans-serif;	
}

.categoryfeature ul li{
width: 300px;
float: left;
list-style: none;
padding-right: 15px;	
}

.categoryfeature ul li img{
width: 90px;
height: 90px;
padding: 2px;
border: 1px solid #e9e9e9;	
	float: left;
}

.categoryfeature ul h2{
margin-bottom:15px;	
}

.categoryfeature ul li h2{
margin-top:15px;
margin-bottom: 5px;
line-height:23px;	
}

.categoryfeature ul li h2 a{
font-size:17px;
color: #000;
text-decoration: none;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;	
}

.categoryfeature ul li h2 a:hover{
color:#ef7f2c;	
}

.categoryfeature p{
font-size:14px;
line-height: 25px;
color: #333;	
}

.categoryfeature .meta-entry{
margin-top: 10px;
border-top: 1px dotted #ddd;
padding-top: 10px;
font-style: normal;
color: #666666;
font-size: 14px;	
}

.categoryfeature .meta-entry h5 a{
float:right;
color: #ef7f2c;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;	
}

.categoryfeature .meta-entry h5 a:hover{
color:#000;	
}

.first-meta-entry{
margin-top: 10px;
border-top: 1px dotted #ddd;
padding-top: 10px;	
}

.first-meta-entry h5{
font-style: normal;
color: #aaa;
font-size: 12px;
font-family: helvetica;	
}

.first-meta-entry h5 a{
color: #ef7f2c;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;	
}

.first-meta-entry h5 a:hover{
color:#000;	
}

.categoryfeature-bottom1{
margin-top: 10px;
clear: both;
overflow: hidden;
background: #fff;
}

.categoryfeature-bottom1 ul{
overflow:hidden;	
padding-bottom:25px;	
}

.categoryfeature-bottom1 ul h3 a{
color: #000;
text-decoration: none;
font-family: \'Oswald\', sans-serif;	
}

.categoryfeature-bottom1 ul h3{
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px dotted #dadada;
}

.categoryfeature-bottom1 ul li{
width: 325px;
float: left;
list-style: none;
padding-right: 20px;
min-height: 140px;
margin-bottom: 20px;	
}

.categoryfeature-bottom1 ul li img{
width:128px;
height:78px;
float:right;
padding-left:15px;
padding: 3px;
border: 1px solid #e9e9e9;	
}

.categoryfeature-bottom1 .meta-entry{
margin-top: 10px;
border-top: 1px dotted #ddd;
padding-top: 10px;
font-style: normal;
color: #aaa;
font-size: 14px;	
}

.categoryfeature-bottom1 .meta-entry h5 a{
float:right;
color: #ef7f2c;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;	
}

.categoryfeature-bottom1 .meta-entry h5 a:hover{
color:#000;	
}

.categoryfeature-bottom1 p {
font-size: 14px;
line-height: 25px;
margin-top:10px;	
color: #808080;
}

.categoryfeature-bottom1 ul li h2{
line-height:23px;	
}

.categoryfeature-bottom1 ul li h2 a {
font-size: 17px;
color: #000;
text-decoration: none;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;	
}

.categoryfeature-bottom1 ul li h2 a:hover{
color:#ef7f2c;	
}

.widget{
margin-top:5px;
background: #fff;	
}

.widget_title{
font-size: 18px;
font-family: \'Oswald\', sans-serif;
padding-bottom: 3px;
margin-bottom: 3px;
border-bottom: 1px dotted #dadada;
}

.widget .textwidget{
line-height:25px;
color: #666666;
font-size:14px;	
}

.widget ul li{
margin: -2px 0 8px 0;
padding: 0 0 6px 0;
border-bottom: dotted 1px #e7e7e7;
list-style: none;
position:relative;	
}

.widget ul li a{
text-decoration:none;
color: #808080;
margin-left:10px !important;
font-size: 14px;
line-height: 25px;	
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
-ms-transition: all .2s linear;
transition: all .2s linear;	
}

.widget ul li a:hover{
color:#ef7f2c;	
}

.widget .tagcloud a{
width: auto;
color: #ffffff;
cursor: pointer;
display: inline-block;
font-family: inherit;
line-height: 1;
font-size: 18px;
margin: 0 0px 5px 0;
padding: 8px 15px 8px 15px;
position: relative;
text-align: center;
text-decoration: none;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
background-color: #8D8C8C;
font-family: \'Segoe UI\', Verdana, Arial, Sans-Serif;	
}

.widget .tagcloud a:hover{
background:#ef7f2c;
color:#ffffff;	
}

.footer-inner .widget .tagcloud a{
width: auto;
color: #ffffff;
cursor: pointer;
display: inline-block;
font-family: inherit;
line-height: 1;
font-size: 18px;
margin: 0 0px 5px 0;
padding: 8px 15px 8px 15px;
position: relative;
text-align: center;
text-decoration: none;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
background-color: #8D8C8C;
font-family: \'Segoe UI\', Verdana, Arial, Sans-Serif;	
}

.footer-inner .widget .tagcloud a:hover{
background:#ef7f2c;
color:#ffffff;	
}

.widget ul li:before{
content: \"\\00bb\";
color: #c3c3c3;
position: absolute;
vertical-align: middle;
left: 0px;
font-family: \'momizat\';
speak: none;
font-style: normal;
font-weight: normal;
line-height: inherit;
-webkit-font-smoothing: antialiased;
text-transform: none !important;
}

.first-first1 h2 a{
font-size:17px;	
color:#000;
text-decoration:none;	
}

.first-first1 img{
padding:3px;
border:1px solid #e9e9e9;
width: 96%;	
}

.first-first2 h2 a{
color:#000;
font-size:17px;
text-decoration:none;	
}

.first-first2 img{
padding:3px;
border:1px solid #e9e9e9;
width: 96%;	
}

.footer{

width:100%;	
}

.footer-inner{
width:1100px;
margin:0 auto;
overflow:hidden;
background: #333333;
border-top: 1px solid #e9e9e9;	
}

.footer-inner .widget_title{
color:#fff;
border-bottom: 1px dotted #dadada;	
}

.footer-inner .widget .textwidget{
color:#afafaf;	
}

.footer-inner .widget ul li a{
color:#afafaf;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
-ms-transition: all .2s linear;
transition: all .2s linear;	
}

.footer-inner .widget ul li a:hover{
color: #ef7f2c;	
}

.left-footer{
float:left;
width: 28%;
margin-right: 15px;
padding-left:40px;	
background: none;
border: none;	
}

.middle-footer{
float:left;
width: 28%;
background: none;
border: none;	
}

.last-footer{
float:right;
width: 28%;
background: none;
padding-right: 50px;	
border: none;	
text-align: center;
}

.footer-bottom{
margin:0 auto;
width:1100px;
overflow: hidden;
background: #000;	
}

.copyrights{
text-align: center;
margin-top: 15px;
margin-bottom: 15px;
color:#ffffff;	
}

.lat-news{
clear:both;
padding-right: 10px;	
}

.lat-news h3{
color: #000;
text-decoration: none;
font-family: \'Oswald\', sans-serif;
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px dotted #dadada;	
}

.lat-news-main{
clear:both;
margin-bottom:20px;
padding-bottom:10px;	
overflow: hidden;	
}

.lat-news-main h3{
margin-bottom:15px;	
}

.lat-news-main p{
font-size: 14px;
margin-top:10px;	
line-height: 25px;
color: #808080;	
}

.lat-news-main h2{
line-height:23px;	
}

.lat-news-main h2 a{
font-size: 17px;
color: #000;
text-decoration: none;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;	
}

.lat-news-main h2 a:hover{
color:#ef7f2c;	
}

#lat-news-img img{
width: 180px;
float: left;
margin-right: 15px;
padding: 3px;
border: 1px solid #e9e9e9;
}

.lat-news-main a#read_more1{
float:right;
margin-right:30px;
font-family:Arial,Tahoma,Verdana,sans-serif;
position:relative;
top:10px;
color:#ef7f2c;
font-size:14px;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;	
}

.lat-news-main a#read_more1:hover{
color:#000;
text-shadow: none;
}

.home-post-box{
clear:both;
margin-bottom: 30px;
border-bottom: 1px solid #e7e7e7;	
}

.home-post-box img{
width:250px;
float:left;
padding:3px;
border:1px solid #e9e9e9;
margin-right:20px;	
}

.home-post-box h2{
margin-bottom:15px;	
}

.home-post-box h2 a{
color:#333333;
text-decoration:none;
font-size:20px;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;	
}

.home-post-box h2 a:hover{
color: #ef7f2c;	
}

.home-content{
overflow:hidden;
padding-bottom:20px;	
}

.home-post-box .byline{
margin-bottom:15px;	
}

.home-post-box p{
color:#333333;
line-height:30px;	
}

.news_readmore{
float:right;
margin-top:15px;	
}

.news_readmore a{
color:#fff;
background:#9b9b9b;
padding: 5px;
text-decoration: none;
font-size: 14px;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;	
}

.news_readmore a:hover{
color:#fff;
background:#ef7f2c;	
}

.byline .post_author{
font-style:italic;
color:#959595;
font-size:14px;	
}

.single-post-box h1{
margin-bottom:15px;
color:#000;
text-decoration:none;
}

.single-post-box .byline{
margin-bottom:15px;	
}

.single-post-box .post_content{
color: #666;
line-height: 30px;	
}

del{
color:red;	
}

pre{
font-family: Consolas, Monaco, Menlo, Courier, Verdana, sans-serif;
background-color: #eee;
padding: 13px;
-webkit-tab-size: 4;
-moz-tab-size: 4;
tab-size: 4;
margin-bottom: 26px;	
}

.post_box p{
margin-bottom:26px;	
}

.post_box ul {
list-style-type: square;
margin-bottom: 26px;	
}

.post_box ol{
margin-bottom: 26px;	
}

.post_box ul li{
margin-left:26px;	
}

.post_box ol li{
margin-left:26px;	
}

.post_box blockquote {
color: #888;
margin-left: 13px;
padding-left: 13px;
border-left: 1px solid #ddd;
}

.post_box p a{
text-decoration:underline;
color:#d00;	
}

.post_box h2{
line-height: 31px;
margin-top: 15px;
margin-bottom: 13px;	
}

.archive-intro{
margin-bottom:20px;	
}

.archive-intro h1{
font-size: 25px;
color: #979797;
border-bottom: 1px solid #e9e9e9;
padding-bottom: 15px;
}

.comments_intro{
margin-bottom:20px;
margin-top:30px;
clear:both;	
}

.comments_intro a{
color:#ef7f2c;	
}

#commentform p{
	margin-bottom:20px;
	font-size: 17px;
}

#commentform p a{
color:#ef7f2c;	
}

#commentform textarea{
width:100%;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 0;
-webkit-border-radius: 0;
border-color: #ebebeb;
color: #8c8c8c;
background: #fafafa;
margin-bottom: 0;
box-shadow: none;
-webkit-box-shadow: none;
border: 1px solid #ebebeb;	
}

#commentform input[type=\"text\"]{
width:50%;
height:38px;
padding-left:10px;	
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 0;
-webkit-border-radius: 0;
border-color: #ebebeb;
color: #8c8c8c;
background: #fafafa;
margin-bottom: 0;
box-shadow: none;
-webkit-box-shadow: none;
border: 1px solid #ebebeb;	
}

#comment_form_submit input[type=\"submit\"]{
border-radius: 0;
-webkit-border-radius: 0;
border-color: #ebebeb;
color: #ffffff;
background: #9b9b9b;
margin-bottom: 0;
box-shadow: none;
-webkit-box-shadow: none;
border: 1px solid #ebebeb;
padding: 6px;
width: 75px;
font-size: 15px;
cursor:pointer;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
-ms-transition: all .2s linear;
transition: all .2s linear;	
}

#comment_form_submit input[type=\"submit\"]:hover{
color:#fff;
background:#000;	
}

.comment_list{
padding-top:20px;	
}

.comment_list img{
float: left;
margin-right: 15px;
border: 1px solid #e3e3e3;
padding: 3px;
width: 50px;	
}

.comment_list span{
margin-bottom:15px;	
}

.comment_text{
margin-top:15px;
margin-bottom:15px;	
}

.comment_list li{
list-style: none;
overflow: hidden;
border-bottom: 1px dotted #CFCFCF;
margin-bottom: 15px;
padding-bottom:10px;	
}

.comment_list span{
color: #999;
font-style: italic;
font-size: 14px;	
}

.comment_list .comment_author{
font-weight:bold;	
}

.comment_list .comment_text p{
color:#666;
font-size: 14px;
line-height: 25px;	
}

.comment_list .comment-reply-link{
font-size:14px;
color: #ef7f2c;
float: right;	
}

ul.children{
clear: both;
margin-left: 40px;
padding-top: 20px;	
}

ul.children li{
border-bottom:none;	
}

.comment_edit{
color:#ef7f2c;	
}

.ta_author_info.ta_box {
background: #f8f8f8;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
clear: both;	
}

.ta_author_info {
	float: none;
	height: auto;
}

.ta_box {
	border: 1px solid #f1f1f1;
	-moz-box-shadow: 1px 1px 1px #e5eaed;
	-webkit-box-shadow: 1px 1px 1px #E5EAED;
	box-shadow: 1px 1px 1px #E5EAED;
	padding: 20px;
}
.ta_author_info .ta_author_desc {
	margin-left: 125px;
}

.ta_author_avatar {
	float: left;
	width: 113px;
	height: 113px;
}

.ta_author_info .ta_author_avatar img,
.ta_author_info .ta_author_avatar_sb img {
	width: 100px;
	height: 100px;
}

.ta_author_avatar img,
.ta_author_avatar_sb img {
	display: block;
	margin: 0 15px 8px 0;
	padding: 3px;
border: 1px solid rgb(224, 214, 214);
}

.ta_box h4 {
	text-transform: none;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.ta_box .ta_author_desc h4 a {
	display: inline;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	font-size: 16px;
	text-decoration:none;
	color: #39B4ED;
}

.ta_author_archive_url a{
	color: #39B4ED;
}

.ta_box p {
	margin-bottom:10px;
	
	font: 300 16px \'Helvetica Neue\', Helvetica, Arial, sans-serif;
line-height: 35px;
color: #555555;
}

.ta_box ul {
	border-top: 1px dashed #ccc;
	padding:20px 0 0 0;
	width:100%;
	margin: auto;
}
.ta_box ul li {
	list-style:outside none;
	list-style-image:none;
}
.ta_box .twitter,
.ta_box .gplus,
.ta_box .facebook {
	float:left;
	line-height: 20px;
}
.ta_box .gplus {
	background: url(\"images/gplus-16.png\") no-repeat scroll 0.8em center transparent; 
	padding-left:32px;
}
.ta_box .facebook {
	background: url(\"images/facebook-16.png\") no-repeat scroll 0.8em center transparent; 
	padding-left:34px;
}

/* author archive */
.ta_author_info.ta_archive {
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-bottom: 1px dashed #ccc;
	margin-bottom:40px;
}
.ta_author_info.ta_archive .ta_author_desc {
	margin-left:150px;
}
.ta_author_info .ta_author_archive_avatar img {
	width:130px;
	height:130px;
	float: left;
	margin-right:30px;
}
.ta_author_info .ta_author_desc h1 {
	margin-bottom:10px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

/* sidebar */
.ta_author_info.ta_sb {
	margin-bottom:20px;
}
.ta_author_avatar_sb {
	margin:auto;
	float:none;
	text-align: center;
	width: 100px;
	height: 100px;
}
.ta_author_desc_sb h4 {
	text-align: center;
}
.ta_author_desc_sb p {
	font-size:12px;
	color: #666;
}
.ta_sb .twitter,
.ta_sb .gplus,
.ta_sb .facebook {
	float:none;
	line-height: 20px;
}
.ta_sb .gplus {
	background: url(\"images/gplus-16.png\") no-repeat scroll 0 center transparent; 
	padding-left:22px;
}
.ta_sb .facebook {
	background: url(\"images/facebook-16.png\") no-repeat scroll -2px center transparent; 
	padding-left:22px;
}

.clr {
	clear:both;
}

#relatedposts{
width: 650px;float: left;margin-left: 0px;margin-top: 15px;}
#relatedposts ul {
    float: left;
    margin-left: 5px;
    margin-top: 10px;
    width: 700px;
	list-style:none;
}
#relatedposts ul li {
    float: left;
	}

#relatedposts h3{
margin-left: 15px;
margin-bottom:10px;
border-bottom:1px solid #efefef;
padding-bottom:10px;
}

.related-posts-box{
width: 200px;
margin: 0 10px 20px 10px;
float: left;
background: #fff;
}

.related-posts-box:hover{
-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.40);
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.40);
}

.related-posts-box img{
width:180px;
margin: 10px 10px 20px 10px;

}


.related-posts-box h3{
margin: 0px 10px 20px 10px;
font: 300 16px \'Helvetica Neue\', Helvetica, Arial, sans-serif;
line-height: 25px;
color: #555555;
text-align:center;
}

.related-posts-box h3 a{
color: #555555;
text-decoration:none;
 -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}

.related-posts-box h3 a:hover{
color: #ef7f2c;
text-decoration:none;
}

.related-posts-box-bottom {
clear: both;
background: #e4e4e4;
padding: 15px 20px;
}

.news-ad{
overflow:hidden;
clear:both;
padding-top:20px;	
}

.news-ad1{
float:left;
width:300px;
height:250px;	
}

.news-ad2{
float: left;
width: 300px;
height: 250px;
margin-left: 45px;	
}

.thesis_news_post_optinr {
  margin: 0 auto;
  padding: 20px 20px 20px;
  margin-bottom: 50px;
}

.thesis_news_post_optins{
clear:both;
border: 1px solid #E9E9E9;
margin-bottom:20px;
}

.imgurlr{height: 180px;width: 210px;float: left;margin: 12px;background: white;}

.img_outerr{border:1px dotted #fff;height: 205px;float:left;margin:12px 0 10px 0;}

.form_outerr{margin: 2px 0px 10px 0px;width: 250px;float: none;



}

.thesis_news_post_optin_inr{
padding-top: 0px;
margin-bottom: 5px;

}

.thesis_news_post_optin_inr h2.news_post_titr {
  font-family:\'Yanone Kaffeesatz\', sans-serif;
font-size:32px;
color: #fff;
	
}

.thesis_news_post_optin_inr form{
padding-left:20px;
padding-bottom:20px;
}

.thesis_news_post_optin_inr p {

padding-right:20px;
font-family: Arial,Tahoma,Verdana,sans-serif;
font-size:14px;
color:#fff;
padding-top:15px;
padding: 20px;
line-height:25px;	
}

.thesis_news_post_optin_inr h2{
font-family: \"Roboto Condensed\";
font-size: 22px;
padding-bottom: 5px;
color: #222222;
padding-left: 20px;
background: #cecece;
background-image: url(\'images/accordion-background.png\');
}



.thesis_news_post_optin_inr label.lnamer{text-align:center;font-size:15px;color:#fff;font-weight:normal;padding-right:5px;font-family:arial;}

.thesis_news_post_optin_inr label.lemailr{text-align:center;font-size:15px;color:#fff;margin-left:30px;font-weight:normal;padding-right:5px;font-family:arial;}

.thesis_news_post_optin_inr input.namer{font-size:15px;color:#fff;font-weight:normal;padding-right:5px;font-family:arial;}


.thesis_news_post_optin_inr input.namer {
border: 1px solid #DDDDDD;
color: #9C9C9C;
float: left;
font-family: arial;
font-size: 13px;
height: 20px;
margin-bottom: 20px;
margin-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-top: 10px;
width:230px;
}


.thesis_news_post_optin_inr input.emailr {
border: 1px solid #DDDDDD;
color: #9C9C9C;
float: left;
font-family: arial;
font-size: 13px;
height: 20px;
margin-bottom: 20px;
margin-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-top: 10px;
width:230px;
}

.thesis_news_post_optin_inr input.submitr {
border-radius: 3px;
border: 1px solid #ef7f2c;
box-shadow: inset 0 1px 0 #ef7f2c;
background: linear-gradient(bottom, #ef7f2c 0%, #000000 100%);
background: -o-linear-gradient(bottom, #ef7f2c 0%, #000000 100%);
background: -moz-linear-gradient(bottom, #ef7f2c 0%, #000000 100%);
background: -webkit-linear-gradient(bottom, #ef7f2c 0%, #000000 100%);
background: -ms-linear-gradient(bottom, #ef7f2c 0%, #000000 100%);
cursor: pointer;
color: white;
font-weight: bold;
font-size: 12px;
padding: 13px;
}

.thesis_news_post_optin_inr input.submitr:hover, .thesis_news_post_optin_inr input.submitr:focus{
    background:#ef3b24;
border: solid 1px #000;
color:#fff;
text-shadow: none;
/*Transition*/ -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; 
/*Glow*/ -webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.8); -moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.8); box-shadow: 0px 0px 20px rgba(255,255,255,0.8);*/

}
.thesis_single_optin_inr .name_imgr{background: url(\"images/name.png\") no-repeat;height: 40px;float: left;width: 40px;margin-left: 195px;
position: absolute;
margin-top: 20px;}



.social img{
width:28px;
height:28px;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;	
}

.social img:hover{
opacity:0.6;	
}

.top-right{
clear: none;
float:right;
width:670px;	
	
}

#social_inner1{
float:left;
margin-top: 0px;	
}

.landing-page{
padding:50px;
margin:20px;	
}

.landing-container .post_box{
border: 1px solid #e9e9e9;
padding:40px;	
}

.landing-page .news-
{
float:none;
padding-left:0px;
}

.landing-page .news-logo img{
display:block;
margin:0 auto;
}

.popular-post{
margin-top: 20px;
padding: 20px 20px 0px 10px;	
}

.popular-post h2{
font-size: 18px;
font-family: \'Oswald\', sans-serif;
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px dotted #dadada;	
}

.popular-post img{
width:100px;
float:left;
margin-right:10px;
margin-bottom:10px;
padding: 3px;
border: 1px solid #e9e9e9;	
}

.popular-post li{
list-style:none;
margin-bottom: 15px;	
}

.popular-post h3 a{
text-decoration: none;
color: #000;
font-size: 14px;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;	
}

.popular-post h3 a:hover{
color:#ef7f2c;	
}

.popular-post p{
margin-top: 8px;
font-style: normal;
color: #aaa;
font-size: 11px;	
}

.popular-post p a{
color: #ef7f2c;
padding-left: 5px;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;	
}

.popular-post p a:hover{
color:#000000;	
}

.pagination {
    clear: both;
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 30px;
    margin-left: 20px;
    padding: 20px 0;
    position: relative;
}

.pagination span, .pagination a {
    background: none repeat scroll 0 0 #DDDDDD;
    border: 1px solid #CCCCCC;
    color: #111111;
    display: block;
    float: left;
    font-family: helvetica;
    font-size: 1.1em;
    margin: 2px 2px 2px 0;
    padding: 6px 9px 5px;
    text-decoration: none;
    width: auto;
} 
.pagination a:hover{
color:#fff;
background: #555;
border: 1px solid #444444;
}
 
.pagination .current{
padding:6px 9px 5px 9px;
background: #555;
color:#fff;
border: 1px solid #444444;
}

@media screen and (max-width: 1099px){

.main {
width: 990px;
}
	
.header {
width: 990px;
}
	
.header-top{
width:990px;		
}
	
.header-bottom {
width: 990px;
}

.news-logo {
float: none;
padding-left: 0px;
}
	
.news-logo img{
margin:0 auto;		
}

.news-top-ad {
float: none;
padding-right: 0px;
}

.news-top-ad img{
margin:0 auto;		
}
	
.container{
width:940px;		
}
	
.header-hot-topics {
width: 850px;
}

.header-hot-topics .marquee {
width: 89%;
}

.main-left-column {
width: 90%;
}
	
.left-column {
width: 50%;
}
	
.middle-column {
width: 48%;
}	

.categoryfeature ul li {
width: 23%;
}
	
.categoryfeature ul li img {
width: 97%;
height: auto;
}
	
.categoryfeature-bottom1 ul li {
width: 47%;
}
	
.right-column {
float: none;
padding-left: 50px;
}

.footer-inner {
width: 940px;
}
	
.footer-bottom {
width: 940px;
}
	
.left-footer {
width: 27%;
}
	
.middle-footer {
width: 27%;
}
	
.last-footer {
width: 27%;
}

.thesis_news_post_optins {
overflow: hidden;
}

.right-column {
clear: both;
}	
}

@media screen and (max-width:940px) {
.menu_control {
display: block;
width: 100%;
border-width: 0;
cursor: pointer;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-align: center;	
background: #5C5C5C;
color: #fff;
font-size: 23px;
padding: 15px;		
}
	
.ann{
width:100%;
padding: 0px;
	}
	
.main-menu {
display: none;
width: 100%;
border-width: 1px 0 0 0;
clear: both;
margin-left: 0px;		
}

.main-menu li {
float: none;
}
.left-column-children{
margin-left: 0px;
padding-left: 0px;
width: 45%;
	}
	
.middle-column{
width: 45%;
	}
.right-column{
		width: 100%;
	}
.main-menu .sub-menu {
position:static;		
display: block;
width: 94%;
padding-left:26px;		
}
	
.main-menu li {
position: static;
}		
	
.main-menu .sub-menu > li a {
width: auto;	
}
	
.catsearch {
float: none;
padding-right: 0px;
clear: both;
position: relative;		
width: 100%;
padding-left: 0px;
}

.menu {
display: none;
width: 84%;
border-width: 1px 0 0 0;
clear: both;
}
	
.menu li {
float: none;
margin-bottom: 0px;
margin-top: 0px;
}	
	
.show_menu {
display: block;
}
	
.main {
width: auto;
max-width: 850px;
}

.header {
width: auto;
max-width: 850px;
}

.header-top {
width: auto;
max-width: 850px;
}

.top-right {
float: right;
width: 100%;
}

#social_inner1 {
margin-left: 50px;
}

.header-bottom {
width: auto;
max-width: 850px;
}
	
.header-hot-topics {
width: auto;
max-width: 850px;
padding-left: 30px;
padding-right: 30px;
}

.header-hot-topics .marquee {
width: 80%;
}

.container {
width: auto;
max-width: 850px;
margin-left: 0px;
padding-left: 0px;
}


.categoryfeature ul li {
width: 100%;
margin-bottom: 30px;		
}
.categoryfeature ul li img{
width: 90px;
height: 90px;
	}
.categoryfeature-bottom1 ul li {
width: 100%;
}

.footer-inner {
width: auto;
max-width: 850px;
}

.left-footer {
width: 60%;
padding-left: 120px;
}
.main-left-column{
margin-left: 0px;
padding-left: 0px;
	}
.middle-footer {
width: 60%;
padding-left: 120px;
}

.last-footer {
width: 60%;
float: none;
padding-left: 120px;
padding-top: 20px;
padding-bottom: 20px;
clear: both;
}

.footer-bottom {
width: auto;
max-width: 617px;
}

.home-content {
overflow: inherit;
padding-bottom: 20px;
margin-bottom: 30px;
}

.news-ad1 {
float: none;
margin-bottom:20px;
}	

.news-ad2 {
float: none;
margin-left: 0px;
}
.flickchild{
display: none;
	}

.flex-direction-nav a {
top: 67%;
}		
}



@media screen and (max-width:616px) {
.top-right {
width: 100%;
margin-top:15px;		
}
.categoryfeature ul li {
width: 80%;
margin-bottom: 30px;		
}
.categoryfeature ul li img{
width: 90px;
height: 90px;
	}
.categoryfeature-bottom1 ul li {
width: 100%;
}
#social_inner1 {
margin-left: 15px;
}

.widget_search {
float: left;
padding: 10px;
margin-left: 30px;
margin-right:0px;		
}

.left-column-children{
width: 45%;
}
.middle-column{
width: 45%;

.left-footer {
padding-left: 100px;
}

.middle-footer {
padding-left: 100px;
}
	
.last-footer {
padding-left: 100px;
}
	
.categoryfeature ul li {
width: 100%;
}
.categoryfeature ul li img{
width: 90px;
height: 90px;
	}
.news-post-ad	{
float:none;
margin-bottom:20px;		
}
	
.thesis_news_post_optins {
overflow: hidden;
}

.thesis_news_post_optin_inr input.namer {
width:91%;		
}
	
.thesis_news_post_optin_inr input.emailr {
width:93%;		
}

.right-column {
width:90%;
padding-left: 30px;
padding: 15px;

}
}
@media screen and (max-width:520px) {
.header-hot-topics .marquee {
width: 75%;
}
	
.menu {
width: 80%;
}
	
.top-right {
width: 75%;
}	

.widget_search {
float: left;
padding: 3px;
margin-left: 30px;
margin-right:0px;		
}


.flex-direction-nav a {
top: 60%;
}	
}

@media screen and (max-width:489px){
.main-menu .sub-menu {
width: 90%;
}

.top-right {
width: 85%;
}

.left-footer {
padding-left: 65px;
box-shadow: inset 2px 2px 2px 2px black;
}

.middle-footer{
padding-left:65px;		
}
	
.last-footer{
padding-left:65px;		
}
.left-column-children{
			width: 100%;
			margin: 0px;
			padding: 0px;
		}
		.middle-column{
			width: 100%;
			margin: 0px;
			padding: 0px;
		}

.right-column {
float: none;
padding-left: 6px;

}

.flex-direction-nav a {
top: 60%;
}

.comment_list span {
line-height: 25px;
}	
}

@media screen and (max-width:479px){
.main-left-column {
padding-left: 0px;
}
	
.categoryfeature ul li {
width: 100%;
}

.flex-direction-nav a {
top: 46%;
}

.header-hot-topics .marquee {
width: 60%;
}

.first-first1 {
float: none;
width: 100%;
}

.first-first2 {
float: none;
width: 100%;
margin-left: 0px;
margin-top: 20px;
}

#lat-news-img img {
width: 97%;
}

.menu {
width: 68%;
}

.news-ad1 {
width:auto;
height:auto;		
}
	
.news-ad2 {
width:auto;
height:auto;		
}

.thesis_news_post_optin_inr input.namer {
width: 85%;
}

.thesis_news_post_optin_inr input.emailr {
width: 87%;
}	
}

@media screen and (max-width:470px){
.right-column {
clear: both;
padding-left: 15px;
clear: both;
width: 94%;		
border-left: solid;
}	


}
/*---:[ custom CSS ]:---*/
.slider_content{display:inline-block;float:left;height:125px;position:relative;width:470px;}