/*
Theme Name: Get Fit Bootcamp
Theme URI: http://fitforlifeboocamp.org/
Description: Custom Wordpress theme developed exclusively for Get Fit Bootcamp by the ninjas at Stuteo.com
Author: Stuteo
Author URI: http://stuteo.com/

*/

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, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

.clear {
	clear: both;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**********************************/

body {
    background: #c5c5c5 url(./images/layout/body_bg.jpg) repeat-y center;
    margin-top: 10px;
    text-align: center;
    
    font-family: verdana, arial, sans-serif;
    font-size; 12px;
    color: #000000;
}

h2 {
    font-family: calibri, verdana, arial, sans-serif;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 24px;
    color: #FFF;
}

h2 span { color: #b3b3b3; }

#side h2 {
    margin-bottom: 15px;
    color: #000;
}

#side h2 a {
	color: #000;
	text-decoration: none;
}

#content h2 {
    margin-bottom: 20px;
}

#content h2.prodtitles {
	margin-bottom: 0px;
}

#wrapper {  
    margin: 0px auto;
    text-align: left;
    width: 980px;
}

#header {
    overflow: hidden;
    height: 403px;
}

#header div {
    display: inline;
    float: left;
}

#logo {
    padding-left: 40px;
    height: 180px;    
    width: 220px; /* 260 */
}

#logo a {
    background: url(./images/layout/logo_bg.png) no-repeat;
    display: block;
    height: 172px;       
    width: 172px;
    
    text-indent: -9999px;
    overflow: hidden;
    outline: none;
}

#menu {
    background: #454545  url(./images/layout/content_bg.gif) repeat-y;
    border-bottom: 1px solid #000;
    height: 155px; /* 179 */
    width: 692px;  /* 720 */
    padding: 10px 14px 14px 14px;
    position: relative;
    z-index: 9;
}

#menu > ul > li {
    margin-bottom: 12px;
    *margin-bottom: 10px;
    position: relative;
    height: 16px;
    width: 81px;
}

#menu ul li a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11px;
    color: #FFF;
    
    line-height: 15px;
    display: block;
    height: 16px;
    width: 70px;
}

#menu ul li ul {
    background: #4d4c4d url(./images/layout/subnav_bg.gif) no-repeat;
    border: 1px solid #2f2f2f;
    border-left: none;
    position: absolute;
    padding: 4px;
    padding-left: 5px;
    z-index: 1;
    left: 80px;
    top: -8px;
    *top: -7px;
    display: none;
}

#menu ul li.parent:hover, #menu ul li.parent:active {
    background: url(./images/layout/subnav_arrow.gif) 72px no-repeat;
    *padding-top: 2px;
    *margin-bottom: 7px;
}

#menu ul li:hover ul { display: block; }
#menu ul li ul li { margin-bottom: 0px; }
#menu ul li ul li:last-child { margin-bottom: 0px; }

#menu ul li ul li a {
    border: 1px solid #4d4c4d;
    line-height: 15px;
    padding: 5px 10px;
    display: block;
    height: 16px;
    width: 147px;
}

#menu ul li ul li a:hover, #menu ul li ul li a:active {
    border: 1px solid #474748;
    background: #6e6e6e;
}

#newsletter {
	color: #C4C4C4;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	margin: 15px 15px 0 0;
	
	width: 160px;
	height: 75px;
}

#highlights {
    background: url(./images/layout/highlights_default.jpg) 241px 0px no-repeat;
    position: relative;
    display: block;
    height: 228px;
    width: 980px;
}

#slider {
    border-bottom: 1px solid #c6c6c6;
    border-top: 1px solid #c6c6c6;
    position: absolute;
    overflow: hidden;
    z-index: 2;
    left: 260px;
    top: 0px;
    width: 739px;
    height: 218px;
}

#slider img {
    position: relative;
    display: none;
    z-index: 2;
}

