/* Gold's Gym - October 2008 */


/* ===========================================
    7 TRICKS TO TRANSFORM YOUR METABOLISM
==============================================*/

#articleText.metabolism .inset h3 {
	font-size: 13px;
	line-height: 15px;
	}
	

/* ===========================================
       WORKOUT TIPS FROM THE EXPERTS
==============================================*/

#articleText.workoutTips .left {
	margin-bottom: 2.5em;
	}


/* ===========================================
       THE TOP 10 FITTEST PRESIDENTS
==============================================*/

#articleText.president {
	padding-bottom: 100px;
	}

#articleText.president h3 {
	font-weight: normal;
	text-transform: none;
	}

#presidentBox {
	position: relative;
	float: left;
	margin-top: 20px;
	}

#presidentBox ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	}

#presidentBox li {
	list-style: none;
	float: left;
	width: 73px;
	margin-right: 4px;
	margin-bottom: 10px;
	text-align: center;
	}

#presidentBox .last {
	margin-right: 0;
	}

#presidentBox li img {
	border: none;
	}

#presidentBox label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #ca0d27;
	text-transform: capitalize;
	}

#presidentBox .popup {
	display: none;
	position: absolute;
	_behavior: url(iepngfix.htc); /* IE PNG Alpha Fix */
	}

#pop-adams 		{ top: 5px; left: 73px; }
#pop-bush 		{ top: 5px; left: 150px; }
#pop-carter 	{ top: 5px; left: 227px; }
#pop-ford 		{ top: 5px; left: -18px; }
#pop-hoover 	{ top: 5px; left: 61px; }

#pop-jefferson 	{ top: 70px; left: 73px; }
#pop-roosevelt 	{ top: 70px; left: 150px; }
#pop-taylor 	{ top: 70px; left: 227px; }
#pop-truman 	{ top: 70px; left: -15px; }
#pop-washington { top: 70px; left: 58px; }

#presidentBox #submitLine {
	margin-top: 10px;
	text-align: center;
	}
	

/* ------ RESULTS ------- */

#articleText.thanks h3 {
	margin-top: 28px;
	margin-bottom: 14px;
	}

#presResults {
	width: 100%;
	}

#presResults tr {
	vertical-align: top;
	}

#presResults tr.last {
	vertical-align: bottom;
	height: 3.4em;
	}

#presResults td {
	padding: 0.2em 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

#presResults .presName {
	width: 80%;
	}

#presResults .presScore {
	width: 20%;
	text-align: right;
	}

#presResults .numVotes {
	font-size: 13px;
	}

#presResults .pollArchive {
	text-align: right;
	font-weight: normal;
	}
	
	
	
	
