/*  
Theme Name: Sea Hawkers URI: http://seahawkers.org/
Description: Theme for Sea Hawkers, Seattle Seahawks official booster club.
Version: 1.0
Author: Focus Design Studios
Author URI: http://focusdesignstudios.com/
*/

/* Begin Typography & Colors */
* { 
	margin:0;
	padding:0;
	}
	
body {
	background:url("images/bg_stadium.jpg") bottom center no-repeat #81b3e6;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
	}
	
a:link, a:visited {
	color:#003366;
	text-decoration:none;
	}
		
a:hover, a:active {
	color:#990000;
	text-decoration:none;
	}

/* hide from Mac-IE5 \*/
* html .mybuggyelement { height: 1%; }
/* end hiding */

p {
	line-height: 140%;
	}

h2 {
	font-size:18px;
	color:#fff;
	}

#wrapper {
	background:url("images/bg_header.jpg") top no-repeat;
	width:100%;
	height:100%;
	}

#container {
	margin:0 auto;
	width:772px;
	height:100%;
	}
		
#top {
	background:url("images/logo.gif") no-repeat 15px 0 #000033;
	height:80px;
	padding-left:12px;
	}
	
#top h1 {
	display: none;
	}
			
#header {
	background:url("images/headers/header_001.jpg");
	height:228px;
	}
			
#header p {
	padding: 202px 0 0 20px;
	}
	
#content {
	background:url("images/bg_content.gif") repeat-y;
	padding: 0 15px 15px 16px; /*no need to pad elements for positioning within this div*/
	float:left;
	}	

#content.setfull { /*force footer to extend fully for pages with less content */
	height:600px;
	}
	
#content_top { /*container*/
	width:772px;
	_width:100%;
	}

#flash {
	width:540px;
	height:248px;
	float:left;
	background:url("images/flash/flash_placeholder.jpg") no-repeat;
	}

#leftcol {
	width:542px;
	padding-bottom:15px;
	float:left;
	background: url("images/panels/panelwide.gif") bottom center no-repeat ;
	}
	
	#leftcol.home {
		background: none;
		}
	
#leftcol h2 {
	float:left;
	height:41px;
	background:url("images/panels/titleleft.gif") no-repeat left top;		 
    }

#leftcol h2 span {
    padding-top:5px;
	padding-left:10px;
	width:532px;     
	height:36px; 
	float:left;
    display:block;
    background:url("images/panels/titleright.gif") no-repeat right top;
    }
	
#leftcol h3 {
	clear:both;
	padding:15px 15px 0 12px; 
	color: #003366;
	font-size: 14px;
	}
	
#leftcol ul, #leftcol ol {
	line-height: 140%;
	padding:0 15px 0 25px;
	}
	
#leftcol hr {
	color: #003366;
	margin: 15px;
	margin-bottom: 0;
	}
	
#leftcol table {
	margin-top: 15px;
	}
	
#leftcol p {
	clear:both;
	padding:15px 15px 0px 12px; 	 
	}

small {
	padding: 5px 15px 0 12px;
	}
	
	#story_col {
		width: 265px;
		float: left;
		display: inline;
		margin: 10px 0;
		background: #E8E8E8;
		}
		
	img.story_bottom {
		vertical-align:text-bottom;
		}
		
	#story_col h2 span {
		padding-top:5px;
		padding-left:10px;
		width:255px;     
		height:36px; 
		background:url("images/panels/title_story.jpg") no-repeat right top;
		}
	   
#col_right {
	margin-left:12px;
	float:left;
	width:186px;
	}
	
#col_right ul {
	list-style-type: none;
	}
	
.box {
	width:186px;
	margin-bottom: 15px;
	background:url("images/panels/paneltool.gif") no-repeat center bottom #E8E8E8;
	}
	
.box h2 {
	float:left;
	height:41px;
	background:url("images/panels/titleleft.gif") no-repeat left top;		 
    padding-left:16px;
	}

.box h2 span {
	padding-top:5px;
	width:170px;  
	height:36px; 
	float:left;
    display:block;
    background:url("images/panels/titleright.gif") no-repeat right top;
	}
	
.box h4 {
	font-size: 14px;
	color: #000;
	line-height: normal;
	padding: 15px 15px 0 15px;
	}

.box p {
	font-size: 10px;
	line-height: normal;
	padding: 10px 15px 0 15px;
	}
		
.box em {
	color: #666;
	}

.box a {			
	color:#003366;	
	font-weight:bold;
	}
		
.box a:hover, .box a:active {			
	color:#990000;
	text-decoration:none;
	}
			
.box ul {
	margin-left:10px;
	clear:both;
	}

.box li {		
	padding:0 5px 5px 5px;			
	}
			
.box li.headspace {
	padding-top:8px;
	}
			
.box li.bottomspace {
	padding-bottom:15px;
	} 

