/*  
Theme Name: generalhazzard.com/
Theme URI: http://www.generalhazzard.com
Description: generalhazzard.com
Version: 1.0
Author: Dustin Hart
Author URI: http://www.generalhazzard.com/

*/

body {
background: #000;
color: #FFF;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
padding:0;
margin:0;
}

a {color: #fe5b00;}
a:visited {color:#999999;}
a:hover {color: #000;}
a:active { color:#000000;}

h1 {
color:#FFF;
font-size: 12px;
padding:5px 15px;
margin:0;
}

h2 {
color:#FFF;
font-size:20px;
font-weight: normal;
padding: 5px 0px;
margin:0;
}

h3 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0;
}

#container {
width: 884px;
margin: 0 auto;
}
	
/* ----------header-------------- */
#header {
background: url(images/header.jpg) no-repeat;
width: 884px;
height: 237px;
padding: 0px;
}

/* ----------navbar and rollovers-------------- */
#navbar {
width: 884px;
height: 35px;
}

var {
visibility: hidden;
}

#menu a {
height: 35px;
text-decoration: none;
display: block;
float: left;
}

a.home {
width: 91px;
background: url(images/navbar.png) no-repeat 0px 0px;
}

a.schedule {
width: 140px;
background: url(images/navbar.png) no-repeat -91px 0px;
}

a.photos {
width: 110px;
background: url(images/navbar.png) no-repeat -231px 0px;
}

a.videos {
width: 97px;
background: url(images/navbar.png) no-repeat -341px 0px;
}

a.services {
width: 134px;
background: url(images/navbar.png) no-repeat -438px 0px;
}

a.merch {
width: 104px;
background: url(images/navbar.png) no-repeat -572px 0px;
}

a.contact {
width: 127px;
background: url(images/navbar.png) no-repeat -676px 0px;
}

a.links {
width: 81px;
background: url(images/navbar.png) no-repeat -803px 0px;
}

a:hover.home {
background: url(images/navbar.png) no-repeat 0px -35px;
}

a:hover.schedule {
background: url(images/navbar.png) no-repeat -91px -35px;
}

a:hover.photos {
width: 110px;
background: url(images/navbar.png) no-repeat -231px -35px;
}

a:hover.videos {
width: 97px;
background: url(images/navbar.png) no-repeat -341px -35px;
}

a:hover.services {
width: 134px;
background: url(images/navbar.png) no-repeat -438px -35px;
}

a:hover.merch {
width: 104px;
background: url(images/navbar.png) no-repeat -572px -35px;
}

a:hover.contact {
width: 127px;
background: url(images/navbar.png) no-repeat -676px -35px;
}

a:hover.links {
width: 81px;
background: url(images/navbar.png) no-repeat -803px -35px;
}

/* ----------content-------------- */

#content {
width: 884px;
float:left;
background: #282828;
display: inline;
}
	
#news {
	float: left;
	width: 644px;
	margin: 5px;
	padding: 0px;
	}
	
#page {
	float: left;
	width: 874px;
	margin: 5px;
	padding: 0px;
	}

#newstop {
	background: url(images/newstop.gif) no-repeat left;
	width: 644px;
	height: 35px;
}
	
#right {
	float: right;
	width: 220px;
	margin: 5px;
	padding: 0px;
	display: inline;
	}
	
#sidebar {
	width: 220px;
	background: url(images/sbbg.gif) repeat-y;
	float: right;
	text-align:left;
}

#sbtop {
	float: right;
	background: url(images/sbtop.gif) no-repeat;
	width: 220px;
	height: 20px;
	margin: 0px;
	padding: 0px;
}

#sbbot {
	float: right;
	background: url(images/sbbot.gif) no-repeat;
	width: 220px;
	height: 20px;
	margin: 0px;
	padding: 0px;
}
	
#footer {
	background: url(images/footer.gif) bottom no-repeat #282828;
	width: 884px;
	padding: 0px;
	text-align: center;
	float:left;
}