#highlights ul {
    background: url(./images/layout/highlightsul_bg.png) no-repeat;
    position: relative;
    margin-left: 7px;
    margin-top: -3px;
    padding: 3px 0px 0px 3px;
    display: block;
    height: 228px;
    z-index: 3;
}

#highlights ul li {
    *margin-bottom: -1px;
}

#highlights ul li a {
    background: url(./images/layout/highlightsnav_bg.png) no-repeat;
    display: block;
    height: 73px;
    width: 250px;
    
    text-indent: -9999px;    
    outline: none;
}

#highlights ul li a:hover, #highlights ul li a:active {
    width: 260px;
}

#highlights ul li#shop a { }
#highlights ul li#shop a:hover, #highlights ul li#shop a:active { background-position: -250px 0px; }

#highlights ul li#train a { background-position: 0px -73px; }
#highlights ul li#train a:hover, #highlights ul li#train a:active { background-position: -250px -73px; }

#highlights ul li#connect a { background-position: 0px -146px; }
#highlights ul li#connect a:hover, #highlights ul li#connect a:active { background-position: -250px -146px; }

#body {
    position: relative;
    overflow: hidden;
    top: -3px;
}

#body > div {
    display: inline;
    float: left;
}

#times {
	height: 500px;
	overflow: auto;
}

#morning, #evening {
display: block;
	width: 300px;
}

#morning {
	float: left;
}

#evening {
	float: right;
}

#side {
    padding-top: 20px;
    margin-left: 10px;
    margin-right: 2px;
    width: 248px; /* 258 */
    font-size: 12px;
}

#testimonials blockquote {
    margin-bottom: 20px;
    padding: 0px 20px 0px 5px;
}

#testimonials blockquote p {
    line-height: 16px;
}

#testimonials blockquote p a {
	color: inherit;
}

#testimonials blockquote p:last-child { font-weight: bold; text-align: right; }

#testimonials ul, #testimonials li {
	list-style: none;
	margin: 0px;
}

#testimonials ul { margin-left: 10px; }

#testimonials ul li a {
	font-size: 14px;
	padding: 5px 0px;
	display: block;
	color: #222;
}

#contact {
    line-height: 16px;
    font-size: 12px;
    color: #4b4b4b;
    position: absolute;
    bottom: 25px;
    left: 15px;
}

#contact p:first-child { font-weight: bold; }
#contact p:first-child, #contact address a, #contact span { color: #000; }
#contact span { font-weight: bold; }
#contact address a { text-transform: uppercase; text-decoration: none; }
#contact address a:hover { text-decoration: underline; }

#contact a { color: #000; text-decoration: none; }
#contact a:hover { text-decoration: underline; }

#contact address {
    margin-bottom: 20px;
    font-style: normal;
}

#content {
    border-top: 1px solid #000;
    background: #454545 url(./images/layout/content_bg.gif) repeat-y;
    margin-bottom: 10px;
    min-height: 800px;
    width: 664px; /* 720 */
    padding: 18px 28px 132px;
    position: relative;
    
    line-height: 18px;
    font-size: 12px;
    color: #c4c4c4;    
}

#content p {
    margin-bottom: 15px;
}

#content a {
    color: #FFF;
}

div.entry {
	/*margin-left: 10px;
	overflow: auto;*/
	border-bottom: 1px solid #5c5b5c;
	margin-bottom:10px;
}

#content div.entry p {
	margin-bottom: 10px;
}

#welcome {
    border-bottom: 1px solid #5c5b5c;
    padding-bottom: 20px;
}

#articles h2 { margin-bottom: 5px; }
#articles h2 a {
    text-decoration: none;
    display: block;
    color: #fefefe;
}

#articles > div {
    
    /*border-top: 1px solid #5c5b5c;*/
    min-width: 620px;
    padding: 28px 0px 35px;
    line-height: 14px;
    font-size: 11px;
}

#articles > div.last {
    border-bottom: none;
}

#articles > div > div {
    display: inline;
    float: left;
}

#articles > div > div img {
    display: none;
}

#articles > div > div {
    float: right;
    width: 60%;
}

