/* Css 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,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{ 
	margin:0; 
	padding:0; 
	border:0; 
	outline:0; 
	font-size:100%; 
	vertical-align:baseline; 
	background:transparent; 
}
ol,ul{ 
	list-style:none; 
}
blockquote,q{ 
	quotes:none; 
}
blockquote:before,blockquote:after,q:before,q:after{ 
	content:''; 
	content:none; 
}
:focus{ 
	outline:0; 
}
ins{ 
	text-decoration:none; 
}
del{ 
	text-decoration:line-through; 
}
table{ 
	border-collapse:collapse; 
	border-spacing:0; 
}

/*--------------- General Styles 
*/
.skiplink{ 
	display:none;
}
label{ 
	cursor:pointer; 
}
a,a:visited{ 
	 text-decoration:none; 
}
a:focus,a:hover{ 
	text-decoration:underline; 
}
body{
	color:#2D2D2D;
	font-size:12px;
	text-align:center;
	font-family:Verdana, "Times New Roman", Times, serif;
	background: url(images/bgr_body.jpg) repeat;
}
.hide{
     position: absolute;
     left: -9999px;
}
/*--------------- wrap 
*/
#wrap{
	margin:10px auto;
	width:932px;
	text-align:left;
}
/*----------------header
*/
.headerbg,.headerlft,.headerrgt{
	height:138px;
	display:block;
}
.headerbg{
	width:908px;
	background:url(images/bgr_headerbg.jpg) repeat-x;
	
}
.headerlft{
	padding-left:12px;
	background:url(images/bgr_headerlft.png) no-repeat;
}
.headerrgt{
	padding-right:12px;
	background:url(images/bgr_headerrgt.png) no-repeat right top;
}
.header{
	width:908px;
	height:138px;
	overflow:hidden;
}
.logo{
	width:402px;
	height:89px;
	float:left;
	padding-top:30px;
}
.logo a{
	width:402px;
	height:89px;
	display:block;
	background:url(images/logo_fitnessmythbuster.jpg) no-repeat;
}
.headercont{
	width:492px;/*506px;*/
	float:right;
	padding-right:14px;
	padding-top:50px;
}
.headercont span{
	color:#2D2D2D;
	font-size:12px;
	display:block;
	padding-bottom:6px;
	padding-left:340px;
}
.headercont span a{
	color:#2D2D2D;
}
/*-------------maincont
*/
#maincont{
	width:932px;
	overflow:hidden;
	padding-top:11px;
	background:url(images/bgr_maincont.jpg) repeat-y;
}
/*--------------content
*/
.content{
	width:641px;/*656px;*/
	float:left;
	padding-left:15px;
}
.content a{
	color:#364289;	
}
.content strong{
	color:#767676;
}
.content ul{
	width:auto;
	padding:5px 10px;
}
.content ul li{
	line-height:18px;
}
.content ul li a{
	color:#364289;	
}
.content ol{
	width:auto;
	padding:5px 10px;
}
.content ol li{
	line-height:18px;
}
.content ol li a{
	color:#364289;	
}
.content blockquote{
	border:none;
	padding:5px;
}
.content h1{
	font-size:26px;
}
.content h2{
	font-size:22px;
}
.content h3{
}
.content h4{
	font-size:18px;
}
.content h5{
	font-size:14px;
}
.content h6{
	font-size:12px;
}
.content textarea{
	border:none;
	border:1px solid #364289;
	-moz-border-radius: 7px;
	-webkit-border-radius: 5px;
	border: 1px solid #364289;
}
.content #submit{
	-moz-border-radius: 7px;
	-webkit-border-radius: 5px;
	border: 1px solid #364289;
	cursor:pointer;
}
.content input{
	-moz-border-radius: 7px;
	-webkit-border-radius: 5px;
	border: 1px solid #364289;
}
/*content post
*/
.postbg,.posttop,.postbtm{
	width:641px;
	display:block;
}
.postbg{
	background:url(images/bgr_postbg.jpg) repeat-y;
	margin-bottom:13px;
}
.posttop{
	background:url(images/bgr_posttop.jpg) no-repeat;
}
.postbtm{
	background:url(images/bgr_postbtm.jpg) no-repeat left bottom;
}
.post{
	width:609px;/*641px;*/
	padding:10px 16px 10px 16px;
}
.title{
	width:609px;
	padding-bottom:10px;
	background:url(images/border.jpg) repeat-x left bottom;
}
.title h2{
	color:#364289;
	font-size:22px;
	font-weight:normal;
	padding-bottom:5px;
}
.title h2 a{
	color:#364289;
}
.title span{
	color:#767676;
}
.title span a{
	color:#364289;
}
.entry{
	width:609px;
	padding-top:8px;
}
.entry p{
	line-height:18px;
	padding-bottom:15px;
}
.metadata{
	width:609px;
	overflow:hidden;
	padding-top:5px;
	clear:both;
}
.comment{
	width:auto;
	float:left;
}
.comment a{
	color:#37438A;
}
.comment label{
	padding:0 5px;
}
.bookmark{
	width:auto;
	float:right;
}
/*--------------lftsidebar
*/
.lftsidebar{
	width:248px;/*263px;*/
	float:right;
	padding-right:15px;
}
.lftsidebar ul{
	width:auto;
	padding:0 10px;
	text-align:left;
}
.lftsidebar ul li a{
	color:#2D2D2D;
}

