/* NittanyFootball.com Subpage styles */

/* fonts 
--------------------------------------------------------*/
#linkSidebar h3,  #login h3, #textCol blockquote, #textCol h2, #title h1, #newsLinksList h2, #about h3,
#comment_form textarea, #textCol textarea { font-family: Arial, Verdana, Helvetica, sans-serif; }


/* common color classes 
--------------------------------------------------------*/
.red { color: #cc0000; }
.gray { color: #666; }

.right { padding: 8px 0 8px 8px; float: right;} 
.left { padding: 8px 8px 8px 0; float: left;}

/* common form elements 
--------------------------------------------------------*/
#textCol label {
	display: block;
	color: #08133f;
	font-weight: bold;
}

#textCol input, #textCol textarea {
	background: #f7f7f7;
	border: 1px solid #ccc;
	padding: 3px;
	color: #333;
	font-size: 95%;
}

#textCol input:focus, #textCol textarea:focus { background: #fff; }

input.noBkg { background: none; border: none; }



/* About Us
--------------------------------------------------------*/

#about h3 {
	font-weight: normal;
	margin: 10px 0 0 0;
	font-size: 150%;
}



/* structure 
--------------------------------------------------------*/

#col1 h1#titleLionsDen, #col1 h1#titlePittmanBlog, #col1 h1#titleFeature {
	width: 717px;
	height: 78px;
	text-indent: -9999px;
	margin: 0 0 20px 0;
	padding: 0;
	border-bottom: 0;
}

#col1 h1#titleLionsDen { background: url(/img/title_lionsden.gif) 0 0 no-repeat; }
#col1 h1#titlePittmanBlog { background: url(/img/title_pittmanblog.gif) 0 0 no-repeat; }
#col1 h1#titleFeature { background: url(/img/hdr_feature.gif) 0 0 no-repeat; }

#col1 #title {
	background: #fff url(/img/h1_bkg.gif) 0 0 repeat;
	height: 42px;
	margin: 2px 0 0 0;
	width: 100%;
	float: left;	
}


#title h1 {
	background: #296099;
	font-size: 210%;
	font-weight: normal;
	color: #fff;
	height: 32px;
	padding: 10px 20px 0 8px;
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
	float: left;
	margin: 0 0 25px 25px;
}

 #col2 {
	padding: 10px;
	width: 160px;
}

 #col2 img { margin-bottom: 15px; }


/* Main Text Column and other textcol sizes
--------------------------------------------------------*/
 #textCol {
	width: 450px;
	margin: 0 0 0 30px;
	float: left;
	display: inline; /* Keeps IE in check with floats and margins */
	padding: 20px 0 0 0;
}

 #textCol blockquote {
	font-size: 160%;
	line-height: 1.2;
	width: 150px;
	float: right;
	margin: 0 0 10px 10px;
}

 #textCol h5 {
 	color: #555;
	font-weight: bold;
	font-size: 100%;
	margin: 0 0 20px 0;
 }
 
 #textCol h2 {
 	font-size: 200%;
	font-weight: normal;
	margin: 0 0 10px 0;
 }
 
 #textCol h6 {
 	font-size: 100%;
	font-weight: bold;
	margin: 0 0 20px 0;
 }
 
 #discussCol, .weather #textCol {
 	width: 695px;
	margin: 10px;
 }
 
#bodySearch #textCol, #team #textCol {
 	width: 665px;
	margin: 10px 0 10px 30px;
 }
 
.watchsiteshome #textCol {
 	width: 695px;
	margin: 10px 0 0 15px;
}

.watchsiteshome img { border: 0; }

.widecol {
	width: 575px;
	margin: 0 0 20px 50px;
}

.widecol em { color: red; }

.callout {
	background: #efefef;
	border: 1px solid #d8d8d8;
	margin: 10px 30px;
	padding: 10px 10px 0 10px;
	color: #333;
}

.callout p { line-height: 1.4; }

/*Sidebar Text 
--------------------------------------------------------*/
 #linkSidebar {
	width: 170px;
	margin: 95px 0 0 500px;
	background: #fff url(/img/bkg_diag.gif) 0 0 repeat;
	padding: 10px 10px 10px 15px;
}

#articles #linkSidebar { margin: 140px 0 0 500px; }

 #linkSidebar h3 {
	font-weight: bold;
	font-size: 130%; 
	color: #000;
	margin: 0 0 10px 0;
}

 #linkSidebar li {
	background: url(/img/bul_arrow.gif) 0 3px no-repeat;
	margin: 0 0 10px 0;
	padding: 0 0 0 8px;
}



