/*
Theme Name: Max Mag Theme
Description: A feature-rich, professional media and magazine theme. Max Mag is fully-responsive and includes unlimited color schemes, a "sticky" menu bar, a slider on each category page, 5 different ad units including a wallpaper ad, a drag-and-drop homepage, 14 custom widgets, secondary feature headlines, SEO friendly and so much more!
Author: MVP Themes
Author URI: http://themeforest.net/user/mvpthemes
Theme URI: http://themeforest.net/user/mvpthemes
Version: 1.10
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/




@import url("reset.css");
@import url("flexslider.css");
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:400,700);

@font-face {
    font-family: 'seagull_md_btmedium';
    src: url('../webfonts/seagullm-webfont.eot');
    src: url('../webfonts/seagullm-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/seagullm-webfont.woff') format('woff'),
         url('../webfonts/seagullm-webfont.ttf') format('truetype'),
         url('../webfonts/seagullm-webfont.svg#seagull_md_btmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	background: #fff;
	color: #444444;
	 font: 400 12px/18px 'Open Sans',sans-serif;	
	margin: 0px auto;
	padding: 0px;
	}

img {
	/*max-width: 100%;*/
/*	height: auto;*/
	}

iframe,
embed,
object,
video {
	max-width: 100%;
	}

/************************************************
	Hyperlinks
************************************************/

a, a:visited {
	text-decoration: none;
	transition: color .2s;
	-moz-transition: color .2s;
	-ms-transition: color .2s;
	-o-transition: color .2s;
	-webkit-transition: color .2s;
	}

a:hover {
	text-decoration: underline;
	}

a:active,
a:focus {
	outline: none;
	}

/************************************************
	Layout
************************************************/
.float{float:left; margin-right:8px;}

#site {
	float: left;
	width: 100%;
	}

.breaker {
	clear: both;
	}

.right, .alignright {
	float: right;
	}

.left, .alignleft {
	float: left;
	}

.aligncenter {
	display: block;
	margin: 0 auto;
	}

.fixed-nav {
	box-shadow: 0 4px 15px -5px #555;
	-ms-box-shadow: 0 4px 15px -5px #555;
	-moz-box-shadow: 0 4px 15px -5px #555;
	-o-box-shadow: 0 4px 15px -5px #555;
	-webkit-box-shadow: 0 4px 15px -5px #555;
	position: fixed !important;
	z-index: 2000;
	}

.section-div {
	border-bottom: 1px dotted #ccc;
	float: left;
	margin: 20px 0;
	width: 100%;
	}

a.blue-text{color:#2796db !important;}	
	
.clear {
    background: none repeat scroll 0 0 transparent;
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}

/************************************************
	Leaderboard
************************************************/

#leader-wrapper {
	background: url(../images/gray-bg.jpg);
	float: left;
	padding: 0px 0;
	position: relative;
	width: 100%;
	}

#leaderboard {
	margin: 0px auto;
	padding: 0 0px;
	/*padding: 0 20px;*/
	position: relative;
	text-align: center;
	width: 960px;
/*	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;*/
	border-bottom:1px solid #cccccc;
	/*height: 90px;*/
	}

#leader-left {
	display: inline-block;
	/*overflow: hidden;*/
	width: 27%;
	/*background:#f5f4f4;*/
	color:#000000;
	font:normal 13px/20px  'Open Sans', sans-serif;
	float:left;
    padding:6px 0;
	/*border-right:1px solid #cccccc;*/
	text-align:left;
	}
	#leader-left strong{font-weight:700;}

#leader-right {
	display: inline-block;
	/*margin-left: 5px;*/
	width: 72%;
	float:right;
	color:#5f5f5f;
	font:300 11px/20px arial;
	text-align:center;
	padding:0px;
	}
	
	#leader-right .lnk{margin:0px 0px; padding:6px 25px;  color:#3a3a3a; text-decoration:none; border-right:1px solid #cccccc;  float:left;}
	
	#leader-right a{color:#5f5f5f; text-decoration:none; }
	#leader-right a:hover{color:#000000;}
	
	#leader-right .social-link{float:right; margin:6px 6px;}
	

	
	

/************************************************
	Main Navigation
************************************************/

#main-nav-wrapper {
	-webkit-box-shadow:inset 0 0 5px 5px #5b5b5b;
box-shadow:inset 0 0 5px 5px #5b5b5b;
	float: left;
	position: relative;
	width: 100%;
	z-index: 2000;
	background:#767676;
	}

#nav {
	float: left;
	position: relative;
	width: 100%;
	}

#main-nav {
	margin: 0 auto;
	position: relative;
	width: 1000px;
	}

#main-nav ul {
	display: inline;
	float: left;
	padding: 0px 20px;
	position: relative;
	width: 960px;
	}

#main-nav ul li {
	display: inline;
	float: left;
	padding: 12px 0px 12px 0px;
	position: relative;
	transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	}

#main-nav ul li a {
	color: #fff;
	font: 700 14px/19px 'Open Sans Condensed', sans-serif;
	/*font: 700 13px/19px 'Droid Sans', sans-serif;*/
	
	text-decoration: none;
	text-transform: uppercase;
	padding:1px 17px 1px 16px;
	/*background:url(../images/menu-icon.jpg)no-repeat center right;*/
	border-right:1px solid #686868;
	}
	
	#main-nav ul li a.last{border-right:0px solid #686868;}
	
	#main-nav ul li:hover, #main-nav ul li.active{background:#242424;}
	

#main-nav ul li:hover a,
#main-nav li.current-menu-item a,
#main-nav li.current-post-parent a {
	color: #fff;
	}

#main-nav ul li ul {
	display: none;
	}
	
	#main-nav ul li ul li a{padding:1px 5px;}

#main-nav ul li:hover ul {
	background: url(../images/dropdown-bg.png);
	box-shadow: 0 3px 7px -2px #333;
	-ms-box-shadow: 0 3px 7px -2px #333;
	-moz-box-shadow: 0 3px 7px -2px #333;
	-o-box-shadow: 0 3px 7px -2px #333;
	-webkit-box-shadow: 0 3px 7px -2px #333;
	display: block;
	margin-top: 5px;
	padding: 5px;
	position: absolute;
		left: 0px;
		top: 33px;
	width: 150px;
	}

#main-nav ul li:hover ul li {
	padding: 8px;
	position: relative;
	transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-0-transition: all .3s;
	-webkit-transition: all .3s;
	width: 134px;
	border-right:0 none;
	}

#main-nav ul li:hover ul li.current-menu-item {
	background: none !important;
	}

#main-nav ul li:hover ul li:hover.current-menu-item {
	background: #222 !important;
	}

#main-nav ul li:hover ul li:hover {
	background: #222;
	}
#main-nav ul li:hover ul li:last-child a{border-bottom:0 none;}
#main-nav ul li:hover ul li a {border-right:0 none;
	color: #fff;
	font: 400 12px/12px 'Open Sans', sans-serif;
	/*border-bottom:1px solid #ffffff;*/
	}
	


#main-nav ul li:hover ul li ul {
	display: none;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-0-transition: all .3s;
	-webkit-transition: all .3s;
	}

#main-nav ul li:hover ul li:hover ul {
	border: none;
	display: block;
	margin: 0;
	position: absolute;
	left: 150px;
	top: 0;
	width: 150px;
	}

#nav-mobi {
	color: #fff;
	display: none;
	font: bold 16px/16px Arial, Verdana, Sans-Serif;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
	text-align: left;
	text-transform: uppercase;
	width: 460px;
	height: 38px;
	}

#nav-mobi a {
	color: #fff;
	}

#nav-mobi a:hover,
#nav-mobi a:active {
	text-decoration: none;
	}

#nav-mobi ul {
	background: url(../images/dropdown-bg.png);
	display: block;
	float: left;
	position: absolute;
		top: 43px;
		left: 0px;
	width: 480px;
	}

#nav-mobi ul li {
	display: inline;
	float: left;
	font: 700 18px/18px 'Open Sans Condensed', sans-serif;
	margin: 0;
	padding: 10px 12px;
	position: relative;
	width: 216px;
	}

#nav-mobi ul li:hover {
	background: #222;
	}

#nav-mobi ul li ul {
	display: none;
	}

#nav-mobi select {
	border: none;
	color: #fff;
	float: left;
	margin: 10px;
	width: 93%;
	height: 30px;
	}

.flip {
	background: url(../images/mobi-menu.png) no-repeat left 50%;
	float: left;
	width: 480px;
	height: 38px;
	}

.panel {
	display: none;
	}

/************************************************
	Header
************************************************/

#wrapper {
	background: #fff;
	float: left;
	position: relative;
	width: 100%;
	z-index: 6;
	}

#wallpaper {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 1;
	}

.wallpaper-link {
	margin: 0 auto;
	position: absolute;
		top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	}

#inner-wrapper {
	margin: 0 auto;
	position: relative;
	width: 1000px;
	z-index: 2;
	}

#content {
	background: #fff;
	float: left;
	padding: 20px;
	position: relative;
	width: 960px;
	}

#main-header-wrapper {
	float: left;
	padding-bottom: 20px;
	padding-top:5px;
	width: 100%;
	/*background:#e9e6e6;*/
	}

#header {
	margin: 0 auto;
	position: relative;
	width: 960px;
	}
	
#header p{font:600 12px/18px arial; margin:9px 0 0 0; padding:0; font-style:italic; text-align:center;}	

#logo {
	float: left;
	width: 230px;
	overflow: hidden;
	text-align:left;
	}

#header-info {
	float: right;
	width: 725px;
	border:0px solid #e4e4e4;
	}

#small-nav {
	float: right;
	font: 400 12px/12px 'Open Sans', sans-serif;
	width: 100%;

	}

#small-nav ul {
	display: inline;
	float: right;
	}

#small-nav ul li {
	display: inline;
	float: left;
	padding: 3px 8px;
	}

#small-nav ul li:last-child {
	padding-right: 0;
	}
	
/************************************************
	Content
************************************************/

img.adust-width{width:100%;}

#content-top {
	background: #fff;
	/*border: 1px solid #ccc;*/
	border: 1px solid #cccccc;
	float: left;
	margin-bottom: 20px;
	width: 958px;
	}
	
