body {
	background-image: url('../images/bg.png');
	background-repeat: no-repeat;
	background-color: #586f3a;
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}

a {
	text-decoration: underline;
	color: black;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style-type: none;
	padding-right: 40px;
}

h2.event {
	font-size: 28px;
	color: #455F24;
	line-height: 1.2em;
	letter-spacing: -0.035em;
	margin: 0px;
}

h3 {
	margin: 0px;
	padding: 0px;
	letter-spacing: -0.025em;
	font-size: 18px;
	color: #666;
}

.checkbox {
	margin-left: -1px;
}

#logo {
	position: absolute;
	top: 32px;
	left: 29px;
	display: inline;
}

#wrapper {
	width: 985px;
	margin: 13px 10px 0 20px;
}
	

#subnav {
	color: white;
	font-size: 12px;
	text-transform: uppercase;
	text-align: right;
	font-weight: bold;
	padding-top: 0px;
}
	
.subnav {
	color: white;
	text-decoration: none;
}

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

.fblogos {
	float: right;
	padding: 0 0 15px 10px;
}

.vendorsBadge {
	position: absolute;
	z-index: 10000;
	left: 570px;
	top: 30px;
}

#mailing_list {
	margin: 25px 0 0 0;
	float: right;
	font-size: 12px;
	line-height: 10px;
	color: white;
	font-weight: bold;
}

.mailing_list_signup {
	height: 12px;
	padding: 2px;
	width: 180px;
}

#nav {
	margin: 30px 0 0 0;
}

#box {
	margin: 20px 0 0 0;
}

#box_bg {
	background-image: url('../images/box_bg.gif');
	width: 945px;
	min-height: 498px;
	padding: 0 15px 0 20px;
	margin: 0px;
}

#box_shadow {
	background-image: url('../images/box_right.png');
	background-repeat: repeat-y;
}

#header {
	padding-bottom: 10px;
	color: #455f24;
	font-size:20px;
	line-height: 20px;
	font-weight: bold;
	position: relative;
	top: -5px;
	text-transform: uppercase;
}

#store_pic {
	margin: 0 5px 0 0;

}

#right_20 {
	padding-right: 10px;
}

.efInpt {
	width: 200px;
	border: 1px solid #aaaaaa;
	}

.efInptShort {
	width: 120px;
	border: 1px solid #aaaaaa;
}


.subheader_black {
	font-weight: bold;
	font-size: 14px;
}

hr {
	color: #cccccc;
	margin-bottom: 10px;
}

#footer {
	color: white;
	text-transform: uppercase;
	padding: 10px 20px 0px 0;
	font-size: 11px;
	text-align: left;
	width: 985px;
}

.white {
	color: white;
}

.clear {
	clear: both;
}

.beerList ol {
	margin-left: -15px;  
}

.beerList li {
	list-style-type: decimal;
	margin: 0 0 10px 0px;
	font-size: 20px;
	font-weight: bold;
	color: #666;;

}

h2.beer {
	color: orange;
    font: italic 20px Georgia,"Times New Roman",Times,serif;
    letter-spacing: -1px;
    margin: 0px;
}

.beerEventPic {
	text-align: center;
	margin: 20px;
}

.randomQuote dl {
	font: italic 22px Georgia,"Times New Roman",Times,serif;
	margin: 0px;
}

.growlers ul {
	margin: 0px;
	padding: 0px;
}

.growlers ul li {
	float: left;
	width: 100px;
	margin: 0px;
	padding: 0px;
}

.growlerDesc {
	font: italic 22px Georgia, "Times New Roman", Times, serif;
	color: orange;
	letter-spacing: -1px;
	margin-top: 30px;
}

/* FORMS */

li {
	margin-bottom: 20px;
}

label {
	width: 120px;
	margin-right: 20px;
	float: left;
	font-weight: bold;
}

.beerKeyWords li {
	margin-bottom: 5px;
}

.recipeFinder label {
	width: 100px;
	margin-right: 20px;
	float: left;
	font-weight: bold;
}	

.formInput {
	width: 400px;
	border: 1px solid #cccccc;
	padding: 2px;
	font-family: helvetica, arial, sans serif;
}

.smallInput {
	width: 200px;
	border: 1px solid #cccccc;
	padding: 2px;
	font-family: helvetica, arial, sans serif;
}

.bigInput {
	width: 300px;
	border: 1px solid #cccccc;
	padding: 2px;
	color: orange;
    font: italic 20px Georgia,"Times New Roman",Times,serif;
    letter-spacing: -1px;
}

.recipeFinder {
	margin-top: 30px;
}

/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width: 740px;
	height: auto;
	background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width: 640px;
  height: auto;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width: 660px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height: auto;
  line-height: 1.4em;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top: 50px;
  left:0;
  background:transparent url(../images/arrow_left.png) no-repeat 0 0;
}
#rightControl {
  top: 50px;
  right:0;
  background:transparent url(../images/arrow_right.png) no-repeat 0 0;
}

/** 
 * Style rules for Demo page
 */


.slide h2, .slide p {
  margin: 0 0 10px 0;
  line-height: 1.4em;
}

.slide h2 {
  font: italic 28px Georgia, "Times New Roman", Times, serif;
  color: orange;
  letter-spacing:-1px;
}


.slide h3 {
  font: italic 18px Georgia, "Times New Roman", Times, serif;
  color: orange;
  letter-spacing:-1px;
  margin: 0px;
  padding: 0px;
}

.slide img {
  float: left;
  margin: 0 20px 20px 0;
}
#footer {
  height:100px;
}
#footer p {
  margin:30px auto 0 auto;
  display:block;
  width:560px;
  height:40px;
}
