@charset "utf-8";
/* CSS Document */

/************** GENERAL / MISC ***********************/
#content {
	font-size: 14px;
}
.homepage_widget {
	background-color: #fff7ec;
	float: left;
	padding: 0;
}
.widget_content, #news_channel {
	border: solid 1px #D0C8C0;
} 
.widget_content {
	border-top: none;		
}

.row1 {
	margin-top: 0; 
}
#news_channel.row1 {
	height: 370px;
}
#our_story.row1 {
	height: 371px;
}
.row2 {
	margin-top: 20px;
}
.row2, #data_and_weather_widgets .homepage_widget {
	height: 245px;
}
.column1 {
	width: 567px; 
}
.column2 {
	width: 288px; 
	float: right !important;
}
.homepage_widget h2 {
	margin: 0;
	margin-top: 0 !important;
	padding: 0;
	background-color: #c7561e;
	color: white !important;
	font-size: 18px !important;
	height: 30px;
	padding-left: 10px;
	line-height: 30px;
	font-weight: normal;
}
.homepage_widget h2 a {
	color: white;
	text-decoration: none;
	display: block;
	height: 100%;
}
.homepage_widget h2 a:hover {
	color: #173d85;
}
.widget_content {
	padding: 0;
	margin: 0;
}
.widget_content .raquo {
	font-size: 15px !important;
	position: relative; 
	top: 1px;
}
.widget_content > p:first-child {
	margin-top: 0;
}
.row1 .widget_content {
	display: block;
	/*height set for individual widgets separately*/
	overflow: auto;
}
.row2 .widget_content {
	display: block;
	height: 217px; /*IMPROVE - is there a better way than hardcoding a pixel height?*/
	overflow: hidden;
}

.roundedCorners, .roundedCorners > h2:first-child {
	border-top-left-radius:     15px;
 	-moz-border-radius-topleft: 15px;	
	border-top-right-radius:     15px;
 	-moz-border-radius-topright: 15px;		
}

/************** NEWS CHANNEL WIDGET ***********************/
#news_channel {
	width: 565px; /*565 + border = 567*/
}
#news_channel_image_link {
	position: relative;
	text-decoration: none !important;
}
#news_channel_image_link, #news_channel_image {
	display: block;
	width: 100%;
	height: 300px;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
#news_channel_caption_box, #news_channel_caption {
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	width: 230px;
	padding: 10px;
	height: 50px;
}
#news_channel_caption_box  {
	background-color: #c7561e;
	opacity: 0.8;
	z-index: 100;
}
.featured_story_caption_box {
	background-color: #377bbb !important;
	border: solid 1px #2c6397;
	border-bottom: none;
	border-left: none;
}
#news_channel_caption {
	background-color: transparent;
	opacity: 1;
	z-index: 101;
	color: white;
	text-decoration: none;
	font-size: 14px;
	overflow: hidden;
	text-decoration: none !important;
	border: none !important;	
}
#news_channel_caption_title {
	position: relative;
	display: block;
	font-weight: bold;
	white-space: nowrap;	
	text-decoration: none !important;	
	border: none !important;
}
#news_channel_image_placeholder {
	width: 100%;
	height: 300px;
	border: none;	
	text-align: center;
	background-color: #ddd;
	font-weight: bold;
	font-size: 16px;
}
ul#news_list {
	margin: 0;
	padding: 0px 15px 0 0;	
	list-style-type: none;
	height: 67px;
	position: relative;
}
#news_list li {
	float: left;
	margin: 0 0 0 2px;
}
#news_list li:first-child {
	margin-left: 0px;
	margin-right: -2px; /*removing border-left causes there to be a 4px wide spacing between the 1st and 2nd thumbnails - this fixes that*/
}
#news_list li:first-child img {
	border-left: none;
}
#news_list li img {
	border: solid 2px transparent;
	border-bottom: none;
}
#news_list li img:hover {
	border-color: #c7561e;
	cursor: pointer;		
}
#news_list li, #news_list li img {
	width: 102px;
	height: 68px;
	padding: 0;	
}
#news_list #featured_story_thumbnail {
	position: relative;
}
#featured_story_thumbnail .featured_story_label {
	font-size: 12px;
	color: white;
	font-weight: bold;
	position: absolute;
	top: 2px;
	left: 2px;
	width: 100%;
	text-align: center;
	background-color: #377bbb;
}
#news_list > li#featured_story_thumbnail:first-child .featured_story_label {
	left: 0 !important; /*if featured story is 1st story then fix position of label*/
}