h3{color:#008bbf; font:700 14px/18px 'Open Sans Condensed',sans-serif; margin:0 0 3px 0; padding:0 0 3px 0; border-bottom:1px dotted #cccccc; text-transform:uppercase;}

h3 a{color:#008bbf;}
h3 a:hover{text-decoration:none;}

h3 label.view-all{float:right; color:#2796db;  font:400 11px/18px 'Open Sans',sans-serif; padding:0; margin:0;}

h3 label.view-all a{color:#2796db;}
h3 label.view-all a:hover{text-decoration:none;}

/*h6.top-news a{ color:#2796db;}*/

h3 a.news-tilte{color:#000000;}

ul.top-news{padding:0; margin:8px 0 0 0; height:290px; overflow:hidden;}

ul.top-news li{padding:0 0 5px 17px; margin:0 0 5px 5px; background:url(../images/top-news-listing-arrow.jpg)no-repeat top 7px left; color: #0077c3; /*float: left; */font: bold 12px/18px Georgia, "Times New Roman", Times, serif; font-style:italic; border-bottom:1px dotted #b0b0b0;}
ul.top-news li.left-side{padding:0 10px 0 15px; margin:0 0 8px 0;/* background:url(../images/top-news-listing-arrow.jpg)no-repeat top 7px left;*/ color: #555555; /*float: left; */font: 400 12px/18px 'Open Sans',sans-serif; float:left; width:45%;}
ul.top-news li a{ color: #0077c3;}

ul.listing{padding:0; margin:8px 0 0 0;}
ul.listing li{padding:0 0 5px 17px !important; margin:0 0 5px 0px; background:url(../images/listing-bulltes.jpg)no-repeat top 3px left; color: #000000 !important; /*float: left; */font: 400 12px/18px 'Open Sans',sans-serif; border-bottom:1px solid #d1d4cd; list-style:none;}
ul.listing li a{color:#000000 !important;}
ul.listing li a{ color: #0077c3;}
ul.listing li a:hover{text-decoration:none; color:#0077c3 !important;}
ul.listing li.left-side{padding:0 10px 0 20px; margin:0 20px 8px 0;/* background:url(../images/top-news-listing-arrow.jpg)no-repeat top 7px left;*/ color: #555555; /*float: left; */font: 400 12px/18px 'Open Sans',sans-serif; float:left; width:41%; height:40px;}


ul.left-side-float{padding:0; margin:1% 1% 0 0; float:left; width:49%;}
ul.left-side-float li{padding:0 0 5px 17px !important; margin:0 0 5px 0px; background:url(../images/listing-bulltes.jpg)no-repeat top 3px left; color: #000000 !important; /*float: left; */font: 400 12px/18px 'Open Sans',sans-serif; border-bottom:1px solid #d1d4cd; list-style:none;}
ul.left-side-float li a{color: #000000 !important; text-decoration:none;}



#ticker {
	float: left;
	/*width: 498px;*/
	width:680px;
	position:relative;
	height:30px;
	overflow:hidden;
	font: 400 14px/14px 'Open Sans', sans-serif;
	}

ul.ticker-list {
	display: block;
	float: left;
	overflow: hidden;
	width: 405px;
	height: 30px;
	
	position-top:5px;
	}

ul.ticker-list li {
	display: block;
	font: 400 14px/14px 'Open Sans', sans-serif;
	height: 12px;
	overflow: hidden;
	padding: 9px;
	width: 900px;
	color:#000000;
	}

.ticker-heading {
	background: #fff;
	/*border-right: 1px solid #ccc;*/
	border-right: 1px solid #cccccc;
	color: #ca0002;
	float: left;
	font: 700 11px/12px arial;
	padding: 9px;
	text-transform: uppercase;
	}

#ticker a {
	color: #555;
	font: 700 13px/14px 'Open Sans', sans-serif;
	}

.ticker-date {
	color: #999;
	font: 10px/10px helvetica, arial, sans-serif;
	margin-left: 10px;
	}

#content-social {
	float: right;
	/*width: 452px;*/
	width:270px;
	}

#content-social ul {
	display: inline;
	float: right;
	}

#content-social ul li {
	border-left: 1px solid #cccccc;
	display: inline;
	float: left;
	overflow: hidden;
	}

.fb-but,
.twitter-but,
.pinterest-but,
.google-but,
.linkedin-but,
.rss-but {
	float: left;
	transition: all .1s;
	-moz-transition: all .1s;
	-ms-transition: all .1s;
	-o-transition: all .1s;
	-webkit-transition: all .1s;
	width: 30px;
	height: 30px;
	}

.fb-but {
	background: #fff url(../images/social-buttons.png) 0 0;
	}

.fb-but:hover {
	background: #3b5997 url(../images/social-buttons.png) 0 -30px;
	}

.twitter-but {
	background: #fff url(../images/social-buttons.png) -30px 0;
	}

.twitter-but:hover {
	background: #00aced url(../images/social-buttons.png) -30px -30px;
	}

.pinterest-but {
	background: #fff url(../images/social-buttons.png) -60px 0;
	}

.pinterest-but:hover {
	background: #cb2027 url(../images/social-buttons.png) -60px -30px;
	}

.google-but {
	background: #fff url(../images/social-buttons.png) -90px 0;
	}

.google-but:hover {
	background: #000 url(../images/social-buttons.png) -90px -30px;
	}

.youtube-but {
	background: #fff url(../images/social-buttons.png) -120px 0;
	float: left;
	transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	width: 54px;
	height: 30px;
	}

.youtube-but:hover {
	background: #f00 url(../images/social-buttons.png) -120px -30px;
	}

.linkedin-but {
	background: #fff url(../images/social-buttons.png) -174px 0;
	}

.linkedin-but:hover {
	background: #069 url(../images/social-buttons.png) -174px -30px;
	}

.rss-but {
	background: #fff url(../images/social-buttons.png) -204px 0;
	}

.rss-but:hover {
	background: #f60 url(../images/social-buttons.png) -204px -30px;
	}

#searchform {
	float: right;
	position: relative;
	}

#searchform input.text-field {
	background:url(../images/google-serach.jpg) no-repeat left center;
	border: none;
	color: #000000;
	float: left;
	font: 600 13px/30px arial;
	margin: 0;
	padding: 0 0 0 10px;
	width: 200px;
	height: 30px;
	}
	
	#searchform input.enter-text-field {
	background:none;
	border: none;
	color: #000000;
	float: left;
	font: 600 13px/30px arial;
	margin: 0;
	padding: 0 0 0 10px;
	width: 200px;
	height: 30px;
	}
	
	
	#searchform input.text-field:focus {
	background:none;
	border: none;
	color: #000000;
	float: left;
	font: 600 13px/30px arial;
	margin: 0;
	padding: 0 0 0 10px;
	width: 200px;
	height: 30px;
	}
	
	#searchform .go{/*background:url(../images/go-btn.jpg)no-repeat top right;*/ width:30px; height:26px; background:#333333; text-align:center;}

#searchform #search-button {
	border: none;
	float: left;
	}

#searchform #s:focus {
	outline: none;
	}

/************************************************
	Homepage
************************************************/

#main {
/*	float: left;*/
	margin-bottom: 20px;
	width: 640px !important;
	}

#main-home {
	float: left;
	margin-bottom: 20px;
	/*width: 440px;*/
	width:66%;
	/*border-right: 1px dotted #CCCCCC;*/
	}

.full {
	width: 960px !important;
	}

#home-left {
	background: #fff;
	border-right: 1px dotted #ccc;
	float: left;
	margin-right: 10px;
	padding-right:10px;
	position: relative;
	width: 420px;
	padding-top:10px;

	}
	
	
	p.footer-text{color:#616161; font:normal 12px/18px 'Open Sans',sans-serif; margin:0; padding:0; text-align:left; font-style:normal;}
	
	p.footer-text a{color:#616161 !important; line-height:20px}
	
	p.footer-text a:hover{color:#0089e0 !important;}

h3.category-heading {
	box-shadow: 3px 3px 10px -4px #000;
	-moz-box-shadow: 3px 3px 10px -4px #000;
	-ms-box-shadow: 3px 3px 10px -4px #000;
	-o-box-shadow: 3px 3px 10px -4px #000;
	-webkit-box-shadow: 3px 3px 10px -4px #000;
	color: #fff;
	display: inline-block;
	font: 700 24px/24px 'Open Sans Condensed', sans-serif;
	margin-bottom: 5px;
	padding: 5px;
	position: absolute;
		top: -5px;
		left: -5px;
	text-transform: uppercase;
	z-index: 50;
	}

#featured-container {
	background: url(../images/loading.gif) no-repeat center;
	float: left;
	margin-bottom: 15px;
	position: relative;
	width: 420px;
	height: 330px;
	}

.featured-box {
	background: url(../images/featured-bg.png);
	box-shadow: 0 0 15px -2px #000;
	-moz-box-shadow: 0 0 15px -2px #000;
	-ms-box-shadow: 0 0 15px -2px #000;
	-o-box-shadow: 0 0 15px -2px #000;
	-webkit-box-shadow: 0 0 15px -2px #000;
	float: left;
	margin: 0 0px 0px;
	padding:10px  10px;
	position: absolute;
		bottom: 0;
	text-align: center;
	width: 290px;
	}

.featured-box h2 {
	margin-bottom: 3px !important;
	text-align:left;
	}

.featured-box h2 a {
	color: #fff !important;
	
	font:bold 13px/16px Georgia,"Times New Roman",Times,serif !important;
	text-transform: capitalize !important;
	font-style:italic !important;
	font-weight:bold !important;
	}
	
	.featured-box h3 {font: 700 12px/16px 'Open Sans', sans-serif; color:#01b9ff; margin:0; padding:0; text-align:left; border-bottom:0 none; text-transform:none;}
	.featured-box h3 a{ color:#01b9ff;}

.featured-box p {
	color: #ccc;
	float: left;
	font: 400 12px/16px 'Open Sans', sans-serif;
	}

.home-widget {
	float: left;
	font: 400 12px/normal 'Open Sans', sans-serif;
	/*margin: 5px 0;*/
	margin: 0px 0;
	width: 100%;
	}

.home-widget h3 {
	/*border-bottom: 1px dotted #ccc;*/ border-bottom:1px dotted #cccccc;
	font: 700 14px/14px 'Open Sans Condensed', sans-serif;
	margin-bottom: 10px;
	padding-bottom: 5px;
	text-transform: uppercase;
	color:#008bbf  !important;
	}
	.home-widget h3 a{color:#008bbf !important;}


.latest-category{padding:10px; margin:0; background:#ffffff;}
 .latest-category-blue { background:#def4f8;}
.category-image {
	float: left;
	margin-right: 10px;
	width: 45%;/**/
	border: 1px solid #c3c3c3;
	overflow:hidden;
	}

.category-image img {
	border:0 none;
	padding: 0px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	width: 100%;
	/*height: 100%;*/
	}

.category-image img:hover {
	opacity: 0.85;
	}

.category-links {
	float: none;
	width:auto;
	}

.category-links p {
	color: #515151;
	
	font: 400 12px/16px 'Open Sans', sans-serif;
	}

.category-links p a{
	color: #0189e0;}

.category-links ul {
	display: block;
	float: left;
	width: 100%;
	}

.category-links ul li {
	border-bottom: 1px dotted #ccc;
	display: block;
	float: left;
	padding: 5px 0;
	width: 100%;
	}

.blog-image {
	background: #fff;
	float: left;
	margin-right: 10px;
	width: 156px;
	}

.blog-image img {
	border: 1px solid #ccc;
	padding: 2px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	width: 150px;
	height: 168px;
	}

.blog-image img:hover {
	opacity: 0.85;
	}

.blog-text {
	float: left;
	width: 234px;
	}

.blog-text-noimg,
.category3-text-noimg {
	float: left;
	width: 100%;
	}

.blog-text p,
.blog-text-noimg p {
	color: #555;
	float: left;
	font: 400 12px/16px 'Open Sans', sans-serif;
	}

.main-headline {
	color: #000000;
	/*float: left; */
	font:bold 18px/22px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
	text-transform: capitalize;
	/*width: 100%;*/
	font-style:normal;
	}
	
	.main-headline a{color:#000000 !important;}
 
.main-headline:visited {
	color: #000000;
	}

.headline-small {
	color: #333;
	font: 700 12px/16px 'Open Sans Condensed', sans-serif;
	text-transform: capitalize;
	}

.headline-small:visited {
	color: #333;
	}

.category-links ul li p {
	margin-bottom: 5px;
	}

.category-links ul li:first-child {
	padding-top: 0;
	}

.category-links ul li:last-child {
	border-bottom: none;
	}

.category2 {
	float: left;
	width: 420px;
	}

.category2 img {
	border: 1px solid #ccc;
	margin-bottom: 5px;
	padding: 2px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	width: 199px;
	height: 223px;
	}

.category2 img:hover {
	opacity: 0.85;
	}

ul.category2 {
	display: inline;
	float: left;
	width: 100%;
	}

ul.category2 li {
	display: inline;
	float: left;
	margin-left: 10px;
	width: 205px;
	}

ul.category2 li:first-child {
	margin-left: 0;
	}

.category2 p,
.category3-text p,
.category3-text-noimg p {
	color: #555;
	float: left;
	font: 400 12px/16px 'Open Sans', sans-serif;
	}

.category3-image {
	float: left;
	margin-right: 10px;
	width: 120px;
	height: 85px;
	overflow:hidden;
	}

.category3-image img {
	border: 0px solid #ccc;
	padding: 2px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	/*width: 150px;
	height: 96px;*/
	}

.category3-image img:hover {
	opacity: .85;
	}

.category3-text {
	float: left;
	width: 265px;
	}

ul.category3 {
	display: block;
	float: left;
	width: 100%
	}

ul.category3 li {
	display: block;
	float: left;
	padding: 10px;
	width: 400px;
	}

ul.category3 li:first-child,
.tabber-content ul li:first-child,
.widget-content ul li:first-child {
	padding-top: 5px;
	}

ul.category3 li:nth-child(2n+2),
.tabber-content ul li:nth-child(2n+2),
.widget-content ul li:nth-child(2n+2) {
	background: #ffffff;
	}

.footer-widget ul li:nth-child(2n+2) {
	background: #eee;
	}

/*#home-right {
	border-right: 1px dotted #ccc;
	float: left;
	margin-bottom: 10px;
	padding-right: 19px;
	width: 159px;
	}*/
	
	#home-right {
	border-right: 1px dotted #ccc;
	float: left;
	margin-bottom: 10px;
	padding-right: 10px;
	width: 160px;
	/*width:153px;*/
	}
	.home-right-top-news{width:285px !important;}

.image-contain {
	float: left;
	position: relative;
	width: 160px;
	height: 179px;
	margin-bottom: 15px;
	}

.image-contain img {
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	width: 160px;
	height: 179px;
	}

.image-contain img:hover {
	opacity: .85;
	}

.image-box {
	background: url(../images/featured-bg.png);
	float: left;
	padding: 5px;
	position: absolute;
		bottom: 0;
		left: 0;
	width: 150px;
	}

.image-box h2 {
	margin-bottom: 0 !important;
	}

.image-box a {
	color: #fff;
	font: 700 12px/16px 'Open Sans Condensed', sans-serif;
	text-transform: capitalize;
	}

.image-box a:visited {
	color: #fff;
	}

.middle-widget {
	float: left;
	font: 400 12px/normal 'Open Sans', sans-serif;
	margin-bottom: 20px;
	width: 100%;
	padding:10px 0;
	height:800px;
	}
	.middle-widget .left-float-m{float:none; margin-bottom:30px; text-align:center;}
	
	.hotel .imagehold{width:100%; /*border:3px solid #000000;*/ overflow:hidden; position:relative; padding:0;}
	
	.hotel .imagehold img{width:295px; /*border:3px solid #000000; */}

    .hotel .imagehold .overlay{width:100%;  position:absolute; background:url(../images/overlay-black.png)repeat bottom left; padding:5px; font:normal 14px/20px arial; font-style:italic; color:#ffffff; bottom:0;}
	
	 .hotel ul{margin:0; padding:0; float:none; width:99%;}
	 
	 .hotel ul li{margin:0; padding:4px !important; font:700 12px/20px 'Open Sans', sans-serif;  border-bottom:1px solid #000000; color:#000000; text-align:left; list-style:none;  width:95%; background:#ffffff !important;}
	 
	 .hotel ul li span{color:#0089e0; font-weight:normal;}
	  
	 .hotel ul li label{text-align:right; float:right; color:#f01c1c;}

.middle-widget h2 {
	float: left;
	margin-bottom: 5px;
	width: 100%;
	}

.middle-widget h2 a:hover {
	text-decoration: underline;
	}

.middle-widget h3 {
	 border-bottom:1px dotted #cccccc;
	float: left;
	font: 700 14px/14px 'Open Sans Condensed', sans-serif;
	margin-bottom: 10px;
	padding-bottom: 5px;
	text-transform: uppercase;
	width: 100%;
	color:#008bbf  !important;
	text-align:left;
	}
	
	.middle-widget h3 a{color:#008bbf  !important;}

ul.middle-widget {
	display: block;
	float: left;
	margin-top: 0;
	}

ul.middle-widget li {
	border-bottom: 1px dotted #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 10px 0;
	width: 100%;
	}

ul.middle-widget li:first-child {
	padding-top: 0;
	}

ul.middle-widget li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	}

.bottom-widget {
	float: left;
	font: 12px/normal helvetica, arial, sans-serif;
	margin-bottom: 20px;
	width: 100%;
	}

.bottom-widget h3 {
	border-bottom: 1px dotted #ccc;
	float: left;
	font: 700 14px/14px 'Open Sans Condensed', sans-serif;
	margin-bottom: 10px;
	padding-bottom: 5px;
	text-transform: uppercase;
	width: 100%;
	}

.multi-category-container {
	border-top: 1px dotted #ccc;
	float: left;
	margin-bottom: 10px;
	padding-top: 20px;
	width: 960px;
	}

.multi-category img {
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	width: 143px;
	height: 160px;
	}

.multi-category img:hover {
	opacity: 0.85;
	}

ul.multi-category {
	display: inline;
	float: left;
	width: 100%;
	}

ul.multi-category li {
	border-left: 1px dotted #ccc;
	display: inline;
	float: left;
	margin-left: 10px;
	padding-left: 9px;
	width: 143px;
	}

ul.multi-category li:first-child {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
	}

.multi-category h3 {
	border-bottom: none !important;
	font: 700 14px/14px 'Open Sans Condensed', sans-serif;
	padding-bottom: 0 !important;
	text-transform: uppercase;
	}

.multi-category-image {
	float: left;
	position: relative;
	width: 143px;
	height: 160px;
	}

.multi-category-text {
	background: url(../images/featured-bg.png);
	float: left;
	padding: 5px;
	position: absolute;
		bottom: 0;
		left: 0;
	width: 133px;
	}

.multi-category-text a {
	color: #fff;
	font: 700 12px/16px 'Open Sans Condensed', sans-serif;
	text-transform: capitalize;
	}

.multi-category-text a:visited {
	color: #fff;
	}

.multi-category-headlines {
	float: left;
	margin-top: 5px;
	width: 143px;
	}

ul.multi-category-headlines {
	display: block;
	float: left;
	width: 100%;
	}

ul.multi-category-headlines li {
	border-left: none;
	border-top: 1px dotted #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 3px 0;
	width: 100%;
	}

ul.multi-category-headlines li:first-child {
	border-top: none;
	}

ul.multi-category-headlines li a {
	font: 700 10px/14px 'Open Sans', sans-serif;
	}

.headlines-info {
	color: #999;
	float: left;
	font: 10px/10px helvetica, arial, sans-serif;
	margin-top: 6px;
	width: 100%;
	}

ul.headlines-info {
	display: inline;
	float: left;
	margin-top: 0;
	}

ul.headlines-info li {
	border: none;
	display: inline-block !important;
	float: left;
	margin: 0;
	padding: 2px 0 0 !important;
	width: auto;
	}

.comments-icon {
	background: url(../images/comments-icon.png) no-repeat !important;
	float: left !important;
	font: bold 10px/10px helvetica, arial, sans-serif;
	margin-left: 10px !important;
	padding: 2px 0 0 !important;
	text-align: center !important;
	width: 22px !important;
	height: 18px !important;
	}

.comments-icon a {
	color: #444;
	}

.comments-icon a:hover {
	color: #ca0002;
	}

/************************************************
	Twitter Widget
************************************************/

.tweet,
.query {
	display: block;
	float: left;
	padding: 10px;
	position: relative;
	}

.tweet_list {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}

.tweet_list li {
	border-bottom: 1px dotted #ccc;
	float: left;
	list-style-type: none;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
	}

.tweet_list li a {
	font-weight: normal;
	}

.tweet_list li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
	}

.tweet_list .tweet_avatar {
	float: left;
	}
		
.tweet_list .tweet_avatar img {
	vertical-align: middle;
	}

.tweet_time a {
	font: 11px/11px helvetica, arial, sans-serif;
	}

.tweet_text {
	margin-bottom: 3px;
	}

.tweet_text,
.tweet_time {
	display: block;
	margin-left: 45px;
	}

/************************************************
	Carousel
************************************************/

.es-carousel-wrapper{position:relative;clear:both; width: 380px;}
.es-carousel{margin: 0 20px; overflow:hidden;}
.es-carousel ul{display:none; padding:0; margin:0;}
.es-carousel ul li{height:100%;float:left;display:block; position: relative;}
.es-carousel ul li a{display:block;}
.es-carousel ul li a img{display:block;border:none;max-height:100%;max-width:100%;padding:0px; margin:0px;}
.es-nav span{position:absolute;text-indent:-9000px;cursor:pointer;top:0;}
.es-nav span.es-nav-next{right:0px;width:20px;height:134px;background:transparent url(../images/car-buttons.gif) 0 0;}
.es-nav span.es-nav-prev{left:0px;width:20px;height:134px;background:transparent url(../images/car-buttons.gif) -20px 0;}
.es-nav span.es-nav-next1{background:transparent url(../images/car-buttons1.gif) 0 0 !important; right:0px;width:23px;height:253px; top:5px;}
.es-nav span.es-nav-prev1{background:transparent url(../images/car-buttons1.gif) -20px 0 !important; left:0px;width:23px;height:253px; top:5px;}
.es-nav span.es-nav-next1:hover{background:transparent url(../images/car-buttons1.gif) 0 -253px;}
.es-nav span.es-nav-prev1:hover{background:transparent url(../images/car-buttons1.gif) -23px -253px;}
.es-nav span.es-nav-next:hover{background:transparent url(../images/car-buttons.gif) 0 -134px;}
.es-nav span.es-nav-prev:hover{background:transparent url(../images/car-buttons.gif) -20px -134px;}

.carousel {
	float: left;
	margin: 0;
	overflow: hidden;
	width: 420px;
	}
	
	
.carousel-big{		width: 100% !important;	}
.carousel ul {
	display: inline;
	float: left;
	width: 100%;
	}
	.carousel-big ul{margin-top:0px !important;}

.carousel ul li {
	display: inline;
	float: left;
	margin-right: 10px;
	}

.carousel ul li:last-child {
	margin-right: 0;
	}

.carousel-image {
	float: left;
	position: relative;
	width: 120px;
	height: 134px;
	}

.carousel-image img {
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	width: 120px;
	height: 134px;
	}
	
	.carousel-image1 {
	float: left;
	position: relative;
	width: 100%;
	height: 247px;
	}

.carousel-image1 img {
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	width:98% !important;
	height:246px;
	
	}

.carousel-image1 img:hover {
	opacity: .85;
	}

.carousel-text {
	background: url(../images/featured-bg.png);
	float: left;
	padding: 5px;
	position: absolute;
		bottom: 0;
	width: 110px;
	}

.carousel-text a {
	color: #fff;
	font: 700 12px/16px 'Open Sans Condensed', sans-serif;
	text-transform: capitalize;
	}

.carousel-text a:visited {
	color: #fff;
	}

/************************************************
	Posts
************************************************/

#post-area {
	float: left;
	/*font: 14px/20px helvetica, arial, sans-serif;*/

	position: relative;
	width: 620px;
	}

.breadcrumb {
	color: #888;
	float: left;
	font: 400 11px/11px 'Open Sans', sans-serif;
	margin-bottom: 10px;
	width: 100%;
	}
	


.post-image {
	/*float: right;*/
	float: left;
	margin: 0 10px 5px 0px;
	width: 306px;
	
	/*height: 342px;*/
	/*position:relative;*/
	}
	.post-image-small{/*float: right;*/
	float: left;
	margin: 0 10px 10px 0px;
	width: 306px;
	position:relative;
	/*height: 342px;*/}
	
	
	.post-image-small .expand-icon{position:absolute; bottom:0px; right:5px; /*background:url(../images/post-iamge-small-icon.png)no-repeat bottom right; width:100%;*/ width:20px;  cursor:pointer;}
	.post-image-small .expand-icon img{border:0 none; border: 0px solid #CCCCCC !important; cursor:pointer;}
	.post-image-small img{width:100%; /*background:url(../images/post-iamge-small-icon.png)no-repeat bottom right;*/ padding:0 !important;cursor:pointer; border:1px solid #c3c3c3 !important;}
	
	.post-image-big{width:103%; position:absolute; top:95px; left:0; margin:0; padding:0;}
	
	.post-image-big img{width:100%;/* background:url(../images/post-iamge-small-icon.png)no-repeat bottom right;*/ border: 0px solid #CCCCCC !important; cursor:pointer;  border:1px solid #c3c3c3 !important; padding:0 !important;}
	.post-image-big .contract-icon{position:absolute; bottom:5px; right:12px; /*background:url(../images/post-iamge-small-icon.png)no-repeat bottom right; width:100%;*/ width:28px; bottom:0px;cursor:pointer; }
	.post-image-big .contract-icon img{border:0 none; border: 0px solid #CCCCCC !important; cursor:pointer;}

#content-area h1,
#post-area h1 {
	/*color: #0b59ce;*/
	color: #000000;
	font:normal bold 26px/34px Georgia, "Times New Roman", Times, serif;
	margin: 10px 0;
	width: 100%;
	text-align:left;
	}
	
	#post-area h1.thanku{font:italic bold 54px/54px Georgia, "Times New Roman", Times, serif;}

.headline {
	margin-bottom: 20px !important;
	}

#content-area h2 {
	color: #333;
	font: 700 28px/32px 'Open Sans Condensed', sans-serif;
	margin: 10px 0;
	width: 100%;
	}

#content-area h3 {
	color: #333;
	font: 700 24px/28px 'Open Sans Condensed', sans-serif;
	margin: 10px 0;
	width: 100%;
	}

#content-area h4 {
	color: #333;
	font: 700 20px/24px 'Open Sans Condensed', sans-serif;
	margin: 10px 0;
	width: 100%;
	}

#content-area h5 {
	color: #333;
	font: 700 16px/20px 'Open Sans Condensed', sans-serif;
	margin: 10px 0;
	width: 100%;
	}

#content-area h6 {
	color: #333;
	font: 700 12px/16px 'Open Sans Condensed', sans-serif;
	margin: 10px 0;
	width: 100%;
	}

#post-area blockquote {
	border-left: 1px #ccc solid;
	color: #777;
	font: italic 14px/22px Verdana, Arial, Sans-Serif;;
	margin: 10px;
	padding-left: 40px;
	}

#post-area p {
	display: block;
	margin-bottom: 15px;
	}

#content-area {
	display: block;
	float: left;
	margin-bottom: 20px;
	width: 100%;
	}

#content-area img {
	border: 2px solid #ccc;
	max-width: 98%;
	padding: 2px;
	}

#content-area ul {
	list-style: disc outside;
	margin: 10px 0;
	}

#content-area ol {
	list-style: decimal outside;
	margin: 10px 0 0 15px;
	}

#content-area ul li,
#content-area ol li {
	margin-left:0px;
	margin-bottom:10px;
	padding: 5px 0px;
	 font: 400 12px/18px 'Open Sans',sans-serif;
	 color:#515151;
	}

#post-404 {
	color: #999;
	margin: 100px 0;
	text-align: center;
	}

#post-404 h1 {
	font: 700 80px/80px 'Open Sans Condensed', sans-serif;
	border-bottom: none;
	}

