﻿/*----------------------------------------------------------*/
/* Author: 	Russell Smith									*/
/* Website: Gunta Hunta v2.0								*/
/* Date:    September 08, 2009								*/
/* Visit:	www.russmandesign.com							*/
/*----------------------------------------------------------*/



/*----------------------------------------------------------*/
/* Main Background Elements 								*/
/*----------------------------------------------------------*/

body {
	background: #660000 url('http://www.guntahunta.com/v2/images/gunta_main_bg01.gif') repeat-y center top;
	margin: 0px auto 0px auto;
}

#container {
	background-color: #000000;	
	border-left: 1px #ffcc00 solid;
	border-right: 1px #ffcc00 solid;
	margin: 0px auto 0px auto;	
	margin-bottom: 0px;
	width: 780px;
	height: 100%;
}

#container_member {
	background-color: #000000;	
	border-left: 1px maroon solid;
	border-right: 1px maroon solid;
	margin: 0px auto 0px auto;	
	width: 780px;
	height: 100%;
}


#feedme {
	background-color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 7px;
	width: auto;
	height: 18px;
	border-bottom: 1px red dotted;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 11px;
	color: yellow;
	vertical-align: middle;
}

#masterhead {
	background-color: #000000;
	background-image: url('http://www.guntahunta.com/v2/images/gunta_header_01.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	width: 780px; height: 300px;
	margin: 0px 0px 0px 0px;
}

#hood {
	background: #000000 url('http://www.guntahunta.com/v2/images/gunta_hoody.jpg') no-repeat scroll center top;
	width: 780px; 	height: 60px;
	margin: 0px 0px 0px 0px;
}

#hood2 {
	background: #000000 url('http://www.guntahunta.com/v2/images/gunta_hoddy2.jpg') no-repeat scroll center top;
	width: 780px; 	height: 195px;
	margin: 0px 0px 0px 0px;
}

#navigational_bar {
	background: #000000 url('http://www.guntahunta.com/v2/images/nav_button_bg.jpg');
	width: 780px;
	height: 37px; 
}

/* Navigation Buttons classes */

.button_bodies {
	height: 100%;
	vertical-align: middle;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 6px 0px 6px;
}

.button_bodies img {
	padding: 0px 16px 0px 16px;
}

.button_bodies td:hover {
	background-color: maroon;
}

/* End Navigation */

#nav_bottom {
	background-color: #ffcc00;
	background-image: url('../../gunta_images/nav_shadow.jpg');
	width: 100%;
	height: 5px;
}

#dummy_content {
	background-color: #ffcc00;
	width: 100%;
	height: 700px;
}

#girl_trailer {
	width: 780px; height: 403px;
	background: #ffcc00 url('../images/girl_square_bg.jpg') no-repeat center top;
	margin-bottom: 6px;
	margin: 0px auto 6px auto;
	vertical-align: middle;
	padding-top: 18px;
}

.girl_table {
	padding-top: 18px;
	width: 93%; height: 363px;
}


#footer {
	background: black url('../images/footer_bg.gif') repeat-x left top;
	width: 780px; height: 54px;
	
}

/* Footer Classes */

.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: white;
	padding-left: 8px;
}

.footer_table a {
	color: red;
}

.footer_table a:hover {
	color: yellow;
}

/* End Footer Classes */

/* Member's Section Classes */

#member_masterhead {
	background: #000000 url('../images/masterhead_members.jpg') no-repeat center top;
	width: 780px; height: 203px;
}

.normal_text {
	font-family: Tahoma;
	font-size: 12px;
}

.large_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: white;
	text-align: left;
}

.event img{
	width: 170px;
	height: 251px;
	border: 2px white solid;
}

.event2 img{
	width: 170px;
	height: 137px;
	border: 2px white solid;
}

#link_ad_table img{
	border: 2px white solid;
}

#store td img {
	width: 200px;
}




