/*
PURPOSE:
	[1] Basic cascading stylesheet for ALL borswers
	[2] News - [ homepage + subjects + articles ]
	[3] MEDIA = SCREEN

REVISION HISTORY:
	October 11th, 2007. v1.0. Created.

STATUS OF THIS DOCUMENT:
	This is a working draft.

MAINTAINER:
	Carl Lewin
	c a r l _ l e w i n @ d i s c o v e r y . c o m

LEGAL NOTICE:
	Distribution of this document is limited.
	Copyright (C) Discovery.com 2007. All Rights Reserved.
*/


/*
==================================
CLASS - SPACERS
==================================
*/
.standardBoxPadding { padding: 10px 16px; }

.toplessBoxPadding { padding: 20px 16px 10px 16px; }

.shiftNormalLongBox { margin: -357px 0 0 332px; }

.shiftNormalShortBox { margin: -152px 0 0 332px; }

.shiftPromoSet { margin: -230px 0 0 320px; }

.pb6 { padding-bottom: 6px; }

.ml16 { margin-left: 16px; }


/*
==================================
ID - BOXES
==================================
*/
#featured-item #feature-image {
	display: block;
	width: 326px;
	height: 250px;
}

#featured-item #feature-text {
	display: block;
	width: 331px;
	height: 250px;
	overflow: hidden;
	margin: -250px 0 0 326px;
}

#normal-long-box {
	border: 1px solid #CCC;
	width: 325px;
	height: 355px;
	overflow: hidden;
}

#normal-long-box #promo-item #promo-image {
	display: block;
	width: 70px;
	height: 70px;
}

#normal-long-box #promo-item #promo-text {
	display: block;
	width: 223px;
	height: 70px;
	overflow: hidden;
	margin: -70px 0 0 70px;
}

#normal-short-box {
	border: 1px solid #CCC;
	width: 325px;
	height: 150px;
	overflow: hidden;
}

#topless-wide-long-box {
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #CCC;
	width: 657px;
	height: 260px;
	overflow: hidden;
}

#topless-wide-long-box #promo-item #promo-image {
	display: block;
	width: 70px;
	height: 70px;
}

#topless-wide-long-box #promo-item #promo-text {
	display: block;
	width: 235px;
	height: 70px;
	overflow: hidden;
	margin: -70px 0 0 70px;
}

#wide-auto-box {
	border: 1px solid #CCC;
	width: 657px;
	height: auto;
}

#wide-long-box {
	border: 1px solid #CCC;
	width: 657px;
	height: 450px;
	overflow: hidden;
}

#wide-short-box {
	border: 1px solid #CCC;
	width: 657px;
	height: 274px;
	overflow: hidden;
}


/*
==================================
ID - HTML TAGS
==================================
*/
#feature-text p { padding-bottom: 10px; }