#post-404 p {
	text-align: center;
	}

#post-info {
	clear: both;
	color: #888;
	float: left;
	font: italic 12px/12px helvetica, arial, sans-serif;
	margin-bottom: 10px;
	position: relative;
	width: 620px;
	}

#social-box {
	background: #f5f5f5;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	float: left;
	margin-bottom: 20px;
	padding: 0;
	position: relative;
	width: 620px;
	z-index: 20000;
	}

ul.post-social-horz {
	display: inline;
	float: left;
	}

ul.post-social-horz li {
	display: inline;
	float: left;
	padding: 5px;
	width: 90px;	
	}

.fb-like span {
	overflow: visible !important;
	width: 450px !important;
	margin-right: -375px;
	}

.post-tags {
	background: url(../images/tag.png) no-repeat top left;
	clear: both;
	float: left;
	font: 700 12px/12px 'Open Sans', sans-serif;
	margin-bottom: 10px;
	padding-left: 22px;
	}

.post-tags a {
	background: #aaa;
	color: #fff;
	display: inline-block;
	float: left;
	margin: 0 5px 10px;
	padding: 5px;
	}

.post-tags a:visited {
	color: #fff;
	}

.post-tags a:hover {
	background: #777;
	color: #fff;
	text-decoration: none;
	}

#author-info {
	background: #f6f6f6;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	float: left;
	padding: 10px;
	width: 600px;
	}

#author-info h4 {
	color: #999;
	font: 700 16px/16px 'Open Sans Condensed', sans-serif;
	margin: 0 0 5px !important;
	padding-bottom: 5px;
	text-transform: capitalize;
	}

#author-image {
	border: 1px solid #ccc;
	float: left;
	margin-right: 10px;
	padding: 2px;
	width: 60px;
	}

#author-desc {
	color: #999;
	float: left;
	font: 400 12px/normal 'Open Sans', sans-serif;
	width: 524px;	
	}

#related-posts {
	float: left;
	margin: 40px 0 0;
	width: 620px;
	}

#related-posts img {
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	}

#related-posts img:hover {
	opacity: 0.85;
	}

#related-posts ul {
	display: inline;
	float: left;
	width: 100%;
	}

#related-posts ul li {
	display: inline;
	float: left;
	margin-left: 12px;
	width: 146px;
	height: 164px;
	overflow:hidden;
	}

#related-posts ul li:first-child {
	margin-left: 0;
	}

#related-posts h3 {
	border-bottom: 1px dotted #ccc;
	font: 700 14px/14px 'Open Sans Condensed', sans-serif;
	margin-bottom: 10px;
	padding-bottom: 5px;
	text-transform: uppercase;
	}

.related-image {
	float: left;
	position: relative;
	width: 100px;
	height: 164px;
	}

.related-text {
	background: url(../images/featured-bg.png);
	float: left;
	padding: 5px;
	position: absolute;
		bottom: 0;
	width: 136px;
	}

.related-text a {
	color: #fff;
	font: 700 12px/16px 'Open Sans Condensed', sans-serif;
	margin: 0 !important;
	padding: 0;
	text-transform: capitalize;
	}

.related-text a:visited {
	color: #fff;
	}

.related-small {
	display: none;
	}

.wp-caption, .gallery-caption {
	margin-bottom: 20px;
	max-width: 100%;
	text-align: center;
	}

.wp-caption-text {
	margin-bottom: 2px;
	}

.sticky {
	}

.bypostauthor {
	}
	
	.blocks {
    margin: 25px 0 0;
    padding: 0;
}

	.blocks2{
    margin: 10px 0 25px;
    padding: 0;
}


/*.blocks h3 {
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 18px;
}*/

