@import url(athlmaster.css);

/* =========== NORTHWEST BEARCATS LAYOUT CSS =========== */

/* --- page wrapper --- */
#wrapper {width:760px; background:url("../images/athlhmpg.gif"); border:1px solid #000;}

#pagenav {margin-top:0.5em; margin-bottom:1em; width:100%; background-color:#ccc; padding:5px 0;}
#pagenav ul.pagenavlinks {margin-left:0em;}
#pagenav ul.pagenavlinks li {display:inline; border-left:1px solid #666; padding-left:0.5em; line-height:1.3em; font-size: 0.85em;}
#pagenav ul.pagenavlinks li a {background-color:#ccc; color:#024930; text-decoration:none;}
#pagenav ul.pagenavlinks li a:hover {text-decoration:underline;}
#pagenav ul.pagenavlinks li.first {border-left:none;}

/* --- contentum --- */
#contentum {width:760px; float:left;}
#content {width:465px; float:left; padding:5px;}
#sidebar {width:284px; float:right;}
#promotions {width:160px; position:absolute; top:0px; left:766px; border-bottom:1px solid #fff;}
#promotions2 {width:160px; position:absolute; top:0px; left:931px; border-bottom:1px solid #fff;}
#bar {width:5px; position:absolute; top:0px; left:761px;}
#container{width:1096px; }

.title {display:block; background-color:#024930; color:#fff; font-weight:bold; font-size:1.15em; text-align:center; padding:0.4em;}

.gametitle {display:block; background-color:#000; font-size:0.85em; color:#fff; font-weight:bold; padding:0.4em; margin-top:0.2em;}
#game {width:280px;}
#game td, #schedule .notes { font-size:0.8em;}
#game td {padding:2px; vertical-align:top;}
#game a {color:#024930; text-decoration:none;}
#game a:hover {text-decoration:underline;}
#schedule li {margin:4px 20px; font-size:0.8em; list-style-image: url("../images/bullet.gif"); line-height: 12px;}
#schedule li a {background-color:#ccc; color:#024930; text-decoration:none;}
#schedule li a:hover {text-decoration:underline;}

#top {padding-left:3px;}
#top h1 a {font-size:0.8em; display:block; color:#024930; text-decoration:none;}
#top h1 a:hover {text-decoration:underline;}
#top a, #news a {color:#024930; text-decoration:none;}
#top a:hover, #news a:hover {text-decoration:underline;}
#topnews {width:456px;}
#topnews p, #promotions p {padding:0; margin:0;}
#promotions img {border:0;}
#promotions2 img {border:0;}
#topnews td {padding:2px; font-size:0.85em; vertical-align:top;}

#contentum h1, #contentum h2, #contentum h3, #contentum h4, #contentum h5, #contentum h6 {color:#024930; margin:5px 0;}
#contentum h1 {font-size:1.6em;}
#contentum h2 {font-size:1.4em;}
#contentum h3 {font-size:1.2em;}
#contentum h4 {font-size:1em;}
#contentum h5 {font-size:0.85em;}
#contentum h6 {font-size:0.7em;}

/* --- splash css --- */
#bgSplash{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
}
#splash{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:275px;
	width:600px;
	background:#000000;
	border:2px solid #cecece;
	z-index:2;
	padding:12px;
	font-size:13px;
}
#splash a{
	text-decoration:none;
}
#splash a:hover{
	text-decoration:underline;
}
#splashClose{
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#6fa5fd;
	font-weight:700;
	display:block;
}
#splashSkip{
font-size:10px;
line-height:10px;
text-align:center;
color:#ffffff;
display:block;
}
/* --- end splash --- */


/* --- windows fix --- */
* html #contentum img {margin:0;}
* html #runningcolumn img {margin:0;}
