/*

Theme Name: Rock Body Boot Camp
Theme URI: http://www.rockbodybootcamp.com
Description: The Rock Body Boot Camp Theme - December 2009
Version: 1.0
Author: Ken Chase
Ken Chase by Ken Chase || http://www.kenchase.com/

*/

/*** General Styles ***/

/* Remove margin and padding from all elements  */

*{
   margin: 0;
   padding: 0;
}

/* Set font style and colours */

body{
   font-family: Verdana, Arial, sans-serif;
   font-size: small;
   color: #463934;
   background: url(images/bg-body.png) repeat-x top left #8f0000;
   text-align: center;  /* centre page for bad browsers */
}
* html body{
   font-size: x-small; /* for IE 5/Win */
   f\ont-size: small;  /* for other IE versions */
}
html{
   overflow-y:scroll; 
}
html, body {
   height: 100%;
}

a img{
   border: none;	
}

div#main-content img.alignleft{
  float: left;
  margin: 0 16px 10px 0;
}
div#main-content img.alignright{
  float: right;
  margin: 0 0 10px 16px;
}

/*** Wrapper ***/

div#wrapper-outer{
	background: url(images/bg-wrapper.png) no-repeat top left;
	width: 868px;
	margin: 10px auto 20px auto;
	overflow: hidden;
}

div#wrapper{
   width: 868px;
   margin: 10px auto 0 auto;
   text-align: left; /* Recover from text-align center in body */
   background: #fff;
   overflow: hidden;
}

/*** Header ***/

div#header{
    width: 868px;
    height: 173px;
    margin: 0 auto 0 auto;
}

/* Logo */

div#header div#logo{
    float: left;
	width: 291px;
	height: 113px;
	margin: 10px 0 10px 30px;
}

div#header div#logo h1{
    text-indent: -5000px;
}
div#header div#logo h1 a{
    display: block;
    width: 291px;
    height: 113px;
    background: url(images/logo.png) no-repeat top left;
}

/* Utilities */

div#header div#utilities{
    float: right;
	width: 534px;
	height: 113px;
	margin: 0 13px 10px 0
}

/* Utilities - Social */

div#header div#utilities div#social{
	float: right;
	width: 534px;
	text-align: right;
}
div#header div#utilities div#social p{
	color: #aa0805;
	vertical-align: top;
	float: right;
	text-align: right;
	display: inline;
	padding: 14px 0 0 0;
	margin: 0 10px 0 0;
	font-family: "Rockwell";
	font-size: 110%;
}
div#header div#utilities div#social ul{
	list-style: none;
	float: right;
	display: inline;
}
div#header div#utilities div#social ul li{
	float: left;
	margin-right: 10px;
}
div#header div#utilities div#social ul li.last{
	display: inline-block;
	margin-right: 0;
}

/* Utilities - Newsletter */

div#header div#utilities div#newsletter{
	clear: both;
	float: right;
	width: 534px;
}
div#header div#utilities div#newsletter p{
    color: #797979;
	text-align: right;
	font-size: 90%;
	line-height: 1.2em;
	font-family: "Lucida Sans Unicode"
}
div#header div#utilities div#newsletter form{
    margin: 10px 0 0 0;
	float: right;
}
div#header div#utilities div#newsletter form input[type='text']{
    height: 16px;
    border: 1px solid #e3e9ef;
    border-top: 1px solid #abadb3;
    width: 100px;
    vertical-align: top;
	padding: 2px 0 0 4px;
}
div#header div#utilities div#newsletter form input.error[type='text']{
	border: 1px solid red;
}

/* Main Nav */

div#main-nav{
	clear: both;
	float: left;
 	width: 842px;
 	margin: 3px 13px 0 13px;
	padding: 0;
	height: 35px;
	font-family: "Myriad Pro", verdana, helvetica, sans-serif;
	background: url(images/bg-main-nav.png) repeat-x top left;
	font-size: 90%;
}
div#main-nav ul{
	text-align: center;
	width: 842px;
	margin: 0 0 0 0;
	height: 35px;
    list-style-type: none;    
}
div#main-nav ul li{
	float: left;
	height: 35px;
	background: url(images/bg-main-nav.png) repeat-x top left;
}

div#main-nav ul li a{
    display: block;
    float: left;
	width: 60px;
    padding: 10px 10px 0 12px;
    height: 35px;
    color: #fff;
    text-decoration: none;
    background: url(images/bg-main-nav-divider.png) no-repeat top left;
}
div#main-nav ul li.page-item-4 a{
	width: 50px;
}
div#main-nav ul li.page-item-2 a{
	width: 70px;
}
div#main-nav ul li.page-item-6 a{
	
}
div#main-nav ul li.page-item-8 a{
	width: 40px;
}
div#main-nav ul li.page-item-11 a{
	width: 142px;
}
div#main-nav ul li.page-item-13 a{
	width: 110px;
}
div#main-nav ul li.page-item-15 a{
	width: 122px;
}
div#main-nav ul li.page-item-17 a{
	width: 72px;
}
div#main-nav ul li.first a{
	background: none;
}