table.advertisement{ color:#515151;  font: 400 12px/22px 'Open Sans',sans-serif; padding:0; margin:0 0 35px 0;}
table.advertisement th{font: 700 12px/22px 'Open Sans',sans-serif; color:#ffffff; background:#555555; padding:2px 7px 3px; margin:0 2px 2px 0;}
table.advertisement td{background:#ffffff; padding:4px 7px; margin:0 2px 2px 0; border-bottom:1px solid #f3f1f1;}
table.advertisement td.zebra-grey{/*background:#d9d7d7;*/ background:#f8f7f7; padding:4px 7px; margin:0 2px 2px 0; border-bottom:1px solid #e2e1e1; border-right:2px solid #ffffff;}
table.advertisement td.zebra-white{background:#ffffff; padding:6px 7px 6px 7px; margin:0 2px 2px 0; font: 300 14px/22px 'Open Sans',sans-serif; border-bottom:0 none;}
table.advertisement td.zebra-white p{margin-bottom:0;}

.blocks-content { border-bottom:0px dotted #cccccc;  margin: 7px 0 10px;  /*padding: 0 0 10px;*/padding: 0 0 5px;}

.blocks-content img{width:52px; height:59px; border:1px solid #9d9ea1; padding:0 !important; margin:0 5px 0px 0 !important;}

.line-bottom{border-bottom:0 none !important; padding:0; margin:0 0 0px 0;}

/*blocks-content h3{ border-bottom: 1px dotted #cccccc;    color: #008bbf !important;    font: 700 14px/20px 'Open Sans Condensed',sans-serif !important;    margin: 0 0 0px !important;    padding: 0 0 3px;}*/
	
.blocks-content h3.inside{font: 700 18px/20px 'Open Sans Condensed',sans-serif !important;}

.blocks-content h4.edit-title{    color: #000000;    font: normal bold 13px/18px Georgia,"Times New Roman",Times,serif;    margin-bottom: 0px;    text-transform: capitalize;}

.blocks-content p.edit-para{ font: 400 12px/18px 'Open Sans',sans-serif;    margin: 0 0 0px;    text-align: left; padding:0; color:#424242;}

.black-clr{color:#000000 !important;}

.grey-clr-small-txt{color:#515151;}

.blocks img { float: left;    margin-bottom: 10px;    padding: 0 8px 0 0;}

.blocks2 img { float: left;   margin-bottom: 10px; margin-right:5px;    padding: 0 8px 0 0;	width:63px;	height:75px;}

h4.ggw{font:600 16px/22px Georgia,"Times New Roman",Times,serif !important; margin:5px 0 5px 0 !important; color:#000000 !important; float:none !important; width:auto !important; }

h4.ggw a{ color:#000000 !important;}

h4.ggw span{color:#008bbf !important;}

h4.ggw label{/*color:#751940;*/ color:#888786; font:400 12px/18px  'Open Sans',sans-serif;}

p.col-head { color: #424242;    font-family: 'Open Sans',sans-serif;    font-size: 11px;    line-height: 12px;}

p.col-head a{ color: #0077c3 !important;}

p.dark-gray { color: #272727;    font-family: 'Open Sans',sans-serif;    font-size: 12px;    font-weight: bold;    line-height: 14px;}

p.light-gray {  color: #7d7d7d !important;   font-family: 'Open Sans',sans-serif !important;    font-size: 11px !important;    line-height: 14px !important;	margin-bottom:5px;}

p.dark-gray a {  color: #272727;    text-decoration: none;}

.orange-view a{  color: #0189e0 !important;   float: right;    font-family: arial;    font-size: 11px;    line-height: 12px;    margin: 5px 0 0;    text-decoration: underline;}

.content-columnist-left {    float: left;    margin: 0 2.50% 0 2.50%;    width: 44%;}

p.columnist-name{   font: 400 14px/18px 'Open Sans',sans-serif !important;    margin: 5px 0 5px !important;    text-align: justify !important;	color:#444444 !important;}
	
	p.columnist-name span{color:#7d7d7d;  font: 400 12px/18px 'Open Sans',sans-serif !important;}
	
	.columinar-listing-sep{ border-bottom:1px solid #989898;}
/************************************************
	Comments
************************************************/

#comments {
	display: block;
	/*float: left;*/
	font: 400 12px/normal arial;
	margin-top: 20px;
	color:#525050;
	}
	
	#comments .grey{color:#adadad; margin:0 0 20px 0;  /*font-style:italic;*/}

#comments h3 {
	font: italic bold 22px/26px Georgia,"Times New Roman",Times,serif;
	font-weight: 400;
	padding-bottom: 0px;
	/*color:#525050;*/
	color:#000000;
	margin-bottom:0px;
	border-bottom:0 none;
	text-transform:capitalize;
	font-weight:bold;
	}
	
	#comments h3.small-txt{font: normal bold 18px/26px Georgia,"Times New Roman",Times,serif;}
	
#comments .seperator{border-bottom:2px solid #cfcfcf; margin:10px 0; padding:0; }
	
.comment-inner {
	border-bottom: 0px dotted #ddd;
	margin-bottom: 10px;
	padding: 10px 0;
	}

#comments .comment-inner:after {
	content: '';
	display: block;
	clear: both;
	}

#comments .comment-avatar,
#tab3 .comment-avatar {
	float: left;
	width: 46px;
	}
	
#comments .avatar {
	display: block;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 2px;
	} 

#comments .commentmeta {
	display: block;
	float: left;
	margin: -5px 10px 10px;
	width:85%;
	}

.comment-reply {
	background: #555;
	clear: both;
	float: right;
	font: 700 12px/12px 'Open Sans Condensed', sans-serif;
	padding: 5px 10px;
	}
	
	a.comment-reply1 {
	background: #e96f05;
	border:1px solid #e16b04;
	font: 600 13px/18px 'Open Sans Condensed', sans-serif;
	padding: 7px 14px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	color:#ffffff !important;
	font-style:italic;
	}
	
	a.comment-reply1:hover {text-decoration:none;}

.comment-reply:hover {
	background: #333;
	}

.comment-reply a {
	color: #fff;
	}

.comment-reply a:hover {
	text-decoration: none;
	}

ol.commentlist {
	float: left;
	width: 100%;
	}

#comments .comment-meta-1 {
	display: block;
	margin: 0 0 6px;
	padding: 4px 0 2px;
	color:#010101;
	font-size:11px;
	font-family:arial !important;
	/*font-style:italic;*/
	}
	

	
	#comments .comment-meta-1 span{	color:#8c8c8c;}
		
#comments .comment-meta-1 .fn {
	font-weight:bold;
	float:left;
	width:auto;
	}
		
#comments .comment-meta-1 .reply {
	display: inline-block;
	float: right;
	font-size: 11px;
	line-height: 11px;
	padding-top: 2px;
	}
		
#comments .comment-meta-1 .reply a {
	color: #555;
	}
		
#comments .comment-meta-2  {
	font: noraml 12px/18px Georgia,"Times New Roman",Times,serif;
	display: block;
	margin: 0;
	color:#404040;
	}
	
#comments .commentmeta p{font:italic bold 12px/18px Georgia; margin:0; padding:0; text-align:left;}

#comments .text {
	clear: both;
	display: block;
	}

#comments .text .waiting_approval {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	}

#comments .c {
	line-height: 20px;
	}

#comments .c p,
#comments .c code,
#comments .c blockquote,
#comments .c ul,
#comments .c ol {
	display: block;
	margin: 5px 0;
	}

#comments .c a {
	text-decoration: underline;
	}

#comments .c a:hover {
	text-decoration: none;
	}
	
#comments .depth-2 .comment-wrapper {
	padding-left: 40px;
	}

#comments .depth-2 .commentmeta {
	width: auto;
	}
	
#comments .depth-3 .comment-wrapper {
	padding-left: 80px;
	}

#comments .depth-3 .commentmeta {
	width: auto;
	}
	
#comments .depth-4 .comment-wrapper {
	padding-left: 120px;
	}

#comments .depth-4 .commentmeta {
	width: auto;
	}

#comments .depth-5 .comment-wrapper {
	padding-left: 160px;
	}

#comments .depth-5 .commentmeta {
	width: auto;
	}

#respond {
	clear: both;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	padding: 10px 0;
	}

#respond p {
	font: 400 12px/normal 'Open Sans', sans-serif;
	margin: 0;
	}

#respond .logged-in-as {
	margin-bottom: 10px;
	}

#respond .comment-notes {
	margin-bottom: 1em;
	}

#respond .form-allowed-tags {
	line-height: 1em;
	}

.children #respond {
	margin: 0 48px 0 0;
	}

#comments-list #respond {
	margin: 0 0 18px 0;
	}

#comments-list ul #respond {
	margin: 0;
	}

#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	}

#respond .required {
	color: #ff4b33;
	font-weight: bold;
	}

#respond label {
	color: #888;
	font-size: 12px;
	}
	
#respond input {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-ms-box-shadow: 2px 2px 5px 0px #eee inset;
	-moz-box-shadow: 2px 2px 5px 0px #eee inset;
	-webkit-box-shadow: 2px 2px 5px 0px #eee inset;
	-o-box-shadow: 2px 2px 5px 0px #eee inset;
	box-shadow: 2px 2px 5px 0px #eee inset;
	display:block;
	margin: 0 0 9px;
	padding:5px;
	width: auto;
	}

#respond textarea {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-ms-box-shadow: 2px 2px 5px 0px #eee inset;
	-moz-box-shadow: 2px 2px 5px 0px #eee inset;
	-webkit-box-shadow: 2px 2px 5px 0px #eee inset;
	-o-box-shadow: 2px 2px 5px 0px #eee inset;
	box-shadow: 2px 2px 5px 0px #eee inset;
	width: 95%;
	}

#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	}

#respond .form-allowed-tags code {
	font-size: 11px;
	}
	
#respond #submit {
	background: #555;
	border: 0;
	box-shadow: none;
	color: #fff;
	cursor:pointer;
	font: 700 12px/12px 'Open Sans Condensed', sans-serif;
	margin-top:10px;
	padding: 5px 10px;
	width: 120px;
	}

#respond #submit:hover {
	background: #333;
	}

h3#reply-title,
h2.comments {
	border-bottom: 1px dotted #ccc;
	font: 700 14px/14px 'Open Sans Condensed', sans-serif !important;
	margin: 0 0 10px !important;
	padding-bottom: 5px;
	text-transform: uppercase;
	}

h3#reply-title {
	display: none;
	}

span.comments {
	background: #fff;
	color: #aaa;
	float: left;
	font: 400 20px/20px 'Open Sans Condensed', sans-serif;
	padding-right: 15px;
	text-transform: uppercase;
	}

span.comments a {
	color: #666;
	}

span.comments a:hover {
	color: #f00;
	text-decoration: none;
	}

#comment-input label {
	margin-bottom: 10px;
	}

p.cancel-comment-reply {
	clear: both;
	}

/************************************************
	Archives
************************************************/

.archive-header {
	color: #666 !important;
	font: 700 32px/36px 'Open Sans Condensed', sans-serif !important;
	margin-bottom: 20px !important;
	}

.archive h2 {
	margin-bottom: 5px;
	}

.archive h2 a {
	color: #333;
	font: 700 18px/22px 'Open Sans Condensed', sans-serif;
	text-transform: capitalize;
	}

.archive-image {
	float: left;
	margin-right: 10px;
	width: 92px;
	height: 102px;
	}

.archive-image img {
	border: 1px solid #ccc;
	float: left;
	padding: 2px;
	width: 86px;
	height: 96px;
	}

.archive-text {
	float: left;
	font: 400 12px/16px 'Open Sans', sans-serif;
	width: 498px;
	}

.archive-text-noimg {
	float: left;
	font: 400 12px/16px 'Open Sans', sans-serif;
	width: 100%;
	}

.archive-text p,
.archive-text-noimg p {
	float: left;
	margin-bottom: 5px !important;
	}

ul.archive {
	display: block;
	float: left;
	margin: 10px 0 20px;
	width: 100%
	}

ul.archive li {
	display: block;
	float: left;
	padding: 10px;
	}

ul.archive li:nth-child(2n+2) {
	background: #f6f6f6;
	}

ul.archives,
ul.archives li {
	display: block;
	float: left;
	width: 100%;
	}

ul.archives li {
	border-top: 1px dotted #ccc;
	margin-left: 20px !important;
	margin-top: 5px !important;
	padding-top: 5px !important; 
	}

ul.archives li:first-child {
	border-top: none;
	margin-top: 0 !important;
	padding-top: 0 !important;
	}

.nav-links {
	float: left;
	margin: 15px 0;
	}

.nav-links a {
	background: #555;
	color: #fff;
	font: 700 12px/12px 'Open Sans Condensed', sans-serif;
	margin: 4px;
	padding: 4px;
	text-transform: uppercase;
	}

.nav-links a:hover {
	background: #000;
	text-decoration: none;
	}

.nav-links a:visited {
	color: #fff;
	}

/************************************************
	Sidebar
************************************************/

#sidebar-wrapper {
	background: #fff;
	float: right;
	margin-bottom: 10px;
	width: 300px;
	}

/*#sidebar-home-wrapper {
	background: #fff;
	float: right;
	margin-bottom: 10px;
	width: 500px;
	}*/
	
	#sidebar-home-wrapper {
	background: #fff;
	float: left;
	margin-bottom: 10px;
	width: 500px;
	}

.sidebar-widget {
	float: left;
	font: 400 12px/normal 'Open Sans', sans-serif;
	margin-bottom: 30px;
	overflow: hidden;
	width: 100%;
	}

/*.side,
.side-home {
	float: left;
	width: 300px;
	}*/
	
	.side,
.side-home {
	float: left;
	width: 300px;
	}