.lftbxbg,.lftbxtop,.lftbxbtm{
	width:248px;
	display:block;
}
.lftbxbg{
	background:url(images/bgr_lftbxbg.jpg) repeat-y;
	margin-bottom:12px;
}
.lftbxtop{
	background:url(images/bgr_lftbxtop.jpg) no-repeat;
}
.lftbxbtm{
	background:url(images/bgr_lftbxbtm.jpg) no-repeat left bottom;
}
.lftbxcont{
	width:248px;
	padding:3px 0 13px 0;
	text-align:center;
}
.lftbxcont ol{
	width:auto;
	overflow:hidden;
}
.lftbxcont ol li{
	width:44px;
	height:48px;
	float:left;
	margin:0 9px;
	display:inline;
}
.lftbxcont ol li img{
	border:none;
}
.lftbxcont h3{
	color:#364289;
	font-size:14px;
	line-height:24px;
	font-weight:normal;
	padding-bottom:5px;
}
.lftbxcont .book{
	border:none;
}
.af-element{
	width:228px;
	overflow:hidden;
	padding:0 10px 15px 10px;
}
.buttonContainer{padding-bottom:0}
.af-element label{
	width:45px;
	float:left;
	display:block;
	line-height:26px;
}
.af-element input{
	width:165px;
	height:22px;
	border:none;
	background:url(images/bgr_inputbg.jpg) no-repeat;
	float:left;
	padding:2px 0 2px 5px;
}
.af-element .submit{
	width:84px;
	height:26px;
	background:none;
	cursor:pointer;
	border:none;
	background:url(images/button_sbtn.jpg) no-repeat;
	float:left;
	margin-left:45px;
	display:inline;
}
.lftheader{
	width:234px;
	height:31px;
	margin:0 3px 12px 3px;
	padding-left:8px;
	background:url(images/bgr_lftbxheader.jpg) no-repeat;
	text-align:left;
	color:#fff;
	font-size:18px;
	line-height:31px;
	font-weight:normal;
}
.lftbxcont .products{
	border:3px solid #C6C6C6;
	margin-top:5px;
}
.lftbxcont span{
	width:197px;
	color:#364289;
	display:block;
	margin-left:16px;
}
.lftbxcont .bdrspan{
	background:url(images/border.jpg) repeat-x left bottom;
	padding-bottom:10px;
	margin:0 0 5px 16px;
}
.lftbxcont .newsp{
	text-align:left;
	padding:0 10px;
}
.lftbxcont strong{
	font-weight:normal;
	text-align:left;
}
.lftbxcont  .lpbcWidgetPostTitle{
	width:228px;
	color:#2D2D2D;
	font-size:12px;
	display:block;
	border-bottom:1px dashed #2D2D2D;
	padding-bottom:5px;
	margin:0 10px 0px 10px;
	text-align:left;
	font-weight:bold;
}
/*---------------footer
*/
.footerbg,.footerlft,.footerrgt{
	height:42px;
	display:block;
}
.footerbg{
	background:url(images/bgr_footerbg.jpg) repeat-x;
}
.footerlft{
	padding-left:12px;
	background:url(images/bgr_footerlft.png) no-repeat;
}
.footerrgt{
	padding-right:12px;
	background:url(images/bgr_footerrgt.png) no-repeat right top;
}
#footer{
	width:898px;
	height:42px;
	padding:0 6px 0 4px;
	overflow:hidden;
}
#footer p{
	width:auto;
	float:left;
	color:#9C9C9C;
	line-height:42px;
}
#footer a{
	color:#7F8AC9;
}
#footer span{
	width:auto;
	float:right;
	color:#9C9C9C;
	line-height:42px;
}

.pagetitle{
	font-size:24px;
	color:#364289;
	font-weight:normal;
	padding-bottom:20px;
}
.navigation{
	overflow:hidden;
	padding:10px 15px;
}
.navigation a{ 	
	color:#37438A;
}
.center{ text-align:center }

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End Images */


/* comment */
#comments{
	color:#2D2D2D;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	padding-bottom:35px;
	clear:both;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: left;
	}
#commentform p{
	margin:0;
	padding:0;
}
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding:0;
	margin:0;
	text-align: justify;
	}

.commentlist li {
	width:623px;
	padding: 0!important;
	margin:0!important;
	margin: 15px 0 10px 0!important;
	list-style: none!important;
	border-bottom:1px dashed #364289;
	}
.odd{  }

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
	font-size:11px;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
.postentry p{
	text-align:left;
	display:block;
	padding:5px 10px;
}
.postentry p a{
	color:#2D2D2D;
}
#respond p a{
	color:#364289;
}
#respond h3{
	color:#2D2D2D;
}
.content p{
	color:#2D2D2D;
}
.navigation{
	color:#364289;
}


