/* Project: "Sport" Formula
*  Copyright 2009 All Rights Reserved.
*  Structure of this document:
* 1) GLOBAL 2) LAYOUT 3) STYLES 4) NAVIGATION 

/* ***GLOBAL*** */

/*Initialize the browser's CSS Except for table structure*/
	@import url(reset.css);
	
	body {background: #400001 url(../images/back-body.jpg) repeat-x; font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif; color: #363535 }
	
	strong {font-weight: bold }
		
	h1 {font-size:38px; color: #DA5304 }
	
	h2 {font-size:20px; color: #68bf0a }
	
	p { margin-bottom: 9px }
	
	a:link {text-decoration: none; color: #da5304; outline: none  }
	
	a:visited {color: #a63f03; text-decoration: none;}
	
	a:hover {color: #eb6b1f}
	
	a:active {color: #eb6b1f}
	
	.post a:link, .post a:visited {font-weight: bold }

/* ***END GLOBAL*** */



/* ***LAYOUT*** */

#shadow, #header, #container, #shadow-bottom, #footer, .guarantee, .signup, .testimonials {margin: 0 auto }

#shadow {width: 100%; display: table }

#container-shadow {background: url(../images/back-container-shadow.jpg) no-repeat center top;display:table;width:100%;}

#container {width: 978px; background: url(../images/back-container.png) repeat-y; position: relative; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='/wp-content/themes/fwf/images/back-container.png') }

#content {width: 938px; background: url(../images/back-content.jpg) no-repeat center top; padding: 0 20px 60px 20px }

#left-col { padding: 0 0 0 9px; width: 600px }

#header {height: 225px }

#logo { position: absolute; top: 0; left: 20px; text-indent: -99999px  }

#logo a { width: 405px; height: 160px; display: block; outline: none }

#shadow-bottom {background: url(../images/bak-container-bottom.jpg) no-repeat; height: 70px; width: 1000px }

#optinbox { position: absolute; top: 218px; right: 20px; width: 311px; height: 375px  }

#signupbox { background: url(../images/back-optin.jpg) no-repeat; height: 390px }

#signupbox form { position: absolute; top: 242px; right: 40px; border: none; width: 200px }

#signupbox .textfield { background: transparent ; border: none; color: #fff; width: 180px; height: 16px; line-height: 15px; font-size: 11px; padding: 2px 10px }

.optin-submit {float: right; margin: 9px 0 0 0 }

#video { margin: 0 10px 50px 0 }

#video-frame { background-color: #dedede; padding: 16px; width: 527px }

#footer { width: 978px; min-height: 340px; _height: 340px; background: url(../images/bak-footer.jpg) no-repeat center top; font-size: 11px; margin-bottom: 32px; position: relative; padding: 0 0 21px 0 }

#footer .footer-content {width: 750px; padding: 45px 0 0 57px; color: #fff; font-size: 11px }

#footer li {color: #FFF; float: left }

#copyright { position: absolute; bottom: 15px; left: 60px; width: 850px }

#attribution { float: right; text-align: right; display: block; }


/* ***STYLES*** */
#left-col h1 { text-align:center; line-height: 38px }

#left-col h2 { text-align:center; font-style: italic; padding: 20px 0 35px 0px }

.recover {clear: both }

.guarantee, .signup {position: relative; margin-left:26px; margin-bottom: 35px; padding:25px 77px 25px 290px; width: 520px; height: 277px; color: #fff; font-size: 14px; background: url(../images/bak-guaranteed.jpg) no-repeat center top }

.signup { padding: 25px 380px 20px 60px; width: 447px; height: 282px; background: url(../images/bak-signup.jpg) no-repeat center top }

.guarantee p, .signup p { margin-bottom: 15px }

.guarantee a, .guarantee a:visited, .signup a, .signup a:visited { color: #04bde8 }

h1.quote, span.name { color: #002f55; font-size: 48px; padding-top: 25px }

h1.headline-blue24 { color: #04bde8; font-size: 24px; padding: 0; margin-bottom: 15px }

span.name { font-size: 30px }

span.text24 { font-size: 24px }

.trainer-name { font-size: 24px; float: left }

.trainer-email, .trainer-email a, .trainer-email a:visited { color: #04bde8; float: right; padding-top: 5px }

.leftalign {float: left }

.wide-col {clear: both; margin: 0 auto; width: 777px }

.txtcenter { text-align: center }

.container-body-med {margin:0 auto; width:550px }
	
ul.youwill li {font-size:16px; margin-left:30px }

.commentlist {list-style: none }

/* ***END STYLES*** */




/* *** NAVIGATION *** */
#globalnav { position: absolute; width: 550px; top: 0; right: 30px; height: 33px; color: #fff; font-size: 11px; font-family: Tahoma, Arial, Helvetica, sans-serif; text-align: right; padding-top:6px; }

#globalnav ul { float: right}

#globalnav ul li.last, #footer ul li.last { border: none; background: none }		

#globalnav ul li { display: inline; padding: 0 10px; border-right: 1px solid #f0285b }

#globalnav a:link, #globalnav a:visited { color: #fff; font-weight: bold;  }

#sidebar a:link, #sidebar a:visited { color: #3c3b3b; font-weight: bold; font-size: 12px }

#footer ul { padding-bottom: 35px; display: block; list-style: none; width: 415px }

#footer ul li { padding: 0 5px; background:transparent url(../images/divider-footer-links.gif) no-repeat scroll right 5px; height: 14px; margin:4px 0 }

#footer a:link, #footer a:visited {color: #FFF; text-decoration: none; font-size: 12px }

#footer a:active, #footer a:hover {text-decoration: underline }
	
a.post-edit-link:link, a.post-edit-link:visited {font-size: 12px !important; }

.post h1 a:link, .post h1 a:visited {text-decoration: none; font-size: 27px; outline: none  }
	
/* ***END NAVIGATION*** */


/* Start Blog */
#leftcontent {width:579px;}
#leftcontent {float:left; padding: 0 30px 0 30px}
.post {float:left;margin-bottom:10px;padding-bottom:10px;width:100%; background: url(../images/dotted-line.gif) repeat-x 0 bottom }
#leftcontent .post h1 {color:#da5304;margin-top:3px;float:left;}
#leftcontent h1 {font-size:24px; margin:0;padding:0;}
#sidebar {width:275px;float:left;margin:344px 0 0;padding:5px 0 0;}
#login {position: absolute; top: 0px; width: 100%; height: 20px; background: url(../images/login.png) repeat-x; color: #e1e1e1; font-size: 11px }
#login ul {list-style: none; float: right }
#login li {float: left; margin-right: 15px }
#login li.dot {padding-left: 12px; background: url(../images/whitedot.png) no-repeat 0 2px; }
#login a:link, #login a:visited {color: #e1e1e1; font-size: 11px }

/*#content #sidebar {width: 260px; margin: 242px 0 30px }
#sidebar h2 {background: url(../images/back-sidebar-title.jpg) no-repeat left center; padding: 6px 0 6px 33px; color: #444; font-size: 18px; border-bottom: 5px solid #C8C8C8; margin-bottom: 2px }
#sidebar ul {list-style-image:url(../images/back-sidebar-bullet.gif); margin: 0 0 35px 0; width: 265px; list-style-position:inside; }
#sidebar li {background: url(../images/back-sidebar-link.jpg) no-repeat left bottom; min-height: 28px; padding: 5px 0 0; margin: 0 0 0 12px  }*/

#sidebar h2 {background: url(../images/back-sidebar-title.gif) no-repeat left center; padding: 5px 39px 0 23px; color: #fff; font-size: 18px; margin:0 0 12px;min-height:43px; _height:43px; width:210px;  }
#sidebar div ul {list-style-image:url(../images/icon-file.gif);margin:0 0 30px 35px;}
#sidebar div li {background: url(../images/back-sidebar-item.gif) repeat-x left bottom; width:203px; margin: 0 0 7px 0; padding: 3px 0 }
* html #sidebar li {padding: 5px 0 0 6px; margin: 0 }
*+html #sidebar li {padding: 5px 0 0 6px; margin: 0 }

#shadow #header-search {display: inline; width: 130px; right: 25px; top: 7px; margin: 0;  }
#shadow #header-search form {display: inline}
#shadow #header-search #s {border: 1px solid #ccc; background: #ccc; width: 120px; font-size: 11px; color: #666; background: url(../images/back-datemeta.gif) repeat-x   }
.datemeta {float: left; width: 67px; height: 75px; text-align: right; margin-right: 13px; background: url(../images/back-datemeta.gif) repeat-x  }
#leftcontent .date {font-size: 37px; line-height: 54px; display: block; color: #fff; text-align: center }
.month-year {font-size: 11px; line-height: 16px; display: block; color: #fff; text-align: center }
.entry_content {clear: both; margin: 0 0 0 14px; font-size: 12px; color: #4a4a4a }
.entry {clear: both; padding: 15px 0 0}
#leftcontent h1 {margin: 5px 0 0 0; width: 370px; font-size: 24px; padding: 5px 15px 0 0 }
.comments-box a:link, .comments-box a:visited, .comments-box a:hover {color: #918872; font-size: 24px; padding: 18px 0 0 0; display: block; text-decoration: none }
.comments-box {background: url(../images/back-comment-bubble.jpg) no-repeat;display:block;float:right;height: 95px;margin:-50px -10px 0 0;padding:5px 10px 0 28px;position:relative;width:98px }
.comments-box a:link, .comments-box a:visited, .comments-box a:hover, .comments-box a:active {font-size:15px}
.comment-feet {font-size:15px }
.alignleft {float: left}
.alignright {float: right}
.aligncenter {text-align: center}
.side-widget {margin: 0 0 20px }
.comment {border-bottom: 1px solid #ddd; margin: 0 0 9px 0 }
.comment p {margin-bottom: 5px }
#commentform #submit {background:#444 ;border:#333 #000 #000 #333;border-style:solid;border-width:1px;color:#fff;cursor:pointer;font-size:11px;padding:3px 6px;}
#comment {width:550px;background:#FFFFFF url(../images/textfield.gif) repeat-x center top;border:1px solid #a6a6a6;padding:2px 1px }
.post ul, .post ol {margin: 0 0 20px 40px }
.commentlist {list-style: none }
.commentlist li {lmargin:15px 0 3px;padding:5px 10px 3px }
.commentlist .alt {background-color:#ededed ;border-bottom:1px solid #ddd ;border-top:1px solid #ddd }
.commentlist p {margin:10px 5px 10px 0 }
.formfield {background:#fff url(images/textfield.gif) repeat-x center top; border:1px solid #a6a6a6;padding:2px 1px }
.comment-author, .comment-author a, .fn {font-weight: bold }
/* End Blog */