.side-home {
	margin-left: 20px;
	}
	
	.side-home h2.herald-link{font: bold 22px/28px arial;/* border:3px solid #000000;*/ padding:0 0px; text-align:right; background:url(../images/e-paper-img.jpg)no-repeat top left; height:44px;}
	
	.side-home h2.herald-link span{color:#ffffff;}
	
	.side-home h2.herald-link a{font: 400 12px/12px arial; font-style:; color:#ffffff; background:#8c4a1a; padding:3px 8px 4px; -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;}

.sidebar-widget h3 {
	border-bottom: 1px dotted #ccc;
	font: 700 14px/14px 'Open Sans Condensed', sans-serif;
	margin-bottom: 10px;
	padding-bottom: 5px;
	text-transform: uppercase;
	}

.sidebar-widget h3 a,
.tabs h4 a {
	font: 700 14px/14px 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	}

.tabs h4 a:hover {
	text-decoration: none;
	}

.widget-container p {
	font: 400 12px/16px 'Open Sans', sans-serif;
	}

.widget-content {
	float: left;
	width: 100%;
	}

.tabber-container {
	float: left;
	width: 100%;
	}

.tabber-buttons {
	float: left;
	margin-top: 10px;
	width: 100%
	}

ul.tabs {
	display: inline;
	float: left;
	margin-bottom: -1px !important;
	width: 100%;
	padding:0;
	}

ul.tabs li {
	border-right: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	color: #000000;
	display: inline;
	float: left;
	font: bold 12px/12px arial;
	margin: 0 5px 0 0 !important;
	padding: 7px 17px 7px !important;
	background:#ffffff;
	border-top: 2px solid #ffffff;
	}

ul.tabs li:hover {
	background: #008bbf;
	color:#ffffff !important;
	border-left: 2px solid #008bbf;
	border-right: 2px solid #008bbf;
	border-top: 1px solid #008bbf;
	}
	
	ul.tabs li:hover a{
	color:#ffffff !important;
	}

ul.tabs li h4 {
	margin: 0 !important;
	
	}

ul.tabs li h4 a {
	color: #000000;
	}

ul.tabs li.active {
	/*background: #fff;*/
	background: #008bbf;
	color:#ffffff !important;
	border-left: 2px solid #008bbf;
	border-right: 2px solid #008bbf;
	border-top: 1px solid #008bbf;
	position: relative;
	z-index: 1000;
	}

ul.tabs li.active h4 a{color:#ffffff !important;}
ul.tabs li.active:hover {
	background: #008bbf;
	}

.tabber-content {
	background: #fff;
	border-top: 1px dotted #cccccc;
	float: left;
	padding-top: 10px;
	width: 100%;
	}

.tabber-content-shortcode {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 10px;
	}

.tabber-content ul,
.widget-content ul {
	display: block;
	float: left;
	width: 100%;
	}

.tabber-content ul li,
.widget-content ul li {
	display: block;
	/*float: left;*/
	/*padding-top: 10px;*/
	padding-bottom: 7px;
	/*padding:0;*/
	margin-bottom:7px;
	border-bottom:1px dotted #d1d4cd;
	}
	
	.tabber-content ul li:last-child,
.widget-content ul li:last-child {border-bottom:0  none;}

.tabber-image {
	border:1px solid #c3c3c3;
	float: left;
	margin-right: 10px;
	padding: 0px;
	width: 93px;
	/*height: 90px;*/
	height:75px;
	overflow:hidden;
	
	}

.tabber-image img {
	
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	/*width: 80px;
	height: 89px;*/

	width:100%;
	}

.tabber-image img:hover {
	opacity: .85;
	}

.tabber-text {
	float: left;
	width: 195px;
	}
	
	h1.tab-heading{    color: #000000;
    font: normal bold 12px/18px Georgia,"Times New Roman",Times,serif;
    margin-bottom: 5px;
    text-transform: capitalize;
   } 
	
	h1.tab-heading a{color: #000000;}
	
	
.tabber-text .main-headline {
    color: #000000;
    float: left;
    font: italic bold 16px/20px Georgia,"Times New Roman",Times,serif;
    margin-bottom: 5px;
    text-transform: capitalize;
    width: 100%;
}

.tabber-text-noimg {
	float: left;
	width: 100%;
	}

.tabber-text p,
.tabber-text-noimg {
	font: 400 12px/16px 'Open Sans', sans-serif;
	/*font-style:italic;*/
	}

ul.latest-comments {
	float: left;
	width: 100%;
	}

ul.latest-comments li {
	display: block;
	float: left;
	font: 12px/14px helvetica, arial, sans-serif;
	padding: 10px;
	width: 100%;
	}

.comment-image {
	border: 1px solid #ccc;
	float: left;
	margin-right: 10px;
	padding: 2px;
	width: 50px;
	}

.comment-text {
	float: left;
/*	width: 214px;*/
	}

.comment-text span {
	float: left;
	font: 400 12px/12px 'Open Sans', sans-serif;
	margin-bottom: 5px;
	width: 100%;
	}

.comment-text p {
	color: #888;
	float: left;
	font: 400 12px/16px 'Open Sans', sans-serif;
	}

.comment-text p a {
	color: #888;
	}

.twtr-widget {
	float: left;
	width: 300px;
	margin: 0;
	padding: 0;
	}

.twtr-hd {
	display: none !important;
	}

.twtr-bd {

	}

.twtr-widget .twtr-bd .twtr-tweet {
	margin: 5px 0 0;
	padding: 0 0 5px;
	border-bottom: 1px dotted #ccc;
	}

.twtr-tweet:before {
	display: block;
	float: left;
	margin: -5px 0 0 5px;
	font-size: 50px; /* let's make it a big quote! */
	color: #bababa;
	font-family: "times new roman", serif;
	}
	
.twtr-ft {
	display: none;
	}

.middle-side {
	display: none;
	}

/************************************************
	Footer
************************************************/


#footer{width:100%; padding:0; margin:0;}
#footer-top-wrapper {
	background: #eee;
	float: left;
	padding: 40px 0;
	position: relative;
	width: 100%;
	z-index: 6;
	}

#footer-top {background:#f5f5f5; border-top:1px solid #e5e5e5; width:100%; 
/*	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	width: 960px;*/
	}

.footer-widget {
	float: left;
	color: #333333;
	font: 300 12px/18px 'Open Sans',sans-serif;
	overflow: hidden;
	padding: 30px 0px 30px 0;
	width: 240px;
	/*font-style:italic;*/
	}
	
	.footer-widget p a{color: #000000; text-decoration:none; padding:0 ; margin:0;}
	
	
	.footer-widget p a:hover{color:#0077c3;}

.footer-widget h3 {
	color: #777;
	font: 700 20px/20px 'Open Sans Condensed', sans-serif;
	margin-bottom: 10px;
	}

.footer-widget h3 a {
	color: #777;
	}

.tag-cloud {
	float: left;
	width: 100%;
	}

.tag-cloud a {
	background: #555;
	color: #fff;
	float: left;
	font: bold 12px/12px helvetica, arial, sans-serif;
	margin: 4px;
	padding: 5px;
	text-transform: uppercase;
	}

.tag-cloud a:hover {
	background: #000;
	text-decoration: none;
	}

.tag-cloud a:visited {
	color: #fff;
	}

#footer-bottom-wrapper {
	background: #555;
	float: left;
	position: relative;
	width: 100%;
	z-index: 6;
	}

#footer-bottom {
	color: #333333;
	font: 400 10px/14px 'Open Sans', sans-serif;
	margin: 0 auto;
	padding: 15px 3px;
	position: relative;
/*	width: 960px;*/
	background:#333333;
	}

#footer-nav1,
#footer-nav2 {
	float: left;
	margin-bottom: 5px;
	}

#footer-nav1 ul,
#footer-nav2 ul {
	clear: both;
	display: inline;
	margin-bottom: 5px;
	}

#footer-nav1 ul li,
#footer-nav2 ul li {
	border-right: 1px solid #777;
	display: inline;
	float: left;
	margin: 0 10px 5px 0;
	padding: 3px 10px 3px 0;
	}

#footer-nav2 ul li:last-child {
	border: 0;
	}

#footer-nav1 ul li a,
#footer-nav2 ul li a {
	color: #ccc;
	font: 700 12px/12px 'Open Sans', sans-serif;
	}

#footer-nav1 ul li ul,
#footer-nav2 ul li ul {
	display: none;
	}
	
	#copyright{margon:0; padding:0 0 0 0px;}

#copyright p{
	/*float: left;*/
	padding:0 0 10px ;
	width: 100%;
	font-style:italic;
	font: normal 11px/12px 'Open Sans',sans-serif;
	color:#ffffff;
	}
	
	#copyright p a{  color: #ffffff;}

	#copyright p a:hover{	color:#ffffff; text-decoration:none;}
	
	#frm_subscribe table td{padding:5px; margin:0;}
	#frm_subscribe label{font: 400 13px/18px 'Open Sans', sans-serif;margin:0 5px 6px 0; color:#555454; width:100px !important;}
input.subscribe-newsletter{border:0 none; padding:10px; -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	margin:0px 0 0px 0;
	width:240px;
	font-style:italic;
	font: 400 11px/14px 'Open Sans', sans-serif;
	background:#e7e7e7;
	color:#a2a2a2;
	}
