/*
Theme Name: CTR Theme
Theme URI: http://www.ctrtheme.com/
Description:  Powerful AdSense-optimized theme with built-in ad placement rotation, SEO, Social Widgets, Google Adsense Custom Search, ad hiding, optimal ad placement, multi language support and social integration widgets.
Author: HBWSL
Version: 1.7.0
Tags: adsense, CTR
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
a{
	color:#000065;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin-top:10px;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
    margin: 5px 5px 2px 0;
}

/* =Layout
-------------------------------------------------------------- */
body{
	background:#EFEAE4;
	font-family:helvetica,verdana,arial,sans-serif;
	font-size:13px;
}
#container{
	width:927px;
	margin:10px auto;
	position:relative;
	padding-top:10px;
}
#logo{
	position:absolute;
	top:13px;
	left:5px;
	height:50px;
	width:180px;
}
	#logo h1 a, #logo div a, h1#site-title{
		margin-top:0px;
		font-weight:normal;
		letter-spacing:-1px;
		font-size:24px;
		color:#0ab8ea;
		margin-left:15px;/*45px*/
		line-height:85%;
		text-decoration:none;
	}
	#logo h1 a span, #logo div a span{
		font-weight:100;
		color:#83c118;
		font-size:18px;
		letter-spacing:3px;
		margin-left:15px;
		display:block;
	}
#leftCol{
	float:left;
	width:180px;
	padding:15px 0px 15px 15px;
	margin-top:50px;
	background:#fff;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	min-height:400px;
}
	#leftCol ul{
		margin-left:0px;
		list-style:none;
		padding:0px;
	}
		#leftCol li{
			margin-left:0px;
			margin-right:20px;
			margin-bottom:10px;
		}
		#leftCol li a{
			font-size:14px;
			font-weight:bold;
			line-height:125%;
			margin-left:5px;
			display:block;
		}
#rightCol{
	float:right;
	width:732px;
	background:#fff;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	padding:0px;
	min-height:480px;
}

#rightCol #social-media-icons-2 ul{
     margin-top: 5px;
     margin-bottom: 5px;
}

#topBar{
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	background:#f7f3f0;
	margin-top:0px;
	float:left;
	width:732px;
	height:50px;
	padding:0px;
}
#mainContent{
	clear:left;
}
#content{
	padding:10px 30px;
}
#topBar h3{
	font-style:italic;
	line-height:50px;
	color:#a69683;
	margin:0px;
	/*text-align:center;*/
	font-weight:normal;
	font-size:14px;
	padding:0px 10px;
}
#leaderboard{
	padding-top:15px;
}
#leader_lu{
	padding-top:15px;
	margin-left: 4px;
}
.shadow {
  -moz-box-shadow: -1px -1px 2px #ccc;
  -webkit-box-shadow: -1px -1px 2px #ccc;
  box-shadow: -1px -1px 2px #ccc;
}
#footer{
	clear:both;
	background:#FFFFFF;
	width:712px;
	margin-left:195px;
	background:#FFFFFF;
	padding:10px 10px;
}

#footer a{
		color:#fff;
}

#footer .social-media-icons ul{
            margin-top: 10px;
}

.entry-content h3{
  margin: 16px 0;
}

.social-media-icons li{
padding:3px;
}

.adsense336{
	float:left;
	width:336;
	margin-right:20px;
	margin-bottom:20px;
}
.adsense336.right{
	float:right;
	margin-right:0px;
	margin-left:20px;
}
.roadblock{
	float:left;
	margin-bottom:30px;
}


p{
	font-size: 13px;
    line-height: 1.5em;
    margin: 0 10px 20px 0;
}
a{
	color:#0000ee;
}
h2, h1.entry-title{
	font-size:19.5px;
	font-weight:bold;
	margin:16px 0px;
	line-height:21px;
}
h3{
	font-weight:bold;
}
h3.widget-title{
	font-size:15px;
	margin:15px 0px;
}

#activation-error{
	padding:10px 0px;
	width:100%;
	font-weight:bold;
	font-size:18px;
	background-color:#f3cbca;
	border-bottom:1px solid #c51823;
	color:#c51823;
	text-align:center;
}

.post{
	margin-bottom:30px;
}
#site-info{
	float:left;
}
#privacy-info{
	float:right;
}

.entry-title a{
	text-decoration:none;
	color:#000;
}
.post ul, .post ol{
	list-style:disc;
	padding-left:30px;
	margin-bottom:30px;
}
	.post ol{
		list-style:decimal;
	}
.post li{
	margin-bottom:8px;
}

.pushdown{
	margin-right:10px;
}
#footerCredit{
	margin:0 auto;
	width:927px;
	text-align:right;
}

/************************
	     CLEARFIX
*************************/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	/*display: inline-block;*/
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/***************************
		POST CONTENT
****************************/
#leftCol .post ul{
	list-style:disc;
}
#leftCol .post ol{
	list-style:decimal;
}
#leftCol .post li{
	margin-left:15px;
	line-height:1.4;
}
blockquote{
	border:1px solid #D8D8D8;
	background:#EEEEEE;
	padding: 10px 10px 0;
}

