/* Project: fitconcepts.com
*  Copyright 2008 All Rights Reserved.
*/

/* GLOBAL ***************************************************/

/*Initialize the browser's CSS Except for table structure*/

@import url('reset.css');

/*End Initizlization*/


body {
	background: #1d2226 url(images/bg-sub.jpg) top center no-repeat;
	color: #282828;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	}

img {
	border: none;
	}	

p {
	padding-bottom: 25px;
	} 	

fieldset {background:none;}

div.recover {clear:both;}

input, textarea, select {background-color:#FFF; color:#3e3e3e;}

.bold {font-weight:bold !important;}

strong {font-weight:bold; color:#000;}
em {font-style:italic;}

a {color:#329fe0;}
a:visited {color:#6c899b;}
/* END GLOBAL ***************************************************/

body.sub {
	background: #1d2226 url(images/bg-sub.jpg) top center no-repeat;
	}

#container {
	width: 900px;
	margin: 0 auto;
	position:relative
}
#header {
	width: 433px;
	height: 166px;
	float: left;
	display: block;
	}
#logo {
	margin:20px 0 0 30px;
	}
#tag {
	margin: 0 0 0 30px;
	}
#content {
	width: 850px;
	float: left;
	background: #ffffff url(images/content_bg.gif) top left repeat-x;
	padding: 47px 25px;
	}	
.greeting {
	width: 555px;
	float: left;
	}				
.greeting h1, .greeting h2, #testimonial-detail-left h1 {
	font-style: italic;
	}
.greeting h1 {
	color: #1477b0;
	font-size: 30px;
	text-transform: uppercase;
	padding: 0 0 20px 65px;
	background: url(images/h1_bg.png) top left no-repeat;
	line-height:1em;
	}
.greeting h2 {
	color: #d54d35;
	font-size: 19px;
	padding-bottom: 25px;
	line-height:1em;
	}
.greeting img {
	float: right;
	border: 1px solid #acaeaf;
	}
#free-audio {
	float: right;
	background: url(images/free_audio_bg.png) top center no-repeat; 
	width: 295px;
	height: 432px;
	display: block;
	position: relative;
	margin: -65px -17px 0;
	}
* html body #free-audio {
	margin: -78px -8px 0;
	background: url(images/free_audio_bg.jpg) top center no-repeat; 
	}
#free-audio-form {
	padding: 300px 0 0 22px;
	font-size: 16px;
	text-transform: uppercase;
	font-style: italic;
	color: #000000;
	}
#free-audio-form form {
	padding-left: 5px;
	}
#free-audio-form .submit-img {
	margin: 10px 0;
	}
.signup {
	width: 838px;
	height: 247px;
	float: left;
	margin-bottom: 30px;
	display: block;
	position: relative;
	background: url(images/banner_signup.jpg) top center no-repeat;
	}
.signup-content {
	width: 575px;
	float: right;
	padding: 70px 30px 0 0;
	}
.signup-text {
	float: left;
	color: #ffffff;
	line-height:1.3em;
	}
.signup-text span {
	font-size: 20px;
	}	
.signup-text a {
	color: #ffffff;
	}		
.signup-btn {
	float:right;
	}	
.testimonial {
	padding: 0 0 15px 0;
	}	
.testimonial-detail {
	width: 836px;
	background-color: #d3d3d3;
	margin-bottom: 15px;
	}
.testimonial-detail-main {
	float: left;
	padding: 10px 20px;
	}			
.testimonial-detail-left {
	float: left;
	width: 365px;
	color: #000000;
	}
.testimonial-detail-left p {
	font-size:14px;
	}
.testimonial-detail-left h1 {
	color: #1477b0;
	font-size: 30px;
	padding: 10px 0 20px 65px;
	background: url(images/h1_bg_gray.gif) top left no-repeat;
	}
.testimonial-detail-right {
	float: right;
	padding-left: 20px;
	}
.test-detail-bottom {
	background:# url('images/testimonial_detail_bottom.gif') no-repeat;
	width:836px;
	height:10px;
	line-height:10px;
	}			