/*		 input.subscribe-newsletter{   background: none repeat scroll 0 0 #ebebeb;
    border: 1px solid #cacaca;
    color: #4e4e4e;
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
    line-height: 14px;
    margin: 0 21px 0 0;
    padding: 11px 5px;
}*/

	input.err-subscribe-newsletter{border:1 solid #FF0000; padding:10px; -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	margin:0px 0 0px 0;
	width:260px;
	font-style:italic;
	font: 400 11px/14px 'Open Sans', sans-serif;
	background:#e7e7e7;
	color:#a2a2a2;}
		select.subscribe-newsletter{border:0 none; padding:8px 12px; -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	margin:0px 0px 0px 0px;
	width:260px;
	font-style:italic;
	font: 400 11px/14px 'Open Sans', sans-serif;
	background:#e7e7e7;
	color:#a2a2a2;}

	select.err-subscribe-newsletter{border:1 solid #FF0000; padding:5px; -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	margin:8px 0 6px 0;
	width:240px;
	font-style:italic;
	font: 400 11px/14px 'Open Sans', sans-serif;
	background:#e7e7e7;
	color:#a2a2a2;}
	
	.newsletter-submit{-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	width:90px;
	padding:4px 6px;
	background:#4ca9cc;
	color:#ffffff;
	font: 400 12px/16px 'Open Sans', sans-serif;
    cursor:pointer;
	border:0 none;
	margin:6px 0 0 0;
	text-decoration:none;
	}
	
	

/************************************************
	Shortcodes
************************************************/

.button {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	font: 700 14px/14px 'Open Sans', sans-serif;
	margin: 0 10px 10px 0;
	padding: 8px 12px;
	}

.button a:hover {
	text-decoration:none;
	}

.button.black a,
.button.green a,
.button.red a,
.button.blue a,
.button.orange a {
	color:#FFF;
	}

.button.black {
	background: #333;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555', endColorstr='#333');
	background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#333));
	background: -moz-linear-gradient(top,  #555, #333);
	border: 1px solid #111;
	}

.button.black:hover {
	background: #444;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#444));
	background: -moz-linear-gradient(top,  #666, #444);
	border: 1px solid #111;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666', endColorstr='#444');
	}

.button.green {
	background: #3ba323;
	background: -webkit-gradient(linear, left top, left bottom, from(#43b928), to(#3ba323));
	background: -moz-linear-gradient(top,  #43b928, #3ba323);
	border:1px solid #2c8816;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#43b928', endColorstr='#3ba323');
	}

.button.green:hover {
	background: #3ba323;
	background: -webkit-gradient(linear, left top, left bottom, from(#4ac82d), to(#42b528));
	background: -moz-linear-gradient(top,  #4ac82d, #42b528);
	border:1px solid #2c8816;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4ac82d', endColorstr='#42b528');
	}

.button.red {
	background: #a80d0d;
	background: -webkit-gradient(linear, left top, left bottom, from(#c31010), to(#a80d0d));
	background: -moz-linear-gradient(top,  #c31010, #a80d0d);
	border:1px solid #990c0c;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c31010', endColorstr='#a80d0d');
	}

.button.red:hover {
	background: #a80d0d;
	background: -webkit-gradient(linear, left top, left bottom, from(#c80f0f), to(#b40e0e));
	background: -moz-linear-gradient(top,  #c80f0f, #b40e0e);
	border:1px solid #990c0c;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c80f0f', endColorstr='#b40e0e');
	}

.button.blue {
	background: #0f57a2;
	background: -webkit-gradient(linear, left top, left bottom, from(#1062b5), to(#0f57a2));
	background: -moz-linear-gradient(top,  #1062b5, #0f57a2);
	border:1px solid #0a447f;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1062b5', endColorstr='#0f57a2');
	}

.button.blue:hover {
	background: #0f57a2;
	background: -webkit-gradient(linear, left top, left bottom, from(#1268c1), to(#105eaf));
	background: -moz-linear-gradient(top,  #1268c1, #105eaf);
	border:1px solid #0a447f;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1268c1', endColorstr='#105eaf');
	}

.button.orange {
	background: #cd460a;
	background: -webkit-gradient(linear, left top, left bottom, from(#e24e0c), to(#cd460a));
	background: -moz-linear-gradient(top,  #e24e0c, #cd460a);
	border:1px solid #bc400a;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e24e0c', endColorstr='#cd460a');
	}

.button.orange:hover {
	background: #cd460a;
	background: -webkit-gradient(linear, left top, left bottom, from(#f1530d), to(#dc4b0b));
	background: -moz-linear-gradient(top,  #f1530d, #dc4b0b);
	border:1px solid #bc400a;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1530d', endColorstr='#dc4b0b');
	}

.button.grey a {
	color:#777;
	}

.button.grey {
	background: #DDD;
	background: -webkit-gradient(linear, left top, left bottom, from(#F1F1F1), to(#DDD));
	background: -moz-linear-gradient(top,  #F1F1F1, #DDD);
	border:1px solid #CCC;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1F1F1', endColorstr='#DDD');
	}

.button.grey:hover {
	background: #DDD;
	background: -webkit-gradient(linear, left top, left bottom, from(#F7F7F7), to(#E5E5E5));
	background: -moz-linear-gradient(top,  #F7F7F7, #E5E5E5);
	border:1px solid #CCC;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F7F7F7', endColorstr='#E5E5E5');
	}

.video-shortcode {
	margin-bottom: 20px;
	}

.dropcap {
	color: #888;
	float: left;
	font: 700 40px/40px 'Open Sans Condensed', sans-serif;
	margin-right: 6px;
	position: relative;
	text-transform: uppercase;
	}
	
.highlight-yellow {
	background: #fbfac7;
	padding: 0 3px;
	}

.highlight-black {
	background:#222;
	color: #eee;
	padding: 0 3px;
	}
	
.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth {
	float: left;
	margin-right: 4%;
	}

.one_half {
	width: 48%;
	}

.one_third {
	width: 30.6666%;
	}

.two_third {
	width: 65.3332%;
	}

.one_fourth {
	width: 22%;
	}

.three_fourth {
	width: 74%;
	}

.last {
	clear: right;
	margin-right: 0 !important;
	}

.clearboth {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
	width: 100%;
	}

.tab-shortcode {
	clear: both;
	float: none !important;
	}
	
.toggle {
	border-bottom: 1px solid #ccc;
	border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-ms-border-top-left-radius: 10px;
	-o-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-ms-border-top-right-radius: 10px;
	-o-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	cursor: pointer;
	float: left;
	font: 700 16px/16px 'Open Sans Condensed', sans-serif !important;
	padding: 10px 1.61290322580645% !important;
	width: 96.7741935483871% !important;
	}

.toggle a {
	background: url(../images/toggle2.png) no-repeat left 50%;
	color: #fff;
	padding-left: 25px; 
	text-decoration: none;
	}

.toggle a:visited {
	color: #fff;
	}

.toggle-content {
	border-bottom: 1px solid #ccc;
	display: none;
	float: left;
	margin-bottom: 20px;
	padding: 0 10px 10px;
	}

.toggle-content .block {
	float: left;
	padding: 0px;
	}

.blue-box {
	background: #d7e7f5;
	border: 1px solid #aacee6;
	color: #5e6984;
	float: left;
	margin-bottom: 20px;
	width: 99%;
	}

.blue-box-content,
.green-box-content,
.grey-box-content,
.red-box-content,
.yellow-box-content
 {
	border: 1px solid #fff;
	padding: 10px;
	width: auto;
	}

.blue-box-content h3,
.green-box-content h3,
.grey-box-content h3,
.red-box-content h3,
.yellow-box-content h3 {
	margin-bottom: 5px;
	}

.green-box {
	background: #e2f2ce;
	border: 1px solid #bfe098;
	color: #466840;
	float: left;
	margin-bottom: 20px;
	width: 99%;
	}

.grey-box {
	background: #eaeaea;
	border: 1px solid #c1c1c1;
	color: #838383;
	float: left;
	margin-bottom: 20px;
	width: 99%;
	}

.red-box {
	background: #fde9ea;
	border: 1px solid #fdced0;
	color: #a14a40;
	float: left;
	margin-bottom: 20px;
	width: 99%;
	}

.yellow-box {
	background: #fff6cc;
	border: 1px solid #ffdb4f;
	color: #736b4c;
	float: left;
	margin-bottom: 20px;
	width: 99%;
	}
	
	
	
.inside-lft-section{
width:620px;
float:left;
margin:0px 0px 0px 0px;
padding:0px 15px 0px 0px;
border:0px solid red;
border-right:1px dotted #ccc;}	
	
	
/*.inside-lft-section h3{
border-bottom: 1px dotted #b0b0b0;
	font: normal 12px/18px arial;
	margin-bottom: 10px;
	padding-bottom: 5px;
	text-transform: uppercase;
	color:#000000;
	
} 
*/
.details-page {text-align:justify !important; padding:0; margin:0;}

.details-page p{text-align:justify !important; padding:0; margin:0;}

p.news-details {
    color: #535353;
    font: 400 11px/18px 'Open Sans',sans-serif !important;
	 margin:0px 0px 10px 0px; text-align:left;

}

p.news-details label{color:#0189e0  !important;}

.inside-lft-section p{font:400 13px/18px 'Open Sans',sans-serif; margin:0px 0px 10px 0px; text-align:left; }

.post-txt p{text-align:left; margin:7px 0 10px !important;}

.inside-lft-section p.navigation{text-align:center; margin:0; padding:0;}

.inside-lft-section p.navigation a{color: #0189e0 !important;}
.inside-lft-section h4{
color: #000000;
    float: left;
    font: 400 28px/30px 'seagull_md_btmedium',sans-serif;
    margin-bottom: 5px;
    text-transform: capitalize;
    width: 100%;
}

.lft-block{
width:170px;
height:130px;
overflow:hidden;
float:left;
margin:0px 10px 0px 0px;
padding:0px 0px 0px 0px;
border:1px solid #c3c3c3;
 
}	

.lft-block img{
border:0px solid #000000;
/*padding:3px;*/
height:100%;}


.rgt-block{
/*width:365px;
width:69%;*/
float:left;
margin:0px 0px 0px 18px;
padding:0px 0px 0px 0px;
}


.line-sep{
border-bottom:1px dotted #cccccc;
margin:20px 0px 20px 0px;}

/*.line-sep-less-space{margin:15px 0px 15px 0px;}*/


.more-red{ color:#0189e0; text-decoration:none}

.img-lft{ float:left; border:1px solid #dedede; padding:3px; margin:0px 10px 10px 0px;}
.spacer15{ height:15px;}
.spacer10{ height:10px;}
.spacer20{ height:20px;}
.spacer30{ height:30px;}
.spacer40{ height:40px;}
.spacer25{ height:25px;}
.spacer5{ height:5px;}

h6.blue-txt{ font: 400 22px/24px 'seagull_md_btmedium',sans-serif; color:#0075c0;}

.comment-btn{background: #ebebeb; /* Old browsers */
background: -moz-linear-gradient(top, #ebebeb 0%, #c6c6c6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#c6c6c6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ebebeb 0%,#c6c6c6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ebebeb 0%,#c6c6c6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ebebeb 0%,#c6c6c6 100%); /* IE10+ */
background: linear-gradient(to bottom, #ebebeb 0%,#c6c6c6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#c6c6c6',GradientType=0 ); /* IE6-9 */
padding:7px 15px 7px 15px;
font:400 13px/14px 'Open Sans',sans-serif;
text-align:center;
color:#545454;
border-radius:5px;
border:1px solid #c6c6c6;
margin:0px 0px 0px 0px;}

.comment{margin:0px 0px 0px 0px;}


.prev-nxt-block{
border-top:1px dotted #cccccc;
border-bottom:1px dotted #cccccc;
 font: 400 22px/24px 'seagull_md_btmedium',sans-serif; color:#000000;
 padding:10px 0px 10px 0px;

}

.prev{
float:left;
width:305px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;

}
.prev img{ float:left; margin:0px 15px 0px 0px; width:45px;}
.prev p{ margin-right:25px; margin-top:0px;  font: 400 16px/20px 'seagull_md_btmedium',sans-serif; color:#000000; width:170px; float:left;}
.next{
float:right;
width:305px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
border-left:1px dotted #cccccc;}

.next p{ text-align:right; margin-left:25px; margin-top:0px; font: 400 16px/20px 'seagull_md_btmedium',sans-serif; color:#000000; width:170px; float:right;}
.next img{ float:right; margin:0px 0px 0px 15px; width:45px;}

.contact-tbl{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

.contact-tbl td{
margin:0px 0px 0px 0px;
padding:0px 0px 10px 0px;
font:400 14px/16px 'Open Sans',sans-serif;
color:#707070;
}

.txtbox{
background: none repeat scroll 0 0 #F6F6F6;
    border: 1px solid #DDDDDD;
    box-shadow: 2px 2px 5px 0 #EEEEEE inset;
    display: block;
    margin: 5px 0 9px 0;
    padding: 5px;
    width:80%;
	font:400 14px/16px 'Open Sans',sans-serif;
color:#707070;

}


.sub-btn{
background: #555;
	border: 0;
	box-shadow: none;
	color: #fff;
	cursor:pointer;
	font: 700 14px/16px 'Open Sans Condensed', sans-serif;
	margin-top:10px;
	padding: 5px 10px;
	width: 120px;}
	
h6.cont-main{
border-bottom: 1px dotted #ccc;
	font: 700 16px/18px 'Open Sans Condensed', sans-serif !important;
	margin: 0 0 10px !important;
	padding-bottom: 5px;
	text-transform: uppercase;
	color:#ED1C24;}
	
.content-contact{
margin:15px 0px 0px 0px;
padding:0px 0px 0px 0px;}

.content-contact p{
font:400 14px/20px 'Open Sans',sans-serif;
color:#707070;
margin:0px 0px 10px 0px;
}

.content-contact p strong{
font-weight:normal;
font: 700 16px/18px 'Open Sans Condensed',sans-serif;
}

.content-contact p a{
color:#707070;
text-decoration:none;
}

.content-contact p a:hover{
text-decoration:underline;
}

.map{
width:100%;
height:200px;}

h1.heading-txt{
	color: #333333;
    font: 700 32px/36px 'Open Sans Condensed',sans-serif;
    margin: 10px 0;
    width: 100%;}
	
#content #content-area ul.list-terms{
margin:0px 0px 0px 20px;
padding:0px 0px 0px 0px;
}

#content #content-area ul.list-terms li{
margin:0px 0px 7px 0px;
padding:0px 0px 0px 0px;
color: #333333;
font: 400 12px/16px 'Open Sans',sans-serif;
list-style:circle;
}

.sub-hd{
color: #333;
font: 500 18px/22px 'seagull_md_btmedium', sans-serif;
margin-bottom: 5px;
text-transform: capitalize;
width: 100%;}

.search{background:url(../images/search-icon.jpg)no-repeat right center;}

.sep-black{border-bottom:1px solid #9f9f9f; margin:5px 0; padding:0;}

.googleadsense{/*border:3px solid #000000;*/ color:#000000; font:900 20px/24px arial; font-style:italic; text-align:center; vertical-align:middle; margin:0 0 15px 0; padding:1px 0 0px;}
 
 .googleadsense1{/*border:3px solid #000000;*/ color:#000000; font:900 20px/24px arial; font-style:italic; text-align:center; vertical-align:middle; margin:0 0 15px 0;}
.googleadsense .fullwidth{width:99%; height:65px;}
.googleadsense1 .fullwidth{width:99%; height:65px;}
.googleadsense img.300x250{width:300px; height:250px;}

/*.googleadsense img{border:3px solid #000000 !important;}*/

.social{float:right;}

.text-change{float:left; color:#6b6b6b; font:600 16px/30px arial; padding:0px 0; border:1px solid #c2c2c2; text-align:center;}

.text-change span{font:600 12px/20px arial;  padding:9px 3px 8px; border-right:1px solid #c2c2c2;}
.text-change a{color:#6b6b6b; padding:8px 2px; text-align:center;}

.highlights{color:#000000 !important; font:700 12px/18px 'Open Sans Condensed',sans-serif;  margin:18px 0 0 0; }

.highlights ul{margin:2px 0 0 0 !important; padding:0 !important;}

.highlights ul li{margin:0; padding:0; /*color:#282828;*/ color:#039eda !important; padding:3px 0 8px 0; border-bottom:1px solid #cccccc; list-style:none; margin:0 !important; padding:0;  font:italic bold 12px/18px Georgia,"Times New Roman",Times,serif;}

.seperator{border-bottom:1px dotted #cccccc; margin:10px 0; padding:0;}

h1.records{ color: #0b59ce;
    font: italic bold 18px/28px Georgia,"Times New Roman",Times,serif;
    margin: 10px 0;
    width: 100%;}
	
	
#flip3{width:90%;}
.formsub {
    color: #636363;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 15px;
    margin: 0 0 0 0px;width:95%;
}

.formsub tble.contact-tbl{margin:0; padding:0;}

.formsub tble.contact td{margin:3px 0; padding:0;}

.map-block {
    border: 0 solid #cc0000;
    margin: 15px 0 0;
/*    position: absolute;*/
    width: 100%;
    z-index: -2;
}

.map {
    height: 100%;
    width: 100%;
}



.comment-textbox2 {
    background: none repeat scroll 0 0 #EBEBEB;
    border: 1px solid #CACACA;
    color: #4E4E4E;
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    padding: 5px;
	width:97%;
}


.comment-textbox1 {
    background: none repeat scroll 0 0 #EBEBEB;
    border: 1px solid #CACACA;
    color: #4E4E4E;
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
   /* height: 20px;*/
    line-height: 14px;
    margin: 0 21px 0 0;
    padding: 11px 5px;
}


.submit-button {
    background: none repeat scroll 0 0 #000000;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    margin: 0 0 10px;
    padding: 7px 25px;
    text-align: center;
    text-decoration: none;
}

input.contact-box{    background: none repeat scroll 0 0 #EBEBEB;
    border: 1px solid #CACACA;
    color: #4E4E4E;
    font-family: Arial;
    font-size: 12px;
    height: 20px;
    line-height: 14px;
    margin: 0 21px 0 0;
    padding: 13px 5px;}
	
.grey-box-columnist{background:#f7f7f7; padding:8px;}

.grey-box-columnist img{margin-bottom:0px; width:83px; height:95px;}	

.grey-box-columnist h2{color: #333;
   font: 600 16px/18px Georgia,"Times New Roman",Times,serif !important;
    margin: 0px 0px 2px 0 !important;
    width: 100%;
    text-transform: capitalize;}
	
	.grey-box-columnist p{  margin-bottom: 3px !important;
    font: 400 12px/18px 'Open Sans',sans-serif;
    margin: 0 0 3px;
    text-align: justify;}
	
	.grey-box-columnist p label{     margin: 0 0 5px;
    text-align: justify;
    color: #7d7d7d !important;
    font-family: 'Open Sans',sans-serif !important;
    font-size: 11px !important;
    line-height: 14px !important;}
	
p.orange-color{margin-bottom:5px !important;}	
	
.tags{background:#dfdfdf; border:1px solid #cecece;     color: #727272;   font: 400 12px/18px 'Open Sans',sans-serif; float:left; margin:0 7px 7px 7px; padding:3px 8px; border-radius:5px;}	



/************************************************
	Media Queries
************************************************/

@media screen and (max-width: 1140px) and (min-width: 1024px) {

/*	#wallpaper {
		display: none;
		}*/

	}
	@media screen and (max-width: 960px) and (min-width: 800px) {

	#leader-wrapper {
		padding: 0px 0;
		border:0px solid #cc0000;
		}

	#leaderboard {
		padding: 0 10px;
		/*width: 748px;*/
		width:98%;
		margin:0 auto;
		}
		
		
#header-info {
    border: 1px solid #e4e4e4;
    float: right;
    width: 70%;
}


#main-nav ul {
    padding: 0 10px;
    width: 98%;
}
	
	/*#leader-right,*/
	#wallpaper,
	.ticker-heading,
	.ticker-date,
	.middle-160,
	#bottom-widget,
	.related-image,
	#social-box-vert,
	.breadcrumb,
	.home-right-category {
		display: none;
		}

	#main-nav,
	#inner-wrapper {
	/*	width: 768px;*/
	width:98%;
		margin:0 auto;
		}



	#main-nav ul li {
		padding: 11px 14px;
		}

	#main-nav ul li a {
		color: #fff;
		font: 700 16px/16px 'Open Sans Condensed', sans-serif;
		text-decoration: none;
		text-transform: uppercase;
		}

	#content {
		padding: 20px 10px;
		/*width: 748px;*/
		width:98%;
		margin:0 auto;
		}

	#header,
	#footer-top,
	#footer-bottom {
		/*width: 748px;*/
		width:98%;
		margin:0 auto;
		}

	#content-top {
		margin-bottom: 20px;
		width: 746px;
		}

	#ticker {
		width: 344px;
		}

	ul.ticker-list {
		width: 344px;
		}

	#content-social {
		width: 402px;
		}

	#searchform input {
		width: 150px;
		}

	#main {
		width: 433px !important;
		}

	#main-home {
		width: 434px;
		}

	.full {
		width: 748px !important;
		}

	#post-area {
		width: 420px;
		}

	#author-info {
		width: 400px;
		}

	#author-desc {
		width: 324px;
		}

	#related-posts {
		margin: 40px 0 0;
		width: 420px;
		}

	#related-posts ul,
	#related-posts ul li {
		display: block;
		}

	#related-posts ul li {
		margin: 5px 0;
		width: 100%;
		height: auto;
		}

	.related-small {
		display: block;
		}

	#home-left {
		margin-right: 0;
		padding-right: 13px;
		}

	#home-right {
		border-right: none;
		margin-left: 14px;
		padding-right: 0;
		width: 300px;
		}

	.middle-side {
		display: block;
		}

	#social-box {
		width: 420px;
		display: inline;
		}

	.post-image {
		width: 206px;
		height: 230px;
		}

	.post-image img {
		width: 200px !important;
		height: 224px !important;
		}

	.archive-text {
		width: 298px;
		}

	#sidebar-home-wrapper {
		width: 314px;
		}

	.side-home {
		margin-left: 14px;
		}

	#footer-top-wrapper {
		padding: 20px 0;
		}

	#footer-top,
	#footer-bottom {
		padding: 10px;
		}

	#footer-nav1 ul li:last-child {
		border: 0;
		}

	#footer-nav2 ul li:first-child {
		padding-left: 0;
		}
		
		



.category-image {
    float: left;
    height: auto;
    margin-right: 10px;
    overflow: hidden;
    width: 33%;
}

#home-left {   width: 67%;}

#home-right {   width: 28%;}


.footer-widget {width: 22.5%;}
	}

	
	

@media screen and (max-width: 1002px) and (min-width: 801px) {

	#leader-wrapper {
		padding: 0px 0;
		border:0px solid #cc0000;
		}

	#leaderboard {
		padding: 0 10px;
		/*width: 748px;*/
		width:99%;
		margin:0 auto;
		}
	
	/*#leader-right,*/
	#wallpaper,
	.ticker-heading,
	.ticker-date,
	.middle-160,
	#bottom-widget,
	.related-image,
	#social-box-vert,
	.breadcrumb,
	.home-right-category {
		display: none;
		}

	#main-nav,
	#inner-wrapper {
	/*	width: 768px;*/
	width:98%;
		margin:0 auto;
		}


	#main-nav ul li {
		padding: 11px 14px;
		}

	#main-nav ul li a {
		color: #fff;
		font: 700 16px/16px 'Open Sans Condensed', sans-serif;
		text-decoration: none;
		text-transform: uppercase;
		}

	#content {
		padding: 20px 10px;
		/*width: 748px;*/
		width:98%;
		margin:0 auto;
		}

	#header,
	#footer-top,
	#footer-bottom {
		/*width: 748px;*/
		width:98%;
		margin:0 auto;
		}

	#content-top {
		margin-bottom: 20px;
		width: 746px;
		}

	#ticker {
		width: 344px;
		}

	ul.ticker-list {
		width: 344px;
		}

	#content-social {
		width: 402px;
		}

	#searchform input {
		width: 150px;
		}

	#main {
		width: 433px !important;
		}

	#main-home {
		width: 434px;
		}

	.full {
		width: 748px !important;
		}

	#post-area {
		width: 420px;
		}

	#author-info {
		width: 400px;
		}

	#author-desc {
		width: 324px;
		}

	#related-posts {
		margin: 40px 0 0;
		width: 420px;
		}

	#related-posts ul,
	#related-posts ul li {
		display: block;
		}

	#related-posts ul li {
		margin: 5px 0;
		width: 100%;
		height: auto;
		}

	.related-small {
		display: block;
		}

	#home-left {
		margin-right: 0;
		padding-right: 13px;
		}

	#home-right {
		border-right: none;
		margin-left: 14px;
		padding-right: 0;
		width: 300px;
		}

	.middle-side {
		display: block;
		}

	#social-box {
		width: 420px;
		display: inline;
		}

	.post-image {
		width: 206px;
		height: 230px;
		}

	.post-image img {
		width: 200px !important;
		height: 224px !important;
		}

	.archive-text {
		width: 298px;
		}

	#sidebar-home-wrapper {
		width: 314px;
		}

	.side-home {
		margin-left: 14px;
		}

	#footer-top-wrapper {
		padding: 20px 0;
		}

	#footer-top,
	#footer-bottom {
		padding: 10px;
		}

	#footer-nav1 ul li:last-child {
		border: 0;
		}

	#footer-nav2 ul li:first-child {
		padding-left: 0;
		}



.category-image {
    float: left;
    height: auto;
    margin-right: 10px;
    overflow: hidden;
    width: 33%;
}

#home-left {   width: 67%;}

#home-right {   width: 28%;}


.footer-widget {width: 22.5%;}
	}





@media screen and (max-width:800px) { 


#leaderboard {
    border-bottom: 1px solid #cccccc;
    margin: 0 auto;
    padding: 0 0.50%;
    position: relative;
    text-align: center;
    width: 99%;
}
#leader-left {    width: 50% !important;}
#leader-right{width:50%!important;}
#header-info {display:none;}
#logo {float: none;   overflow: hidden;    text-align: left;    width: 100%; text-align:center;}
#inner-wrapper {width:98% !important;}
#content {		padding: 0.50% 0.50%; width:99%;}
#content-top {margin-bottom: 20px;		width: 98%;}
.ticker-heading{display:block !important; }
.tickercontainer {   width: 85% !important;}
#ticker {  width: 58%;}

#main-home {  width: 100%;}

#home-left { width:45%;}
.home-right-top-news{width:50% !important;}

#home-left {   width: 98%;}
.category-links {    width: auto;}
.middle-widget .left-float-m{float:left; margin-bottom:30px; text-align:center; width:33%;}
#home-right {    width: 98%;}

.googleadsense {display:none;}
 .side-home {    float: left;    width:100%;}
#nav-mobi, #nav-mobi ul {
    display: block;
    width: 480px;
}
.inside-lft-section{float:none; width:100%;}
#main {
    width:100% !important;
}
#post-area {
    float: none;
    position: relative;
    width: 100% !important;
}


