/* CSS Document */ 
	
body {
	margin: 0;
	padding: 0;
	font-size:small;
	background-color: #121617;
	}
* html body{
	font-size:x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions*/
	}
#wrap{
	margin: 0;
	padding: 0;
	position: relative;
	max-width: 1440px;
	min-width: 1000px;
	}
	
		
			/* TEXT STYLE */	
	
.headerLink a{
	text-decoration: none;
	}
	
h1{
	font-size: 150%;
	}
h2{
	font-size: 150%;
	}
h3{
	font-size: 130%;
	}
h4{
	font-size: 120%;
	}
h5{
	font-size: 110%;
	}
h6{
	font-size: 85%;
	}
.smallType{
	font-size: 80%;
	}
.smallType2{
	font-size: 80%;
	padding: 1px 1px 40px 1px;
	}
	
.update{
color: #FF3333;
}

.smallCaps{
font-variant: small-caps;
}

.newLink{
text-decoration: blink;
}

.bold{
	font-weight:bold;
	}


#pageHeader{
	width: 100%;
	margin: 0;
	padding: 0 0 0 0;
	background: #121617;
	}
	
.headerImg{
	margin-left: 10px;
	}	

#nav{
	float: right;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #000;
	}
#nav li{
	float: right;
	margin: 0 9px 0 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	}
#nav a{
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 6px 2px;
	color: #666;
	text-decoration: none;
	}

#nav a:hover, body#home #t-home a{
	color: #eee;
	}
	
#nav a:hover, body#skate #t-skate a{
	color: #eee;
	}
	
#nav a:hover, body#snow #t-snow a{
	color: #eee;
	}
	
#nav a:hover, body#events #t-events a{
	color: #eee;
	}
		
#nav a:hover, body#teams #t-teams a{
	color: #eee;
	}
	
#nav a:hover, body#vids #t-vids a{
	color: #eee;
	}
		
#nav a:hover, body#about #t-about a{
	color: #eee;
	}



.hidden{
	display:none;
	}	

	
/* footer */	
#footer{
	clear: both;
	margin-top: .5em;
	width: 100%;
	background: #222;
	position: relative;
	}
#footer p{
	font-family: Arial, Helvetica, sans-serif;
	color: #eee;
	letter-spacing: 25%;
	text-align: center;
	}
#footer a{
	text-decoration: none;
	color: #aaa;
	}

#footer a:hover{
	text-decoration: underline;
	color: #eee;
	}

	

	

	
	
	
	
	