#footer {
	width: 900px;
	min-height: 163px;
	_height: 163px;
	clear: both;
	position: relative;
	display: block;
	background:#a6130c url(images/footer_bg.jpg) top center no-repeat;
	text-align: right;
	color: #ffffff;
	font-size: 12px;
	/*margin: 0 0 0 -25px;*/
	}

#footer-navi {
	padding: 23px 35px 0 0;
	}
#footer-navi span {
	font-weight: bold;
	}
#footer-navi ul {
	margin: 5px 0 20px 0;
	}
#footer-navi ul li {
	display: inline;
	}
#footer-navi ul li a, #footer-navi a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	}				

/* Style Spcific */
h1 {
	color: #1477b0;
	font-size: 30px;
	text-transform: uppercase;
	padding: 0 0 20px 0px;
	line-height:1em;
	font-style: italic;
	}
h2 {
	color: #d54d35;
	font-size: 19px;
	padding-bottom: 25px;
	line-height:1em;
	font-style: italic;
	}
h2.emphasis {
	color: #d54d35;
	font-size: 24px;
	padding-bottom: 25px;
	line-height:1em;
	font-style: italic;
	}
.container-body{
	width:500px;
	margin:0 auto;
	}
.container-body-med{
	width:550px;
	margin:0 auto;
	}
.container-body-wide{
	width:600px;
	margin:0 auto;
	}
.container-body-wider{
	width:700px;
	margin:0 auto;
	}
.container-body p{
	margin:0 0 0 35px;
	}
.tinytext {
	font-size:8pt;
	line-height:normal;
	}
.container-body p, .medtext {
	font-size:16px;
	}
ul.youwill li{
	font-size:16px;
	margin-left:30px;
	}
.center {text-align:center;}
.point {font-size:16px;}
#direction {margin-top: 10px;}	
.image-helper {padding:20px 0;}
.orange {color: #D54D35;}
img.nolines {border: none;}
.entry_categories {text-align:right }
/* End Style Spcific */

/*subpages */
#logo-sub {
	position:absolute; top:20px; left:30px;
}
#tag-sub {
	margin: 76px  0 0 30px;
}
.sub {
	font-size: 14px;
	margin: 83px 0 0 0;
}
.sub h1, .sub h2, .sub h3 {
	font-style: normal;
}
h2.title {
	border-bottom: 1px dashed #999999;
	padding-bottom:12px;
	margin-bottom:25px;		
}
h2.statement2 {
	color:#000000;
	font-size:17px;
	line-height:1.2em;
	border:none;
}
.sub ul.also-offer {
	margin:0 auto;
	width:600px;
}
.statement a.style2 {
	font-size:23px;
}
.sub div.also-offer {
	border: 1px dashed #999999;
	padding:8px 0;
}
#header-sub {
	position:absolute;
	top:-163px;
	height:166px;
	left:-5px;
}
/* SIDE BOX */
.sidebox {
	background-color:#FBFBFB;
	border:1px solid #666666;
	display:block;
	float:right;
	margin:0 8px 55px 8px;
	padding:10px;
	width:183px;
}
#sidebar p {padding: 0 }
p.video_widget_before_video {margin: 15px 0 5px; font-size: 12px; font-weight: bold }
/* END SIDE BOX */

/* END OF BLOG */
#shadow_top {height:1px; line-height:1px }
#primary-nav {
	position: absolute;
	top:1px;
	left: 0;
	padding:0 25px;
	width:575px;
	height: 29px;
	line-height: 29px;
	font-family: Arial, Tahoma, san-serif;
	background: url('images/bak-navigation.gif') repeat-x;
	z-index: 10;
}
#primary-nav ul {
	list-style: none;
	margin: 0;
}
#primary-nav ul  li {
	float: left;
	margin: 0;
}
#primary-nav ul  li a {
	color: #FFFFFF;
	font-weight: Bold;
	font-size:13px;
	padding: 0 16px 0 0;
	text-decoration: none;
}
form#wp-search {
	float: right;
	text-align: right;
	padding: 5px 0 0 0;
	width:84px;
}

form#wp-search input.text-field {
	font-size: 11px;
	color: #666666;
	padding: 0 0 0 5px;
}

#content-body {
	float: left;
	width: 620px;
}

#sidebox-right {
	border:1px solid #999999;
	border-top: none;
	border-right: none;
	display:block;
	float:right;
	margin: -21px -25px 55px 8px;
	padding:10px;
	width:198px;
}

