/* CSS Document */

/******************** LAYOUT **************************/

body {
	background:#cfcfcf url(../images/bg.gif) repeat scroll 50% 0;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	/* Default font settings. The font-size percentage is of 16px. (0.75 * 16px ~ 12px) */ 	
	font-size:75%;
	color:#2f2f2e;
	line-height:1.385em;
	padding:0 1px 0 0;
	margin:0px;
	text-align:left;
}

* html body {
	padding:0 0 0 1px;
}

#gradient_wrapper {
	width:100%;
	background:url(../images/bg-fade.jpg) repeat-x scroll 50% 0;
	padding:0 1px 0 0;
}

* html #gradient_wrapper {
	padding:0 0 0 1px;
}

#main_wrapper {
	width:968px;
}

#topbar {
	background:url(../images/topbar-bg.gif) no-repeat;
	width:928px;
	height:23px;
	padding:5px 16px 0px 16px;
	margin:0px 4px 15px 4px;
	font-weight:normal;
	color:#FFFFFF;
	text-align:left;
}

#topbar a {
	color:#FFFFFF;
	text-decoration:none;
}

#topbar a:hover {
	text-decoration:underline;
}

#top_utilities {
	float:right;
}

#header {
	width:960px;
	height:90px;
	margin:0px 4px 15px 4px;
}

#header_ad {
	width:728px;
	height:90px;
	float:right;
}

#navbar {
	background:url(../images/navbar-bg.gif) no-repeat;
	width:948px;
	height:26px;
	padding:1px 7px 2px 7px;
	margin:0px 3px 0px 3px;
	text-align:left;
}

.nav_link {
	display:block;
	padding:5px 22px 5px 22px;
	height:18px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
	text-transform:uppercase;
}

.nav_link:hover {
	/*border:1px solid #f18854;
	padding:2px 15px 1px 15px;*/
	/*background-color:#ffe1d3;*/
	background-image:url(../images/nav-on.gif);
	color:#212121;
	text-decoration:none;
}

.nav_link_on {
	display:block;
	padding:5px 22px 5px 22px;
	height:18px;
	background-image:url(../images/nav-on.gif);
	color:#212121;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
	text-transform:uppercase;
}

.nav_link_on:hover {
	text-decoration:none;
}

.nav_spacer {
	display:block;
	width:1px;
	height:28px;
	background-image:url(../images/nav-spacer-bg.gif);
	/*font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.083em;*/
}

#search {
	padding-top:2px;
	float:right;
	width:230px;
	margin-right:16px;
}

#search_box {
	margin-top:1px;
	width:160px;
	height:13px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#search_button {
	margin-top:1px;
}

#content_shadow {
	width:968px;
	background:url(../images/content-bg.gif) repeat-y;
}

#content {
	width:968px;
	padding-top:20px;
	background:url(../images/content-top.gif) top no-repeat;
}

#main_col {
	width:624px;
	float:left;
	padding:0px 4px 0px 16px;
	margin-right:-316px;
	text-align:left;
}

#breaking_news {
	padding-bottom:12px;
	border-bottom:1px solid #DDDDDD;
	margin-bottom:12px;
}

#slideshow {
	float:left;
	width:328px;
	height:250px;
	margin-right:20px;
}

#news_block {
	float:right;
	height:250px;
	width:276px;
}	

#news_list a {
	color:#2f2f2e;
}

#news_list a:hover {
	color:#ea5005;
}

#blog_block {
	padding-top:24px;
	clear:both;
}

.blog_post {
	margin-bottom:16px;
}

.blog_post a {
	color:#2f2f2e;
}

.blog_post a.orange {
	color:#ea5005;
}

.blog_post a:hover {
	color:#ea5005;
}

.blog_author {
	margin-right:12px;
	border:1px solid #c9c9c9;
}

#sports_title {
	float:left;
	width:382px;
	height:25px;
	padding-top:40px;
	margin-bottom:6px;
}

#small_ad {
	float:right;
	height:60px;
	width:234px;
}

#sports_block {
	clear:both;
	background-color:#dddbdb;
	border:1px solid #bfbfbf;
	padding:13px;
}

.sports {
	margin:0px;
	padding:0px;
	line-height:1.5em;
	margin-bottom:12px;
}

.sports li {
	list-style-image:url(../images/bullet-gray2.gif);
	margin:0px 0px 0px 15px;
	padding:0px;
}

.sports a {
	color:#2f2f2e;
}

.sports a:hover {
	color:#ea5005;
}

#content_area {
	float:right;
	width:424px;
	margin-left:-200px;
}

#left_col {
	float:left;
	width:187px;
	padding-right:13px;
}

#right_col {
	float:right;
	width:300px;
	padding-right:16px;
	text-align:left;
}

#right_ad {
	width:300px;
	height:250px;
	margin-bottom:10px;
}

.right_box_title {
	display:block;
	padding:6px 12px;
	height:18px;
	width:276px;
	background-image:url(../images/right-col-title.gif);
	color:#FFFFFF;
	font-size:1.083em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}

.right_box {
	border-right:1px solid #bebebe;
	border-left:1px solid #bebebe;
	border-bottom:1px solid #bebebe;
	padding:12px;
	margin-bottom:12px;
}

.left_box_title {
	display:block;
	padding:6px 8px;
	height:18px;
	width:171px;
	background-image:url(../images/left-col-title.gif);
	color:#FFFFFF;
	font-size:1.083em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:-.02em;
}

