/*
	Media Matters Homepage Stylesheet
	Version: Tue Dec 20 12:20:11 CST 2005
*/

/* Spread - Top Boxes
----------------------------------------------- */
/* Positioning */
#main #spread {
	float: left;
	margin: 0 0 11px 0;
	width: 560px;
	clear: both;
}
#main #spread #left {
	position: relative;
	float: left;
	width: 370px;
}
#main #spread #left #one {
	position: relative;
	float: left;
	width: 185px;
}
#main #spread #left #two {
	float: right;
	width: 185px;
}

#main #spread #left.two_up #one,
#main #spread #left.two_up #two {
	width: 180px;
	padding: 0;
	/* fix stupid IE italics bug */
	overflow: visible;
}
#main #spread #right {
	float: right;
	width: 180px;
}

/* Added to do a one column left,
   two column right approach -Pete */
#main #spread #left_alone {
	position: relative;
	float: left;
	width: 185px;
}
#main #spread #double_right {
	position: relative;
	float: right;
	width: 370px;
}
#main #spread #double_right.two_up #one,
#main #spread #double_right.two_up #two {
	width: 180px;
	padding: 0;
}
#main #spread #double_right.two_up #one {
	float:left;
}
#main #spread #double_right.two_up #two {
	float:right;
}



#main #spread.three_up #one,
#main #spread.three_up #two,
#main #spread.three_up #three {
	float: left;
	margin: 0 10px 0 0;
	width: 180px;
	/* fix stupid IE italics bug */
	overflow:visible;
}
#main #spread.three_up #one { position: relative; }
#main #spread.three_up #three {
	float: right;
	margin: 0;
}
#main #spread.horizon .layer {
	float: left;
	width: 560px;
	padding: 0 0 2px 0;
	margin: 0 0 12px 0;
/*  border-bottom: solid 1px #E1E7EC; */

}
#main #spread.horizon .layer.last {
	margin: 0;
	padding: 0;
	border-bottom: none;
}
#main #spread.horizon .layer.under_three {
	margin: 2px 0 0 0;
	padding: 12px 0 0 0;
	border-bottom: none;
	border-top: solid 1px #E1E7EC;
}
#main #spread.horizon .layer.has_image { float: left; }
#main #spread.horizon .layer.has_image img {
	position: relative;
	float: left;
}
#main #spread.horizon .layer.has_image .content {
	float: right;
	width: 375px;
	margin: 5px 0 0 0;
}

#main #spread.horizon .layer.has_large_image .content {
	float: right;
	width: 275px;
	margin: 5px 0 0 0;
}

#main #spread.horizon .layer .left {
	position: relative;
	float: left;
	margin: 0 10px 0 0;
	width: 275px;
}
#main #spread.horizon .layer .right {
	float: right;
	width: 275px;
}
/* Content: Headings
   - H3's are the small uppercase headings
   - H2's are the article headings. They have
     two sizes. The default is smaller, but
     they are made larger in certain columns. */
#main #spread h3 {
	margin: 0 0 5px 5px;
	text-transform: uppercase;
	color: #666;
	font-size: .6em;
}
#main #spread h2 {
	margin: 0 0 5px 5px;
	font-size: 1.4em;
	text-transform: none;
}
/* Smaller H2's */
/*#main #spread #left #one h2,
#main #spread #left #two h2,
#main #spread #right h2,
#main #spread.three_up h2,
#main #spread.horizon h2 { font-size: .9em; }*/
/* Content: Images */
#main #spread img {	
	margin: 5px 0 5px 0;
	clear: both;
	border:0px;
}

/* Content: Inline Images */
#main #spread img.inline {	
	margin: 0px 0 0px 0;
	clear: both;
}

/* Content: List elements */
#main #spread ul { margin: 0 0 8px 5px; }
#main #spread ul li {
	margin: 0 0 4px 0;
	padding: 0 0 0 8px;
	background: url(../images/blackdot.gif) no-repeat 0 3px;
	font-size: .7em;
}
/* Content: Paragraphs */
#main #spread p {
	margin: 0 0 8px 5px;
	color: #333;
	font-size: .8em;
}
/* Content: Links */
#main #spread a.read {
	font-size: .8em;
	font-weight: bold;
	text-transform: uppercase;
}

