/*
Theme Name: Renegade Health Blog Theme
Theme URI: http://renegadehealth.com/
Description: WordPress theme for Renegade Health Blog.
Version: 2.0
Author: Renegade Health
Author URI: http://renegadehealth.com/blog/
*/

/* Reset */
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
 	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Begin Typography & Colors */
body {
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:13px;
	color:#656c6b;
	background:url(images/bg.jpg) repeat-x top #fbfcf5;
	margin:0;
	padding:0;
}

#wrapper{

}

#contentinner{
	width:985px;
	margin:0 auto;
	padding:20px 0 60px 0;
}

.contentleft{
	float:left;
	width:660px;
	padding:0 0 75px 0;
}

.single .contentleft{
	padding:0;
}

/* Header */

#header{
	clear:both;
	width:985px;
	margin:0 auto;
	height:98px;
}

#header a.logo{
	background:url(images/logo.png) no-repeat;
	width:415px;
	height:55px;
	float:left;
	display:block;
	margin:20px 0 0 0;
}

#header .gsearchc{ 
	border:none;  
	float:right; 
	width:300px;
	height:51px;
	position:relative;
	z-index:9999;
	background:url(images/input_bg.png) no-repeat;
	margin:40px 0 0 0;
}

#header input.gsc-search-button{
	background:url(images/search_btn.png) no-repeat !important;
	width:0px !important;
	height:0px !important;
	border:0 !important;
	cursor:pointer;
	margin:0 2px 0 0;
	padding:30px 0 0 30px !important;
	cursor:pointer;
}

#header input.gsc-input{
	width:165px;
	margin:5px;
	border:0 !important;
}

#header #cse div.gsc-clear-button{
	margin:6px 0 0 -116px !important;
}

#header .search_bg, .gsc-search-button input[type="submit"]{ 
	border:none; 
	margin:-4px 0 0 70px;
	width:59px; 
	height:32px; 
 	float:left; 
	background:url(images/search.png) no-repeat; 
	text-indent:-9999em; 
	cursor:pointer;  
}

#header .gsearchc .gsc-input-box{
	border:0 !important;
	padding:0;
	margin:2px;
	width:185px;
}

#header .gsearchc .gsc-input{
	border:0 !important;
}

#header .gsearchc .gsc-input-box input,
.postserachc .gsc-input-box input
{
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#656c6b;
	font-size:12px;
}

#header .gsearchc .gsc-input-box:focus{
	background:none !important;
	border:0 !important;
}

.page-template-search_result_template-php #header .gsearchc input.gsc-input{
	background:#fff !important;
}

#header .gsearchc .gsc-input-box input:focus{
	background:#fff !important;
}

#header .gsc-search-box .gsc-input>input:hover,
#header .gsc-input-box-hover
{
  border: 0px solid #b9b9b9;
  border-top-color: #a0a0a0;
  -moz-box-shadow: inset 0 0px 0px rgba(0,0,0,.1);
  -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.1);
  box-shadow: inset 0 0px 0px rgba(0,0,0,.1);
  outline: none;
}

#header .gsc-search-box .gsc-input>input:focus,
#header .gsc-input-box-focus 
{
  border: 0px solid #4d90fe;
  -moz-box-shadow: inset 0 0px 0px rgba(0,0,0,.3);
  -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.3);
  box-shadow: inset 0 0px 0px rgba(0,0,0,.3);
  outline: none;
}

#header .gsearchc table.gsc-search-box td{
	vertical-align:top;
}

#header .gsearchc .gsc-input-box,
#header .gsearchc input.gsc-input
{
	background:transparent !important;
}

#header .gsearchc .gsst_a{
	padding:7px 0 0 0 !important;
}

.gsc-control-cse, .gsc-control-cse .gsc-table-result{
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif !important;
}

.contentleft .cse .gsc-control-cse, 
.contentleft .gsc-control-cse,
.contentleft .gsc-webResult.gsc-result, 
.contentleft .gsc-results .gsc-imageResult
{
	background:none !important;
	border:0 !important;
}

.contentleft .gsc-control-cse{
	padding:0 !important;
}

.contentleft .gs-snippet{
	padding:0 10px;
	line-height:20px;
}

.contentleft .gs-web-image-box img.gs-image{
	margin:0 5px 0 10px !important;
	border:solid 1px #04242c !important;
	background:#fff !important;
	padding:2px !important;
}

.contentleft .gs-web-image-box-portrait{
	width:70px !important;
}

.contentleft .gsc-results .gsc-cursor-box .gsc-cursor-page
{
	background:none !important;
	border:0 !important;
}

.contentleft .gsc-cursor .gsc-cursor-current-page{
	color:#04242C !important;
}

.contentleft .gsc-results .gsc-cursor-box{
	text-align:center;
}

.contentleft .gs-fileFormat{
	padding:5px 0 2px 5px !important;
}

.contentleft form.gsc-search-box{
	display:none !important;
}


/* Menu */

.topmenu{
	clear:both;
	background-color:#d0e473;
	-webkit-border-radius:0 0 5px 5px;
    border-radius:0 0 5px 5px;
	margin:0 3px;
	min-width:985px;
}

.topmenuc{
	width:985px;
	margin:0 auto;
}

.menu-menu-container{
	width:675px;
	float:left;
	margin:0 0 0 -10px;
}


.menu-right-menu-container{
	float:right;
}