.inside-lft-section{width:100%;}
#main-nav{display:none;}
#footer-bottom {display:none;}
#footer-top {display:none;}
#footer-app{display:block !important; background: #333333 ;
    color: #ffffff ;
    font: 400 10px/14px 'Open Sans',sans-serif;
    margin: 0 auto;
    padding: 15px 3px;
    position: relative;}

#content-social {  width: 40%;}

.expand-icon{display:none;}
	
/*	#leader-right,
	#wallpaper,
	.ticker-heading,
	.ticker-date,
	.middle-160,
	#bottom-widget,
	.side,
	.side-home,
	#social-box-vert,
	.related-image,
	.archive-image,
	.breadcrumb,
	.home-right-category {
		display: none;
		}*/

	#leader-left,
	#main-nav,
	#inner-wrapper {
		width: 600px;
		}

	#main-nav ul {
		padding: 0 10px;
		width: 580px;
		}

	#main-nav ul li {
		padding: 12px 9px;
		}

	#main-nav ul li a {
		color: #fff;
		font: 700 14px/14px 'Open Sans Condensed', sans-serif;
		text-decoration: none;
		text-transform: uppercase;
		}

	

	#header,
	#footer-top
	 {
		width: 580px;
		}



	ul.ticker-list {
		width: 400px;
		}



	#searchform input {
		width: 100px;
		}


	.full {
		width: 580px !important;
		}

	#post-area {
		width: 400px;
		}

	#author-info {
		width: 400px;
		}

	#related-posts {
		margin: 40px 0 0;
		width: 400px;
		}

	#related-posts ul,
	#related-posts ul li {
		display: block;
		}

	#related-posts ul li {
		margin: 5px 0;
		width: 100%;
		height: auto;
		}

	.related-small {
		display: block;
		}

	#author-desc {
		width: 324px;
		}

	#social-box {
		width: 400px;
		display: inline;
		}

	.post-image {
		width: 206px;
		/*height: 230px;*/
		}
	.post-image img {
		width: 200px !important;
		height: 224px !important;
		}


	#home-right {
		border-right: none;
		padding-right: none;
		}

	#featured-container,
	.category2,
	.carousel {
		width: 400px;
		}

	#featured-container,
	#featured-container img {
		height: 448px;
		}

	.featured-box {
		width: 340px;
		}

	ul.category3 li {
		width: 380px;
		}

	.middle-side {
		display: block;
		}

	#sidebar-wrapper,
	#sidebar-home-wrapper {
		width: 160px;
		}

	.side-home {
		margin-left: 0;
		}

	.tabber-text {
		width: 424px;
		}

	ul.category2 li {
		width: 190px;
		}

	.category2 img {
		width: 184px;
		height: 206px;
		}

	ul.headlines-info li {
		width: auto;
		}

	/*.category-links {
		width: 234px;
		}*/

	.category3-text {
		width: 278px;
		}

	.blog-text {
		width: 214px;
		}

	.archive-text {
		width: 380px;
		}

	#footer-top-wrapper {
		padding: 20px 0;
		}

	#footer-top,
	#footer-bottom {
		padding: 10px;
		}

	.footer-widget {
		padding: 20px;
		width: 540px;
		}

	#footer-nav1 ul li:last-child {
		border: 0;
		}

	#footer-nav2 ul li:first-child {
		padding-left: 0;
		}

	}

@media screen and (max-width: 599px) {
#home-right {
    border-right: medium none;
    margin-left: 0;
    padding-right: 0;
    width: 100% !important;
}
.middle-widget .left-float-m {    width: 50%;}
.middle-widget .left-float-m img{width:100%;}
	#leader-wrapper,
	#main-nav {
		display: none;
		height: 0;
		margin: 0;
		padding: 0;
		}
	
	#wallpaper,
	#small-nav,
	#ticker,
	.middle-160,
	#bottom-widget,
	#sidebar-wrapper,
	#social-box-vert,
	.related-image,
	.archive-image,
	.side-home,
	.breadcrumb,
	.home-right-category {
		display: none;
		}

	#nav-mobi,
	#nav-mobi ul {
		display: block;
		width: 480px;
		}

	.flip {
		margin-left: 10px;
		width 470px;
		}

	#nav-mobi ul li {
		width: 216px;
		}

/*	#inner-wrapper,
	#main,
	#main-home {
		width: 480px;
		}*/

	#content {
		padding: 20px 10px;
		width: 460px;
		}

	#main-header-wrapper {
		padding-bottom: 10px;
		}

	#header,
	#footer-top,


	#logo {
		float: none;
		margin: 0 auto 10px;
		text-align: center;
		}

	#header-info {
		float: left;
		}

	#content-top {
		margin-bottom: 20px;
		width: 458px;
		}

	#content-social {
		width: 458px;
		}

	#searchform input {
		width: 206px;
		}

	#content-social ul li:first-child {
		border-left: 0;
		}

	#home-left {
		border: 0;
		margin-right: 0;
		padding: 0 20px;
		width: 420px;
		}

	#home-right {
		border-right: none;
		margin-left: 0;
		padding-right: 0;
		width: 420px;
		}

	#sidebar-home-wrapper {
		padding: 0 20px;
		width: 420px;
		}

	h2.category-heading {
		position: absolute;
			top: -5px;
			left: 15px;
		}

	.full {
		width: 420px !important;
		}

	#post-area {
		margin: 0 20px;
		width: 420px;
		}

	#author-info {
		width: 400px;
		}

	#author-desc {
		width: 324px;
		}

	#related-posts {
		margin: 40px 0 0;
		width: 420px;
		}

	#related-posts ul,
	#related-posts ul li {
		display: block;
		}

	#related-posts ul li {
		margin: 5px 0;
		width: 100%;
		height: auto;
		}

	.related-small {
		display: block;
		}

	#social-box {
		width: 420px;
		display: inline;
		}

	.post-image {
		width: 206px;
		height: 230px;
		}

	.post-image img {
		width: 200px !important;
		height: 224px !important;
		}

	.archive-text {
		width: 400px;
		}

	#footer-top-wrapper {
		padding: 20px 0;
		}

	#footer-top,
	#footer-bottom {
		padding: 10px;
		}

	.footer-widget {
		padding: 10px;
		width: 440px;
		}

	#footer-nav1 ul li:last-child {
		border: 0;
		}

	#footer-nav2 ul li:first-child {
		padding-left: 0;
		}

	}