/* Comments Form
--------------------------------------------------------*/
#comment_form { margin-top: 30px; }

h3#yourComments {
	background: url(/img/bkg_yourComments.gif) 0 0 no-repeat;
	width: 450px;
	height: 28px;
	color: #fff;
	font-size: 120%;
	margin-top: 30px;
	padding: 5px 0 0 8px;
}

#captcha { margin-top: 10px; }

/* Preview 
--------------------------------------------------------*/
#commentPreview {
	padding: 15px;
	background: #fbffd4;
	border-top: 1px solid #e4ed8c;
	border-bottom: 1px solid #e4ed8c;
	margin-bottom: 15px;
}

#commentPreview h4 {
	color: #810000;
	text-transform: uppercase;
	font-size: 120%;
	margin: 0 0 10px 0;
}

#commentPreview strong { font-size: 110%; }

.noBreak { display: inline; margin: 0;}
.noBreak input { margin: 20px 0 0 0; }
.noBreak input:hover { 
	background: #333; 
	color: #fff;
}

/* Comments 
--------------------------------------------------------*/
.one {
	background: url(/img/bkg_comment.gif) 0 0 repeat;
	padding: 15px; 
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
}

.two {
	background: #fff;
	padding: 15px; 
	border-bottom: 1px solid #d7d7d7;
}

.one a, .two a {
	font-size: 110%;
	font-weight: bold;
	margin: 0 0 10px 0;
	display: block;
}

.one small, .two small { font-size: 90%; color: #333; }



/* College Football Challenge
-------------------------------------------------------- */
.cfc #col1 { background: url(/img/bkg_cfc.jpg) 0 0 no-repeat; } 

.cfc #textCol {	margin: 20px 0 0 30px;}

#cfcNav { 	margin: 162px 0 0 30px;  float: left; }

#cfcNav li { display: inline; margin: 0 8px 0 0; }

#cfcNav a { font-weight: bold; 	color: #3c7bff; }
#cfcNav a:hover { color: #78a4ff; }

.cfc h3 {
	color: #262626;
	margin: 0 0 10px 0;
	font-size: 140%;
	font-weight: normal;
}

#sbsLink {
	display: block;
	overflow: hidden;
	width: 165px;
	height: 150px;
	float: right;
	margin: 80px 35px 0 0;
	text-indent: -9999px;
}

#error {
	background: #0f2063;
	border-top: 2px solid #437ae9;
	border-bottom: 2px solid #437ae9;
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	padding: 5px 8px;
	margin: 10px 0;
}

#error p {
	background: #0f2063 url(/img/ico_alert.gif) 0 0 no-repeat;
	padding: 4px 0 4px 30px;
	line-height: 1;
	margin: 0;
}

#errorRed { color: #990000; margin: 10px; font-size: 120%; }

#login {
	background: #fcfcfc;
	border: 1px solid #b7b7b7;
	padding: 20px;
	margin: 20px 0 0 0;
}

#login #signin { margin: 0; }

#loginForm { width: 180px;	float: left;}

#loginForm input { border: 1px solid #ccc; margin: 0 0 15px 0; }

#loginReg {	margin: 0 0 0 200px; }

#login small { font-size: 95%; }

.btnViewPicks {
	display: block;
	text-indent: -9999px;
	width: 108px;
	height: 29px;
	background: url(/img/btn_viewPicks.gif) 0 0 no-repeat;
}

.btnChangePicks {
	display: block;
	text-indent: -9999px;
	width: 120px;
	height: 29px;
	background: url(/img/btn_changePicks.gif) 0 0 no-repeat;
}

#textCol #inputChangePicks {
	display: block;
	text-indent: -9999px;
	width: 120px;
	height: 29px;
	background: url(/img/btn_changePicks.gif) 0 0 no-repeat;
	border: 0;
	margin: 25px 0 0 150px;
}

#cfcSidebar {
	width: 170px;
	margin: 200px 0 0 500px;
	padding: 10px 10px 10px 15px;
}

#cfcPrize {
	display: block;
	width: 169px;
	height: 42px;
	margin: 0 0 10px 0;
	background: url(/img/cfc_grand.gif) 0 0 no-repeat;
	overflow: none;	
	text-indent: -9999px; 
}

#cfcWinners {
	display: block;
	width: 168px;
	height: 43px;
	margin: 40px 0 10px 0;
	background: url(/img/cfc_winners.gif) 0 0 no-repeat;
	overflow: none;	
	text-indent: -9999px; 
}

#cfcSidebar ul { border-top: 1px solid #e5e5e5; }

