/*  
Theme Name: HawkAllStars.Com Default
Theme URI: http://www.hawkallstars.com
Description: Default theme for HawkAllStars.Com
Version: 1.0
Author: Herky Man
Author URI: http://www.herkyman.com

*/


/* RESET AND BASICS */
*		{ margin: 0; padding: 0; }
html		{ overflow-y: scroll;}
body	{ font: 62.5% Helvitica, sans-serif;
		  background: #fff2ce; }
		
ul 		{ list-style: none inside; }
p		{ font-size: 1.2em; line-height: 1.2em; margin-bottom: 1.2em; }
a		{ outline: none; }
a img	{ border: none; }
/* END RESET */

/* TOOLBOX */
.floatleft	{ float: left; }
.floatright	{ float: right; }
.clear		{ clear: both; }
/* END TOOLBOX */

/* STRUCTURE */
#whole	{
	width: 800px;
	margin: 0 auto;
	background: #fff2ce;
	}
    
	#nav {
    background: url(images/navbar.gif) no-repeat;
    width:800px;
    height:40px;
    margin:0;
    padding:0;
    }

		#nav span {
		display: none;
		}

			#nav li, #nav a {
			height:40px;
			display:block;
			}

			#nav li {
			float:left;
			list-style:none;
			display:inline;
			}

				#spacer_left {width: 76px; }
				#home {width: 64px;}
				#information {width: 162px;}
				#classes {width: 100px;}
				#staff {width: 79px; }
				#photos {width: 97px;}
				#contact {width: 135px;}
				#spacer_right {width: 87px;}

					#spacer_left a:hover {background: url(images/navbar.gif) 0px -40px no-repeat; }
					#home a:hover {background: url(images/navbar.gif) -76px -40px no-repeat; }
					#information a:hover {background: url(images/navbar.gif) -140px -40px no-repeat; }
					#classes a:hover {background: url(images/navbar.gif) -302px -40px no-repeat; }
					#staff a:hover {background: url(images/navbar.gif) -402px -40px no-repeat; }
					#photos a:hover {background: url(images/navbar.gif) -481px -40px no-repeat; }
					#contact a:hover {background: url(images/navbar.gif) -578px -40px no-repeat; }
					#spacer_right a:hover {background: url(images/navbar.gif) -713px -40px no-repeat; }
	
	#logo	{
	height: 267px;
	width: 800px;
	background: url(images/logo.gif) no-repeat;
	}
	
	#main-content	{
	margin: 0;
	padding: 0;
	width: 800px;
	background: url(images/wrap_bg.gif) repeat-y;
	padding: 1px 107px 5px 107px;
	overflow: hidden
	}
		
		.text	{
		width: 450px;
		float: left;
		padding: 2px;
		}
		
			.post	{
			color: white;
			}
			
					.post a	{
					font-family: Helvitica, sans-serif;
					color: white;
					}
				
				.title	{
				}
				
					.title a	{
					text-decoration: none;
					font-size: 16px;
					font-weight: bold;
					}
							
				.entry	{
				color: white;
				font-size: 10px;
				}
			
		.sidebar		{
		color: white;
		width: 120px;
		display: inline;
		float: left;
		padding: 2px;
		}
		
	#footer	{
	clear: both;
	height: 89px;
	width: 800px;
	background : url(images/footer.gif) no-repeat;
	float: left;
	}
	
			
	
/*END STRUCTURE*/