div#main-nav ul li a:hover,
div#main-nav ul li.current_page_item a,
div#main-nav ul li.current_page_parent a{
    background: url(images/bg-main-nav-hover.png) repeat-x top left;
}

/*** Content  ***/

div#content{
    clear: both;
    width: 868px;
    float: left;
    margin: 0;
    padding: 0;
    color: #463934;
	padding-bottom: 9px;
}

/* Sidebar */

div#content div#sidebar{
	float: left;
	width: 200px;
	margin: 30px 0 0 0;
	padding: 0 0 20px 0;
}
div#content div#sidebar ul{
    list-style: none;
}
div#content div#sidebar ul li{
    text-align: center;
	margin-bottom: 70px;
}
div#content div#sidebar ul li.last{
	margin-bottom: 40px;
}

div#content div#sidebar div#sb-coc{
    margin: 0 0 0 41px;	
}
div#content div#sidebar div#sb-coc h2{
    font-size: 90%;
	font-weight: normal;
	color: #463934;
}


/* Sub Nav */

div#sub-nav{
    width: 868px;
    height: 35px;
	padding: 153px 0 0 0;
	margin: 4px 0 0 0;
	background: url(images/bg-inner-banner.jpg) no-repeat top center;
}
div#sub-nav ul{
	float: left;
	width: 844px;
	margin: 6px 12px 0 12px;
	height: 29px;
	list-style: none;
	background: url(images/bg-sub-nav.png) repeat-x top left;
}
div#sub-nav ul li{
	float: left;
	height: 29px;
}
div#sub-nav ul li a{
	float: left;
	display: block;
	height: 23px;
	color: #fff;
	padding: 6px 14px 0 10px;
	text-decoration: none;
	background: url(images/bg-sub-nav-div.png) no-repeat top right;
}
div#sub-nav ul li.last a{
	background: none;
}
div#sub-nav ul li a:hover,
div#sub-nav ul li.current_page_item a{
	background: #000;
}

/* Main Content */

div#content div#main-content{
	float: left;
	width: 608px;
	margin: 30px 40px 30px 10px;
}
div#content div#main-content h2{
    margin: 30px 0 20px 0;
	padding: 30px 0 0 0;
	background: url(images/bg-divider.png) no-repeat top left;
}
div#content div#main-content h2.first{
	margin: 0 0 20px 0;
	padding: 0;
	background: none;
}
div#content div#main-content h3{
    color: #463934;
    font-weight: bold;
    font-size: 96%;
    margin: 0 0 2px 0;
}
div#content div#main-content p{
    margin: 0 0 16px 0;
    line-height: 1.4em;
}
div#main-content-wrapper div#main-content ul{
    margin: 4px 0 18px 16px;
}
div#main-content-wrapper div#main-content ol{
    margin: 4px 0 18px 20px;
}
div#main-content-wrapper div#main-content ul{
	list-style: none;
	list-style-image: url(images/bg-list-item.png);
}
div#main-content-wrapper div#main-content ul li,
div#main-content-wrapper div#main-content ol li{
    margin: 0 0 10px 0;
}
div#main-content-wrapper div#main-content ul li,
div#main-content-wrapper div#main-content ol li{
	padding: 0 0 0 0;
}
div#main-content a{
	color: #000;
}

/*** Footer ***/

div#footer-wrapper{
    width: 868px;
    margin: 0 auto;
    background: url(images/bg-footer-bottom.jpg) no-repeat bottom center;
    overflow: hidden;
}

div#footer{
	clear: both;
	overflow: hidden;
	width: 838px;
	height: 109px;
	margin: 0 0 0 0;
	padding: 0 10px 20px 20px;
	background: url(images/bg-footer.jpg) no-repeat top center #000;
	color: #fff;
	font-family: "Lucida Sans Unicode";
	font-size: 86%;

}

/* Footer Nav */

div#footer div#footer-nav{
	float: left;
	width: 375px;
}

div#footer div#footer-nav ul{
	list-style: none;
	float: left;
	width: 140px;
	padding: 20px 0 10px 0;
	margin: 0 0 20px 0;
}
div#footer div#footer-nav ul.footer-nav-a{
	width: 90px;
}
div#footer div#footer-nav ul li{
	padding: 0;
}
div#footer div#footer-nav ul li a{
    color: #fff;
    text-decoration: none;
	background: url(images/bg-footer-nav-item.png) no-repeat center left;
	padding: 0 0 0 12px;
}
div#footer div#footer-nav ul li a:hover,
div#footer div#footer-nav ul li.current_page_item a,
div#footer div#footer-nav ul li.current_page_parent a{
    color: #b90101;
	background: url(images/bg-footer-nav-item-on.png) no-repeat center left;
}

