/*=================================================
    global page elements
=================================================*/	


HTML {
height:100.1%; 
overflow-y:scroll; 
overflow: -moz-scrollbars-vertical; 
}

body {
	background-color: #000000;
	background-image: url(../global/bgr_nightmarered.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	
}

A:link {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #F48100;
}

A:visited {	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #F48100;
	}
	
A:active {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #F48100;
	}
	
A:hover {
	text-decoration: underline;
	color: #F48100;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 911px;
	z-index:0;
	margin-top: 10px;	
	}
	
#logo_top {
	position:absolute;
	left:231px;
	top:35px;
	width:436px;
	height:40px;
	z-index:1;
}


#nav {
	position:absolute;
	left:13px;
	top:105px;
	width:170px;
	height:32px;
	z-index:1;
}

#season {
	position:absolute;
	left:778px;
	top:18px;
	width:111px;
	height:34px;
	z-index:1;
}


#subnav {
	position:absolute;
	left:13px;
	top:305px;
	width:163px;
	height:133px;
	z-index:2;
}


#flash_subpagepromo {
	position:absolute;
	left:13px;
	top:140px;
	width:184px;
	height:108px;
	z-index:1;
}


/*=============================================================================================================
    BLOG specific elements (so that they are locked in contribute because they are not INLINE CSS)
=========================================================================================================*/	

#hdr_blog {
	position:absolute;
	left:13px;
	top:139px;
	width:891px;
	height:227px;
	z-index:1;
}

#blogbox {
	position:absolute;
	left:212px;
	top:264px;
	width:657px;
	height:905px;
	z-index:5;
	overflow: hidden;
}

.blogbodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	color: #FFFFFF;
	page-break-before: auto;
	page-break-after: auto;
}

.blogdate {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 24px;
	color: #FF6E01;
	page-break-before: auto;
	page-break-after: auto;
}
