/* Body Css -------------------------------------------- */

body {
	background-image:url(../assets/top_boarder.gif);
	background-repeat:repeat-x;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
}

a, a:hover, a:active, a:focus {
   outline: none;
}

/* End Body Css -------------------------------------- */

/* Start Header and Top Navigation  ------------------ */

#top_nav {
	padding-top: 10px;
	padding-bottom: 10px; 
	margin: 0;
}

#navlist {
	list-style-type:none; 
	padding: 0;
	margin: 0;
	text-align:right;
}

#navlist li {
	display: inline-block;
	color: #FFF;
}
			
#navlist a {
	height: 25px;
	width: 60px;
	font-size: 14px;
	text-align: center;
	display: inherit;
	text-decoration: none; 
	padding: auto; 
	color: #FFF;
}

#navlist a:visited {
	height: 25px;
	width: 60px;
	font-size: 14px;
	text-align: center;
	display: inherit;
	text-decoration: none; 
	padding: auto; 
	color: #FFF;
}
	
#navlist li a:hover{
	background-image:url(../assets/green_button.gif);
	height:25px;
	width: 60px;
	text-align:center;
	display:inherit;
}		

#active{
	background-image:url(../assets/darkorg_button.gif);
	height:25px;
	width:60px;
	display:inline-block;
}
/*  End Top Navigation ------------------------ */

#email_outer {
	padding-top: 35px;
	padding-bottom: 35px;
}


 #email_club {
	display:inline-block;
	background-image:url(../assets/green_eclub.gif);
	width: 460px;
	height: 30px;
	text-align:left;
	color:#FFF;
	font-weight:bold;
	margin: 0;
	text-transform:uppercase;
}
	
 #email_club form{ 
	padding: 5px 5px 5px 5px;
	text-transform:uppercase;
	display:inherit;
	text-decoration:none;
}

input, textarea { 
	margin-left: 10px; 
	width: 180px;
	height: 12px;
	display:inline;
}

input.btn {
	width: 60px;
	margin-left: 5px;
	margin-right: 5px;
}

Label1, Label2 {
	display:inline;
}

#facebook_outer {
	padding-top: 35px;
	padding-bottom: 35px;
}


#facebook{ 
	background-image:url(../assets/fb_button.gif);
	display:inline-block;
	height:30px;
	width:220px;
	text-align:left;
	color:#FFF;
	text-decoration:none;
	padding: 0;
	margin: 0;
}

#facebook a{
	display:inherit;
	text-decoration:none;
	color:#FFF;
	padding: 3px 18px 7px 18px;
	font-size: 14px;
}

 /* End Header and Top Navigation --------------------- */
 
 /* Start Content Areas ------------------------------- */

#wrap {
	padding-bottom: 50px; 
}

#banner_outer {
	padding-bottom: 30px;
}

#banner_home {
	background-image:url(../assets/homepage_nonflash.jpg);
	background-repeat:no-repeat;
	height: 400px;
}

#banner_event {
	background-image:url(../assets/guitar_940x200.jpg);
	height: 200px;
}

#banner_contact {
	background-image:url(../assets/frontdoor.jpg);
	height: 200px;
}

#banner_menu {
	background-image:url(../assets/pizza940x200.jpg);
	height: 200px;
}

#banner_gallery {
	background-image:url(../assets/nightdeck_940x200.jpg);
	height: 200px;
}

#leftcol span, #midcol span, #rightcol span {
	color: white;
	position: absolute;
	top: 75px;
	left: 10px;
	font-size: 14px;
}

/*
#leftcol h2, #midcol h2, #rightcol h2{ 
	padding-top: 15px;
}
*/

#rightcol ul {
	list-style-type: none;
}

#rightcol ul li{
	list-style-type: none;
	margin-left: 0;
}


	

/* End Content Areas ---------------------------------- */

/* Selectors -----------------------------------------  */

h1 {
	font-size:16px;
	color: #659e94;
}

h2 {
	font-size:14px;
	color: #f26030;
	padding-bottom: 3px;
	margin: 0;
	text-transform: capitalize;
}

h3 {
	font-size:12px;
	color: #f26030;
	display:inline;
} 

/* End Selectors --------------------------------------  */




/* CSS Sticky Footer ---------------------------------- */

html, body, #wrap {
	height: 100%;
}

body > #wrap {
	height: auto; min-height: 100%;
}

#main {
	padding-bottom: 150px;
}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;
	background-image: url(../assets/bottom_boarder.gif);
	/*background-color: #f26030;
	border-top: solid 3px #659E94; */
} 

/* END Sticky Footer ----------------------------------- */



/* General Footer & Footer Menu ------------------------ */



.footer_nav {
	color:#FFF;
	text-align:right;
	display: inline-block;
	
}

.footer_nav ul{
	list-style-type: none;
	padding-top:15px;
	padding-bottom: 10px;
}

.footer_nav ul li{
	padding: 10px 0;
}

.footer_nav ul a{
	text-decoration:none;
	color: inherit;
}

.footer_nav ul a:hover {
	text-decoration:underline;
	color:inherit;
}

.footer_p {
	color:#FFF;
	padding-top: 60px;
	text-align:right;
	
}


#natalie { 
	background-image: url(../assets/natalie_web.png);
	background-repeat:no-repeat;
	height: 150px;
}  


a:link {
	color: inherit;
	text-decoration:none;
}

a:visited {
	color: inherit;
	text-decoration:none;
}
	
a:active {
	color: inherit;
	text-decoration:underline;
}

a:hover {
	color: inherit;
	text-decoration:underline;
}