/* Placeholder in lieu of Followed Stories
----------------------------------------------- */
#main #placeholder {
	position: relative;
	float: left;
	clear: both;
	width: 560px;
	margin: 0 0 8px 0;
	padding: 0 0 7px 0;
}

/* Followed Stories
----------------------------------------------- */
#main #followed_stories {
	position: relative;
	float: left;
	clear: both;
	width: 560px;
	margin: 0 0 18px 0;
	padding: 0 0 7px 0;
	border-top: solid 5px #2E8BE8;
	border-bottom: solid 1px #ccc;
}
#main #followed_stories h4 {
	margin: 0 0 7px 0;
	padding: 6px;
	border-bottom: solid 1px #ebebeb;
	color: #525252;
	font-size: .9em;
	text-transform: uppercase;
}
#main #followed_stories h4 a {
	position: absolute;
	top: 8px;
	right: 6px;
	font-size: .8em;
	text-decoration: none;
}
#main #followed_stories ul { margin: 0 6px 0 6px; }
#main #followed_stories ul li {
	float: left;
	width: 112px;
	padding: 0 15px 0 55px;
	font-size: .8em;
}
#main #followed_stories ul li.last {
	padding: 0 0 0 55px;
	width: 127px;
}
#main #followed_stories ul li a { font-weight: bold; }
#main #followed_stories ul li img {
	float: left;
	margin: 2px 5px 5px -55px;
	border: solid 1px #000;
}


/* for media response section
----------------------------------------------- */
#main #media_response {
	position: relative;
	float: left;
	clear: both;
	width: 545px;
	margin: 0 0 18px 0;
	padding: 0 10px 3px 6px;
	background: #F4F5F7;
	border-top: solid 5px #2E8BE8;  
	border-bottom: solid 1px #ccc; 
}

#main #media_response img {
	padding: 0 0 5px 5px;
	float: right;
}
#main #media_response p {
	padding-left: 5px;
	font-size: .75em;
}
#main #media_response p a {
	font-weight: bold;
}
#main #media_response p.morecoverage {
	padding: 2px 0 0 0;
	text-align: right;
}
#main #media_response h4 {
	margin: 0 0 7px 0;
	padding: 6px 6px 6px 3px;
	border-bottom: solid 1px #ebebeb;
	color: #525252;
	font-size: .9em;
	text-transform: uppercase;
}

#main #media_response h4.multiple {
	margin: 7px 0 7px 0;
	padding: 6px 6px 6px 3px;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #ebebeb;
	color: #525252;
	font-size: .9em;
	text-transform: uppercase;
}

#main #media_response h4 a {
	position: absolute;
	top: 8px;
	right: 6px;
/*	font-size: .8em;    */
	text-decoration: none;
}
#main #media_response ul { 
	width: auto;
	padding-left: 25px;
	margin: 15px 6px 0 0; 
}
#main #media_response ul li {
/*	float: left;
	width: 510px; */
	list-style-type: disc;
	width: auto;
	padding: 0 15px 0 0;
	font-size: .75em;
}
/*
#main #media_response ul li.last {
	padding: 0 0 0 55px;
	width: 560px;
} 
*/
#main #media_response ul li a { font-weight: bold; }
/*
#main #media_response ul li img {
	float: left;
	margin: 2px 5px 5px -55px;
}
*/

/* for media response section -- no header
----------------------------------------------- */
#main #media_response_noheader {
	position: relative;
	float: left;
	clear: both;
	width: 560px;
	margin: 0 0 18px 0;
	padding: 5px 0 7px 0;
	border-top: solid 5px #2E8BE8;
/*	border-bottom: solid 1px #ccc; */
}
#main #media_response_noheader h4 {
	margin: 0 0 7px 0;
	padding: 6px;
	border-bottom: solid 1px #ebebeb;
	color: #525252;
	font-size: .9em;
	text-transform: uppercase;
}
#main #media_response_noheader h4 a {
	position: absolute;
	top: 8px;
	right: 6px;
	font-size: .8em;
	text-decoration: none;
}
#main #media_response_noheader ul { 
	margin: 0 6px 0 6px; 
	position: relative; 
}
#main #media_response_noheader ul li {
	float: left;
