/*    
Theme Name: Dave's Electric Brewpub Theme 
Theme URI: http://www.extrasmalldesign.com/ 
Description: Dave's Electric Brewpub Template. 
Author: Kyle Larkin
Author URI: http://www.extrasmalldesign.com/
Version: 1.0 
. 
General comments/License Statement if any. 
. 
*/ 

body, html{
	background-color: #000;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #FFF;
	line-height: 1.5em;
	letter-spacing: .1em;
}

strong{
	font-weight: bold;
}

/*------------------------------------------------------------------
Layout
-------------------------------------------------------------------*/

/*#wrapper{
	left: 50%;
	margin-left: -480px;
	position: absolute;
	width: 960px;
	z-index: 10;
}*/

#wrapper{
	position: relative;
	margin: 0 auto;
	margin-top: 30px;
	width: 960px;
	z-index: 10;
}

#wrapper-above{
	left: 50%;
	margin-left: -480px;
	position: absolute;
	width: 960px;
	z-index: 100;
}

#logo{
	float: left;
	position: relative;
}

#logo a{
	background-image: url(img/global_logo.png);
	display: block;
	height: 250px;
	text-indent: -9999px;
	width: 223px;
}

#uptodate{
	background-image: url(img/global_uptodate.png);
	background-repeat: no-repeat;
	bottom: 40px;
	display: block;
 	height: 248px;
	margin-left: -30px;
	position: fixed;
	width: 271px;
}

#uptodate p{
	margin: 175px 0 0 20px;
	line-height: 2em;
}

#uptodate a{
	color: #CCC;
	font-size: 16px;
	text-decoration: none;
}

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

#uptodate img{
	float: left;
	margin-right: 3px;
	margin-top: 1px;
}

#wall-tr{
	background-image: url(img/global_wall_tr.jpg);
	background-repeat: no-repeat;
	height: 375px;
	position: fixed;
	right: 0;
	top: 0;
	width: 512px;
	z-index: 0;
}

#wall-bl{
	background-image: url(img/global_wall_bl.jpg);
	background-repeat: no-repeat;
	bottom: 133px;
	height: 389px;
	left: 0;
	position: fixed;
	width: 489px;
	z-index: 1;
}

#bar{
	background-image: url(img/global_bar.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	bottom: 0;
	height: 133px;
	left: 50%;
	margin-left: -638px;
	position: fixed;
	width: 1276px;
	z-index: 30;
}

#bar-bg{
	background-image: url(img/global_bar_bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	bottom: 0;
	height: 133px;
	position: fixed;
	width: 100%;
	z-index: 20;
}

#container{
	display: block;
	margin: 20px 0 0 300px;
	width: 660px;
}

#content{
	padding-left: 20px;
	width: 620px;
}

#content p a{
	color: #CCC;
	text-decoration: none;
}

#content p a:hover{
	text-decoration: underline;
}

#content p{
	margin-bottom: 10px;
}

#content h2{
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 25px 0 8px 0;
	text-transform: uppercase;
}

.menu h2{
	font-size: 17px !important;
	margin-bottom: 12px !important;
}

.menu h3{
	color: #ECB246;
	font-size: 15px;
	margin-bottom: 5px;
}

.menu h4{
	color: #CCC;
	font-size: 13px;
	font-style: italic;
	font-weight: bold !important;
	margin-bottom: 12px;
	margin-top: -8px;
	margin-left: 12px;
}

.menu p{
	color: #CCC !important;
	font-size: 13px !important;
	margin-bottom: 12px !important;
	margin-left: 12px;
}

.getintouch p{
	margin-bottom: 15px !important;
}

#clear-height{
	display: block;
	height: 155px;
}

#menudownload{
	float: right;
	margin-top: -15px;
}

/*------------------------------------------------------------------
Nav
-------------------------------------------------------------------*/
#nav{
	background-image: url(img/nav_neon.png);
	background-position: bottom;
	background-repeat: no-repeat;
	display: block;
	height: 60px;
	padding-top: 30px;
	width: 650px;
}

#nav ul{
	margin-left: 20px;
}

#nav li{
	float: left;
	margin-right: 36px;
}

.last{
	margin-right: 0 !important;
}

#nav a{
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #FFF;
	display: block;
	height: 25px;
	text-decoration: none;
	text-indent: -9999px;
}

#nav a:hover{
	background-position: 0 -30px;
}

a#nav-brews{
	background-image: url(img/nav_brews.png);
	width: 55px;
}

a#nav-menu{
	background-image: url(img/nav_menu.png);
	width: 47px;
}

a#nav-events{
	background-image: url(img/nav_events.png);
	width: 59px;
}

a#nav-news{
	background-image: url(img/nav_news.png);
	width: 102px;
}

a#nav-about{
	background-image: url(img/nav_about.png);
	width: 79px;
}

a#nav-contact{
	background-image: url(img/nav_contact.png);
	width: 90px;
}

#nav a.current{
	background-position: 0 -30px;
}

.subnav{
	display: block;
	font-size: 15px;
	height: 20px;
	margin: -12px 0 30px 0;
	text-transform: uppercase;
}

.subnav li{
	float: left;
	margin-right: 25px;
}

.subnav a{
	color: #FFF;
	text-decoration: none;
}

.subnav a:hover{
	text-decoration: underline;
}

a.subnav-current{
	text-decoration: underline;
}


/*------------------------------------------------------------------
Brews Page
-------------------------------------------------------------------*/
#brewinfo{
	width: 400px;
}

.brewstest h2{
	color: #ECB246;
	margin-top: 50px !important;
}

div#beer-bottle{
	bottom: -4px;
	position: fixed;
	right: 100px;
	z-index: 200;
}

/*------------------------------------------------------------------
Form
-------------------------------------------------------------------*/
#form{
	margin-top: 35px;
}

.display_block{
	display: block;
}

#contact_form label{
	width: 200px;
	float: left;
	color: #CCC;
	margin: 0;
}

#contact_form input, select, #contact_form textarea{
	background: none;
	border: 1px solid #FFF;
	color: #FFF;
	font-size: 11px;
	margin-bottom: 10px;
}

.submit{
	background: none;
	color: #FFF;
	cursor: pointer;
	border: 1px solid #FFF;
	margin-left: 200px;
}

.submit:hover{
	background-color: #FFF;
	border: 3px solid #FFF;
	color: #000;
}

#contact_form input.invalid{
	border: 1px solid #C00;
}