/* 
"The Times" Custom CSS | v1.2 | Greg Rickaby dESIGN

Classes are listed in order of their appearce on the
site. Starting at the top, and working their way down.

If a class begins with ".custom", then it was used to
cancel out the original Thesis CSS.

There are also three Internet Explorer specific
stylesheets for: IE6, IE7, and IE8 inside /custom/thetimes/css/

*/

/* --- Universal Styles --- */
.custom #page {
	padding-top: 5px;  /*You can adjust how much padding is on top of the site*/
}
.custom a:hover {
	text-decoration: underline;
}
li.widget {
	list-style: none;
}
.custom h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
/* --- Leaderboard Ad --- */
#leaderboard {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#leaderboard li {
	list-style-type: none;
}
/* --- Top Navigation Area --- */
/*left side of top nav area*/
#top_menu { /*top menu area as a whole*/
	height: 15px;
}
#top_menu a { /*top menu link style*/
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #000
}
#top_menu a:hover {
	text-decoration: underline;
}
.top_menu_left { /*left side of top nav*/
	float: left;
}
.top_menu_left li {
	display: inline;
	padding-right: 10px;
}
#top_menu_right { /*right side of top nav*/
	float: right;
}
#top_line { /*black line below top menu*/
	height: 5px;
	clear: left;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
/*right side of top nav area (Thesis Nav)*/
.custom .menu { /*pull the nav up about 10 pixels*/
	position: relative;
	top: -10px;
	left: 0px;
	border: none;
}
.custom .menu a { /*nix the background color and letter spacing*/
	background-color: transparent;
	letter-spacing: 0px;
	border: none;
}
.custom .menu a:hover { /*nix the background color */
	background-color: transparent;
}
.custom .menu .current > a, .menu .current-cat > a {  /*nix the background color*/
	background-color: transparent;
}
.custom .menu .current > a, .menu .current-cat > a:hover {  /*nix the background color*/
	background-color: transparent;
}
.custom .menu .current > a, .menu .current-cat > a {  /*change cursor to a pointer*/
	cursor: pointer;
}
/* --- Header --- */
.custom #header {
	height: 70px; /* This will adjust the over height of the header. It's not exaxct, and should be used for spacing purposes only */
	padding-bottom: 0px;
	margin-bottom: 0px;
}
/* --- Main Logo --- */
.custom #logo, logo a {
	display: block;
}
/* --- Tagline --- */
.custom #tagline {
}
/* --- Top Banner Ad --- */
#header-banner {
	float: right;
	width: 468px;
	height: 60px;
	position: relative;
	top: -60px; /* This is used to "pull up" the main menu more into the header. This will elimate some unecessary white space. It is IE safe! */
	left: 0px;
	z-index: 9999;
}
#header-banner li {
	list-style-type: none;
}
/* --- Main Category Nav (Superfish Menu) --- */
.custom #main_nav {
	display: block;
	height: 82px;
	position: relative;
	top: -20px;
	left: 0px;
	border: none;
	margin: 0px;
	padding: 0px;
	clear: both;
	overflow: hidden;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
/* --- Custom Home Page Styles --- */
#home {
	width: 960px;
}
#home ul {
	list-style: none;
}
/* --- Breaking News --- */
#breaking-news {
	width: 96%;
	height: 300px;
	padding: 10px;
	margin-bottom: 10px;
	border: 5px solid #ff0000;
}
#breaking-news img {
	margin-right: 15px;
}
#breaking-news h1 {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #f00
}
#breaking-news h2 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 15px;
}
#breaking-news p {
	font-size: 16px;
}
#breaking-news a {
	font-size: 20px;
	line-height: 50px;
	color: #F00
}
/*the fold area*/
#the-fold {
	width: 955px;
	height: 600px;
}
/*setup the 3 columns inside the fold*/
#left {
	width: 400px;
	float: left;
	padding-right: 2px;
	overflow: visible;
}
#middle {
	height: 423px;
	width: 215px;
	float: left;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	overflow: hidden;
}
#right {
	height: 575px;
	width: 310px;
	float: left;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	overflow: visible;
}
#middle h3 {
	height: 26px;
	width: 90%;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #dddddd;
	padding-top: 6px;
}
#featured-columns {
	width: 400px;
	height: 150px;
	border: 1px solid #0F0;
	clear: both;
}
#featured-images {
	width: 625px;
	float: left;
	background-color: #fff;
	text-align: center;
	padding-top: 10px;
}
#featured-images-thumb {
	width: 200px;
	padding: 3px;
	float: left;
}
#featured-images-headline {
	font-size: 11px;
}
#header-square {
	text-align: center;
}
/*search box*/
#s {
	width: 270px;
	font-size: 16px;
	color: #000;
	padding: 6px 10px 6px 30px;
	margin-bottom: 10px;
}
/* --- BODY 1 STYLES --- */
#left-body-1 {
	display: block;
	width: 300px;
	float: left;
	padding-left: 10px;
	clear: both;
}
#right-body-1 {
	width: 638px;
	float: right;
	margin-left: 5px;
}
#middle-banner {
	width: 620px;
	text-align: center;
}
/* --- BODY 2 STYLES --- */
#left-body-2 {
	width: 638px;
	float: left;
	margin-left: 5px;
	clear: both;
}
#right-body-2 {
	width: 300px;
	float: right;
	padding-left: 10px;
}
#middle-square {
	width: 100%;
	text-align: center;
}
/*Category Box Styles*/
#cat-box {
	padding-bottom: 20px;
}
#cat-box-title {
	height: 30px;
	width: 100%;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #dddddd;
	margin-bottom: 10px;
}
#cat-box-title h1 a {
	color: #000;
	font-size: 24px;
}
#cat-box-thumb img {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#cat-box-headline {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}
#cat-box-excerpt {
	font-size: 12px;
	color: #000;
}
.hp_teaser_permalink {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 30px;
}
/* --- Custom Footer --- */
.custom #footer {
	height: 300px;
	background-color: #000;
	border: none;
}
#custom_footer {
	color: #fff;
	background-color: #003466;
	text-align: left;
}
#custom_footer p {
	color: #fff;
	font-size: 11px;
}
#custom_footer h3 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
#custom_footer li {
	list-style: none;
	line-height: 10px;
}
#custom_footer li a {
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	border: none;
}
#custom_footer li a:hover {
	text-decoration: underline;
}
/* --- Footer Widget Boxes --- */
#column1 {
	float: left;
	width: 18%;
	padding: 2px;
}
#column2 {
	float: left;
	width: 18%;
	padding: 2px;
	margin-left: 10px;
}
#column3 {
	float: left;
	width: 18%;
	padding: 2px;
	margin-left: 10px;
}
#column4 {
	float: left;
	width: 18%;
	padding: 2px;
	margin-left: 10px;
}
#column5 {
	float: left;
	width: 18%;
	padding: 2px;
	margin-left: 10px;
}
/* --- Vanity Plate --- */
#vanity {
	width: 100%;
	padding: 15px;
	text-align: center;
}