.menu-menu-container ul,
.menu-right-menu-container ul
{
	font-size: 14px;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.menu-menu-container li,
.menu-right-menu-container li{
	float: left;
	position: relative;
}
.menu-menu-container a,
.menu-right-menu-container a{
	color: #04242c;
	font-size:14px;
	display: block;
	padding: 12px;
	text-decoration: none;
}

.menu-right-menu-container a
{
	color:#2a6572 !important;
}

.menu-menu-container ul ul,
.menu-right-menu-container ul ul
{
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 38px;
	left: -25px;
	width: 175px;
	z-index: 99999;
	background: #d0e473;
	-webkit-border-radius:0 0 5px 5px;
    border-radius:0 0 5px 5px;
	min-height:235px;
}
.menu-menu-container ul ul ul,
.menu-right-menu-container ul ul ul
{
	left: 100%;
	top: 0;
	width:215px;
}

.menu-menu-container ul ul ul a,
.menu-right-menu-container ul ul ul a
{
	width:168px;

}
.menu-menu-container ul ul a,
.menu-right-menu-container ul ul a
{
	color: #04242c;
	font-size: 14px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px 10px 37px;
	width: 128px;
}

.menu-menu-container li:hover > a,
.menu-menu-container ul ul :hover > a,
.menu-menu-container a:focus,
.menu-right-menu-container li:hover > a,
.menu-right-menu-containerul ul :hover > a,
.menu-right-menu-container a:focus
{
	color:#effbfa !important;
	text-decoration:underline;
}

.menu-menu-container li:hover > a,
.menu-menu-container a:focus,
.menu-right-menu-container li:hover > a,
.menu-right-menu-container a:focus,
{
	color:#effbfa !important;
	text-decoration:underline;
}

.menu-menu-container .sub-menu a:hover,
.menu-right-menu-container .sub-menu a:hover{
	background-color:#a8c03d;
}


.menu-menu-container ul li:hover > ul,
.menu-right-menu-container ul li:hover > ul
{
	display: block;
}

.menu-menu-container .parent,
.menu-right-menu-container .parent
{ 
	background:url(images/arrowm.png) no-repeat right center;
}

.menu-menu-container .sub-menu .parent,
.menu-right-menu-container .sub-menu .parent
{ 
	background:url(images/arrowmm.png) no-repeat right center;
}

.menu-menu-container .parent{
	margin:0 14px 0 0;
}

#menu-item-10892 ul.sub-menu{
	width:602px;
}

#menu-item-10892 ul.sub-menu li{
	width:190px;
	float:left;
}

#menu-item-10892 ul.sub-menu li a{
	width:175px;
}


/* Get Your Free Book */

#gyfb{
	clear:both;
	background:url(images/gyfb.png) no-repeat top center;
	padding:237px 0 0 0;
	height:28px;
}

#gyfb2{
	clear:both;
	background:url(https://www.mcssl.com/content/assets/27/276922/high-raw-narrow.png) no-repeat top center;
	padding:0px 0 0 0;
	height:28px;
}


#gyfb .input,.gyfb .input{
	font-size:12px;
	color:#656c6b;
	float:left;
	background:url(images/inputbg.png) no-repeat left top;
	width:246px;
	height:30px;
	border:0;
	padding:0 0 0 10px;
}

#gyfb .submitbtn,.gyfb .submitbtn{
	background:url(images/submitbtn.png) no-repeat;
	width:43px;
	height:30px;
	border:0;
	cursor:pointer;
	display:block;
	float:left;
	text-indent:-9999em;
}

.gyfb{
	float:left;
	width:340px;
	background:url(images/getupdates.png) no-repeat;
	padding:72px 0 0 0;
}


#sidebar .lrhh{
	background:url(images/lrhh.png) no-repeat;
	width:218px;
	height:13px;
	margin:0 0 15px 0;
	text-indent:-9999em;
	display:block;
	clear:both;
}

#sidebar #adrotate_widgets-4,#sidebar #adrotate_widgets-5,#sidebar #adrotate_widgets-6,#sidebar #adrotate_widgets-7{
	float:left;
	width:125px;
}

#sidebar #adrotate_widgets-4,#sidebar #adrotate_widgets-6{
	margin:0 20px 0 15px;
}

#sidebar li#wmp_widget-2{
	padding:0;
}

/* Anti Cancer Optin */

.anticancer{
	clear:both;
	width:660px;
	background:url(images/anticancer.jpg) no-repeat top center;
	padding:170px 0 0 0;
}

.anticancer p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000100;
	line-height:17px;
	padding:0 0 25px 20px;
	margin:0;
	text-align:center;
}

.anticancer .accessformc{
	background:url(images/psp.png) no-repeat bottom;
	padding:0 0 29px 0;
	margin:0 0 20px 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.anticancer .accessformc{
		padding-bottom:25px;
	}
}

.anticancer .accessform{
	width:415px;
	margin:0 auto;
	overflow:hidden;
}

.anticancer .accessform .input{
	font-family:Arial, Helvetica, sans-serif;
	color:#939591;
	font-size:13px;
	padding:7px;
	border:solid 1px #e2e1e1;
	width:200px;
	float:left;
}

.anticancer .accessform .accessbtn{
	width:188px;
	height:31px;
	background:url(images/accessbtn.png) no-repeat;
	border:0;
	padding:0;
	margin:0 0 0 5px;
	cursor:pointer;
	float:left;
}

.edit-cta-box a{
	display:none !important;
}

/* Most Popular */

.mostpopular h1{
	background:url(images/mostpopular.png) no-repeat;
	width:140px;
	height:13px;
	display:block;
	clear:both;
	text-indent:-9999em;
	padding:0 0 15px 0;
}

.trustedproducts h1{
	background:url(images/trustedproducts.png) no-repeat;
	width:354px;
	height:13px;
	display:block;
	clear:both;
	text-indent:-9999em;
	padding:0 0 15px 0;
}

.trustedproducts .adsc{
	float:left;
	margin:0 8px 0 0;
}

.trustedproducts .adscl{
	float:left;
	margin:0 0 0 2px;
}


