/* Gold's Gym - February 2010 */


/* ===========================================
       SHARE THIS
==============================================*/

.shareThis {
	width: auto;
	margin-top: -1em;
	margin-bottom: 1.6em;
	padding: 0;
	border: none;
	text-align: right;
	}

.shareThis.last {
	margin-top: 3em;
	text-align: left;
	}

.shareThis img {
	border: 0;
	}

#lipsum .shareThis a:hover {
	text-decoration: none;
	}



/* ===========================================
       THE RIGHT STUFF
==============================================*/

#articleText.rightstuff {
	float: left;
	}

#articleText.rightstuff .partnerLogo {
	float: right;
	margin: 0 10px 6px 0;
	}

#articleText.rightstuff .partnerLogo img {
	border: 0;
	}

#articleText.rightstuff .module {
	margin-bottom: 2em;
	}

#articleText.rightstuff .module .inset {
	margin-bottom: 0.2em;
	}
	
#articleText.rightstuff .module h4 {
	margin-bottom: 0.2em;
	font-size: 12px;
	color: #A90022;
	text-transform: uppercase;
	}

#articleText.rightstuff .module p {
	margin-bottom: 0.8em;
	}

/* ===========================================
       HOT BODY AWARDS
==============================================*/

#articleText.hotbody {
	float: left;
	}

#articleText.hotbody .partnerLogo {
	float: right;
	margin: 4px 10px 6px 0;
	}

#articleText.hotbody .partnerLogo img {
	border: 0;
	}

#articleText.hotbody .boldList {
	list-style: none;
	margin-left: 20px;
	padding-left: 0;
	font-weight: bold;
	}

#articleText.hotbody .boldList li {
	margin-bottom: 0.2em;
	padding-left: 12px;
	background: url(images/icon-bullet-red.gif) 0 4px no-repeat;
	}

#articleText.hotbody div.inset.right {
	width: 106px;
	background-color: #fff;
	}

#articleText.hotbody div.inset.right p {
	margin: 0.4em 0 0;
	font: bold 1.1em/1.3em Arial, Helvetica, sans-serif;
	text-align: left;
	}

/* ---- CTA ---- */

#articleText.hotbody .cta {
	float: left;
	width: 90px;
	margin: 0 10px 4px 0;
	padding: 8px 10px 10px;
	background-color: #f3f3f3;
	border: 9px solid #ffe400;
	}

#articleText.hotbody .cta h4 {
	margin-bottom: 0;
	font-size: 1.1em;
	line-height: 1.3em;
	text-transform: uppercase;
	}

#articleText.hotbody .cta p {
	margin: 0;
	}

/* ===========================================
       MORE LOVE, LESS HANDLES
==============================================*/

#articleText.morelove {
	padding-bottom: 500px;
	}

.article-morelove #articleText {
	_padding-bottom: 500px; /* IE6 */
	}

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

#workoutList {
	position: relative;
	width: 356px;
	padding: 12px;
	background-color: #c8c8c8;
	}

#workoutList-inner {
	padding: 24px 0 8px 24px;
	background-color: #fff;
	border: 9px solid #ffe400;
	}

#workoutList h3 {
	margin: 0 0 20px;
	}

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

#workoutList li {
	width: 293px;
	list-style: none;
	margin-bottom: 0;
	padding: 7px 0;
	border-top: 1px dashed #222020;
	}

#workoutList li#nav-rocks { border-bottom: 1px dashed #222020; }
#workoutList li span {
	display: none;
	}

#workoutList li a {
	display: block;
	width: 293px;
	height: 25px;
	background-position: 0 0;
	background-repeat: no-repeat;
	}

#workoutList li a:hover {
	background-position: 0 -25px;
	}

#workoutList #nav-getting a 	{ background-image: url(images/moreLove-bu-getting.gif); }
#workoutList #nav-love a 		{ background-image: url(images/moreLove-bu-love.gif); }
#workoutList #nav-married a 	{ background-image: url(images/moreLove-bu-married.gif); }
#workoutList #nav-rocks a 		{ background-image: url(images/moreLove-bu-rocks.gif); }


