/* 
 ----------------------------------------------------------------------------
  Author: CSTV Online, Inc.
  CSS Document: main.css
 ---------------------------------------------------------------------------- 
*/

/* reset the main browser defaults
 * ------------------------------------------------------------------------- */

html,body,div { margin:0; padding:0 }

a img, :link img, :visited img, fieldset { border:none }


/* default type selectors
 * ---------------------------------------------------------------------------- */

body,td { font:11px Verdana, Arial, Helvetica, sans-serif }

h1,h2,h3,h4,h5,h6 { font-size:1.0em }

a { color: #003961 }
a:hover { color: #3375AA }

/* default classes
 * ---------------------------------------------------------------------------- */

.center { text-align: center }
.left { text-align: left }
.right { text-align: right }
.clear { clear: both; height: 0.01em; overflow: hidden }

.fivevert { line-height: 5px }
.tenvert { line-height: 10px }
.twentyvert { line-height: 20px }

.schedheader { color: #fff; font-weight: bold }
.storyheadline, .storyteaser { display: block }
.storyheadline { color: #003961; font-weight: bold; font-size: 13px }
.storyteaser { color: #222; font-weight: bold }
.SportNavLink { font-weight: bold }

.links-misc, .links-misc * { margin: 0; padding: 0 }
.links-misc { text-align: center }
.links-misc li { list-style-type: none; margin-bottom: 6px }


/* layout
 * ---------------------------------------------------------------------------- */

body { 	
	background: #fff url("http://graphics.fansonly.com/schools/fast/graphics/fast-07-background.gif") 780px 0 repeat-x
	}

#mast, #mast * { margin:0; padding:0 }

#mast {
	background: url("http://graphics.fansonly.com/schools/fast/graphics/fast-07-masthead.jpg") no-repeat;
	height: 141px;
	margin-bottom: 2px;
	width: 749px
	}
	
	body#sport #mast, body#story #mast { background: url("http://graphics.fansonly.com/schools/fast/graphics/fast-07-inter-head.jpg") no-repeat }
	
	#mast a { 
		display: block; 
		height: 141px;
		width: 749px
		}
		
	#mast span { display: none }

#wrap { 
	background: #fff url("http://graphics.fansonly.com/schools/fast/graphics/fast-07-ribbon.gif") 749px 0 repeat-y;
	width: 773px;
	}


/* columns
 * ---------------------------------------------------------------------------- */

#columns {
	border-collapse: collapse;
	margin: 0; 
	padding: 0;
	width: 749px
	}
	
#column-left, #column-middle, #column-right { 
	margin: 0;
	padding: 0;
	vertical-align: top
	}

#column-left { 
	background-color: #003961; 
	width: 150px
	}

#column-middle { 
	background-color: #fff;
	width: 450px 
	}
	
#column-right { 
	background-color: #fff;
	width: 150px 
	}
	
body#sport #column-right { background-color: #000 }
body#story #column-right { 
	line-height: 16px;
	padding: 0 8px;
	width: 600px; 
	}


/* headers
 * ---------------------------------------------------------------------------- */

#hdr-sports, #hdr-athletics {
	height: 21px;
	width: 150px
	}

#hdr-sports { background: url("http://graphics.fansonly.com/schools/fast/graphics/fast-07-sports.gif") no-repeat }

#hdr-athletics { background: url("http://graphics.fansonly.com/schools/fast/graphics/fast-07-athletics.gif") no-repeat }

#hdr-lead-headlines, #hdr-secondary-headlines {
	height: 18px;
	margin: 0 auto;
	width: 400px;	
	}

#hdr-lead-headlines { background: url("http://graphics.fansonly.com/schools/fast/graphics/fast-07-topstories.gif") no-repeat; clear: both }
	
#hdr-secondary-headlines { background: url("http://graphics.fansonly.com/schools/fast/graphics/fast-07-headlines.gif") no-repeat }

body#story #hdr-lead-headlines { margin: 0 0 8px 0 }

#hdr-features, #hdr-fanpoll, #hdr-sidebar {
	height: 17px;
	width: 150px
	}
	
#hdr-features { background: url("http://graphics.fansonly.com/schools/fast/graphics/fast-07-features.gif") no-repeat }

#hdr-ncaa { background: url("http://graphics.fansonly.com/schools/fast/graphics/fast-11-ncaa.gif") no-repeat }

#hdr-fanpoll { background: url("http://graphics.fansonly.com/schools/fast/graphics/fast-07-fanpoll.gif") no-repeat; margin-top: 15px; }

#hdr-sidebar { background: url("http://graphics.fansonly.com/schools/fast/graphics/fast-07-sportlinks.gif") no-repeat }


/* search
 * ---------------------------------------------------------------------------- */

#search { text-align: center }
#search input { border: 1px solid #eee; margin-bottom: 10px; width: 120px }
#search input.submit { cursor: pointer; width: 60px }


/* features
 * ---------------------------------------------------------------------------- */