.mostpopular,.mostrecent,.posts_area
{
	clear:both;
	background:url(images/psp.png) no-repeat bottom;
	padding:0 0 20px 0;
	margin:0 0 20px 0;
}

.mostpopular{
	margin:0 0 17px 0;
}

.trustedproducts{
	clear:both;
	background:url(images/psp.png) no-repeat bottom;
	padding:0 0 22px 0;
	margin:0 0 17px 0;
}

.mostpopular{
	color:#2a6572;
	font-size:14px;
	height:269px;
}

.mostpopular .post-stats{
	color:#2a6572;
	font-size:12px;
	font-weight:normal;
}

.mostpopular .post-stats .socialsharing{
	float:left;
	margin:0 10px 0 0 !important;
}

.mostpopular .post-stats .socialsharing .fblikec{
	margin:0 !important;
}

.mostpopular .wpp-author{
	font-style:normal;

}

.mostpopular ul{
	padding:0;
	margin:0;
	list-style:none;
}

.mostpopular ul li{
	float:left;
	width:210px;
	margin:0 15px 0 0;
}

.mostpopular ul li.last
{
	margin:0 !important;
}

.mostpopular ul li a{
	font-size:13px;
	color:#656c6b;
	text-decoration:none;
	line-height:21px;
}

.mostpopular ul li a.commentlink{
	line-height:11px !important;
}

.mostpopular ul li img{
	max-width:200px;
	min-height:135px;
	height:auto;
	display:block;
	clear:both;
}

.mostpopular .mpimgb{
	width:200px;
	height:3px;
	position:absolute;
	margin:130px 0 0 0;
	background:#fff;
}

.mostpopular .mpimg{
	width:200px;
	height:130px;
	overflow:hidden;
	background:#fff;
	border:solid 1px #06262e;
	padding:3px;
	margin:0 0 8px 0;
}

.mostpopular .wpp-author a{
	color:#2a6572;
	font-size:12px;
	text-decoration:underline;
	text-transform:uppercase;
}


.posts_area:last-child{
	background:none !important;
}

.mostrecent h1 a{
	font-size:24px;
	color:#04242c;
	text-decoration:none;
	line-height:normal;
	display:block;
	padding:0 0 10px 0;
	margin:0;
	text-transform:uppercase;
}

.mostrecent .recent_left{
	float:left;
	width:303px;
	border:solid 1px #04242c;
	padding:5px;
	background-color:#ffffff;
	margin:0 15px 0 0;
}

.mostrecent .recent_right{
	float:left;
	width:325px;
}

.posts_area .left_post{
	float:left;
	width:202px;
	border:solid 1px #04242c;
	padding:5px;
	background-color:#ffffff;
	margin:0 15px 0 0;
}

.posts_area .right_post{
	float:left;
	width:430px;
}

.posts_area .right_post h2{
	margin:-3px 0 0 0;
}

.posts_area .right_post h2 a{
	font-size:18px;
	color:#04242c;
	text-decoration:none;
	line-height:normal;
	padding:0;
	margin:0;
	text-transform:uppercase;
}

.mostrecent .cate_by,
.posts_area .cate_by,
.contentleft .cate_by
{
	font-size:13px;
	color:#2a6572;
	text-transform:uppercase;
	padding:5px 0;
}

.mostrecent .cate_by{
	padding:0 0 12px 0;
}

.mostrecent .morelink,
.posts_area .morelink
{
	color:#a3ba3a;
	float:right;
	text-decoration:underline;
	text-transform:lowercase;
}

.mostrecent a.cate_name,
.posts_area a.cate_name
{
	text-transform:uppercase;
}

.recent_right .lasts,
.right_post .lasts,
.recent_right span:last-child,
.right_post span:last-child
{
	/*display:none;*/
}

#contentinner .right_post .socialsharing .commentc span{
	display:block !important;
}

p.postmetadata{
	color:#2A6572;
	font:12px;
	line-height:20px;
	clear:both;
	margin:20px 0;
	text-transform:uppercase;
}

.recent_right p.justifytxt,
.posts_area p.justifytxt{
	text-align:justify;
}

.socialsharing{
	clear:both;
	margin:10px 0 0 0;
	position:relative;
}

.socialsharing .fblikec{
	float:left;
	margin:4px 10px 0 0;
}

.socialsharing a.facebookbtn{
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:11px;
	color:#fff;
	border:solid 1px #3B5998;
	padding:2px 8px 3px 25px;
	background:url(images/facebook.png) no-repeat 5px center #3B5998;
	-webkit-border-radius:2px;    
    border-radius:2px;
	white-space:nowrap;
	text-decoration:none;
}

.socialsharing .facebook-popup{
	position:absolute;
	z-index:99999;
	padding:10px 15px;
	border:solid 1px #bdd1d6;
	background-color:#ffffff;
	box-shadow:1px 1px 5px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:1px 1px 5px 0 rgba(0, 0, 0, 0.2);
	margin:-90px 0 0 0;
 	-webkit-border-radius:2px;    
    border-radius:2px;
	display:none;
}

.socialsharing .facebook-popup a.fclosebtn{
	color:#A3BA3A;
	font-size:11px;
	font-weight:bold;
	top:2px;
	right:4px;
	position:absolute;
	text-decoration:none;
}

.socialsharing .facebook-popup .arrow-border{
	border-color:#bdd1d6 transparent transparent;
    border-style:solid;
    border-width:12px 12px 0 0;
    bottom:-12px;
    height:0;
    left:50%;
    margin-left:-11px;
    position:absolute;
    width:0;
}

.socialsharing .facebook-popup .arrow{
 	border-color: #ffffff transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0 0;
    bottom:-9px;
    height:0;
    left:50%;
    margin-left:-10px;
    position:absolute;
    width: 0;
}