#news_archive_link {
	text-align: left;
	font-size: 14px;
	text-align: center;
	width: 45px !important;
	position: absolute;
	right: 0px;
	background-color: #c7561e;
	top: 2px;
	height: 68px !important;
	
}
#news_archive_link a {
	text-decoration: none;
	color: white !important;
	margin-top: 15px !important;
	display: inline-block;
}
#news_archive_link a .raquo {
	position: relative; 
	left: 1.1em; 
	top: 0.5em;
}
img.currentNewsItem  {
	border-color: #c7561e !important;
}
.hidden_caption_title {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.news_item a.visible_thumbnail_caption {
	font-size: 10px;
	line-height: 14px;
	height: 14px;
	text-align: center;
	position: relative;
	top: -0.5em;
	left: -6px;
	width: 110px;
	display: block;
	overflow: hidden;
	color: white !important;
	text-decoration: none;	
	background-color: #c7561e;
	border: solid 1px #ccc;
	padding: 2px;
	white-space: nowrap;
	-moz-box-shadow:    0px 1px 4px 4px rgba(60, 60, 60, 0.5);
	-webkit-box-shadow: 0px 1px 4px 4px rgba(60, 60, 60, 0.5);
	box-shadow:         0px 1px 4px 4px rgba(60, 60, 60, 0.5);	
}
.hidden_caption_text {
	display: none;
}

#news_channel_image_link #video_icon_large {
	position: absolute;
	top: 123px;
	left: 243px;
	display: none;
}
#news_channel_image_link.video_story:hover #video_icon_large {
	display: inline;
}
.video_story_label img {
	height: 20px !important; 
	width: auto !important;
	float: none;
}
li.news_item {
	position: relative;
}
.video_story_label {
	position: absolute !important;
	float: none;
	top: 24px;
	left: 39px;
}
.video_icon {
	border: none !important;
}

/************** OUR STORY WIDGET ***********************/
#our_story {
	display: block;	
	background-image: url(/images/our_story_building_background.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	font-size: 13px;
}
#our_story .widget_content {
	padding: 10px;
	height: 321px;
}
#white_space {
	width: 105px;
	height: 160px;
	float: left;
}

/************** DATA AND WEATHER WIDGETS ***********************/
#data_and_weather_widgets {
	background-color: transparent;
}
#data_imagery, #weather {
	width: 275px; 
}
#weather .widget_content {
	border-color: #b8b0a9 !important;
}
#data_imagery {
	float: left;
}
#weather {
	float: right;
}
#weather .widget_content {
	position: relative;
}
#weather_image, #weather_image_placeholder, #real_time_image {
	display: block;	
	width: 100%;
	height: 197px; /* 197 + 20 = 297 */
	border: none;
}

#weather_image_placeholder {
	text-align: center;
	padding-top: 30px;
	height: 167px;
}


#wx_info_line_2 {
	font-size: 12px; 
	position: absolute;
	left: 0px;
	padding-left: 5px;
	bottom: 20px;
	z-index: 200;
	background-color: #f5ead5; 
	border-bottom: solid 1px #ccc;
	width: 100%;
	height: 18px;
	line-height: 18px;
}

#wx_timestamp {
	float: left;
	line-height: 18px;
}
#wx_info_line_2 a {
	float: right; 
	font-weight: bold; 
	padding-right: 10px; 
	text-decoration: none; 
}
.info_line {
	margin: 0;
	padding: 0;
	width: auto;
	height: 20px;
	line-height: 20px;
	background-color: #fff7ec;
	font-size: 12px;
	white-space: nowrap;
	clear: both;
}
.info_line a {
	line-height: 20px;
	height: 20px;
}
#current_conditions strong {
	color: #333;	
}
#current_conditions .ob {
	margin-left: 5px;
	position: relative; /*IMPROVE - this causes problems in IE7 - will need IE7 specific fix */
}
#current_conditions .ob:first-child {
	margin-left: 3px;
}
#current_conditions > span:first-child {
	margin-left: 5px;
}
#data_timestamp {
	float: left;
	padding-left: 5px;
}
#more_data_link {
	float: right;
}
#data_imagery_info a {
	font-weight: bold; 
	padding-right: 10px; 
	text-decoration: none; 
	font-size: 12px;
	position: relative;
}

.wx_error {
	cursor: pointer; 
	text-decoration: underline; 
	color: blue;	
}


/************** POPULAR PAGES ***********************/

#popular_pages ul.widget_content {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 12px;
	display: table;
	width: 286px;
}

#popular_pages li {
	display: table-row;
	font-weight: bold;
	height: 40px;
}

#popular_pages li span {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	height: 40px;
}
#popular_pages li > span:first-child {
	text-align: center;
	width: 58px;
	vertical-align: middle;
}

#popular_pages img {
	display: block !important; /*otherwise won't vertically align in the middle*/
	float: none !important;
}

#popular_pages ul.widget_content li:nth-child(odd) {
	background-color: #f5ead5;
}

#popular_pages li span a {
	text-decoration: none;
}

/*****************************************
#popular_pages ul.widget_content {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 12px;
}

#popular_pages ul.widget_content li {
	padding: 0px 10px 0px 5px;
	font-weight: bold;
	height: 40px;
	display: block;	
	position: relative;
	vertical-align: middle;
}
#popular_pages ul.widget_content li:nth-child(odd) {
	background-color: #f5ead5;
}
#popular_pages li span a {
	text-decoration: none;
}
#popular_pages li span {
	font-size: 14px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 70px;
	width: 215px;
	margin-top: -0.5em;
	overflow: hidden;
}
*****************************************/
/******
.event {
	padding-left: 35px !important;
	background-image: url(/images/calendar-icon.png);
	background-repeat: no-repeat;
	background-position: 10px 4px;
}
********/