#articles > div > div.contentpush {
	float: left;
	width: auto;
}

div.contentpush p {
	font-size: 12px;
	line-height: 18px;
}

#articles > div > div:first-child img { display: block; }
#articles > div > div:first-child {
    margin-right: 25px;
    float: left;
    width: auto;
}

#articles div.thumb {
    background: url(./images/layout/thumbnail_bg.png) right bottom no-repeat;
    padding-bottom: 5px;
    padding-right: 5px;
}

#articles > div img {
    border: 3px solid #FFF;
}

#articles p.meta, #content div.hentry p.meta { color: #fefefe; text-transform: uppercase;border-bottom: 1px dotted #5c5b5c; margin-bottom: 8px; padding-bottom: 10px; }
#articles p.meta a { color: #bcbcbc; text-decoration: none; }

div.entry p.meta-testimonials {
	float: right;
	font-weight: bold;
}

#footer {
    position: absolute;
    bottom: 0px;
    left: 42px;
}

#social {
    background: url(./images/layout/social_bg.png) repeat-x;
    text-align: center;
    /*margin-left: -42px;*/
    padding-top: 10px;
    height: 95px;  /*  105  */
    width: 719px;
    
    position: relative;
    left: -42px;
}

#social ul {
    margin: 0px auto;
    width: 494px; 
}

#social ul li {
    margin-right: 82px;
    display: inline;
    float: left;
    width: 62px;
}

#social ul li#twitter { margin-right: 0px; }

#social ul li a {
    background: url(./images/layout/social_icons.png) no-repeat;
    text-decoration: none;
    text-align: center;
    padding-top: 70px;
    display: block;
    width: 62px;
    color: #FFF;
}

#social ul li#rss a {}
#social ul li#rss a:hover, #social ul li#rss a:active { background-position: 0px -91px; }
#social ul li#myspace a { background-position: -62px 0px; }
#social ul li#myspace a:hover, #social ul li#myspace a:active { background-position: -62px -91px; }
#social ul li#facebook a { background-position: -124px 0px; }
#social ul li#facebook a:hover, #social ul li#facebook a:active { background-position: -124px -91px; }
#social ul li#twitter a { background-position: -186px 0px; }
#social ul li#twitter a:hover, #social ul li#twitter a:active { background-position: -186px -91px; }

#footernav {
    background: url(./images/layout/footernav_bg.gif) repeat-x;
    text-align: center;
    margin-left: -42px;
    line-height: 26px;
    height: 28px;
    width: 719px;
}

#footernav ul {
    margin: 0px auto;
    font-size: 11px;
    width: 398px;
}

#footernav ul li {
    padding-left: 8px;
    display: inline;
    float: left;
}

#footernav ul li a {
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 8px;
    color: #FFF;
}

#copyright {
	color: #666;
	text-align: right;
	font-size: 11px;
	margin-bottom: 10px;
}

#copyright a { color: #111; text-decoration: none; }
#copyright a:hover { text-decoration: underline; }

/******** Wordpress specific ********/

.navigation {
    margin-top: 25px;
    position: relative;
    overflow: auto;
    width: 100%;
}

.navigation div.alignleft {
    display: inline;
    float: left;
}

.navigation div.alignright {
    position: absolute;
    display: inline;
    right: 0px;
}

.more-link { display: none; }

.post .meta { margin-top: -20px; }

.entry img {
    border: 3px solid #FFF;
    margin-bottom: 10px;
    margin-right: 20px;
    display: inline;
    float: left;
}

/** Shopping Cart specific **/

form.product_form div { float: left; }

div.wpsc_variation_forms { margin-right: 10px; }

table.about-staff img {
	margin: 0 12px 22px 0;
}

table.about-staff td {
	vertical-align: middle;
}

#content h2.staff-title {
	margin-bottom: 0px;
}

h2.cart-widge {
	margin-bottom: 0px;
}

body.page-id-6 div.entry {
	border-bottom: none;
}