/***************************
	 DEFAULT WP STYLES
****************************/
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft{
    float: left;
    
}


.social-media-icons ul li {    
        display: inline;
}

#privacy-info .widget_nav_menu {
    clear: both;
    display: block;
    float:right;
    margin-left:40px;
}
.alignright {
	float: right;
}
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* optional rounded corners for browsers that support it */
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

#commentform input, #commentform textarea{
	display:block;
}
#comments ol.commentlist{
	list-style:none;
}
#comments-title{
	margin-bottom:15px;
}
.comment-header{
	background:#f2f2f2;
	border:1px solid #dfdfdf;
	padding:3px;
	height:40px;
	line-height:40px;
}
.comment-header .avatar{
	padding:3px;
	background:#fff;
	margin:1px;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}
.comment-header .avatar, .comment-header cite, .comment-header .comment-meta{
	float:left;
	margin-right:10px;
}
#leftCol li .comment-meta a, #leftCol li cite{
	display:inline;
	line-height:40px;
	margin-right:15px;
	margin-left:5px;
}
#leftCol li cite a{
	display:inline;
	line-height:40px;
}
#comments .comment-body, #comments.reply{
	padding-top: 15px;
}
#respond{
	margin-top:20px;
}

#leftCol li.ctrtheme-search-widget{
	margin-right: 5px;
	}
        
 #topNav .social-media-icons ul {
            margin-top:5px;
            float:right;
  }
        
 #topNav .social-media-icons a {
            width:10px !important;
            float:right;
  }
  
#menuFooterRecent li {
    line-height: 1.2em;
    margin-top: 10px;
}

#menuFooterRecent li a {
    color: #2970A6;
    font-style: italic;
    font-weight: bold;
}

#menuFooterRecent h4 {
	font-size: 125%;
	color: #777777;
	margin-top:10px;
}

ul.social.large li{
	height:28px;
	width:28px;
	padding:0 5px 0 0 !important;
}

ul.social.large li a {
	height:28px;
	width:28px;
}

ul.social.large li.twitter a {
	background-position:0 -100px;
}

ul.social.large li.twitter a:hover {
	background-position:0 -71px;
}

ul.social.large li.facebook a {
	background-position:0 -178px;
}

ul.social.large li.facebook a:hover {
	background-position:0 -149px;
}

ul.social.large li.youtube a {
	background-position:0 -256px;
}

ul.social.large li.youtube a:hover {
	background-position:0 -227px;
}
ul.social.large li.linkedin a {background-position:0 -334px;}ul.social.large li.linkedin a:hover {background-position:0 -305px;}ul.social.large li.yahoo a {background-position:0 -412px;}ul.social.large li.yahoo a:hover {background-position:0 -383px;}ul.social.large li.pinterest a {background-position:0 -412px;}ul.social.large li.pinterest a:hover {background-position:0 -383px;}ul.social.large li.flickr a {background-position:0 -490px;}ul.social.large li.flickr a:hover {background-position:0 -461px;}ul.social.large li.vimeo a {background-position:0 -568px;}ul.social.large li.vimeo a:hover {background-position:0 -539px;}ul.social.large li.blogger a {background-position:0 -646px;}ul.social.large li.blogger a:hover {background-position:0 -617px;}ul.social.large li.stumbleupon a {background-position:0 -724px;}ul.social.large li.stumbleupon a:hover {background-position:0 -695px;}ul.social.large li.rssfeed a {background-position:0 -802px;}ul.social.large li.rssfeed a:hover {background-position:0 -773px;}

/* social small */

ul.social li {display:inline-block; list-style:none;height:18px;width:25px;padding:0 !important;}ul.social li a {height:20px;width:25px;display:block;float:left;background:url('images/icons/sprite.png') no-repeat;}ul.social li.twitter a {background-position: 0 -882px;}ul.social li.twitter a:hover {background-position:0 -861px;}ul.social li.facebook a {background-position:0 -938px;}ul.social li.facebook a:hover {background-position:0 -917px;}ul.social li.youtube a {background-position:0 -994px;}ul.social li.youtube a:hover {background-position:0 -973px;}ul.social li.linkedin a {background-position:0 -1050px;}ul.social li.linkedin a:hover {background-position:0 -1029px;}ul.social li.yahoo a {background-position:0 -1106px;}ul.social li.yahoo a:hover {background-position:0 -1085px;}ul.social li.pinterest a {background-position:0 -1106px;}ul.social li.pinterest a:hover {background-position:0 -1085px;}ul.social li.flickr a {background-position:0 -1162px;}ul.social li.flickr a:hover {background-position:0 -1141px;}ul.social li.vimeo a {background-position:0 -1218px;}ul.social li.vimeo a:hover {background-position:0 -1197px;}ul.social li.blogger a {background-position:0 -1274px;}ul.social li.blogger a:hover {background-position:0 -1253px;}ul.social li.stumbleupon a {background-position:0 -1331px;}ul.social li.stumbleupon a:hover {background-position:0 -1309px;}ul.social li.rssfeed a {background-position:0 -1386px;}ul.social li.rssfeed a:hover {background-position:0 -1365px;}*+html ul.social li{float:right;}";