.left_box {
	border-right:1px solid #bebebe;
	border-left:1px solid #bebebe;
	border-bottom:1px solid #bebebe;
	padding:6px;
	margin-bottom:12px;
}

.left_col_list {
	margin:0px;
	padding:0px;
	line-height:1.5em;
	margin-bottom:12px;
}

.left_col_list li {
	list-style-image:url(../images/bullet-gray2.gif);
	margin:0px 0px 0px 15px;
	padding:0px;
	line-height:normal;
}

.left_col_list a {
	color:#2f2f2e;
}

.left_col_list a:hover {
	color:#ea5005;
}

.author_row a {
	color:#2f2f2e;
}

.author_row a:hover {
	color:#ea5005;
}

.game {
	margin-bottom:10px;
}

#footer {
	padding-top:40px;
	text-align:left;
}

.footer_links {
	color:#797979;
	font-size:1.167em;
	margin-bottom:3px;
}

.footer_links a {
	font-weight:bold;
}

.footer_links2 {
	color:#797979;
	margin-bottom:15px;
}

.footer_links2 a {
	font-weight:normal;
}

#footer_ad {
	width:728px;
	height:90px;
	margin: 8px 0px 20px 3px;
}


/******************** STYLES **************************/

table {
	font-size:12px;
}

a {
	color:#ea5005;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	margin: 0px 0px 20px 0px;
}

ul {
	margin:0px;
	padding:0px;
	line-height:1.5em;
	margin-bottom:8px;
}

li {
	list-style-image:url(../images/bullet-gray.gif);
	margin:0px 0px 0px 15px;
	padding:0px;
}

.news_date {
	font-size:0.917em;
	font-weight:bold;
}

.title {

}

.subtitle {
	color:#888888;
}

.break_headline {
	color:#2f2f2e;
}

.header1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.5em;
	color:#ea5005;
	text-transform:uppercase;
	line-height:normal;
}

.header2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.167em;
	color:#ea5005;
	line-height:normal;
}

.header3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1em;
	color:#ea5005;
	line-height:normal;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.5em;
	color:#ea5005;
	text-transform:uppercase;
	margin-top:0;
	margin-bottom:0.25em;
	line-height:normal;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.167em;
	color:#ea5005;
	margin-top:0;
	margin-bottom:0;
	line-height:normal;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.167em;
	color:#ea5005;
	margin-top:0;
	margin-bottom:0;
	line-height:normal;
}

.header1 a, .header2 a, .header3 a, h1 a, h2 a, h3 a {
	color:#ea5005;
	text-decoration:none;
}

.header1 a:hover, .header2 a:hover, .header3 a:hover, h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration:underline;
}

.normal {
	text-transform:none;
	letter-spacing:-.03em;
	margin-bottom:1px;
	line-height:1em;
}

.image_on_right {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.image_on_left {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.image_on_right_border {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	border: 1px solid rgb(221, 221, 221);
	padding: 5px;
}

.image_on_left_border {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border: 1px solid rgb(221, 221, 221);
	padding: 5px;
}

.keywords {
	background-color:#EEEEEE;
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	padding:5px;
}

.textad_headline {
	font-weight:bold;
}

.textad_url {
	font-style:italic;
}

/* Comments */

.commentContent {
	border-top:1px dotted #999999;
	padding-top:10px;
}

.commentInfo {
	padding-top:4px;
	padding-bottom:10px;
}

/* Calendar */

.cal_header {
	font-weight: bold;
	text-align: left;
	font-size: 14px;
}

.calendar {
	width:100%;
	border: 1px solid #DDDDDD;
	border-collapse: collapse;
}

.calendar td {
	border: 1px solid #DDDDDD;
	vertical-align: top; 
}

.calendar td.today {
	background-color:#FFFFCC;
}

.calendar td.other_day {
	background-color:#FFFFFF;
}

.dayofweek {
	background-color: #333333;
	color:#FFFFFF;
	font-size:13px;
	font-weight:normal;
	padding:2px;
}

.empty_day {
	background-color:#DDDDDD;
}

.highlight {
	background-color: #FFE7D0;
}

.day {
	background-color:#EEEEEE;
	font-size:11px;
	color:#4F4F45;	
	padding:2px;
}

.day_today {
	background-color:#DDDDDD;
	font-size:11px;
	color:#4F4F45;	
	padding:2px;
}

.day a, .day_today a {
	color:#4F4F45;
	text-decoration:none;
}

.calendar hr {
	border: none 0;
	height: 1px;
	border-top: 1px dotted #B9B9A2;
}

.gray {
	color:#797979;
}

.author {
	font-weight:normal;
}

.author a {
	color:#000000;
	text-decoration:none;
}

.author a:hover {
	text-decoration:underline;
}

.form {
	font-size:11px;
}

.form select, textarea {
	font-family:"Lucida Grande",LucidaGrande,Arial,sans-serif;
	font-size:11px;
	border:1px solid #CCCCCC;
}

.form_element {
	font-family:"Lucida Grande",LucidaGrande,Arial,sans-serif;
	font-size:11px;
	border:1px solid #CCCCCC;
}

.copyright {

}

.copyright a {

}

.error {
	text-align:left;
	padding:6px;
	background-color:#FFFFCC;
	border:solid #FFCC33 2px;
}