.socialsharing .sep{
	clear:both;
	height:10px;
}

.socialsharing .commentc,
.post-stats .wpp-comments,
.infopage .commentc
{
	float:left;
	color:#134450;
	font-size:11px;
	background:#f4fdf8;
	-webkit-border-radius:2px;
    border-radius:2px;
	padding:4px 8px;
	border:solid 1px #4f8694;
}

.contentleft .infopage .commentc a{
	text-decoration:none;
}

.post-stats .wpp-comments,
.infopage .commentc
{
	background:url(images/commentbg.png) no-repeat 6px center #f4fdf8;
	padding:4px 4px 4px 18px;
}

.infopage .commentc
{
	float:none;
	text-transform:none;
}

.mostpopular .desc{
	height:72px;
	clear:both;
}

.mostpopular .wpp-author{
	clear:both;
	display:block;
	padding:0 0 8px 0;
	font-size:12px;
}

.socialsharing .commentc a{
	text-decoration:none;
	text-transform:none;
	background:url(images/commentbg.png) no-repeat left center;
	padding:0 0 0 15px;
}

.infopage{
	font-size:13px;
	color:#2a6572;
	clear:both;
	text-transform:uppercase;
	position:relative;
}

.infopage .dateauthor{
	float:left;
	padding:5px 0 0 0;
}

.infopage .socialsharing{
	float:left;
	clear:none !important;
	margin:7px 0 0 5px !important;
	text-transform:none;
}

.infopage .socialsharing .fblikec{
	margin:0 !important;
}

.infopage .commentc{
	float:left;
	padding:4px 4px 4px 18px !important;
	margin:3px 0 0 0 !important;
	position:relative;
}

.infopage .socialsharing .facebook-popup{
	margin:-95px 0 0 -30px;
}

.infopage .sep{
	float:left;
	margin:5px 5px 0 5px;
}

#noaccess{
	clear:both;
	background:#ffffff;
	border:solid 1px #04242c;
	padding:20px 20px 40px 20px;
	font-size:14px;
	margin:20px 0;
	color:#656c6b;
}

.page-id-10073 #noaccess #noaccess{
	height:225px;
}

.page-id-10072 #noaccess{
	margin:0px 0 20px 0;
}

#noaccess .img{
	margin:-5px 0 8px -12px;
	border:0 !important;
	padding:0 !important;
}

#noaccess h1{
	color:#2a6572;
	font-size:14px;
	padding:0 0 15px 0;
	margin:0;
	text-transform:uppercase;
	font-weight:normal;
}

#noaccess h2{
	font-size:14px !important;
	padding:0 0 3px 0;
	margin:0;
	color:#04242C !important;
}

#noaccess h3{
	font-size:14px;
	color:#2a6572;
	padding:0 0 15px 0;
	margin:0;
	text-transform:uppercase;
	font-weight:normal;
}

#noaccess h3.alreadyamember{
	float:left;
}

#noaccess a.forgotpassword{
	float:left;
	color:#2a6572;
	font-size:14px;
	text-decoration:underline;
	text-transform:uppercase;
	margin:0 0 0 20px;
}

#noaccess p{
	font-size:12px;
	padding:0 0 20px 0;
	margin:0;
	line-height:18px;
}

#noaccess a.link{
	color:#a3ba3a;
}

#noaccess .input{
	background:url(images/commentinput.png) no-repeat;
	width:342px;
	height:20px;
	border:0;
	margin:0 0 15px 0;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#656c6b;
	font-size:12px;
	padding:5px 10px;
	display:block;
	clear:both;
}

#noaccess .loginbtn{
	background:url(images/loginbtn.png) no-repeat;
	width:72px;
	height:30px;
	border:0;
	cursor:pointer;
	margin:20px 0 0 0;
	display:block;
	text-indent:-9999em;
}

#dd_ajax_float .dd_button_v{
	padding:4px 0 15px 0 !important;
}

#dd_ajax_float #dd_comments{
	margin:0 0 0 5px;
}

/*
#dd_ajax_float{
	background:none !important;
	border:0 !important;
	-webkit-box-shadow:0 0 0 rgba(0, 0, 0, 0) !important;
    box-shadow:0 0 0 rgba(0, 0, 0, 0) !important;
}

#dd_comments .clcount{
	background:url(images/comments-count.png) no-repeat !important;	
}

#dd_ajax_float .st_email_custom{
	background:url(images/email.png) no-repeat !important;
	width:55px !important;
	height:20px !important;
}

#dd_comments .clcount{
	height:36px !important;
}

#dd_ajax_float .st_email_custom #dd_email_text{
	display:none !important;
}

#dd_ajax_float .st_email_custom{
	border:0 !important;
}

#dd_ajax_float .dd_button_v{
	padding:4px 0 15px 0 !important;
}

#dd_ajax_float iframe{
	min-width:55px !important;
	width:55px !important;
}

#dd_ajax_float{
	text-align:left !important;
}

#dd_ajax_float .dd_button_extra_v{
	padding:0 !important;
}*/


/* Common */

a{
	color:#2a6572;
	outline:none;
}

a:hover{

}

input{
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
}

p{
	font-size:14px;
	color:#656c6b;
	line-height:21px;
	padding:0;
	margin:0;
}

.clear{
	clear:both;
}

.entry{
	padding:15px 0 0 0;
}

.entry hr{
	background:url(images/psp.png) no-repeat top center;
	height:2px;
	margin:0 0 20px 0;
	clear:both;
	display:block;
	border:0;
}

.entry img.alignnone{
	clear:both;
	display:block;
	margin:5px 0 0 0;
}

.entry img.alignleft{ 
	float:left;
	margin:5px 10px 5px 0;
}