#cfcSidebar li {
	padding: 5px;
	font-weight: bold;
	font-size: 110%;
	border-left: 1px solid #e5e5e5; 
	border-right: 1px solid #e5e5e5; 
	border-bottom: 1px solid #e5e5e5; 
}

#cfcSidebar li small {
	font-size: 85%;
	display: block;
	font-weight: normal;
}

.cfcShade { 
	background: #f5f5f5;
}



/* Team display table styles
--------------------------------------------------------*/

#teamPicks, .cfc table { 
	width: 425px;	
	font-size: 110%; 
	margin: 30px 0 0 10px;
}

#teamPicks td { padding: 5px; }

.team1, .team2 { width: 150px; }

.team2 { text-align: right; }

.alt { background: #e0e9fb;}

#teamHdr {
	color: #fff;
	font-size: 110%;
	background: #000;
	height: 25px;
}

#teamHdr td { text-align: center; }

#tieBreaker strong {
	font-size: 120%;
	color: #750202;
}

.switchweek { 
	margin: 20px 0 0 0;
	padding: 15px 0 0 0;
	border-top: 2px solid #000;
	display: block;
}

.switchweek a { font-weight: bold; padding: 0 5px 0 0; }
.deadlink { color: #333; font-weight: bold; }
.player { background: #990000; color: #fff; font-weight: bold; }

#leaderspicks #contentWrap { background: #fff; }



/* Forums (more styles in admin panel)
--------------------------------------------------------*/
#discussion .moregoogle {
	margin: 10px 0 25px 0;
	font-weight: bold;
	display: block;
}


/* Roster Styles 
--------------------------------------------------------*/
#roster { margin: 30px 0 0 0; width: 100%; }

#roster td { padding: 10px 6px;}

#rosterHead {
	background: #3b3b3b;
	color: #fff;
	font-weight: bold;
	font-size: 105%;
}

.rosterName { font-weight: bold; }

.oddrow { background: #e8e8e8; }
.evenrow {background: #fbfbfb; }


/* Watch Sites 
--------------------------------------------------------*/

#textCol h2#stateCat { margin: 20px 0 0 0; }

.displaying { color: #666; margin: 0 0 15px 0;}

.visitwatchsite, .mapit {
	font-weight: bold;
	padding: 3px 0 3px 20px;
	display: block;
}

.visitwatchsite { background: url(/img/visit_site.gif) 0 0 no-repeat; margin: 0 0 5px 0;}
.mapit { background: url(/img/mapit.gif) 0 0 no-repeat; }

.loc { margin: 0 0 15px 0; padding: 15px 0 0 0; border-top: 1px dotted #e1e1e1; }
.loc p { margin: 0 0 8px 0; }
.loc h3 { font-size: 125%; }


/* News Page 
--------------------------------------------------------*/
.newsHeadlines a {
	font-size: 115%;
	font-weight: bold;
	display: block;
}

#fans #container h2 { margin: 10px 0 0 0;}

#fans #container {	margin: 40px 0 0 0;}

#newsLinksList { margin: 130px 0 0 20px; float: left; }

#newsLinksList h2 {	font-weight: normal; }

#newsLinksList ul { margin: 5px 0 20px 0; }

#fans #container small {
	font-size: 90%;
	display: block;
	margin: 10px 0 0 0;
}

#newsLinksList li {
	background: url(/img/bul_arrow.gif) 0 3px no-repeat;
	margin: 0 0 5px 0;
	padding: 0 0 0 8px;
}


/* News tabs 
--------------------------------------------------------*/       
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
	.tabs-hide {
		display: none;
	}
}

/* Hide useless elements in print layouts... */
@media print {
	.anchors {
		display: none;
	}
}
.anchors {
    list-style: none;
    margin: 0;
    padding: 0 0 1px 0;
	font-size: 110%;
}
.anchors:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.anchors li {
    float: left;
    margin: 0 1px 0 0;
}
.anchors a {
    display: block;
    position: relative;
    top: 1px;
    border: 1px solid #efefef;
    border-bottom: 0;
    z-index: 2;
    padding: 2px 9px 1px;
    color: #0027a4;
    text-decoration: none;
}
.anchors .on a { padding-bottom: 2px; font-weight: bold;}
.anchors a:focus, .anchors a:active { outline: none; /* @ Firefox 1.5, remove ugly dotted border */
}
.anchors .on a, .anchors a:hover, .anchors a:focus, .anchors a:active,
.anchor { background: #efefef; }
.anchors .on a:link, .anchors .on a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.anchors a:hover, .anchors a:focus, .anchors a:active { cursor: pointer; }
.anchor { padding: 15px; }