div#footer div#footer-nav p#footer-credit{
	clear: both;
	margin: 0;
}
div#footer div#footer-nav p#footer-credit a{
	color: #fff;
	text-decoration: none;
}
div#footer div#footer-nav p#footer-credit a:hover{
    color: #b90101;
}

/* Footer Testimonial */

div#footer div#footer-testimonial{
	float: left;
	width: 463px;
	background: url(images/bg-footer-testimonial.jpg) no-repeat bottom left;
}

/*** FAQ ***/

body#faq div#content div#main-content div#faq-questions ol{
    font-style: italic;
	font-weight: bold;
	font-size: 96%;
	margin-left: 30px;
}
body#faq div#content div#main-content div#faq-questions ol li{
	margin-bottom: 4px;
}
body#faq div#content div#main-content div#faq-questions ol li a{
	text-decoration: none;
}

body#faq div#content div#main-content div#faq-answers div.faq-item{
    background: url(images/bg-divider.png) no-repeat -20px 0;
	padding: 20px 0 0 0;
}

body#faq div#content div#main-content div#faq-answers h3{
    color: #463934;
	font-size: 96%;
	font-style: italic;
	font-weight: bold;
	margin: 0 0 10px 0;
	vertical-align: top;
}
body#faq div#content div#main-content div#faq-answers ol p{
    font-weight: normal;
}
body#faq div#content div#main-content div#faq-answers ol{
	margin: 10px 0 10px 30px;
	font-weight: normal;
}
body#faq div#content div#main-content div#faq-answers ol li{
	background: none;
	padding-top: 0;
	margin: 0 0 2px 0;
	font-weight: normal;
}

/** Why We Are Unique ***/

body#why-we-are-unique div#content div#main-content ul{
	list-style-position: inside;
	margin: 0;
	list-style-image: none;
}
body#why-we-are-unique div#content div#main-content ul li h3{
    padding: 0 0 0 10px;
	margin: 0;
	background: url(images/bg-list-item.png) no-repeat center left;
}
body#why-we-are-unique div#content div#main-content li{
	background: url(images/bg-divider.png) no-repeat -20px bottom;
	padding: 0 0 4px 0;
}
body#why-we-are-unique div#content div#main-content li.last{
	background: none;
	padding-bottom: 20px;
}

/*** Testimonials ***/

body#testimonials div#content div#main-content p{
	background: url(images/bg-divider.png) no-repeat -20px bottom;
	padding: 0 0 16px 0;
	margin: 0 0 0 0;
}

/*** Before and After ***/

body#before-and-after div#main-content-wrapper{
	margin-bottom: 20px;
	overflow: hidden;
}

body#before-and-after div.ba-item{
	float: left;
	clear: both;
	width: 868px;
	background: url(images/bg-divider.png) no-repeat 200px 0px;
}
body#before-and-after div.ba-sidebar{
	float: left;
	width: 200px;
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
}
body#before-and-after div.ba-sidebar ul{
    list-style: none;
}
body#before-and-after div.ba-sidebar ul li{
    text-align: center;
	margin-bottom: 10px;
}
body#before-and-after div.ba-sidebar ul li.last{
	margin-bottom: 0px;
}

body#before-and-after div.ba-sidebar div#sb-coc{
    margin: 0 0 0 41px;	
}
body#before-and-after div.ba-sidebar div#sb-coc h2{
    font-size: 90%;
	font-weight: normal;
	color: #000;
}

body#before-and-after div.ba-main-content{
	float: left;
	width: 608px;
	margin: 30px 40px 0px 10px;
}
body#before-and-after div.ba-main-content h2{
	margin: 10px 0 10px 0;
}
body#before-and-after div.ba-main-content h3{
    color: #463934;
    font-weight: bold;
    font-size: 96%;
    margin: 0 0 2px 0;
}

/*** Get Started Today ***/

body#london-boot-camp-schedule div#content div#main-content h3,
body#st-thomas-boot-camp-schedule div#content div#main-content h3,
body#memberships div#content div#main-content h3{
	color: #463934; 
	padding: 0;
	margin: 0;
	font-size: 96%;
	font-weight: bold;
}
body#london-boot-camp-schedule div#content div#main-content table,
body#st-thomas-boot-camp-schedule div#content div#main-content table,
body#pricing div#content div#main-content table{
	border: none;
	margin-bottom: 20px;
}
body#london-boot-camp-schedule div#content div#main-content table td,
body#st-thomas-boot-camp-schedule div#content div#main-content table td{
	padding: 2px 40px 2px 0;
}

