/* Gold's Gym - October 2009 */


/* ===========================================
       TIRED OR TORN?
==============================================*/

#articleText.tired h5 {
	margin-top: 1.8em;
	margin-bottom: 0.2em;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color:#a90022;
	}


/* ===========================================
       EAT HEALTHY AT WORK
==============================================*/

#articleText.eatWork .listHd {
	margin-right: 0;
	}

/* ---- Sidebar ---- */

#articleText.eatWork #sb1 {
	float: right;
	width: 358px;
	margin: 0 -152px 1em 15px;
	_margin-right: -137px; /* IE6 */
	_position: relative; /* IE6 */
	}

#articleText.eatWork #sb1 .boxContent {
	padding: 27px 26px 6px 22px;
	background: url(images/eatHealthyAtWork-sidebar-bg.png) 0 0 no-repeat;
	_background-image: url(images/eatHealthyAtWork-sidebar-bg.gif); /* IE6 */
	}

#articleText.eatWork #sb1 .inset {
	margin-top: -10px;
	}
	
#articleText.eatWork #sb1 h3 {
	padding-bottom: 1em;
	color: #000;
	}

#articleText.eatWork #sb1 h3 span {
	display: inline;
	padding: 6px 8px;
	font-size: 14px;
	line-height: 1em;
	text-transform: uppercase;
	background-color: #ffef08;
	}

#articleText.eatWork #sb1 h5 {
	margin-top: 1em;
	margin-bottom: 0.2em;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color:#a90022;
	}

#articleText.eatWork #sb1 h4 {
	margin-top: 1.4em;
	padding-top: 1.4em;
	padding-bottom: 0.8em;
	_padding-bottom: 0.2em; /* IE6 */
	color: #000;
	border-top: 1px dashed #232020;
	}
	*+html #articleText.eatWork #sb1 h4 { padding-bottom: 0.2em; /* IE7 */ }

#articleText.eatWork #sb1 h4 span {
	display: inline;
	padding: 3px 7px;
	font-size: 11px;
	line-height: 1em;
	text-transform: uppercase;
	background-color: #ffef08;
	}

#articleText.eatWork #sb1 p {
	margin-bottom: 0.4em;
	}
	
#articleText.eatWork #sb1 #sb1-bottom {
	height: 20px;
	background: url(images/eatHealthyAtWork-sidebar-bg.png) bottom left no-repeat;
	_background-image: url(images/eatHealthyAtWork-sidebar-bg.gif); /* IE6 */
	}




/* ===========================================
       CALORIES VS. CARDIO
==============================================*/

#articleText.calories h5 {
	margin-bottom: 0;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color:#a90022;
	}

#articleText.calories h5 strong {
	color: #000;
	}

#articleText.calories .sentence {
	font-weight: bold;
	color:#a90022;
	}

/* ---- Sidebar ---- */

#articleText.calories #sb1 {
	float: right;
	width: 246px;
	margin: 18px -157px 1em 15px;
	_margin-right: -142px; /* IE6 */
	_position: relative; /* IE6 */
	}

#articleText.calories #sb1 .boxContent {
	padding: 13px 10px 0 3px;
	background: url(images/caloriesCardio-sidebar-bg.png) 0 0 no-repeat;
	_background-image: url(images/caloriesCardio-sidebar-bg.gif); /* IE6 */
	}

#articleText.calories #sb1 p {
	margin: 12px 11px 0;
	}
	
#articleText.calories #sb1 ul {
	margin-left: 11px;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
	}

#articleText.calories #sb1 li {
	width: 211px;
	list-style: none;
	margin-bottom: 0;
	padding: 10px 0 12px;
	border-bottom: 1px dashed #232020;
	}

#articleText.calories #sb1 li.last { border-bottom: none; }
#articleText.calories #sb1 li span { display: none; }

#articleText.calories #sb1 li a {
	display: block;
	width: 211px;
	height: 28px;
	background-position: 0 0;
	background-repeat: no-repeat;
	}

#articleText.calories #sb1 li a:hover {
	background-position: 0 -28px;
	}

#articleText.calories #sb1 #nav-forward a { background-image: url(images/caloriesCardio-bu-forward.png); }
#articleText.calories #sb1 #nav-download a { background-image: url(images/caloriesCardio-bu-download.png); }
#articleText.calories #sb1 #nav-logon a { background-image: url(images/caloriesCardio-bu-logon.png); }

#articleText.calories #sb1 #sb1-bottom {
	height: 16px;
	background: url(images/caloriesCardio-sidebar-bg.png) bottom left no-repeat;
	_background-image: url(images/caloriesCardio-sidebar-bg.gif); /* IE6 */
	}