.entry img.alignright{ 
	float:right;
	margin:5px 0 10px 10px;
}

.entry img.aligncenter{
	margin:0 auto;
	text-align:center;
	display:block;
}

.entry img{
	border:solid 1px #04242c;
	background:#ffffff;
	padding:10px;
	max-width:635px;
}

.page-id-8647 .entry img{
	margin:0 0 0 -18px;
	background:none !important;
}


.entry ul,.entry ol{	
	color:#656c6b;
	font-size:14px;
	line-height:21px;
	padding:0 0 15px 0;
	margin:0;
	text-align:justify;
	margin:0;
}

.entry ul li{
	padding:0 0 10px 22px;
	background:url(images/arrow.png) no-repeat left 3px;
}

.entry ol{
	margin:0 0 0 20px !important;
}

.entry ol li{
	list-style:decimal;
	padding:0 0 10px 0;
}

.entry .foferrorpageh{
	font-size:24px;
	color:#656c6b;
	font-weight:bold;
	padding:20px 0 8px 0;
}

.entry ul.foferrorpage{
	margin:0 0 2px 1px;
	font-size:14px;
}

.error404 .entry p{
	padding:0 0 21px 0 !important;
}

.entry ul.foferrorpage li{
	background:url(images/bullet.png) no-repeat left 8px !important;
	list-style:none;
	padding:0 0 20px 9px;
	line-height:21px;
}

.page-id-8647 .entry img
{
	border:0 !important;
}

.entry .wp-smiley{
	border:0 !important;
	margin:0 5px;
	padding:0;
	vertical-align:middle;
}

.entry p{
	color:#656c6b;
	font-size:14px;
	line-height:21px;
	padding:0 0 15px 0;
	margin:0;
	text-align:justify;
}

.entry p font,
.entry font em
{
	font-size:12px !important;
}

.entry em{
	color:#656c6b;
	font-size:14px;
	line-height:21px;
	padding:0 0 20px 0;
}

.entry p.wp-caption-text{
	font-size:14px;
	line-height:21px;
	padding:0 0 20px 0;
	color:#04242c;
	font-style:italic;
	text-align:center;
}

.entry h1,.entry h2,.entry h3,.entry h4,.entry h5,.entry h6{
	color:#656c6b;
	padding:0 0 5px 0;
	margin:0;
	font-weight:bold;
	line-height:normal;
}

.entry h1, h1.pageheading{
	font-size:24px;
}

.entry h1 a{
	color:#04242C;
}

.entry h2{
	font-size:23px;
}

.entry h3{
	font-size:22px;
}

.entry h4{
	font-size:21px;
}

.entry h5{
	font-size:20px;
}

.entry h5{
	font-size:18px;
}

.entry .wp-caption{
	margin:10px auto 0 auto;
	text-align:center;
}

.entry .wp-caption{
	font-size:16px;
	color:#04242c;
}

body.single .entry table{
	width:100%;
	margin:0 0 15px 0;
}

body.single .entry table td{
	padding:5px;
}

.contentleft h1.pagetitle{
	font-size:22px;
	color:#04242c;
	font-weight:bold;
	padding:0 0 10px 0;
	margin:0;
	text-transform:uppercase;
	clear:both;
	line-height:normal;
}

.single .contentleft h1.pagetitle{
	padding:0;
}

h1.welcome{
	color:#fd5305 !important;
}

.contenbg{
	margin:3px 3px 0 3px;
	-webkit-border-radius:5px;
    border-radius:5px;
	background:url(images/contenbg.png) repeat-x top center #fbfcf5;
}

.contenbgb{
	background:url(images/contenbgb.png) repeat-x bottom center;
}

.paged .mostrecent {
    display: none;
}

.entry .navigation{
	clear:both;
	font-size:12px;
	padding:10px 0;
	overflow:auto;
}


.entry .navigation .alignleft{
	float:left;
	width:45%;
	text-align:left;
}

.entry .navigation .alignright{
	float:right;
	width:45%;
	text-align:right;
}

.entry .alignleft{ 
	float:left;
	margin:0 10px 10px 0;
}

.entry .alignright{ 
	float:right;
	margin:0 0 10px 10px;
}

.nextprev{
	clear:both;
	padding:0 0 25px 0;
}

.nextprev .alignleft{
	float:right;
	width:48%;
	text-align:right;
}

.nextprev .alignright{
	float:left;
	width:48%;
	text-align:left;
}

ol.commentlist{
	clear:both;
	padding:0;
	margin:0 0 0 20px;
	color:#2a6572;
	list-style-type:decimal;
	font-size:13px;
	background:url(images/psp.png) no-repeat center bottom;
}


ol.commentlist p{
	font-size:14px;
	color:#656c6b;
	padding:10px 0 10px 0;
	margin:0;
	line-height:21px;
	clear:both;
}

ol.commentlist li.comment{
	background:url(images/psp.png) no-repeat center bottom;
	padding:0 0 20px 0;
	margin:0 0 20px 0;
}

ol.commentlist img.avatar,
ol.commentlist .fb_profile_pic_rendered img
{
	padding:0 15px 5px 0;
	float:left;
	border:0 !important;
	margin:0;
	background:none !important;
}

ol.commentlist .comment-author,
ol.commentlist .commentmetadata
{
	text-transform:uppercase;
	margin:0 5px 0 0;
}

ol.commentlist .commentmetadata a{
	text-decoration:none;
}

ol.commentlist cite{
	font-style:normal;
}


ol.commentlist ul.children{
	padding:0 !important;
	margin:20px 0 0 0 !important;
}

ol.commentlist ul.children li{
	background:url(images/psp.png) no-repeat center top;
	padding:20px 0 10px 0;
	margin:0 !important;
	list-style-type:none !important;
}

