/*
Theme Name: BetterBodies Boot Camp
Theme URI: http://afsbootcamps.com
Description: 
Version: 2.8
Author: Chad Anderson
Author URI: http://afsbootcamps.com
*/

/* COLOR SCHEME

Welcome Text/Page Font: #264526
News Section Text: #EAE1CB
Footer Text: #524008
Body BG: #717013
Container BG: #F5EBD3
Vertical Dividers: #C7B386

*/


@import "form-style.css";


/* RESET */

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}



/* GENERAL */

.clear {
	clear: both;
}

body {
	color: #264526;
	font: 16px Helvetica, Arial, sans-serif;
	background: #717013 url(images/camo-bg.jpg);
}

h1 {
	font: bold 30px Helvetica, Arial, sans-serif;
}

a {
	color: #7FB764;
}

p {
	line-height: 20px;
	font-size: 16px;
}

ul {
	list-style-type: none;
}

.border {
	border-bottom: #C7B386 1px solid;
	padding-bottom: 20px;
}

.subtitle {
	font-style: italic;
}

.background-image {
	background: url(images/special-bg.jpg);
	padding: 5px 5px 5px 10px;
	margin-bottom: 20px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.
/*.background-image  {
	color: #264526;
	text-decoration: none;
} */




/*  REGISTRATION PAGE STYLING  */

textarea {
	width: 600px;
	height: 150px;
	padding: 5px 5px 5px 5px;
	margin: 0 0 8px 0px;
}

#reg-form .label  {
	float: left;
	line-height: 20px;
	text-align: right;
	font-size: 14px;
	width: 180px;
	clear: left;
}

#reg-form .input {
	width: 300px;
	font-size: 16px;
	margin: 4px;	
}


.liability {
	width: 550px;
	margin-left: 198px;
}

span {
	margin-left: 150px;
}

#reg-form .select {
	margin: 4px 40px 4px 0;
}

#reg-form span {
	font-size: 14px;
}

#reg-form .radio {
	margin: 10px 0 0 0;
}

#reg-form .input-button {
	width: 125px;
	margin: 15px 0 10px 215px;
}

#about-page {
	height: 475px;
	background: url(images/about_page.png) no-repeat bottom right;
	margin-bottom: 15px;
}

#about-page p.image {
	width: 350px;
}



/* LAYOUT */

#wrapper {
	width: 955px;
	margin: 0 auto 0 auto;
}

#header {
	width: 955px;
	height: 276px;
	margin: -15px 0px -20px -25px;
	padding: 0;
	position: relative;
	z-index: 100;
	border: none;
	overflow: hidden;
}

#container {
	width: 910px;
	height: 100%;
	margin: -135px auto -10px auto;
	padding: 125px 0 15px 0;
	background: #F5EBD3 url(images/container-bg.jpg);
	
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;

	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
}

#nav-bar {
	float: left;
	width: 600px;
	height: 37px;
	margin: 5px auto 20px auto;
}


#newsletter {
	float: right;
	width: 315px;
	height: 225px;
	margin: 15px 38px 30px 20px;
	background: url(images/newsletter.png);
}

#news-form {
	width: 150px;
	height: 250px;
	padding: 111px 0 0 98px;
}

#news-form .input {
	float: left;
	clear: left;
	width: 150px;
	height: 16px;
	margin-bottom: 15px;
}

#news-form .submit {
	float: left;
	width: auto;
	clear: left;
	margin-left: 45px;
}

#campNews {
	float: left;
	width: 850px;
	height: 275px;
	background: #264526 url(images/news-bg.jpg);
	clear: both;
	margin: 0 0 30px 30px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

/*  PAGE STYLE  */

#page {
	width: 700px;
	margin: 51px auto 60px auto;
	min-height: 400px;
	height: auto | !important;
}

#page p {
	margin-bottom: 10px;
}

#page ul {
	list-style-type: disc;
	margin-left: 35px;
}

#page ul li {
	padding-bottom: 3px;
}

#page ul ul {
	list-style-type: circle;
}

#page h2 {
	padding-bottom: 15px;
}

/*#page a {
	color: #7FB764;
	text-decoration: underline;
} */

#page h4 {
	padding: 7px 0 15px 0;
}