@media screen and (max-width: 479px) {

	#leader-wrapper,
	#main-nav {
		display: none;
		height: 0;
		margin: 0;
		padding: 0;
		}

	#wallpaper,
	#small-nav,
	#ticker,
	.middle-160,
	#bottom-widget,
	.category-image,
	.category3-image,
	#social-box-vert,
	.related-image,
	.archive-image,
	.breadcrumb,
	.blog-image,
	.home-right-category {
		display: none;
		}

	#nav-mobi,
	#nav-mobi ul {
		display: block;
		padding: 0;
		width: 320px;
		}

	.flip {
		margin-left: 10px;
		width: 310px;
		}

	#nav-mobi ul li {
		width: 136px;
		}

	#inner-wrapper {
		width: 320px;
		}

	#content {
		padding: 20px 10px;
		width: 300px;
		}

	#main-header-wrapper {
		padding-bottom: 10px;
		text-align: center;
		}

	#header,
	#footer-top
	{
		width: 300px;
		}
	
	#logo {
		float: none;
		margin: 0 auto 10px;
		max-width: 300px;
		text-align: center;
		}

	#header-info {
		float: left;
		}

	#content-top {
		margin-bottom: 20px;
		width: 298px;
		}

	#content-social {
		width: 298px;
		}

	#content-social ul li {
		border-left: 0;
		border-right: 1px solid #ccc;
		}

	#content-social ul li:first-child {
		border-left: 1px solid #ccc;
		}

	#content-social ul li:last-child {
		border-left: 1px solid #ccc;
		border-right: 0;
		}

	.search-wrapper {
		border-top: 1px solid #ccc;
		}

	#searchform input {
		width: 288px;
		}

	#main,
	#main-home {
		margin: 0;
		padding: 0;
		width: 300px;
		}

	.full {
		width: 300px !important;
		}

	#home-left {
		border: 0;
		margin-right: 0;
		padding-right: 0;
		width: 300px;
		}

	#home-right {
		border-right: none;
		margin-left: 0;
		padding-right: 0;
		width: 300px;
		}

	#featured-container,
	.category2,
	.carousel,
	#sidebar-home-wrapper {
		width: 300px;
		}

	.side-home {
		margin-left: 0;
		margin-top: 20px;
		}

	#featured-container,
	#featured-container img {
		height: 336px;
		}

	.featured-box {
		margin: 0 10px 10px;
		padding: 5px;
		width: 270px;
		}

	.featured-box h2 a {
		font: 700 28px/28px 'Open Sans Condensed', sans-serif !important;
		}

	.middle-mobile {
		display: inline;
		}

	ul.category2 li {
		width: 145px;
		}

	.category2 img {
		width: 139px;
		height: 156px;
		}

	.category-links {
		width: 300px;
		}

	ul.category3 li,
	.category3-text,
	.blog-text {
		width: 280px;
		}

	ul.headlines-info li {
		width: auto;
		}

	#post-area {
		margin: 0;
		width: 300px;
		}

	#author-info {
		width: 280px;
		}

	#author-desc {
		width: 204px;
		}

	#related-posts {
		margin: 40px 0 0;
		width: 300px;
		}

	#related-posts ul,
	#related-posts ul li {
		display: block;
		}

	#related-posts ul li {
		margin: 5px 0;
		width: 100%;
		height: auto;
		}

	.related-small {
		display: block;
		}

	.post-image {
		margin: 0 0 10px 0;
		width: 300px;
		height: 335px;
		}

	.post-image img {
		width: 294px !important;
		height: 329px !important;
		}

	#social-box {
		width: 300px;
		display: inline;
		}

	.archive-text {
		width: 280px;
		}

	#footer-top-wrapper {
		padding: 20px 0;
		}

	#footer-top,
	#footer-bottom {
		padding: 10px;
		}

	.footer-widget {
		padding: 10px 0;
		}

	#footer-nav1 ul li:last-child {
		border: 0;
		}

	#footer-nav2 ul li:first-child {
		padding-left: 0;
		}

	}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	.fb-but,
	.fb-but:hover,
	.twitter-but,
	.twitter-but:hover,
	.pinterest-but,
	.pinterest-but:hover,
	.google-but,
	.google-but:hover,
	.youtube-but,
	.youtube-but:hover,
	.linkedin-but,
	.linkedin-but:hover,
	.rss-but,
	.rss-but:hover {
		background-image: url(../images/social-buttons@2x.png);
		background-size: 234px 60px;
  		}
	}
	
	
#cref_iframe input.go{ 
    color: #FFFFFF !important;
    font: 700 16px/16px 'Open Sans Condensed',sans-serif;
    padding: 2px 0;
    width: 30px;
	background:#333;
	cursor:pointer;
	border:0 none;
	height:30px;
} 

#cref_iframe input{border:0px solid #cc0000 !important; color: #989898 !important; padding:0 !important;}

#footer-app{display:none;}

h2.subtitle{color:#09a2dc !important;  font:italic bold 12px/18px Georgia,"Times New Roman",Times,serif !important;
    margin: 0 0 10px;
	padding:0 0 0px;
    text-align: justify;
	/*border-bottom:1px solid #09a2dc;*/}
	
	.twitter-widget{margin:0px; padding:4px; border:1px solid #ccc;  background:#44bef8;/*#8dd4f1;; border-radius:7px;*/ font-family:'Open Sans Condensed',sans-serif;}
.blog-outside{margin:0px; padding:0px 0px 0px;color:#ffffff;}
.row-wblg{margin:0px; padding:6px; font-size:12px; line-height:16px; color:#ffffff;}
.row-wblg span.icon{ float:left;padding:0px 5px 0px 1px;}
.row-wblg h3 { font:bold 21px/21px Georgia,"Times New Roman",Times,serif; font-style:italic;}
.row-wblg a{color:#ffffff;text-decoration:none;}
.blog{background:#ffffff; padding:0px; margin:0px; /*border-radius:7px;*/}
.scrollup {
    background: url("../images/icon_top.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 50px;
    display: none;
    height: 40px;
    opacity: 0.6;
    position: fixed;
    right: 100px;
    text-indent: -9999px;
    width: 40px;
}

#footer-top h5.news-txt{ color: #000000;
    font: italic bold 14px/20px Georgia,"Times New Roman",Times,serif;
    margin-bottom: 5px;
  }
	
	#footer-top h5.news-txt span{color:#0090da;}
	
	.subscribe-new-icon{float:left; margin:0 10px 0 0;}
	
	
	h3.archives{
    padding:3px 5px;
    color: #333;
    font: 700 14px/20px 'Open Sans Condensed',sans-serif !important;
    margin: 10px 0;
    width: 100%;
	background:#e0dfdf; 
	border-bottom:0 none;
}


.night-life-title {
    background: none repeat scroll 0 0 #44bef8;
    color: #ffffff;
    font: 600 19px/20px 'Droid Sans',arial,sans-serif;
    margin: 0 0 10px;
    padding: 10px 0;
    text-align: left;
}


.night-life-title p.date {
    color: #ffffff;
    float: left;
    font: 600 19px/20px 'Droid Sans',arial,sans-serif;
    padding: 5px 0 0;
}


.cal-icon {
    background: url("../images/calender1.png") no-repeat scroll right center ;
    border: 0 none;
    float: right;
    height: 30px;
    padding: 0 5px;
    width: 30px;
	color:transparent;

}

.datenext{background:url(../images/date-next-btn.png)no-repeat center center; width:30px; height:30px; padding:0px 0px 0px 25px; float:right;} 

.dateprev{background:url(../images/date-prev-btn.png)no-repeat center center; width:30px; height:30px; padding:0px 15px 0px 0px ; float:left; /*display:none;*/}

.grey-acrchive-box{background:#ffffff; padding:7px 4px; margin-bottom:5px 0 5px; border-bottom:4px solid #e7e7e7;} 
.grey-acrchive-box:nth-child(2n+2){background:#ffffff;}
	h3.archives1{
    padding:5px 5px;
    color: #333;
    font: 700 20px/24px 'Open Sans Condensed',sans-serif !important;
    margin: 30px 0 0;
    width: 100%;
	background:#cccccc; 
	border-bottom:0 none;
}

.grey-acrchive-box .inside-content-list{border-bottom: 1px dotted #cccccc; margin: 0px 0 12px; padding:0 0 8px}

.grey-acrchive-box .inside-content-list:last-child{border-bottom:0 none;margin: 0px 0 5px; }




#classified{margin:0px 50px;}
#classified h1{font:bold 30px/35px "Open Sans Condensed",sans-serif; color:#5b5b5b; text-transform:uppercase; text-align:center; margin:25px 0px 30px;}
#classified h3{font:bold 30px/31px "Open Sans Condensed",sans-serif; color:#464646; text-transform:uppercase; text-align:left; margin:0px 0px 0px; border-bottom:0 none; float:left; width:75%;}
#classified .step{float:left; margin:0px 12px 0px 0px; padding:0px; font:normal 11px/31px arial; }
#classified .step span.txt{color:#ffffff; background:#2a2a2a; font:normal 11px/31px arial; padding:6px 9px 4px; text-transform:uppercase;}
#classified .step span.no{ color:#ffffff; font:bold 18px/31px arial; padding:0px 5px 3px; background:#229ed0;}

#classified .form-left{width:47%; float:left;}
#classified .form-right{width:47%; float:right;}
#classified label{font:bold 13px/20px arial; color:#4a4a4a;}
#classified label span{font:normal 12px/20px arial;}
#classified label a{color:#229ed0; text-decoration:underline;}
#classified .inputbox{height:40px; width:94%; padding:0px 10px; border:1px solid #dddddd; background:#f1f1f1;  -moz-border-radius:6px;
-webkit-border-radius:6px; border-radius:6px; font:400 14px/20px arial; color:#767676; margin:2px 0px 18px;}
#classified select.inputbox{width:100%;}
#classified textarea.inputbox{width:; height:200px;}
#classified .sub-btn{height:40px; width:130px; padding:0px; border:0px solid #dddddd; background:#229ed0;  background:#229ed0 url(../images/white-arrow.png) no-repeat center right 15px;  -moz-border-radius:6px;
-webkit-border-radius:6px; border-radius:6px;  font:400 13px/40px arial; color:#ffffff; margin:0px 0px 0px; text-align:center;}
#classified .sub-btn:hover{background:#1d82aa;  background:#1d82aa url(../images/white-arrow.png) no-repeat center right 15px;}
.terms{margin:30px 0px 0px;}

#classified #txtfile{height:36px;}
#classified #txtdate{background:#f1f1f1 url(../images/calendar_1.png) no-repeat center right 10px;}
#classified .line-sep{border-bottom:1px solid #d6d6d6; margin:40px 0px;}

#classified .crow_1{border-top:1px solid #d6d6d6; text-align:left; }
#classified .ccol_1{float:left; width:30%;}
#classified .ccol_2{float:left; width:30%;}
#classified .ccol_3{float:right; width:40%; text-align:right; }
#classified .crow_1 h5{color:#3f3f3f; font:bold 13px/20px arial; padding:5px 0px; margin:0px;}
#classified .crow_1 h5 span{color:#229ed0;}
#classified .crow_1 h5 span.grey{color:#7c7c7c; font:bold 11px/20px arial;}
#classified .crow_1 h5 span.brate{color:#229ed0; font:normal 24px/30px arial;}
#classified .crow_1 h5 span.brate{color:#229ed0; font:normal 20px/30px arial;}
#classified .crow_1 h2{color:#363737; font:bold 28px/32px arial; padding:20px 0px; margin:0px;}
#classified .crow_1 h2 span{color:#229ed0;}

#classified .pay-btn{height:40px; width:135px; padding:0px; border:0px solid #dddddd; background:#ef4023;  background:#ef4023 url(../images/white-arrow2.png) no-repeat center right 15px;   -moz-border-radius:6px;
-webkit-border-radius:6px; border-radius:6px; font:400 13px/40px arial; color:#ffffff; margin:20px 0px 0px; text-align:center; cursor:pointer;}
#classified .pay-btn:hover{background:#cf3920;  background:#cf3920 url(../images/white-arrow2.png) no-repeat center right 15px;}
.terms{margin:30px 0px 0px;}

#classified .reset-btn{height:40px; width:135px; padding:0px; border:0px solid #dddddd; background:#c1c1c1;  -moz-border-radius:6px;
-webkit-border-radius:6px; border-radius:6px; font:400 13px/40px arial; color:#ffffff; margin:20px 0px 0px; text-align:center; cursor:pointer;}
#classified .reset-btn:hover{background:#999999;}
#classified .terms{margin:30px 0px 0px;}

.pay-summary-tbl{margin:0px; padding:0px;}
.pay-summary-tbl th{border-top:1px solid #d6d6d6;  color:#3f3f3f; font:bold 13px/20px arial; padding:5px 0px; }
.pay-summary-tbl td{border-top:1px solid #d6d6d6;  color:#229ed0; font:bold 13px/20px arial; padding:5px 0px; }


#lean_overlay {
    position: fixed;
    z-index:100000;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

#signup-header {
    background:#0f8abc;
    padding: 10px 10px 9px;
    border-bottom: 1px solid #CCC;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font: bold 16px/18px "Open Sans Condensed",sans-serif; 
	color:#ffffff;
	text-align:left;
	text-transform:uppercase;
	letter-spacing:1px;
}

#signup {
    width: 310px;
    padding-bottom: 2px;
    display: none;
    background: none repeat scroll 0% 0% #FFF;
    border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
}

#signup ul.terms {
   margin: 13px 0px 18px 22px; padding:0px; list-style:disc;
}

#signup ul.terms li {
   margin:0px 0px 3px; padding:0px; color:#7c7c7c; font:normal 13px/17px arial;
}


.modal_close {
    position: absolute;
    top: 12px;
    right: 12px;
    display: block;
    width: 13px;
    height: 13px;
    background: url('../images/close3.png') repeat scroll 0% 0% transparent;
    z-index: 2;
}


.ad-type-left{float:left; width:45%; background:url(../images/or-sep.png) no-repeat right center; padding:0px 35px 0px 0px; text-align:center;}
.ad-type-right{float:right; width:45%; padding:0px 0px 0px 0px; text-align:center;}
.ad-type{font:bold 30px/35px "Open Sans Condensed",sans-serif; color:#5b5b5b; text-transform:uppercase; text-align:center; margin:0px 0px 14px; max-width:98%; }
#classified img{border:0 none; padding:0px;}
.classified-grey{/*background:#ebebeb;*/ margin:0px 0px; padding:14px 15px 45px; text-align:center; font:normal 34px/40px Georgia, "Times New Roman", Times, serif; color:#0981b3; font-style:italic; }
.ad-type-text{width:120px; text-align:left; padding:12px; border:1px solid #eeeeee; background:#f9f9f9; margin:0 auto; color:#727272; font:400 14px/20px arial; }

#classified .cbanner{width:100%; margin:25px 0px 0px ;}
#classified .ad-type-left input{ background:#e7e7e7;}
#classified .ad-type-left label{font:bold 30px/35px "Open Sans Condensed",sans-serif; color:#5b5b5b; text-transform:uppercase;}
#classified .ad-type-right label{font:bold 30px/35px "Open Sans Condensed",sans-serif; color:#5b5b5b; text-transform:uppercase;}


.tariff-tbl .advertisement td{background:none;}

@media screen and (max-width:700px){
#classified{margin:0px 10px;}
}

@media screen and (max-width:450px){
#classified .form-left{width:100%; float:none;}
#classified .form-right{width:100%; float:none;}
.ad-type-left{width:100%; float:none; background:none; padding:0px; margin:0px 0px 35px;}
.ad-type-right{width:100%; float:none;}
.ad-type{margin:0px 0px 10px;}
}
