/*

Everything For Hunters theme
name: Everything For Hunters 
designer: Dennis Wyman  
designer_url: http://www.zangaroa.com/ 
*/

/* Page Wrapper -------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #999966;
	font: normal 14px arial, helvetica, sans-serif;
	color: #000000;
	margin: 0 0 20px 0;
}

a {
	color: #0000EE;
	text-decoration: none;
}

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

#container {
	margin: 0 auto;
	padding: 0 0 20px 0;
	background: #D9D8C3 url("bg_container.jpg");
	width: 730px;
	position: relative;
}


/* Header -------------------------------------------------- */

#header {
	display: block;
	margin: 0 auto;
	clear: both;
	width: 730px;
	height: 91px;
	background: transparent url("bg_header.png") no-repeat center top;
}

	#header h1 {
		width: 730px;
		height: 85px;
	}

	#header h1 * {
		display: block;
		width: 100%;
		height: 100%;
		text-indent: -5000em;
	}


#header-navigation {
	display: block;
	margin: 0 auto;
	clear: both;
	width: 730px;
	height: 22px;
	background: transparent url("bg_header_navigation.png") no-repeat center top;
}

#header-navigation #forums a,
#header-navigation #gunsbows a,
#header-navigation #accessories a,
#header-navigation #sitemap a {
	background: transparent url("bg_header_navigation.png") no-repeat center top;
	display: block;
	height: 22px;
	float: left;
	text-indent: -5000em;
}

	#header-navigation #forums a { margin-left: 33px; width: 124px; background-position: -33px 0; }
	#header-navigation #gunsbows a { margin-left: 61px; width: 122px; background-position: -218px 0; }
	#header-navigation #accessories a { margin-left: 57px; width: 160px; background-position: -397px 0; }
	#header-navigation #sitemap a { margin-left: 101px; width: 67px; background-position: -658px 0; }

	#header-navigation #forums a:hover { background-position: -33px -22px; }
	#header-navigation #gunsbows a:hover { background-position: -218px -22px; }
	#header-navigation #accessories a:hover { background-position: -397px -22px; }
	#header-navigation #sitemap a:hover { background-position: -658px -22px; }


/* Content Wrapper -------------------------------------------------- */

#content {
	padding: 0;
	margin: 0 auto;
	clear: both;
	width: 730px;
}


/* Right Column -------------------------------------------------- */

#beta {
	position: relative;
	float: left;
	width: 130px;
	min-height: 370px;
	background: transparent url("bg_sidebar.png") no-repeat left top;
}


/* Left Column -------------------------------------------------- */

#alpha {
	position: relative;
	float: right;
	width: 600px;
}

#alpha-inner {
	padding: 15px 20px 20px 20px;
}


/* Footer -------------------------------------------------- */

#footer {
	display: block;
	clear: both;
	width: 730px;
	padding: 20px 0 0 0;
	margin: 0 auto;
	text-align: center;
}

	#footer p.links {
		margin: 0 0 0.6em 0;
	}

	#footer p.copyright {
		margin: 0 0 0.6em 0;
	}

	#footer p.byline {
		font-size: 12px;
		margin: 0 0 0.6em 0;
	}

		#footer p.byline h2 {
			font-size: 15px;
			font-weight: bold;
			padding: 0;
			margin: 0 0 0.1em 0;
		}

	#footer p.positronic {
		font-size: 10px;
		font-weight: bold;
	}

		#footer p.positronic a {
			color: #000;
			text-decoration: none;
		}

#subfooter {
	display: block;
	clear: both;
	width: 730px;
}


/* Page Content -------------------------------------------------- */

#alpha h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 0.6em 0;
	text-align: center;
}

#alpha h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 0.5em 0;
}

#alpha h3 {
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 0.4em 0;
}

#alpha h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0.3em 0;
}
	
#alpha p {
	margin: 0 0 1.5em 0;
	text-align: justify;
}

#alpha ul, #alpha ol {
	padding: 0 0 1.5em 20px;
}

	#alpha li {
		padding: 0 0 5px 0;
	}
	
#alpha blockquote {
	margin: 0 30px 0 40px;
}

#alpha hr {
	margin: 0 0 20px 0;
}

#alpha .align-left {
	float: left;
	margin: 0 20px 20px 0;
	display: block;
}

#alpha .align-right {
	float: right;
	margin: 0 0 20px 20px;
	display: block;
}

#alpha .align-center {
	margin: 0 auto 20px auto;
	display: block;
	text-align: center;
}

	
/* Contact Form */

#content .contact table, #content .contact small {
	margin: 0 0 0 20px;
}
	#content .contact td {
		padding: 3px;
	}



/* Sidebar CSS -------------------------------------------------- */

#beta #report a,
#beta #weather a,
#beta #safety a,
#beta #lodging a,
#beta #forums a {
	background: transparent url("bg_sidebar.png") no-repeat center top;
	display: block;
	width: 130px;
	text-indent: -5000em;
}

	#beta #report a { height: 42px; background-position: 0 0; }
	#beta #weather a { height: 34px; background-position: 0 -42px; }
	#beta #safety a { height: 33px; background-position: 0 -76px; }
	#beta #lodging a { height: 33px; background-position: 0 -109px; }
	#beta #forums a { height: 61px; background-position: 0 -142px; }

	#beta #report a:hover { background-position: -130px 0; }
	#beta #weather a:hover { background-position: -130px -42px; }
	#beta #safety a:hover { background-position: -130px -76px; }
	#beta #lodging a:hover { background-position: -130px -109px; }
	#beta #forums a:hover { background-position: -130px -142px; }