/* SEMIOLOGIC */

#shadow {
	width: 850px;
	background: #ffffff url(images/content_bg.gif) left 21px repeat-x;
	padding: 47px 25px 0 25px;
}

.sm #main {
	float: left !important;
}

.sm #sidebar {
	float: right !important;
}

.wide_ms #sidebar, .wide_sm #sidebar {
	width:270px;
	margin: 427px -20px 0 0;
	border-bottom: 1px solid #CCCCCC;
}

* html body  #sidebar, * html body #sidebar {
	margin: 427px -10px 0 0 !important;
}

div.widget_text {
	display: none;
}
.wide_ms #ext_wrapper, .wide_sm #ext_wrapper {
	width: 900px !important;
	position: relative;
}
.ssm #ext_wrapper, .sms #ext_wrapper, .mss #ext_wrapper, .sm #ext_wrapper, .ms #ext_wrapper, .m #ext_wrapper {
	border: none !important;
	margin: 163px auto 0 auto !important;
}
#copyright_notice, #footer_nav {
	text-align:right !important;
	padding: 0 20px 0 0;
}
#main p {
	padding: 0;
}

.entry_content p, .post_list p {padding: 0 0 10px 0 !important }

#main .post_list ul {margin: 0 0 0 0 }

.post_list h2 {padding-bottom: 0 }

.entry_tags {display: none }

.post-divider {background: #ccc; margin-bottom: 40px }

h3.cat-date {padding: 0 0 20px 0 }

#text-376052751 {margin:0; height: 34px; overflow: hidden }
#shadow .sidebar-tab {list-style: none; margin: 10px 0 0; border-bottom: 1px solid #FFF }
#shadow .sidebar-tab li {float: left; list-style-type: none; padding:4px 6px; background: orange url(images/bak-navigation.gif) repeat-x; margin:0 1px 0 }
#shadow .sidebar-tab li a {color: #fff; text-decoration: none; font-weight: bold; outline: none }
#mostpopular, #categories-314749241, .widget_video, #video-369173851 {margin:0 0 6px 0; border:1px solid #666; padding: 15px 2px 0 6px !important; background: url(images/content_bg.gif) repeat-x left -6px; display: none }
#sidebar .tabon {display: block }
#sidebar #video-369173851 {padding-left: 15px !important }

#sidebar-optin {background: url(http://www.fitnessgurusam.com/wp-content/themes/fitness-concepts/images/free_audio_bg_small.png) no-repeat; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='http://www.fitnessgurusam.com/wp-content/themes/fitness-concepts/images/free_audio_bg_small.png'); position: relative; width: 254px; height: 372px }
#sidebar-optin #optin-form {color:#000000; font-size:16px; font-style:italic; padding: 260px 0 0 22px; text-transform:uppercase }
/* END OF BLOG */

.ssm #ext_wrapper, .sms #ext_wrapper, .mss #ext_wrapper, .sm #ext_wrapper, .ms #ext_wrapper, .m #ext_wrapper {background:transparent !important}

#optinbox form {margin:333px 0 0 58px;  }
#optinbox form .textfield {border:none; background:transparent; padding:4px 8px; margin:0 0 5px 44px; width:167px }
#optinbox form .submit-img {background:transparent; border:none }

/*Social*/
.share-with-friends {font-size:1.3em; font-style:italic; font-weight:bold }

.share-tweetmeme, .share-googlebuzz, .share-digg, .share-stumble, .share-reddit, .share-facebook {margin: 0 2px 20px; display:block; float:left }

.share-googlebuzz {position:relative }
.google-buzz-button {position:absolute; top:-3px }
* html body .google-buzz-button {top:-3px; left:2px }
*+html body .google-buzz-button {top:-3px; left:2px }

.share-digg {margin:1px 0 0 55px }
* html body .share-digg {margin-top:1px }
*+html body .share-digg {margin-top:1px }

.share-stumble {margin-top:2px }
* html body .share-stumble {margin-top:0px }
*+html body .share-stumble {margin-top:0px }

.share-reddit {}
.fb_share_no_count {display:block !important }
.commentcount {color:#efb53b; font-size:17px }
/*End Social*/