/* ---- Popout Windows ---- */

#articleText.morelove .popout {
	display: none;
	position: absolute;
	top: 0;
	left: -175px;
	width: 640px;
	padding: 22px;
	background-color: #c8c8c8;
	}

#articleText.morelove .popout .closePop {
	float: right;
	margin-top: -16px;
	margin-right: -17px;
	}

#articleText.morelove .popout .closePop img {
	border: none;
	}

#articleText.morelove .pop-inner {
	position: relative;
	min-height: 670px;
	_height: 670px; /* IE6 */
	padding: 22px 32px 14px 19px;
	background-color: #fff;
	border: 9px solid #ffe400;
	}

#articleText.morelove .popout h4 {
	float: left;
	margin-top: 1px;
	margin-bottom: 12px;
	padding: 1px 6px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #ffef08;
	}

#articleText.morelove .popout .intro {
	padding-top: 14px;
	font-style: italic;
	border-top: 1px dashed #222020;
	}

#articleText.morelove .popout p {
	margin-bottom: 0.6em;
	}

/* ---- Popout Cols ---- */

#articleText.morelove .popout .colBox {
	margin-top: 22px;
	background: url(images/moreLove-colDivider.gif) 0 0 repeat-y;
	}

#articleText.morelove .popout .col {
	float: left;
	width: 272px;
	margin-right: 24px;
	}

#articleText.morelove .popout .col.last {
	margin-right: 0;
	}

#articleText.morelove .popout h5 {
	margin: 0 0 0.2em;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.3em;
	color: #b51825;
	text-transform: uppercase;
	}
	
#articleText.morelove .popout h6 {
	margin: 0 0 0.2em;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.3em;
	color: #b51825;
	text-transform: uppercase;
	}
	
#articleText.morelove .popout .col p {
	margin-bottom: 1.5em;
	}

/* ---- Popout Nav ---- */

#articleText.morelove .popout .navBox {
	position: absolute;
	width: 568px;
	height: 20px;
	left: 19px;
	bottom: 12px;
	margin-top: 14px;
	padding: 10px 0 5px;
	border-top: 1px dashed #222020;
	}

#articleText.morelove .popout .popNav {
	width: 300px;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	font-weight: bold;
	}
	
#articleText.morelove .popout .pagination {
	float: right;
	margin-top: 3px;
	}

#articleText.morelove .popNav .nextLink {
	float: right;
	height: 24px;
	margin: 0 14px 0.2em 0;
	text-decoration: none;
	background: url(images/moreLove-bu-grey.gif) 0 0 no-repeat;
	}

#articleText.morelove #pop-getting .popNav .nextLink { _width: 192px; /* IE6 */ }
#articleText.morelove #pop-love .popNav .nextLink { _width: 172px; /* IE6 */ }
#articleText.morelove #pop-married .popNav .nextLink { _width: 182px; /* IE6 */ }
#articleText.morelove #pop-rocks .popNav .nextLink { _width: 202px; /* IE6 */ }

#articleText.morelove .popNav .nextLink span {
	display: block;
	height: 20px;
	_height: 19px; /* IE6 */
	margin-left: 12px;
	_margin-left: 4px; /* IE6 */
	padding: 4px 10px 0 0;
	_padding-top: 5px; /* IE6 */
	background: url(images/moreLove-bu-grey.gif) 100% 0 no-repeat;
	}
	*+html #articleText.morelove .popNav .nextLink span { height: 19px; padding-top: 5px; /* IE7 */ }

#articleText.morelove .popNav .nextLink:hover { background-position: 0 100%; }
#articleText.morelove .popNav .nextLink:hover span { background-position: 100% 100%; color: #fff; }

#articleText.morelove .popNav .currentPage {
	color: #a90022;
	}

#articleText.morelove .popNav img {
 	float: none;
	border: none;
	}	

#articleText.morelove .popNav .directLink {
	color: #000;
	text-decoration: none;
	}

/* ---- Popout ShareThis ---- */

#articleText.morelove .popout .shareThis {
	width: 200px;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
	}


