/*
-----------------------------------------------------------------------------
	MAIN PAGE HEADER
=============================================================================
*/



#sub-header{
	width:940px;
	background-image:url(../images/sub-header-bg.png);
	background-repeat:repeat-x;
	background-position:top left;
	height:30px;
    padding-bottom:10px;
	}

#todays-paper{
	float:left;
	width:150px;
	padding-top:13px;
	}
	
/*Weather widget
============================*/

#weatherad{
float:right;
padding-right:10px;
}

	
#weather-widget{
	float:right;
	width:230px;
        height:28px;
      
	}
#weather-widget ul{
	float:right;
	padding:10px 10px 0 0;
}
#weather-widget ul li{
	display:block;
	float:left;
	margin-left:5px;
}
#weather-widget ul li.ww-hi, #weather-widget ul li.ww-hi{
	width:45px;
	height:28px;
}	
#weather-widget ul li.ww-hi span, #weather-widget ul li.ww-lo span{
	display:block;
	width:44px;
	height:19px;
	background-repeat:no-repeat;
	background-position:top left;
}
#hi-temp{
	background-image:url(/images/weather_highest.gif);
	}
#lo-temp{
	background-image:url(/images/weather_lowest.gif);
}

/*Search
============================*/

#search-area{
	float:right;
	width:310px;
	height:28px;
	background-color:#deeef8;
	border:1px solid #a2cdea;
	}
#main-search{
	padding:15px 0 0 20px
}
#main-search ul{height:23px}
#main-search ul li{float:left;height:23px;}
#main-search input.search-text{
	width:220px;
	height:23px;
	
	}
#main-search input.search-btn{
	width:53px;
	height:23px;
	background-image:url(/images/search_btn.png);
	background-position:top left;
	background-repeat:no-repeat;
}

/* Branding 
===========================*/
#branding{
	width:940px;
	float:left;
	border-top:1px solid #e7f1f8;
	}
#logo{
	width:550px;
	float:left;
	text-align:center;
	padding-top:20px;
	}
#left-ear{
	width:185px;
	height:90px;
	float:left;
}
#right-ear{
	width:185px;
	height:90px;
	float:right;
}

/* Main Menu 
==========================*/

#main-nav-wrapper{
	width:940px;
	border-top:1px solid #e7f1f8;
	clear:both;
}
#main-nav-wrapper ul li.first a{border:none}
#main-nav-wrapper ul li, #sub-nav-wrapper ul li{
	float:left;
	display:block;
}
#main-nav-wrapper ul li a{
	display:block;
	padding:5px 15px;
	border-left:1px solid #e7f1f8;
	}
body#news #main-nav-wrapper ul li.news a, body#business #main-nav-wrapper ul li.business a, body#sports #main-nav-wrapper ul li.sports a, body#entertainment #main-nav-wrapper ul li.entertainment a, body#lifestyle #main-nav-wrapper ul li.lifestyle a, body#flair #main-nav-wrapper ul li.flair a,  body#travel #main-nav-wrapper ul li.travel a,  body#auto #main-nav-wrapper ul li.auto a,  body#commentary #main-nav-wrapper ul li.commentary a,  body#health #main-nav-wrapper ul li.health a{
	/*background-image:url(/images/nav-select.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
	color:#a62a00;*/
}
	
#main-nav-wrapper ul.subnav li a{
	border:none;
	padding: 5px 5px 5px 20px;
}
#sub-nav-wrapper{
	width:940px;
	clear:both;
	background-color:#64aede;
	float:left;
	height:22px;
}

/* Dropdown Styles */
ul.topnav {  
	position:relative;
	z-index:5000;
}  
ul.nav li.more{
	float: left;  
	position: relative;
}

ul.nav li.more a{
	color:#fff;
	text-transform:uppercase;
	font-size:1em;
	  
	  display: block;  
	  text-decoration: none;  
	  float: left;  
}


 ul.topnav li.more a:hover{  
 	 background-color: #23638d;
	 color:#fff;  
  }  
 ul.topnav li.more span { /*--Drop down trigger styles--*/  
      display:none;
	  /* width: 17px;  
       height: 35px;  
       float: left;  
       background: url(images/subnav_btn.gif) no-repeat center top; */ 
   }  
  ul.topnav li.more span.subhover {cursor: pointer;} /*--Hover effect for trigger--*/  
  ul.topnav li.more ul.subnav {  
       list-style: none;  
       position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/ 
	   right: 0; top: 28px;  
       background-color: #23638d;  
       margin: 0; padding: 0;  
       display: none;  
       float: left;  
       width: 170px;  
	   -moz-border-radius-bottomleft: 5px;
		-moz-border-radius-bottomright: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		border: 1px solid #23638d;  
   }  
   ul.topnav li.more ul.subnav li{  
       margin: 0; padding: 0;  
       border-top: 1px solid #2c74a3; /*--Create bevel effect--*/  
       border-bottom: 1px solid #24587a; /*--Create bevel effect--*/  
       border-left:none;
	   clear: both;  
       width: 170px;  
   }  
  html ul.topnav li.more ul.subnav li a {  
       float: left;  
       width: 145px;  
       background-color: #23638d;  
	   color:#fff;
  }  
   html ul.topnav li.more ul.subnav li a:hover { /*--Hover effect for subnav links--*/  
       background-color: #03426a;  
   }  



/* Secondary Menus
========================*/

#extra-nav{
	float:right;
	}
#sub-nav{
	float:left;
	}
#sub-nav li a{
	padding:0 20px;
	line-height:22px;
}
#extra-nav{
	background-image:url(/images/link_menu_bg.png);
	background-position:top left;
	background-repeat:repeat-x;
	height:22px;
	
	}
#extra-nav li a{padding:0 10px;border-left:1px solid #a62a00;line-height:22px;}
#extra-nav li.first a{border:none}

/* Ad area 
=========================*/

#ad-area{
	width:940px;
	float:left
	}

#page-title-wrapper{
	width:195px;
	float:left;
	padding-top:10px;
	}
#lb-wrapper{
	float:right;
	width:730px;
	padding:5px 0;
	}
