/****************************************************************************

Author: Bryce Nhill
Development by: JET 1A
Last updated: 09/01/2006

*****************************************************************************/

/*--   GENERAL   --*/


body {
	padding: 36px 0 0 0;
	margin: 0;
	color: #CCCCCC;
	background-color: #3e4246;
	background-image: url(../images/bg_image.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	background-repeat: repeat-x;
	font-size: 14px;
	line-height: 18px;	
}


strong {
	color: #9FB0C4;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;	
}


a {
	color: #FF9933;
	text-decoration: none;
	font-size: 14px;
}


a:link {
	color: #FFFFFF;		
	text-decoration: none;
	font-size: 14px;
}

a:hover {
	color: #FF9933;
	text-decoration: none;	
	font-size: 14px;
}

a:active {
	color: #FFFFFF;	
	text-decoration: none;	
	font-size: 14px;
}


a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
}



/*--   CONTAINER   --*/


#maincontainer {
	padding: 0;
	margin: auto;
	width: 750px;

}

/*--   HEADER   --*/

#header {
	padding: 0;
	margin: 0;
	width: 750px;
	height: 51px;
	background-image: url(../images/navbar_bg.gif);
	background-repeat: repeat-x;
	background-color: #3B4754;
}



/*--   NAVIGATION   --*/

#nav {
	padding: 18px 18px 0 0;
	margin: 0;
	color: #666666;
	text-align: right;
	float: right;
}


#nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;	
}

#nav ul li {
	display: inline;
	padding: 5px 5px 0 5px ;
}	

#nav ul li a {
	color: #FFFFFF;	
}	

#nav ul li a:link{
	color: #FFFFFF;
	font-size: 15px;	
	font-weight: normal;	
}	

#nav ul li a:visited{
	color: #FFFFFF;
	font-size: 15px;	
	font-weight: normal;		
}		

#nav ul li a:hover {
	color: #FF9933;	
}

#nav .off {
	color: #999999;
	font-size: 15px;	
	font-weight: normal;		
}




/*--   CONTENT  --*/

#content {
	padding: 20px;
	margin: 0;
	width: 710px;
	min-height: 600;
	background-color: #56606C;
}
	


#content .reporter{
	color: #A4B0C4;
	font-size: 12px;
	line-height: 18px;
}

#content.reporter .dull{
	color: #CBCED3;
	font-size: 12px;
	line-height: 18px;
}

#content .report{
	margin: 0;
	min-height: 175px;
	color: #EFEFEF;
	background-image: url(../images/report_bg.gif);
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-right: 20px;
	padding-bottom: 9px;
	padding-left: 20px;
	width: 600px;

}

#content .button{
	padding: 5px;
	margin: 20px 5px 20px 0;		
	font-size: 14px;			
	text-decoration: none;
	font-weight:bold;
	border: 1px solid #999999;
	

}

/*--   CAST  --*/
#surfcast {
	padding: 18px;
	margin: 0;
	width: 500px;
	float: left;
	background-color: #56606C;
}

#surfcast .entry{
	padding: 1px 0 9px 0;
	margin: 0;
	width: 500px;
	color: #EFEFEF;
	background-image: url(images/surfcast_reports/light_botrule.gif);
	background-repeat: no-repeat;
	background-position: bottom;	
}

#surfcast .entry .date{
	color: #CCCCCC;
	font-size: 16px;
	line-height: 18px;
}

#surfcast .entry .special{
	color: #A5B6CA;
	font-size: 16px;
	line-height: 18px;
}

#surfcast .reporter{
	color: #A4B0C4;
	font-size: 12px;
	line-height: 18px;
}

#surfcast .reporter .dull{
	color: #CBCED3;
	font-size: 12px;
	line-height: 18px;
}

#surfcast .report{
	padding: 1px 20px 9px 20px;
	margin: 0;
	min-height: 175px;
	color: #EFEFEF;
	background-image: url(images/surfcast_reports/report_bg.gif);
	background-repeat: no-repeat;	
}


#surfcast .tool{
	padding: 0;
	margin: 0;
	float: right;	
}
/*--   Quick Cast  --*/

#quickcast .hr{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 5px;
	margin-bottom: 15px;
	height: 1px;
}
#quickcast .sectionbox{
	margin-top: 20px;
	float: left;
	width: 100%;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
}
#quickcast .daybox{
	width: 20%;
	float: left;
}
#quickcast .formfield{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

/*--   FOOTER  --*/
#footer {
	padding: 18px;
	margin: 0;
	color: #ACB1B6;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;	
	background-color: 35393D;
}

#footer a {
	color: #FFFFFF;		
	font-size: 12px;			
	text-decoration: none;
	font-weight:bold;
}	
	
#footer a:link {
	color: #FFFFFF;	
	font-size: 12px;				
	text-decoration: none;
	font-weight:bold;
}

#footer a:hover{
	color: #FF9933;
	font-size: 12px;		
	text-decoration: none;	
}