#footer {
	background:url(images/bg_footer.png) no-repeat;
	margin: 0 auto;
	height:100px;
	width:772px;			
	behavior:url(../javascript/iepngfix.htc); /*invoke transparent PNG fix*/
	clear:both;	
		}
		
#footer p {
	color:#fff;	
	}
	
#footer a:link, #footer a:visited {			
	color:#fff;
	text-decoration:none;
	}
		
#footer a:hover, #footer a:active {			
	color:#fff;	
	text-decoration:underline;
	}
		
#footleft {
	margin:35px 0 0 15px;
	display:inline; /*fix double float display bug */
	width:350px;
	text-align:left;
	float:left;
	}
		
#footright {
	margin:35px 15px 0 0;
	width:350px;
	text-align:right;
	float:right;
	}
	
.separator {
	clear: both;
	height: 0;
		}
		

/* images */

a img {
		border: 0;
		}
		
/* hacks */

body	{ /* IE 5 centring bug fix */
		text-align: center;
		}
		
#container {
		text-align: left;
		}

#hey {
float: right;
}
		
/************* Form **************/

#contactForm label {
	float: left;
	width: 100px;
	padding: 0;
	margin-left: 5px;;
}
#contactForm div {
	padding: 5px 0;
	margin: 0;
	width: 100%;
}

#contactForm legend {
	padding: 0 5px;
	font-weight: bold;
	color: #000033;
}

#contactForm fieldset {
	width: 300px;
	margin: 10px;
	padding: 10px;
	border: 1px solid #000033;
}

#contactForm .txt {
	border: 1px solid #000033;
	width: 182px;
}

#contactForm textarea {
	height: 125px;
}

#contactForm div.submit {
	text-align: right;
}

.btn {
	padding: 0;
	margin-right: 50px;
	border: 2px solid #000033;
	background-color: #81b3e6;
}

/*---------------------------------- [top navigation] ----------------------------------------*/

#top_nav {
	margin:20px 8px 0 0;	
	width:225px;
	height:20px;
	float:right;
	display:inline; /*fix double float display bug ie6*/
	font:normal 11px/12px Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	color:#fff;
	}
		
#top_nav a:link, #top_nav a:visited {
	color:#fff;
	text-decoration:none;
	} 
	
#top_nav a:hover, #top_nav a:active {
	color:#fff;
	text-decoration:underline;
	} 
	
#top_nav p {
	color:#fff;
	padding:0 8px;
	}

#nav_container {
	margin:20px 0 -10px 0;	
	width:772px;
	height:42px;	
	}

/* ---------------------------------- [main navigation] ----------------------------------------*/

#main_nav {
	  float: left;
      width: 670px;
      font-size: 11px;
	  font-weight:bold;
      line-height: normal;
      }
	  
#main_nav ul {
      padding: 10px 10px 0 15px;
      list-style: none;
      }
	  
#main_nav li {
      display: inline;
      }
	  
#main_nav a {
      float:left;
      background:url("images/nav/tableft.gif") no-repeat left top;
      padding-left:5px;
      text-decoration:none;
      }
	  
#main_nav a span {
      float:left;
      display:block;
      background:url("images/nav/tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#24618E;
      }
	  
/* Commented Backslash Hack hides rule from IE5-Mac \*/
 #main_nav a span {float: none;}
/* End IE5-Mac hack */
	
#main_nav a:hover span {
      color:#FFF;
      }
	  
#main_nav a:hover/*, #main_nav #current a*/  {
      background-position:0% -42px;
      }
	  
#main_nav a:hover span/*, #main_nav #current a span*/  {
      background-position:100% -42px;
	  color:#FFF;
      } 
	  
	  
#signup_nav {
      float: left;
      width: 102px;
      font-size: 11px;
	  font-weight:bold;
      line-height: normal;
      }
	  
#signup_nav ul {
      padding: 10px 10px 0 0;
      list-style: none;
      }
	  
#signup_nav li {
      display: inline;
      }
	  
#signup_nav a {
      float:left;
      background:url("images/nav/signleft.gif") no-repeat left top;
      padding-left:5px;
      text-decoration:none;
      }
	  
#signup_nav a span {
      float:left;
      display:block;
      background:url("images/nav/signright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
	  
/* Commented Backslash Hack hides rule from IE5-Mac \*/
 #signup_nav a span {float: none;}
/* End IE5-Mac hack */
	
#signup_nav a:hover span {
      color:#24618E;
      }
	  
#signup_nav a:hover/*, #signup_nav #current a*/  {
      background-position:0% -42px;
      }
	  
#signup_nav a:hover span/*, #signup_nav #current a span */ {
      background-position:100% -42px;
	  color:#24618E;
      }	  
	  
/* ---------------------------------- [tools navigation] ----------------------------------------*/	  


.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 60px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;