/* homepage.css */

#homepage #navigation #logo a:hover,
#homepage #navigation #logo a:active {
	background-image:url(/resources/images/layout/logo_cw_191x59.jpg);
}


/* structural layout */

#homepage #left_col {
	width:711px;
	padding-right:21px;
	border-right:1px solid #ccc;
}

#homepage #left_col #col_1 {
	width:336px;
	float:left;
	padding:4px 19px 0 0;
}

#homepage #left_col #col_2 {
	border-left:1px solid #CCCCCC;
	width:336px;
	float:right;		
	padding:10px 0 0 19px;
}

#homepage #right_col {
	width:184px;
	border:0 none;
}

/* end structural layout */


/* top stories */

#homepage #top_stories {
	border-bottom:1px solid #ccc;
	margin-bottom:6px;
	padding-bottom:5px;
}

#homepage #top_stories #block_left {
	float:left;
	width:395px;
}

#homepage #top_stories #block_right {
	float:right;
	width:299px;
}

#homepage #top_stories .top_stories_block .label {
	color:#671d16;
	font-size:12px;
	font-weight:bold;
	margin-bottom:3px;
}

#homepage #top_stories #block_full_width .label {
	border-top:10px solid #671d16;
	padding-top:3px;
	margin-bottom:10px;
	font-size:11px;
}

#homepage #top_stories #block_full_width h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	font-weight:bold;
	margin-bottom:20px;
}

#homepage #top_stories #block_left h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	font-weight:bold;
	margin-bottom:7px;
}

#homepage #top_stories #block_right h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	margin-bottom:5px;
}

#homepage #top_stories .top_stories_block .thumb {
	float:left;
	margin:0 10px 10px 0;
}

#homepage #top_stories #block_full_width .thumb {
	margin-right:20px;
}

#homepage #top_stories #block_left .thumb img {
	max-height:120px;
	max-width:120px;
}

*html #homepage #top_stories #block_left .thumb img {
	height:expression(this.height > 119 ? "120px" : "auto" );
	width:expression(this.width > 119 ? "120px" : "auto" );
}

#homepage #top_stories #block_right .thumb img {
	max-height:80px;
	max-width:80px;
}

*html #homepage #top_stories #block_right .thumb img {
	height:expression(this.height > 79 ? "80px" : "auto" );
	width:expression(this.width > 79 ? "80px" : "auto" );
}

#homepage #top_stories .top_stories_block .top_feature_blurb {
	margin:0 0 8px;	
}

#homepage #top_stories #block_full_width .top_feature_blurb {
	width:237px;
	float:left;
}

#homepage #top_stories #block_left .top_feature_list,
#homepage #top_stories #block_right .top_feature_list {
	clear:both;	
}

#homepage #top_stories #block_full_width .top_feature_list {
	float:right;
	width:327px;
}

#homepage #top_stories .top_stories_block ul li {
	background-image:url(../images/layout/bullet_blue_9x9.gif);
	background-position:left 4px;
	background-repeat:no-repeat;
	font-size:12px;	
	margin-bottom:10px;
	padding:0 0 0 14px;
}

#homepage #top_stories .top_stories_block ul li {
	*zoom:1;	
}

/* end top stories */


/* homepage-specific module styles */

#homepage #zone_module .module_header {
	border-top-color:#bedf5d;
}

/* end homepage-specific module styles */
