/* global */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height 19px;
	color: #221f20;
	background: #fff;
	-webkit-text-size-adjust: none;
}

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

a {
	color: #84b940;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #97d349;
}

a img {
	border: 0;
}

#wrapper {
	background: #fff;
	width: 100%;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 17px;
}

ul {
	margin: 0 0 22px 0;
}

ul li {
	margin: 0 0 10px 0;
}

/* header */

#header {
	width: 920px;
	height: 100px;
	margin: 0 auto 0 auto;
}

#logo {
	margin: 4px 36px 0 0;
	float: left;
}

#tagline {
	margin: 36px 0 0 0;
	float: left;
}

#contact_bar {
	width: 517px;
	height: 41px;
	background: url(../img/bg_contact_bar.gif) no-repeat;
	float: right;
	color: #fff;
}

	#contact_bar p {
		font-size: 12px;
		line-height: 14px;
		margin: 14px 12px 0 18px;
		_margin: 12px 10px 0 12px; /* for IE 6 */
		float: left;
	}
	
	#sn_icons {
		float: left;
		margin: 0 0 0 20px;
	}
	
	.sn_icon {
		margin: 4px 4px 0 0;
		float: left;
		display: block;
	}
	
	.client-login {
		color: white;
		padding-right: 10px;
		background: url(/img/pointer.gif) right no-repeat;
	}
	
	.client-login:hover {
		color: #dcff91;
		background: url(/img/pointer_over.gif) right no-repeat;
	}

/* navigation */

#navigation {
	width: 100%;
	height: 35px;
	background: url(../img/bg_nav.gif) repeat-x;
}

#navigation_inner {
	width: 960px;
	height: 35px;
	margin: 0 auto 0 auto;
}

#nav {
	width: 780px;
	height: 35px;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

	#nav li {
		list-style: none;
		margin: 0;
		padding: 0;
		float: left;
	}

	#nav li a {
		color: #fff;
		font-weight: bold;
		height: 17px; /* 35-18px */
		display: block;
		font-size: 15px;
		line-height: 20px;
		padding: 8px 10px 10px 10px;
		_float: left; /* for IE 6 */
	}
	
	#nav li a:hover {
		/* background: #a0c954; GREEN */
		background: #6ead36;
	}

/* on states */
	
	body#home #navHome,
	body.category-team #navAbout,
	body.category-success #navSuccess,
	body.category-athlete-of-the-month #navSuccess,
	body.category-sport-training #navSuccess,
	body.category-weight-loss #navSuccess,
	body.category-testimonials #navSuccess,
	body.pagename-events #navEvents,
	body.category-articles #navArticles,
	body.category-faq #navFAQ,
	body.category-rates #navRates,
	body.pagename-contact #navContact,
	body.pagename-group-training #navGroups{
		background: #83c004;
		color: #fff;
	}
	
/* drop down menus */

#nav li ul {
	position: absolute;
	display: none;
	width: 165px;
	margin: 0;
	padding: 0;
	z-index: 10;
	_top: 163px; /* for IE 6 */
	_margin-left: -80px; /* for IE 6 */
}

#nav li ul li {
	float: none;
	margin: 0;
	padding: 0;
	line-height: 26px;
	width: 165px;
	position: relative;
	z-index: 10;
	_margin-bottom: -4px; /* for IE 6 */
}

#nav li ul {
	width: 165px;
	z-index: 10;
}

	#nav li ul li a {
		display: block;
		position: relative;
		width: 160px;
		margin: 0;
		padding: 6px 0 0 8px;
		border: 1px solid #6caa34;
		border-top: 1px solid #fff;
		border-bottom: 0;
		background: #6ead36;
		color: #fff;
		font-size: 13px;
		font-weight: bold;
		text-decoration: none;
		text-align: left;
		height: 26px;
	}

	#nav li ul li a:hover {
		display: block;
		margin: 0;
		padding: 6px 0 0 8px;
		width: 160px;
		height: 26px;
		background: #a0c954;
	}

	.last {
		padding-bottom: 5px;
		border-bottom: solid 1px #d9d7d1;
	}
	