/*	width: 510px; */
	width: auto;
	padding: 0 15px 0 55px;
	font-size: .8em;
}
#main #media_response_noheader ul li.last {
	padding: 0 0 0 55px;
	width: 560px;
}
#main #media_response_noheader ul li a { font-weight: bold; }
#main #media_response_noheader ul li img {
	float: left;
	margin: 2px 5px 5px -55px;
}

#main #media_response_noheader a.read {
	font-size: .9em;
	font-weight: bold;
	/*text-transform: uppercase;*/
}

/* for when weekly is below
----------------------------------------------- */
#main #weekly_below {
	position: relative;
	float: left;
	clear: both;
	width: 560px;
	margin: 0 0 18px 0;
	padding: 7px 0 7px 0;
	border-top: solid 1px #999999;
/*		border-top: solid 5px #2E8BE8; */
/*	border-bottom: solid 1px #ccc; */
}
#main #weekly_below h4 {
	margin: 0 0 7px 0;
	padding: 6px;
	border-bottom: solid 1px #ebebeb;
	color: #525252;
	font-size: .9em;
	text-transform: uppercase;
}
#main #weekly_below h4 a {
	position: absolute;
	top: 8px;
	right: 6px;
	font-size: .8em;
	text-decoration: none;
}
#main #weekly_below ul { 
	margin: 0 6px 0 6px; 
	position: relative; 
}
#main #weekly_below ul li {
	float: left;
/*	width: 510px; */
	width: auto;
	padding: 0 15px 0 55px;
	font-size: .8em;
}
#main #weekly_below ul li.last {
	padding: 0 0 0 55px;
	width: 560px;
}
#main #weekly_below ul li a { font-weight: bold; }
#main #weekly_below ul li img {
	float: left;
	margin: 2px 10px 5px -55px;
}

/* Home Left -- Sexy Wrapper for Columns and What's Hot
----------------------------------------------- */
#main #home_left {
	position: relative;
	float: left;
	width: 233px;
}

/* ColumnsBox (new div with fancy rotation etc
_______________________________________________ */
#main #columnsBox {
	background-color: #E1E7EC;
	margin-bottom:2px;
	font-size: 0.8em;
}
#main #columnsBox #imageContainer {
	background: url(/static/images/home/columns/bluebar.gif) no-repeat 0 0;
	height:104px;
	position: relative;
}
#main #columnsBox #imageContainer img {
	display: none; 
	position: absolute;
	border: none;
	top: 0;
	left: 0;
	z-index:0;
}
#main #columnsBox #imageContainer img.show {
	display:block;
}
#main #columnsBox p {
	margin: 5px 10px 0 10px;
	font-size:0.9em;
}
#main #columnsBox p small {
	font-size:11px;
	text-transform: uppercase;
	font-weight: bold;
	color: black;
}
#main #columnsBox a:hover small {
	color: #084982;
}
#main #columnsBox #columnsBoxFooter {
	background-color: #084982;
}
#main #columnsBox #columnsBoxFooter .more {
	padding:3px 0px;
	font-size:0.9em;
	font-weight:bold;
}
#main #columnsBox #columnsBoxFooter .more a {
	color: white;
}
#main #columnsBox img {
	border:0;
}

/* What's hot
----------------------------------------------- */
#main #whats_hot {
	position: relative;
	float: left;
	width: 233px;
	border-top: solid 5px #2E8BE8;
	background: #FAF7DA;
}
#main #whats_hot h4 {
	margin: 0;
	padding: 6px;
	font-size: .8em;
	text-transform: uppercase;
	color: #474646;
	border-bottom: solid 1px #C9C8B9;
}
#main #whats_hot h4 a {
	position: absolute;
	top: 8px;
	right: 6px;
	font-size: .8em;
	text-decoration: none;
}

#main #whats_hot h4 a {
    position: absolute;
    display: block;
    top: 6px;
    right: 10px;
    width: 17px;
    height: 16px;
    text-indent: -2000px;
    text-decoration: none;
    background: url(../images/help.gif) no-repeat;
}

#main #whats_hot ul {
	margin: 6px;
}
#main #whats_hot ul li {
	font-size: .6em;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}