ol.commentlist ul.children li .comment-body{
	margin:0 0 0 25px;
}

ol.commentlist .reply a{
	text-transform:uppercase;
}

#respond,h1#comments{
	background:url(images/psp.png) no-repeat center top;
	clear:both;
	margin:0;
}

#respond .cancel-comment-reply{
	font-size:14px;
	margin:10px 0;
}


#respond .cancel-comment-reply a{
	color:#ff0000;
}

h1#comments{
	margin:20px 0 0 0;
}

#respond #author,
#respond #email,
#respond #url
{
	background:url(images/commentinput.png) no-repeat;
	width:342px;
	height:20px;
	border:0;
	margin:0 0 15px 0;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#656c6b;
	font-size:12px;
	padding:5px 10px;
}

#respond #comment{
	width:640px;
	height:230px;
	border:1px solid #bbbbbb;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#656c6b;
	font-size:12px;
	padding:10px;
}


#respond #submit{
	background:url(images/submitcommentbtn.png) no-repeat top center;
	width:156px;
	height:30px;
	cursor:pointer;
	border:0;
	display:block;
	text-indent:-9999em;
	margin:15px 0 0 0;
	font-size:0;
}

#commentform h1.yourcomment{
	font-size:14px;
	color:#2a6572;
	padding:5px 0 10px 0;
	margin:0;
	font-weight:normal;
	text-transform:uppercase;
	float:left;
}

#commentform a.dd{
	font-size:14px;
	color:#2a6572;
	padding:5px 0 10px 0;
	margin:0 0 0 20px;
	float:left;
}

#commentform .ddad{
	background:url(images/ddbg.png) no-repeat top center;
	width:340px;
	height:286px;
	position:absolute;
	margin:-95px 0 0 300px;
	display:none;
}


#commentform .ddad .ddadc{
	width:250px;
	margin:0 auto;
}

#commentform .ddad h1{
	color:#2a6572;
	font-size:14px;
	text-transform:uppercase;
	padding:20px 0 5px 0;
	margin:0;
	font-weight:normal;
}

#commentform .ddad ul{
	font-size:12px;
	color:#656c6b;
	padding:0;
	margin:0;
}

#commentform .ddad li{
	line-height:18px;
	list-style-type:disc;
	margin:0 0 0 12px;
	background:none !important;
	padding:0 0 5px 0;
}

#commentform a.closebtn{
	color:#a3ba3a;
	font-size:14px;
	text-decoration:underline;
	display:block;
	position:absolute;
	margin:20px 0 0 315px;
}

a.leaveacomment{
	background:url(images/leaveacomment.png) no-repeat top center;
	width:127px;
	height:30px;
	display:block;
	clear:both;
	text-indent:-9999em;
	margin:20px 0 0 20px;
}

#contentinner .contentleft p.nocomments,
#contentinner .contentleft p.comment-timeout
{
	display:none !important;
}

#contentinner .contentleft h4.commentsclosed{
	font-size:16px;
	color:#04242C;
	font-weight:normal;
	padding:0 0 25px 0;
	margin:0;
}

.this_post{
	width:660px;
	clear:both;
	padding:0 0 125px 0;
	margin:20px 0 0 0;
}

.this_post .ads_300{
	float:right;
}

#respond h1.pageheading,
h1#comments
{
	padding:20px 0;
	color:#04242c;
}

#respond p{
	padding:0;
	margin:0;
}

.bottomnav{
	clear:both;
	padding:20px 0 60px 0;
	background:url(images/bsp.png) no-repeat top center;
}

.wp-pagenavi{
	float:left;
	margin:0 10px 0 0;
}

.wp-pagenavi .pages{
	background:#d0e473;
	color:#2a6572;
	text-align:center;
	padding:9px 15px;
	-moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
	font-size:13px;
}
.wp-pagenavi a, .wp-pagenavi .current{
	color:#2a6572;
	text-decoration:none;
	font-size:13px;
}

.wp-pagenavi .current{
	margin:0 0 0 5px;
}

.wp-pagenavi a:hover, .wp-pagenavi .current{
	color:#04242c;
	text-decoration:underline;
}

.wp-pagenavi span.pages,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.first,
.wp-pagenavi a.page,
.wp-pagenavi span.current,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.last
{
	float:left;
}

.wp-pagenavi a.first,
.wp-pagenavi a.last,
.wp-pagenavi a.page,
.wp-pagenavi span.current
{
	padding:10px 5px 0 5px;
}

.wp-pagenavi a.last{
	display:none;
}


.paged .wp-pagenavi a.last{
	display:block;
}

a.previouspostslink{
	width:62px;
	height:31px;
	display:inline-block;
	background:url(images/prev_page.png) no-repeat;
	text-indent:-9999em;
	margin:0 5px 0 10px;
}

a.nextpostslink{
	width:62px;
	height:31px;
	display:inline-block;
	background:url(images/next_page.png) no-repeat;
	text-indent:-9999em;
	margin:0 10px 0 5px;
}

.bottomnav a.backtotop{
	float:left;
	color:#2a6572;
	font-size:13px;
	text-decoration:underline;
	text-transform:uppercase;
	background:url(images/backtotop.png) no-repeat right 1px;
	padding:0 25px 0 0;
	margin:7px 0 0 20px;
}

.single .bottomnav a.backtotop{
	margin:8px 0 0 0;
}

.bottomnav .postserachc{
	float:right;
	width:300px;
}

.postserachc .gsc-input-box{
	float:left;
	background:url(images/inputbg2.png) no-repeat !important;
	width:256px;
	height:30px;
	color:#555555;
	font-size:12px;
	border:0;
}