/* Fix IE. Hide from IE Mac \*/
* html #nav ul li { height: 1%;}
* html #nav ul li a { height: 1%; }
/* End */
	
#nav li:hover ul, #nav li.over ul { 
	display: block; }
	
/* search form */

#searchform {
	width: 140px;
	height: 23px;
	margin: 6px 20px 0 0;
	float: right;
	background: url(../img/search_bg.gif) top left no-repeat;
}

#s {
	float: left;
	width: 110px;
	height: 18px;
	background: transparent;
	margin: 3px 0 0 3px;
	border: 0;
	padding: 0;
	color: #555;
	font-size: 12px;
	line-height: 12px;
}

#searchform button {
	border: 0; /* not sure why this is necessary */
}

#searchsubmit {
	float: left;
	width: 24px;
	height: 23px;
	background: url(../img/search.gif) top left no-repeat;
	border: 0;
	margin: 0;
	padding: 0;
}

/* h1 adjustments */

.crumb-title {
	color: #c8c8c8;
	font-weight: bold !important;
}

.crumb-title a {
	font-weight: bold !important;
	color: #221f1f;
}

.crumb-title a:hover {
	color: #96d046;
}

body.category-testimonials h1,
body.category-weight-loss h1,
body.category-athlete-of-the-month h1,
body.category-sport-training h1 { /* reverses header color treatment */
	color: #83b63d;
}

/* content */

#page {
	width: 920px;
	overflow: hidden;
	margin: 18px auto 0 auto;
	padding: 0 0 20px 0;
}

.crumbs {
	font-size: 11px;
	color: #777;
	text-align: right;
	margin: 0 0 10px 0;
	padding: 0;
}

/* home */

/* #home h1 {
	font-weight: normal;
	font-size: 21px;
	line-height: 26px;
	width: 380px;
	float: left;
} */

#home-intro {
	width: 400px;
	float: left;
}

#home h1 {
	font-weight: normal;
	font-size: 17px;
	line-height: 21px;
	padding-bottom: 0;
	margin-bottom: 0;
	width: 380px;
	text-align: justify;
}

	.best {
		font-weight: bold;
	}
	
#photos {
	height: 360px;
	width: 458px;
	float: right;
	margin: 10px 0 0 0;
}

	#photos p {
		color: #939393;
		font-size: 12px;
		font-style: italic;
		margin-left: 10px;
		margin: 14px 0 0 10px;
		padding: 0;
	}
	
/* news items */

#news_items {
	width: 400px;
	margin: 16px 0 0 0;
	_margin: 28px 0 0 0; /* for IE 6 */
	float: left;
}

	.news_item {
		width: 400px;
		min-height: 100px;
		float: left;
		margin: 0;
		padding: 10px 0 0 0;
		border-top: 1px solid #e3e3e3;
	}
	
	.news_item img {
		float: right;
		margin: 0 0 10px 10px;
	}
	
	.news_item h2 {
		margin: 0;
		padding: 0;
		font-size: 17px;
	}
	
	.news_item p {
		font-size: 13px;
		line-height: 18px;
		padding: 0;
		margin: 10px 0 6px 0;
		color: #343233;
	}
	
/* features */	
	
#promotion, #feature {
	float: right;
	height: 118px;
	width: 217px;
	margin: 160px 120px 0 0;
	_margin: 160px 60px 0 0; /* for IE 6 */
}

#get_lean {
	width: 269px;
	height: 281px;
	float: right;
	margin: 46px 100px 0 0;
	_margin: 46px 50px 0 0; /* for IE 6 */
	background: url(../img/home/feature/get_lean.gif) no-repeat top left;
}

	#get_lean p {
		font-size: 13px;
		line-height: 17px;
		margin: 115px 0 0 50px;
	}
	
	#get_lean .date {
		font-size: 15px;
		line-height: 24px;
	}
	