#main #whats_hot ul li ul { margin-left: 0; }
#main #whats_hot ul li ul li {
	margin: 0 0 8px 0;
	padding: 0 0 0 11px;
	background: url(../images/home/whatshot_caret.gif) no-repeat 0 3px;
	text-transform: none;
	font-size: 11px;
}


/* Tabbed Content
----------------------------------------------- */
#main #tabbed_content {
	float: right;
	width: 320px;
}

/* Tabbed Content: Latest Items
----------------------------------------------- */
#main #tabbed_content dl#latest_items { clear: both; }
#main #tabbed_content dl#latest_items dt {
	padding: 7px 7px 2px 7px;
	background: #F4F5F7;
	color: #993300;
	font-size: .8em;
}
#main #tabbed_content dl#latest_items dd {
	padding: 0 7px 0 7px;
	background: #F4F5F7;
	border-bottom: dotted 1px #E1D9CC;
	color: #333;
}
#main #tabbed_content dl#latest_items .even { background: #fff; }
#main #tabbed_content dl#latest_items dd ul li {
	margin: 0 0 7px 0;
	font-size: .8em;
	color: #333;
}
#main #tabbed_content dl#latest_items dd ul li a { font-weight: bold; }


#main #tabbed_content dl#latest_items dd ul li a#rss { 
	float: right;
	position: relative;
	top: -15px;
}
html>body*#main #tabbed_content dl#latest_items dd ul li a#rss { 
	float: right;
	position: relative;
	top: 0px;
}

/* Fix IE */
* html #main #tabbed_content dl#latest_items dd ul li a#rss { 
	float: right;
	position: relative;
	top: -15px;
}


/* Tabbed Content: Most Popular
----------------------------------------------- */
#main #tabbed_content dl#most_popular { clear: both; }

#main #tabbed_content dl#most_popular dt {
	padding: 7px 7px 2px 7px;
	background: #F4F5F7;
	color: #993300;
	font-size: .8em;
}

#main #tabbed_content dl#most_popular dd {
	padding: 0 7px 0 7px;
	background: #fff;
/*	border-bottom: dotted 1px #E1D9CC; */
	color: #ccc;
}
#main #tabbed_content dl#most_popular dd ul li#help {
	margin: 0 0 7px 0;
	font-size: .7em;
	color: #000;
}

#main #tabbed_content dl#most_popular .even { background: #fff; }
#main #tabbed_content dl#most_popular dd ul li {
	margin: 0 0 7px 0;
	font-size: .8em;
	color: #fff;
}
#main #tabbed_content dl#most_popular dd ul li a { font-weight: bold; }

/* Tabbed Content: By Topic
----------------------------------------------- */
#main #tabbed_content dl#by_topic { clear: both; }
#main #tabbed_content dl#by_topic a dt {
	padding: 7px 7px 2px 7px;
	background: #fff;
	color: #993300;
	font-size: .8em;
}
#main #tabbed_content dl#by_topic dd {
	padding: 0 7px 0 7px;
	background: #fff;
	border-bottom: dotted 1px #E1D9CC;
	color: #333;
}
#main #tabbed_content dl#by_topic .even { background: #F4F5F7; }
#main #tabbed_content dl#by_topic dd ul li {
	margin: 0 0 7px 0;
	font-size: .8em;
	color: #333;
}
#main #tabbed_content dl#by_topic dd ul li a { font-weight: bold; }

/* Tabbed Content: Clips
----------------------------------------------- */
#main #tabbed_content dl#clips { clear: both; }
#main #tabbed_content dl#clips dt {
	padding: 7px 7px 2px 7px;
	background: #F4F5F7;
	color: #993300;
	font-size: .8em;
}
#main #tabbed_content dl#clips dd {
	padding: 0 7px 0 7px;
	background: #F4F5F7;
	border-bottom: dotted 1px #E1D9CC;
	color: #333;
}
#main #tabbed_content dl#clips .even { background: #fff; }
#main #tabbed_content dl#clips dd ul li {
	margin: 0 0 7px 0;
	font-size: .8em;
	color: #333;
}
#main #tabbed_content dl#clips dd ul li a { font-weight: bold; }