/* Memberships */

body#pricing div#content div#main-content table{
    border-collapse: collapse;
	font-size: 90%;
	width: 608px;
}
body#pricing div#content div#main-content table tr{
	margin: 0 0 20px 0;
    padding: 20px 0;
}
body#pricing div#content div#main-content table tr.first{
	background: none;
}
body#pricing div#content div#main-content table th{
    vertical-align: top;
	text-align: left;
    padding: 2px 20px 8px 0;
}
body#pricing div#content div#main-content table td{
    vertical-align: top;
    padding: 2px 20px 8px 0;
	width: 132px;
}
body#pricing div#content div#main-content table td.row-border{
	background: url(images/bg-divider.png) no-repeat 0px 0px;
	width: 608px;
	padding: 0;
}

/*** Contact Us ***/

body#contact-us div#content div#main-content h2{
	float: left;
}
body#contact-us div#content div#main-content div#contact-heading{
	float: right;
}
body#contact-us div#content div#main-content div#contact-heading ul{
	list-style: none;
	padding-top: 6px;
	margin: 0;
	list-style-image: none;
}
body#contact-us div#content div#main-content div#contact-heading ul li{
	margin: 0;	
}

body#contact-us div#contact-form-wrapper{
	clear: both;
	float: left;
	width: 562px;
}

div#content div#maincontent form#contact-form{
	width: 562px;

}
div#contact-form-wrapper form#contact-form label{
	float: left;
	width: 190px;
	clear: both;
	vertical-align: top;
}
div#contact-form-wrapper form#contact-form label#checklbla{
	clear: none;
	margin-left: 4px;
	width: 290px;
}
div#contact-form-wrapper form#contact-form label.textarealbl{
    width: 600px;
    clear: both;
}
div#contact-form-wrapper form#contact-form label.checklbl{
	width: auto;
	margin-bottom: 30px;
	padding-top: 0;
}
div#contact-form-wrapper form#contact-form input[type='text'].error{
	border: 1px solid red;
}
div#contact-form-wrapper form#contact-form label.error{
	display: block;
	float: none;
	color: red;
	margin: 0;
}
div#contact-form-wrapper form#contact-form input[type='text']{
	width: 366px;
	float: left;
	height: 18px;
	display: inline-block;
	margin: 0 0 10px 0;
	padding:  4px 0 0 4px;
	border: 1px solid #dfdfdf;
	vertical-align: top;
}
div#contact-form-wrapper form#contact-form input[type='checkbox']{
	margin: 0 0 0 0;
	float: left;
	width: 20px;
	height: 15px;
	
}
div#contact-form-wrapper form#contact-form textarea{
	width: 564px;
	height: 160px;
	display: block;
	float: left;
	margin: 10px 0 20px 0;
	border: 1px solid #dfdfdf;
	vertical-align: top;
}

div#contact-form-wrapper form#contact-form div.frm-cols {
	float: left;
	margin: 10px 0;
}
div#contact-form-wrapper form#contact-form div.frm-cols p{
	clear: both;
	float: left;
	width: 240px;
}
div#contact-form-wrapper form#contact-form div.frm-col-a{
	float: left;
	width: 160px;
}
div#contact-form-wrapper form#contact-form div.frm-col-b{
	float: left;
	width: 160px;
}
div#contact-form-wrapper form#contact-form div.frm-col-a label,
div#contact-form-wrapper form#contact-form div.frm-col-b label{
	width: 140px;
	clear: none;
	float: left;
	display: block;
	margin: 0 0 4px 0;
	padding: 0 0 0 0;
	vertical-align: top;
	
}
div#contact-form-wrapper form#contact-form div.frm-col-a input[type='checkbox'],
div#contact-form-wrapper form#contact-form div.frm-col-b input[type='checkbox']{
	width: 20px;
	height: 15px;
	display: block;
	margin: 0 0 4px 0;
	clear: both;
	float: left;
	vertical-align: bottom;
	padding: 0 0 0 0;
	
}
div#contact-form-wrapper form#contact-form input#submit{
	clear: both;
	float: left;
}

/*** Site Map ***/


body#site-map div#content div#main-content ul{
	margin: 0;
	padding: 0 0 6px 40px;
	background: url(images/bg-divider-short.png) no-repeat -20px bottom;
}
body#site-map div#content div#main-content ul.last{
	background: none;
}
body#site-map div#content div#main-content ul ul{
	margin: 0;
	padding: 0 0 0 12px;
	background: none;
}

body#site-map div#content div#main-content ul li{
	padding:  0 0 20px 0;
	margin: 0;
}
body#site-map div#content div#main-content ul li a{
	text-decoration: none;
}
body#site-map div#content div#main-content ul li ul li{
    background: none;
	margin: 2px 0;
	padding: 0;
}