body#sport #features a { font-weight: normal; text-decoration: none }
body#sport #features { margin: 0 10px 0 15px }


/* fanpoll (census)
 * ---------------------------------------------------------------------------- */

#fanpoll, #fanpoll * { margin: 0; padding: 0 }
#fanpoll table { border-collapse: collapse; margin-left:-2px;  }
#fanpoll table table img { display: block }
#fanpoll .pollquestion { font-weight: bold }
#fanpoll .pollanswers { padding:0 0 0 5px; }


/* schedule table
 * ---------------------------------------------------------------------------- */	

#schedule, #schedule * { margin: 0; padding: 0 }

#schedule { width:400px }

#schedule table { 
	border-collapse: collapse; 
	margin: 8px 2px; 
	width:100% 
	}

#schedule td { font-size:10px; padding:4px 4px }

#schedule .dailydate {
	color: #222;
	font-weight: bold
	}

#schedule .categories td { 
	background-color: #003A62;
	color: #fff; 
	font-weight: bold; 
	}


/* sportnav
 * ---------------------------------------------------------------------------- */

#sportnav, #sportnav * { margin: 0; padding: 0 }

#sportnav { margin-left: 85px }

body#story #sportnav { margin-left: 18px }

#sportnav li { 
	border-left: 1px solid #003961;
	float: left; 
	list-style-type: none; 
	margin-bottom: 6px;
	padding: 0 5px; 
	}

#sportnav li.first { border:none; padding-left: 0 }

#sportnav a { 
	font-weight: bold; 
	text-decoration: none; 
	}
	
/* search
 * ---------------------------------------------------------------------------- */

#idebar, #sidebar * { margin: 0; padding: 0 }

#sidebar { color: #fff; padding: 0 8px 8px 8px }
#sidebar h3 { margin-top: 10px }
#sidebar a { color: #fff }
#sidebar a:hover { color: #3375AA }


/* .lead-headlines
 * ------------------------------------------------------------------------- */

.lead-headlines, .lead-headlines * { margin: 0; padding: 0 }

.lead-headlines { clear: both; margin: 10px 10px 20px 8px }

.lead-headlines .photo { border: 1px solid #000; margin-bottom: 5px }

.lead-headlines a { color: #003961; font-weight:bold; text-decoration: none }
.lead-headlines a:hover { color: #3375AA }

.lead-headlines h3 { font-size: 12px; margin-bottom: 6px }

.lead-headlines p { font-size: 11px; line-height: 16px }

.lead-headlines p.date {
	color: #000;
	font-size: 10px; 
	margin: 0
	}

.lead-headlines img { border: 1px solid #00395F }
.photo-left img { float:left; margin:0 8px 0 0 }
.photo-right img { float:right; margin:0 0 0 8px; }


/* secondary-headlines
 * ------------------------------------------------------------------------- */

.secondary-headlines, .secondary-headlines * { margin:0; padding:0 }

.secondary-headlines { margin: 10px 15px 0 8px }

.secondary-headlines a { color: #003961; font-weight:bold; text-decoration: none }
.secondary-headlines a:hover { color: #3375AA }

.secondary-headlines h3 { font-size: 11px; margin-bottom:4px }

.secondary-headlines p { 
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 10px
	}

.secondary-headlines p.date { 
	color: #000;
	font-size: 10px; 
	margin-bottom: 0
	}
	

/* navigation:  .nav
 * ---------------------------------------------------------------------------- */

.nav, .nav * { margin: 0; padding: 0 }

.nav { margin-bottom: 15px }

.nav li {
	list-style-type: none;
	}
	
.nav li.light { background-color: #215374 }

.nav a { 
	color: #fff;
	display: block;
	padding: 3px 5px 3px 10px;
	_width: 100%;
	text-decoration: none
	}

.nav a:hover { 
	background-color: #eee;
	color: #003961 
	}
	
/* pre-footer & footer
 * ---------------------------------------------------------------------------- */

#wrap-pre-footer {
	border-left: 150px solid #00395F
	}

#pre-footer {
	padding: 15px 0 15px 50px;
	text-align: center;
	width: 480px
	}

#pre-footer a { color: #000 }
#pre-footer a:hover { text-decoration:none }

#email-print { margin: 10px 0 }
#email-print li { display:inline; list-style:none; margin:0 30px; padding-left:25px }
#email-print li#email { background: url("http://graphics.fansonly.com/graphics/oas-icon-email.gif") 0 2px no-repeat }
#email-print li#print { background: url("http://graphics.fansonly.com/graphics/oas-icon-print.gif") 0 2px no-repeat }

#footer, #footer * { margin: 0; padding: 0; }

#footer {
	background-color: #00395F;
	padding: 15px 0;
	text-align: center;
	width: 749px;
	}
	
#holder-banner { background-color: #fff; text-align: center; width: 749px; height:95px;}
#holder-skyscraper { text-align: center }
body#story #holder-skyscraper { position: absolute; top: 220px; left: 780px }