.about-title {
	width: 146px;
	height: 34px;
	margin-bottom: 15px;
	background: url(images/about_title.png) no-repeat;
}

.register-title {
	width: 300px;
	height: 34px;
	margin-bottom: 15px;
	background: url(images/register_title.png) no-repeat;
}

.free-title {
	width: 300px;
	height: 34px;
	margin-bottom: 15px;
	background: url(images/free_title.png) no-repeat;
}

.faqs-title {
	width: 146px;
	height: 34px;
	margin-bottom: 15px;
	background: url(images/faqs_title.png) no-repeat;
}

.contact-title {
	width: 103px;
	height: 34px;
	margin-bottom: 15px;
	background: url(images/contact_title.png) no-repeat;
}

.received-title {
	width: 103px;
	height: 34px;
	margin-bottom: 15px;
	background: url(images/received_title.png) no-repeat;
}

.confirm-title {
	width: 165px;
	height: 34px;
	margin-bottom: 15px;
	background: url(images/confirmation_title.png) no-repeat;
}

/* NAVIGATION STYLE */


ul.nav li {
	float: left;
	margin: 0 10px 0 10px;
}

ul.nav {
	display: block;
	width: 624px;
	margin: 10px auto 0px auto;
}

ul.nav li.home a {
	display: block;
	height: 37px;
	width: 82px;
	background: url(images/home.png) no-repeat;
	background-position: -50px -40px;
	text-indent: -9999px;
	overflow: hidden;
}

ul.nav li.home a:hover {
	display: block;
	height: 37px;
	width: 82px;
	background: url(images/home.png) no-repeat;
	background-position: -51px 1px;
	text-indent: -9999px;
	overflow: hidden;
}

ul.nav li.about a {
	display: block;
	height: 37px;
	width: 97px;
	background: url(images/about.png) no-repeat;
	background-position: -45px -40px;
	text-indent: -9999px;
	overflow: hidden;
}

ul.nav li.about a:hover {
	display: block;
	height: 37px;
	width: 97px;
	background: url(images/about.png) no-repeat;
	background-position: -45px 1px;
	text-indent: -9999px;
	overflow: hidden;
}

ul.nav li.register a {
	display: block;
	height: 37px;
	width: 140px;
	background: url(images/register.png) no-repeat;
	background-position: -26px -39px;
	text-indent: -9999px;
	overflow: hidden;
}

ul.nav li.register a:hover {
	display: block;
	height: 37px;
	width: 140px;
	background: url(images/register.png) no-repeat;
	background-position: -26px 2px;
	text-indent: -9999px;
	overflow: hidden;
}

ul.nav li.faqs a {
	display: block;
	height: 37px;
	width: 72px;
	background: url(images/faqs.png) no-repeat;
	background-position: -60px -40px;
	text-indent: -9999px;
	overflow: hidden;
}

ul.nav li.faqs a:hover {
	display: block;
	height: 37px;
	width: 72px;
	background: url(images/faqs.png) no-repeat;
	background-position: -60px 1px;
	text-indent: -9999px;
	overflow: hidden;
}

ul.nav li.contact a {
	display: block;
	height: 37px;
	width: 132px;
	background: url(images/contact.png) no-repeat;
	background-position: -26px -40px;
	text-indent: -9999px;
	overflow: hidden;
}

ul.nav li.contact a:hover {
	display: block;
	height: 37px;
	width: 132px;
	background: url(images/contact.png) no-repeat;
	background-position: -26px 1px;
	text-indent: -9999px;
	overflow: hidden;
}






/* BOOT CAMP NEWS SECTION */

#updates {
	margin: 28px 0 0 38px;
}

#blog-post {
	float: left;
	font-size: 18px;
	width: 380px;
	height: 183px;
	background: url(images/camp_news.png) top left no-repeat;
	padding: 50px 20px 0 0;
	margin: 22px -15px 0 10px;
}

#blog-post p {
	font-size: 16px;
	line-height: 20px;
}

#blog-post a {
	font-weight: bold;
	text-decoration: underline;
	color: #EAE1CB;
}

#blog-post a:hover {
	color: #7FB764;
}

#date {
	float: left;
	width: 50px;
	color: #EAE1CB;
	background: url(images/news-bg.jpg);
	margin: 75px 15px 0 15px;
	padding: 0px 1px 0px 1px;
	clear: left;
}