/* AOM (Home) */

#aom {
	width: 400px;
	height: 135px;
	float: right;
	margin: 46px 0 0 0;
	padding: 60px 20px 20px 24px;
	background: url(../img/home/feature/aom_bg.gif) no-repeat top left;
}

#aom img {
		float: left;
		margin: 0 10px 20px 0;
	}
	
	#aom h2 {
		margin: 0;
		padding: 0;
		font-size: 17px;
	}
	
	#aom p {
		font-size: 13px;
		line-height: 18px;
		padding: 0;
		margin: 10px 0 6px 0;
		color: #343233;
	}


/* sidebar */

#sidebar {
	width: 240px;
	float: right;
	margin: 0 0 20px 20px;
	background: url(../img/sidebar_bg.gif) repeat-y;
}

#sidebar p {
	margin: 10px 20px 10px 20px;
	font-size: 12px;
	line-height: 15px;
	padding: 0;
	text-align: center;
}

#sidebar .title {
	font-size: 15px;
	margin: 20px 0 20px 0;
	line-height: 28px;
}

#sidebar .thanks {
	font-style: italic;
}

#sidebar .sponsor_logo {
	margin: 10px 0 0 45px;
}

#sidebar ul {
	margin: 10px 10px 10px 34px;
	padding: 0;
	font-size: 12px;
	text-align: left;
}

#sidebar ul li {
	margin: 0 0 6px 0;
}

#sidebar .event_logo {
	margin: 14px 20px 0 60px;
	clear: both;
}
	
/* content specific */

.q {
	font-weight: bold;
	color: #7aad42;
	font-size: 16px;
	margin: 30px 0 -10px 0;
}

.event_logo {
	float: left;
	margin: -4px 0 0 10px;
}

.disclaimer {
	font-style: italic;
	font-size: 11px;
	padding-top: 20px;
}

/* articles */

#article hr {
	color: #d1d1d1;
}

#article ul li, #article ol li {
	margin-bottom: 6px;
	line-height: 1.4em;
}

.lead {
	font-size: 18px;
	line-height: 22px;
	color: #79776f;
}

.article_pic {
	float: right;
	margin: 0 0 20px 30px;
	border: 3px solid #e0e0e0;
}

.poster-lift {
	border: 2px solid #e3e3e3;
}

.byline {
	font-size: 12px;
	color: #777;
}

#article_list {
	margin: 30px 0 20px 0;
}

#article_list li {
	font-size: 17px;
	font-weight: bold;
	list-style: none;
	padding: 10px 0 10px 140px;
}

#article_list li ul {
	margin-top: 10px;
}

#article_list li ul li {
	font-size: 15px;
	padding: 0;
	list-style: disc;
}

.return {
	font-size: 11px;
}

.new {
	padding-right: 35px;
	background: url(../articles/img/icon_new.gif) no-repeat right 3px;
}

#topic_cardiovascular {
	height: 120px;
	background: url(../articles/img/topic_cardiovascular.png) no-repeat top left;
}

#topic_nutrition {
	height: 120px;
	background: url(../articles/img/topic_nutrition.png) no-repeat top left;
}

#topic_strength {
	height: 120px;
	background: url(../articles/img/topic_strength.png) no-repeat top left;
}

#topic_other {
	height: 120px;
	background: url(../articles/img/topic_other.png) no-repeat top left;
}

/* footer */

#footer {
	/*width: 920px;*/
	width: 100%;
	height: 60px;
	margin: 0 auto 0 auto;
	padding: 0;
	color: #1f1f1f;
	background: #fff;
	border-top: 3px solid #e1e1e1;
}

#footer_content {
	width: 920px;
	height: 60px;
	margin: 0 auto 0 auto;
}

#footer p {
	float: left;
	font-size: 11px;
	line-height: 14px;
	margin-top: 14px;
}

	#footer .address {
		float: right;
		text-align: right;
		font-size: 11px;
	}