.postserachc .gsc-input input.gsc-input{
	background:transparent !important;
	height:20px !important;
}


.postserachc .gsc-input-box input:focus{
	background:#fff !important;
}


.postserachc input.gsc-search-button{
	float:left;
	background:url(images/submitbtn.png) no-repeat;
	width:0px !important;
	height:0px !important;
	border:0 !important;
	text-indent:-9999em;
	cursor:pointer;
	margin:0 1px 0 0;
	padding:30px 0 0 30px !important;
	cursor:pointer;
	-webkit-border-radius:0 !important;
    border-radius:0 !important;
}

.postserachc input.gsc-search-button:hover{
	background:url(images/submitbtn.png) no-repeat !important;
}

.postserachc .gsc-search-box-tools .gsc-search-box .gsc-input{
	padding:0;
}

.postserachc .gsst_a{
	padding:8px 0 0 !important;
}

.pressimages{
	clear:both;
	overflow:hidden;
	text-align:center;
	margin:0 0 10px 0;
}

.pressimages img{
	max-width:140px;
	padding:5px !important;
}

.pressimages a{
	float:left;
	width:150px;
	margin:0 5px 5px 0;
    border: 0 solid #04242C;
    padding: 4px;
	line-height:20px;
	font-size:14px;
}

.pressimages em{
	color:#2A6572;
	line-height:20px !important;
}

.entry blockquote,
.entry blockquote p
{
	font-size:13px;
	color:#2a6572;
	line-height:21px;
	font-style:italic;
}

.entry blockquote p{
	padding:10px 50px 10px 50px;
	margin:0;
}

.entry blockquote{
	background:url(images/blockquotebefore.png) no-repeat top left;
	margin:0 0 20px 0;
}

.entry blockquote p:last-child{
	background:url(images/blockquoteafter.png) no-repeat bottom right;
}


.page-id-1455 .entry blockquote{
	background:none !important;
	margin:0 !important;
}

.page-id-1455 .entry blockquote p:last-child{
	background:none !important;
}

.page-id-1455 .entry blockquote p{
	font-size:14px !important;
	color:#656C6B !important;
	padding:0 15px 5px 15px !important;
	font-style:normal !important;
	margin:0 !important;
}

.page-id-1455 .entry blockquote p strong{
	color:#2a6572;
	font-weight:normal;
	padding:5px 0 0 0;
	text-transform:uppercase;
}

.page-id-1455 .entry hr{
	padding:0;
	margin:10px 0;
}

.page-id-1455 .entry blockquote p:first-child{
	margin:15px 0 0 0 !important;
}


body.page .entry h1{
	font-size:23px;
	color:#656c6b !important;
	line-height:30px;
	padding:5px 0 5px 0;
}

.downloadabout{
	overflow:hidden;
	clear:both;
	margin:0 0 10px 0;
}

.downloadabout img{
	padding:10px;
}

.downloadabout .kevin{
	float:left;
}

.downloadabout .ann{
	float:right;
}

.downloadabout a{
	font-size:15px;
	color:#04242c;
	text-decoration:none;
	font-style:italic;
	display:block;
	padding:0 0 2px 0;
}

.single .this_post,
.page .this_post{
	padding:0 0 25px 0 !important;
}

.page-id-10066 .bottomnav a.backtotop,
.page-id-10435 .bottomnav a.backtotop,
.page-id-10079 .bottomnav a.backtotop,
.page-id-1455 .bottomnav a.backtotop
{
	margin:8px 0 0 555px !important;
}


/* Author */

#cab-author{
	border:0 !important;
	background:url(images/psp.png) no-repeat top !important;
	-moz-border-radius:0 !important;
	-webkit-border-radius:0 !important;
	box-shadow:0 0 0 0 rgba(0, 0, 0, 0.1) !important;
	-moz-box-shadow:0 0 0 0 rgba(0, 0, 0, 0.1) !important;
	-webkit-box-shadow:0 0 0 0 rgba(0, 0, 0, 0.1) !important;
	padding:0 !important;
	border-radius:0 !important;
	margin:50px 0 5px 0 !important;
	clear:both;
	padding:20px 0 0 0 !important;
}

#cab-author .cab-author-inner .cab-author-image .cab-author-overlay,
#cab-author .cab-author-inner
{
	background:none !important;
	padding:0;
}

#cab-author .cab-author-inner .cab-author-image{
	padding:0 !important;
}

#cab-author .cab-author-image img{
	background:#ffffff !important;
	border:solid 1px #05252d !important;
	padding:5px !important;
	max-width:100px !important;
	height:auto !important;
}

#cab-author .cab-author-image img,
#cab-author .avatar
{
	max-width:100px !important;
	max-height:130px !important;
	height:auto !important;
}

#cab-author .cab-author-name{
	font-size:14px !important;
	color:#2a6572 !important;
	font-weight:normal !important;
	text-transform:uppercase !important;
	padding:0 0 10px 0 !important;
}

#cab-author .cab-author-name a{
	text-decoration:none;
}


#cab-author .cab-author-info{
	padding-left:130px !important;
}

#cab-author p{
	font-size:12px;
	text-align:justify;
}

#cab-author em{
	font-size:12px;
}

#cab-author p:last-child{
	padding:0;
}
/* Sidebar */

#sidebar{
	float:right;
	width:300px;
	margin:0;
	padding:0 0 70px 0;
}

#sidebar ul{
	padding:0;
	margin:0;
}

#sidebar ul li{
	padding:0;
	margin:0;
}

#sidebar li.widget
{
	background:url(images/sp.png) no-repeat bottom;
	padding:0 0 22px 0;
	margin:0 0 20px 0;
	overflow:auto;
	clear:both;
}

#sidebar .widget:last-child
{
	background:none !important;
}