#date p.month {
	font: bold 16px Helvetica, Arial, sans-serif;
	text-align: center;
	margin-bottom: -5px;
	margin-top: 3px;
}

#date p.day {
	font: bold 30px Helvetica, Arial, sans-serif;
	text-align: center;
	margin-bottom: -5px;
}

#date p.year {
	font: bold 14px Helvetica, Arial, sans-serif;
	text-align: center;
	margin-bottom: 1px;
}


/* PATH TO SUCCESS */

#path {
	width: 600px;
	height: 43px;
	background: url(images/path_success.png) center bottom no-repeat;
	margin: 15px auto 10px auto;
	padding-top: 30px;
	border-top: 1px solid #BAAA78;
}

/* 3-BLOCK SPECIAL AREA */

#path-success {
	width: 787px;
	height: 265px;
	margin: 0 auto 30px auto;
}

#special-nut {
	float: left;
	width: 215px;
	height: 265px;
	margin: 20px 0 0 0px;
}

#special-nut a, #special-pro a, #special-cal a {
	font-size: 20px;
	font-weight: bold;
}

#plus {
	float: left;
	width: 41px;
	height: 40px;
	margin: 120px 15px 0 15px;
}

#special-pro {
	float: left;
	width: 215px;
	height: 265px;
	margin: 20px 0 0 0;
}

#equals{
	float: left;
	width: 41px;
	height: 40px;
	margin: 120px 15px 0 15px;
}


#special-cal {
	float: left;
	width: 215px;
	height: 265px;
	margin: 20px 0 0 0;
}

#special-nut #nutrition {
	float: left;
	width: 215px;
	height: 265px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	background: url(images/special-bg.jpg);
	margin: 0 auto 0 auto;
	padding-top: 1px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

#special-pro #programs {
	width: 215px;
	height: 265px;
	font-size: 22px;
	text-align: center;
	background: url(images/special-bg.jpg);
	margin: 0 auto 0 auto;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

#special-cal #calculators {
	float: right;
	width: 215px;
	height: 265px;
	font-size: 22px;
	text-align: center;
	background: url(images/special-bg.jpg);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

#nutrition h2.nut-title {
	width: 215px;
	height: 34px;
	background: url(images/nutrition.png) no-repeat center center;
	text-indent: -9999px;
	padding: 10px 0 0 0;
}

#programs h2.pro-title {
	width: 215px;
	height: 34px;
	background: url(images/exercise.png) no-repeat center center;
	text-indent: -9999px;
	padding: 10px 0 0 0;
}

#calculators h2.cal-title {
	width: 215px;
	height: 34px;
	background: url(images/results.png) no-repeat center center;
	text-indent: -9999px;
	padding: 10px 0 0 0;
}

#nutrition img {
	margin-left: 15px;
	padding-top: 5px;
}

#calculators img {
	margin-left: 10px;
	margin-top: 5px;
}

#programs img {
	margin-top: 7px;
}

#nutrition, #programs, #calculators {
	font: Helvetica, Arial sans-serif;
}

#nutrition p, #programs p, #calculators p {
	padding-left: 6px;
	padding-right: 6px;
}
#nutrition a, #programs a, #calculators a {
	color: #626A41;
	text-decoration: none;
}

#nutrition a:hover, #programs a:hover, #calculators a:hover {
	color: #7FB764;
	text-decoration: underline;
}

.started {
	width: 500px;
	height: 50px;
	background: url(images/get_started.png);
	margin: 60px auto 20px auto;
}

#trial {
	width: 600px;
	height: 165px;
	background: url(images/click_here.png) no-repeat center left;
	text-align: center;
	margin: 0 auto 30px auto;
	padding-left: 10px;
	border-bottom: 1px solid #BAAA78;
	
}

#trial img {
	width: 200px;
	height: 93px;
	margin: 30px 0 0 0px;
}

/* FOOTER */

#footer {
	color: #524008;
	height: 50px;
	margin: 50px 30px 0 30px;
	padding-bottom: 10px;
}

.left {
	float: left;
	font-size: 16px;
}

.right {
	float: right;
	font-size: 16px;
	padding-top: 1px;
}

.social {
	float: left;
	width: 150px;
	height: 50px;
	margin: -6px 0 0 5px;
}