.social_media h1{
	background: url(images/cwu.png) no-repeat;
	width:164px;
	height:13px;
	display:block;
	clear:both;
	padding:0 0 15px 0;
	text-indent:-9999em;
}

.social_media a{ 
	float:left; 
	width:30px; 
	height:31px;
	background: url(images/social.png) no-repeat; 
	text-indent: -9999em; 
	font-size: 0px; 
	margin:0 7px 0 0;
}
.social_media a.facebook{ 
	background-position: 0 0;
}

.social_media a.pinterest{
	width:32px; 
	background-position: -37px -0;
}

.social_media a.twitter{ 
	background-position: -77px 0;
}
.social_media a.linked{
	width:33px;
	background-position: -115px 0;
}
.social_media a.youtube{ 
	width:31px; 
	background-position: -155px 0;
}
.social_media a.flickr{ 
	background-position: -192px 0;
}
.social_media a.itunes{
	width:33px;
	background-position: -229px 0;
}
.social_media a.rss{ 
	background-position: -269px 0;
	margin:0;
}

#sidebar .widget_wmp_widget a{
	color:#04242c;
	font-size:13px;
	font-weight:bold;
	line-height:21px;
	text-decoration:none;
	text-transform:uppercase;
}

#sidebar .widget_wmp_widget h2.widgettitle{
	background:url(images/mostpopular.png) no-repeat;
	width:140px;
	height:13px;
	display:block;
	clear:both;
	text-indent:-9999em;
	padding:0 0 15px 0;
}

#sidebar .widget_wmp_widget img{
	float:left;
	margin:0 10px 10px 0;
	max-width:78px;
	min-height:55px;
	height:auto;
}

#sidebar .widget_wmp_widget .post-stats .wpp-author{
	font-size:13px;
	color:#2a6572;
	text-transform:uppercase;
	font-style:normal;
	font-weight:normal;
	clear:both;
	display:inline-block;
	padding:0;
}

#sidebar .widget_wmp_widget .post-stats .wpp-author a{
	color:#2a6572;
	text-transform:uppercase;
	text-decoration:underline;
	font-weight:normal;
}

#sidebar .widget_wmp_widget li{
	clear:both;
	padding:0 0 10px 0;
}

#sidebar .widget_wmp_widget ul{
	padding:0;
}

#sidebar li#wmp_widget-2{
	background:none !important;
	margin:0 0 8px 0;
}

#sidebar li#text-3{
	padding:0 0 10px 0;
}

#sidebar .widget_wmp_widget .mpimgb{
	width:78px;
	height:3px;
	position:absolute;
	background:#fff;
	margin:55px 0 0 0;
}

#sidebar .widget_wmp_widget .mpimg{
	width:78px;
	height:55px;
	overflow:hidden;
	background:#fff;
	border:solid 1px #06262e;
	padding:3px;
	float:left;
	margin:0 12px 0 0;
}


/* COACHING CLUB DASHBOARD */

#post-10073 h2{
	color:#fd5305;
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
	padding:0;
	margin:0;

}

#post-10073 .coachindashboard h3.pageheading{
	font-size:14px;
	color:#2a6572;
	font-weight:normal;
	margin:0;
	padding:2px 0 25px 0;
}

#post-10073 h1.ccdheading{
	background:url(images/ccd.png) no-repeat;
	width:264px;
	height:13px;
	margin:0 0 20px 0;
}

.coachindashboard{
	clear:both;
}

.coachindashboard a.home,
.coachindashboard a.cca,
.coachindashboard a.ccaa,
.coachindashboard a.ccb,
.coachindashboard a.qa,
.coachindashboard a.ma
{
	float:left;
	width:327px;
	height:95px;
	margin:0 0 20px 0;
	display:block;
	text-indent:-9999em;
}

.coachindashboard a.home{
	background:url(images/cch.png) no-repeat;
}

.coachindashboard a.cca{
	background:url(images/cca.png) no-repeat;
	float:right;
}

.coachindashboard a.ccaa{
	background:url(images/ccaa.png) no-repeat;
}

.coachindashboard a.ccb{
	background:url(images/ccb.png) no-repeat;
	float:right;
}

.coachindashboard a.qa{
	background:url(images/qa.png) no-repeat;
}

.coachindashboard a.ma{
	background:url(images/ma.png) no-repeat;
	float:right;
}

.etccs h1{
	background:url(images/etcc.png) no-repeat;
	width:269px;
	height:13px;
	display:block;
	text-indent:-9999em;
	margin:0 0 12px 0;
}

.etccs ul{
	margin:0;
	padding:0;
	line-height:18px;
}

.etccs li{
	padding:0 0 10px 22px !important;
	background:url(images/arrow.png) no-repeat left top;
}

.etccs li a{
	color:#04242c;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}

/* Footer */

#footer{
	clear:both;
	background:url(images/fbg.jpg) repeat-x top #fbfcf5;
	-webkit-border-radius:4px;
    border-radius:4px;
	padding:15px 0 25px 0;
	text-align:center;
	margin:0 3px;
}

#footer .footerinner{
	width:985px;
	margin:0 auto;
}

#footer p{
	font-size:12px;
	color:#555555;
	line-height:18px;
	text-align:justify;
	padding:35px 0;
}


#footer a{
	font-size:14px;
	color:#2a6572;
	text-decoration:none;
	margin:0 27px 0 0;
}

#footer a:hover{
	text-decoration:underline;
}

#footer a.last{
	margin:0;
}

#footer .qilogos{
	background:url(images/qilogos.png) no-repeat;
	width:679px;
	height:58px;
	margin:0 auto;
}

.bd{
	clear:both;
	background:url(images/bd.png) repeat-x;
	height:7px;
	display:block;
}




