a {
  color:#FAD8A8;
}

body {
	font:normal 12px Arial, Verdana, sans-serif;
	background:#cfcfc2 url(/wp-content/themes/keepatap/images/main_bg.jpg) no-repeat center top;
	margin:0;
	padding:0;
  color:#ccc;
}

.new-item {
  padding:0;
	margin:0;
	position:absolute;
	display:block;
	top:-12px;
	left:-15px;
	width:38px;
	height:22px;
  background: url(/wp-content/themes/keepatap/images/main_sprite.gif) no-repeat -254px -183px; 
}

.main-top .new-item {
  top:1px;
	left:-9px;
}

.column-1 .new-item {
  
}



#wrapper {
  margin:0 auto;
	position:relative;
	width:846px;
}

#page {
	margin:0 auto;
	position:relative;
	clear:both;
}

#header {
  height:138px;
  margin:0 auto;
  margin-top:50px;
  text-align:left;
  position:relative;
  background: transparent url(/wp-content/themes/keepatap/images/keepatap_sprite.png) no-repeat 458px 0px;
}

#header .logo {
	text-indent:-9999px;
	line-height:1%;
}

#header .logo, #header h1 {
	height:138px;
	width:462px;
	position:relative;
	display:block;
	text-decoration: none;
	border:none;
	background: transparent url(/wp-content/themes/keepatap/images/keepatap_sprite.png) no-repeat -442px 0px;
}

#header h1 {
	padding:0;
	margin:0;
	float:left;
	position:relative;
	top:0px;
	left:0px;
	display:block;
	
}

#header ul.nav {
	position:relative;
	top:60px;
	left:-15px;
	display:block;
}

#header ul.nav li {
  margin:0;
	height:52px;
	line-height:52px;
}

#header ul.nav li a {
	padding:0;
	margin:0;
	display:block;
  font:bold 1.35em 'Arial Narrow', Arial, sans-serif;
  text-indent:-9999px;
  height:52px;
  line-height:52px;
}

#header ul.nav li a:hover {
  /*background:#662505 url(/wp-content/themes/keepatap/images/nav_left.jpg) no-repeat;*/
}

#header ul.nav li.selected {
	/*background:#662505 url(/wp-content/themes/keepatap/images/nav_left.jpg) no-repeat;*/
}

#header ul.nav li.selected a {
  /*background:url(/wp-content/themes/keepatap/images/nav_right.jpg) no-repeat right top;*/
}



#header ul.nav li#home a {
  width:85px;
  background:transparent url(/wp-content/themes/keepatap/images/keepatap_sprite.png) no-repeat 0 -321px;
}
#header ul.nav li#home a:hover {
  background:transparent url(/wp-content/themes/keepatap/images/keepatap_sprite.png) no-repeat -336px -321px;
}
#header ul.nav li#home.selected a {
  background:transparent url(/wp-content/themes/keepatap/images/keepatap_sprite.png) no-repeat 0 -374px;
}


#header ul.nav li#products a {
  width:95px;
  background:transparent url(/wp-content/themes/keepatap/images/keepatap_sprite.png) no-repeat -86px -321px;
}
#header ul.nav li#products a:hover {
  background:transparent url(/wp-content/themes/keepatap/images/keepatap_sprite.png) no-repeat -422px -321px;
}
#header ul.nav li#products.selected a {
  background:transparent url(/wp-content/themes/keepatap/images/keepatap_sprite.png) no-repeat -86px -374px;
}



#header ul.nav li#blog a {
  width:71px;
  background:transparent url(/wp-content/themes/keepatap/images/keepatap_sprite.png) no-repeat -181px -321px;
}
#header ul.nav li#blog a:hover {
  background:transparent url(/wp-content/themes/keepatap/images/keepatap_sprite.png) no-repeat -517px -321px;
}
#header ul.nav li#blog.selected a {
  background:transparent url(/wp-content/themes/keepatap/images/keepatap_sprite.png) no-repeat -181px -374px;
}


#header ul.nav li#photos a {
  width:84px;
  background:transparent url(/wp-content/themes/keepatap/images/keepatap_sprite.png) no-repeat -253px -321px;
}
#header ul.nav li#photos a:hover {
  background:transparent url(/wp-content/themes/keepatap/images/keepatap_sprite.png) no-repeat -589px -321px;
}
#header ul.nav li#photos.selected a {
  background:transparent url(/wp-content/themes/keepatap/images/keepatap_sprite.png) no-repeat -253px -374px;
}






#header ul.follow {
	width:83px;
  position:absolute;
  z-index:50;
  top:32px;
  left:883px;
}

#header ul.follow li {
	float:left;
}

#header ul.follow a.facebook,
#header ul.follow a.twitter {
  display:block;
  height:20px;
  width:23px;
  cursor:pointer;
  margin-right:2px;
}

#header ul.follow a.facebook {
	background:url(/wp-content/themes/keepatap/images/main_sprite.gif) no-repeat -254px -91px;
}

#header ul.follow a.twitter {
	background:url(/wp-content/themes/keepatap/images/main_sprite.gif) no-repeat -278px -91px;
}


/** nav **/
ul.nav {
	display:block;
	line-height:16px;
	position:relative;
}

ul.nav li {
	display:inline-block;
	float:left;
	margin:0 8px 0 0;
	width:auto;
}


/** inner page **/
#shadow {
  width:100%;
  position:relative;
	background: transparent url(/wp-content/themes/keepatap/images/content_bg.png) repeat-y center top;
}

#inner_page {
	background: transparent url(/wp-content/themes/keepatap/images/content_bg_top.jpg) no-repeat center top;
  clear:both;
  margin:0 50px 0 46px;
  padding:15px 50px 35px 62px;
  position:relative;
  text-align:left;
  /*min-height:342px;*/
}

#inner_page h2,
#inner_page .post h3 {
  font-size:24px;
}

#inner_page .entry {
  margin-top:7px;
}

#inner_page .entry p {
  margin-bottom:14px;
}

body.archive #inner_page .entry img,
body.single #inner_page .entry img {
  width:25%;
  height:25%;
  float:left;
	margin: 0 7px 2px 0;
	display: inline;
	clear:left;
}

#inner_page p.postmetadata {
  margin-bottom:20px;
  margin-top:10px;
  padding:8px;
  border-bottom:1px dotted #871201;
  background:#111;
  clear:both;
}

#inner_page h2.pagetitle {
  background-color:#010101;
  border-left:0px dotted #871201;
  border-bottom:1px dotted #871201;
  color:#DDDAA5;
  display:block;
  font-family:Arial,sans;
  font-size:24px;
  font-weight:normal;
  letter-spacing:0.75pt;
  line-height:35px;
  margin-bottom:10px;
  padding-left:10px;
  padding-right:10px;
  clear:both;
}


/** footer **/
#footer {
	position:relative;
	font-size:11px;
	text-align:left;
  background: transparent url(/wp-content/themes/keepatap/images/keepatap_sprite.png) no-repeat -11px -138px;
	clear:both;
  height:184px;/*101px*/
  margin:0px auto;
  padding:0px;
  width:846px;/*100%*/  
  line-height:normal;
  margin-bottom:40px;
}

#footer img.beerman {
  z-index:9;
  position:absolute;
  top:-179px;
  left:-205px;
}

#footer embed.beerhands {
  z-index:10;
  position:absolute;
  top:-58px;
  left:44px;
}

#footer img.kegs {
  z-index:11;
  position:absolute;
  top:-169px;
  left:795px;
}

#footer #inner {
	margin:0 auto;
  padding:10px 0;
  position:relative;
  z-index:5;
}

#footer .copyright {
	font: normal 10px Trebuchet MS, Arial,Sans-Serif;
	text-align:right;
	color: #fff;
	margin: 10px 0;
	padding: 0 30px;
	clear:both;
	display:none;
}

#footer ul.nav li {
  border-right:0px solid #1f0c03;
  height:85px !important;
  width:140px !important;
  overflow:visible;
  float:left;
}

#footer ul.nav li ul li {
  height:14px !important;
  width:auto !important;
  overflow:none !important;
}

#footer ul.nav li.last {
  border-width:0px !important;
}

#footer ul.nav {
	position:relative;
	margin:50px 0 0 170px;
	top:0;
}

#footer ul.nav li h6 {
  color:#333;
  font:bold 17px Helvetica, Sans-serif;
  clear:both;
  letter-spacing:0.15pt;
  padding-bottom:2px;
}

#footer ul.nav h6 strong {
  font-weight:normal !important;
}

#footer ul.nav li a {
	font-family:Arial,sans-serif;
  text-decoration:none;
	font-size:11px; 
	font-weight:normal;
	line-height:11px;
	text-decoration:none;
	border-width: 0;
	float:left;
	clear:both;
	border-right:0px solid #3B1403;
	color:#555;
	padding-right:8px;
	margin:4px 0 0;
}

#footer ul.nav li p {
  color:#6c3608;
}

#footer ul.nav li.menu a {
	display:inline;
	padding:0 4px;
	clear:none;
	border-right:1px solid #6C3608;
}

#footer ul.nav li {
	display:inline;
	padding-right:0;
}

#footer ul.nav li a.last {
	border-width:0;
}

#footer ul.nav li a:hover {
	text-decoration:none;
	border-width: 0px dotted #FAD8A8;
  border-bottom-width:1px;
}

#footer ul.nav li.selected a, #footer ul.nav li.selected a:hover {
	color:#FAD8A8;
	border-width: 0px dotted #FAD8A8;
  border-bottom-width:1px;
	text-decoration:none;
}

#footer .logo {
	height:34px;
	width:38px;
	margin:0;
	position:relative;
	top:5px;
	right:53px;
	float:right;
	display:block;
  background: transparent url(/wp-content/themes/keepatap/images/keepatap_sprite.png) no-repeat -862px -322px;
	line-height:34px;
	text-indent:-9999px;
}

#footer a.top {
  position:absolute;
  top:82px;
  left:160px;
}

#footer .tags {
  background:#0C0C0C;
  border-top:1px dotted #1C1C1C;
  color:#999;
  position:relative;
  z-index:53;
  top:-20px;
  left:0;
  margin:0 92px 0 135px;
  padding:10px;
  height:35px;
}

#footer .tags a {
  color:#666;
  margin-right:8px;
  text-decoration:none;
  filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;

}

#footer .tags a:hover {
  color:#666;
  text-decoration:underline;
  filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity:1.0;
	opacity:1.0;

}







/** sidebar **/
div.sidebar {
  margin:0;
  padding:0 0 0 5px;
  margin-left:15px;
  position:relative;
  float:right;
  right:0;
  top:0;
  width:155px;
  clear:right;
}

div.sidebar div.inner {
  background:none repeat scroll 0 0 #111111;
  border:1px solid #1C1C1C;
  font-size:9pt;
  height:100%;
  margin:2px 0;
  padding:0;
  position:relative;
  text-align:left;
  padding:5px;
  display:block;
  height:100%;
}

.sidebar .inner h4 {
  font-size:14px;
  font-weight:bold;
}



/* error404 */

.error404 {
  
}

.error404 h2 {
  font-size: 95px !important;
}


/* news ticker */
label#tickerLabel {
  float:left;
  margin:4px 10px 10px 4px;
  padding:0 10px;
  background:#6F2E06;/*#6F2E06*/
	border:1px dotted #87471B;
  font:normal 9px Arial, sans-serif;
  line-height:15px;
	text-transform:uppercase;
  color:#C7925A;
  clear:left;
}
ul#news {
  display:block;
  background:none;/* #8C4710 */
  line-height:14px;
  margin:0;
	border:1px dotted #87471B;
  /*background:transparent url(/wp-content/themes/keepatap/images/box_bg20.png) repeat scroll 0 0;*/
}
ul#news li {
  margin:0;
  font:normal 11px Arial, sans-serif;
  color:#C7925A;/*#ddd*/
  padding:5px 15px;
}
ul#news li a {
  color:#FAD8A8;
  text-decoration:none;
  border-bottom:1px dotted #AC712B;
}
ul#news li a b {
  color:#fff !important;
}

ul#news li span {
  color:#fff !important;/*#ddd*/
}



/* jquery rounded corners */
.round {
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
}

.round .round {
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
}



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
	
.navigation {
	display: block;
	text-align: center;
	margin-top: 0;
	margin-bottom: 35px;
	color:#864623;
	position:relative;
	top:0;
	clear:both;
	background:#111;
	}
.navigation a {
	font-size:13px;
	font-weight:bolder;
	text-decoration:none;
	color:#ddd;
	}
.navigation .alignleft  a, .navigation .alignright  a {
	border:1px dotted #7A3609;
	border-bottom-width:0px;
	border-top-width:0px;
	display:inline;
	background:#c40000;
	}
.navigation .alignleft  a {
  border-left-width:0px;
  padding-right:15px;
  padding-left:10px;
}
.navigation .alignright  a {
  border-right-width:0px;
  padding-right:10px;
  padding-left:15px;
}
	
.alignright {
	float: right;
	margin-right:12px;
	}

.alignleft {
	float: left;
	margin-left:2px;
	}
	
.page_num { display:block; background:#ccc; margin:2px; padding:4px;}
.page_num .left, .page_num .right {
  min-width:200px;
  display:block;
}
.page_num  .left { float:left; }
.page_num  .right { float:right; }


p.wp-caption-text {
  margin:0;
  padding:5px;
  font-size:9px;
  color:#ddd;
}

#respond { display:none;}

/* End Images */



#header .btn-4 {
  width:100px;
  position:relative;
  float:right;
  top:-5px;
  right:30px;
  background:#250E04 !important;
  border-color:#662505;
  text-decoration:none;
  text-transform:uppercase;
  font-family:Times New Roman,serif !important;
  padding: 5px 8px;
}

/* box */
.rbox {
	padding:5px;
	margin-bottom:4px;
	background:#f5f5f5;/*#222*/
}

/* buttons */
.btn-1, .btn-2, .btn-3, .btn-4, .btn-5, .btn-contact, .btn-print, .btn-red, .btn-cart {
	display:block;
	white-space:nowrap;
	padding: 5px 8px;
	border-width: 2px;
	border-style: solid;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: underline;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
}

.btn-1 {
  background:#4E453B none repeat scroll 0 0;
  border-color:#57554C;
}

.btn-2 {
  background:#C27600 none repeat scroll 0 0;
  border-color:#976600;
}

.btn-3 {
  background:#FFF;
  border-color:#EFE9DC;
  color:#8A6741;
}

.btn-red, .btn-cart {
  display:inline;
  background:#d20900;
  border-color:#970b05;
  margin:0 5px;
  padding: 8px 12px;
  position:relative;
  top:18px;
  text-decoration:none;
  font-size:18px !important;
  width:45%;
}

.btn-cart {
  font-size:17px !important;
  background:#cca31d;
  border-color:#b18b10;
  color:#2a2102;
  position:relative;
  width:100%;
  margin:0;
  top:0;
}

.btn-buy {
  display:block;
  float:right;
  position:relative;
  right:8px;
  top:-5px;
  background:#d20900;
  border-color:#970b05;
  font-size:15px;
  text-decoration:none;
}

.btn-newsletter {
  font-size:15px;
  letter-spacing:0.25pt;
  margin:0 10px;
  line-height:15px;
  height:15px;
  width:235px;
  text-decoration:none;
  position:absolute;
  top:-5px;
  left:-5px;
}

.btn-newsletter:hover {
  color:#d5a977;
  text-decoration:underline;
}

.btn-contact, .btn-print {
  float:right;
  width:190px;
  line-height:60px;
  height:60px;
  font-size:18px;
  margin-left:15px;
  margin-bottom:15px;
}

.btn-print {
  display:block;
  float:right;
  width:120px;
  line-height:20px;
  height:20px;
  font-size:14px;
  margin-left:15px;
  margin-bottom:15px;
}

.btn-contact:hover, .btn-print:hover, .btn-reserve:hover {
  background:#c48502;
}


/* liquid columns */
.column, .quarters, .halves , .thirds , .fourths, .fifths, .three_quarters, .four_fifths,
ul.three_quarters li, ul.four_fifths li, ul.halves li, ul.thirds li, ul.fourths li, ul.quarters li, ul.fifths li {
	float: left !important;
	clear:none !important;
	margin:0 !important;
	position:relative;
}

ul.three_quarters, ul.four_fifths, ul.halves, ul.thirds, ul.fourths, ul.quarters, ul.fifths {
	width:99% !important;
	margin:0 !important;
	padding:0 !important;
	position:relative;
}

/* kiosk columns */
.three_quarters, ul.three_quarters li {
	width: 73.76% !important;
}
.four_fifths, ul.four_fifths li {
	width: 80% !important;
}
.halves, ul.halves li {
	width: 48.96% !important;
	/*48.96%*/
}
.thirds, ul.thirds li {
	width: 32.02% !important;
}
.fourths, .quarters, ul.fourths li, ul.quarters li {
	width: 23.66% !important;
}
.fifths, ul.fifths li {
	width: 18.64% !important;
}
.last {
	margin-right:0 !important;
}


/* stuff here */
.left {text-align:left;}
.right {text-align:right;}
.center {text-align:center;}
.inline {display:inline;}
.fl_left {float:left;}
.fl_right {float:right;}
.fl_none {float:none;}
img.fl_left {float:left; margin: 8px 8px 8px 0; border:5px solid #431903;}
img.fl_right {float:right; margin: 8px 0 8px 8px; border:5px solid #431903;}
.clr { display:block;clear:both;line-height:0;font-size:0;height:0;overflow:hidden;}
.none { display:none; }

/***********************/
/**   Mailchimp Form  **/
/***********************/
#newsletter_form {
  clear:both;
  display:none;
  background:#fffdf7;
}

#mc_signup_container {
  background:#fffdf7;
  height:310px;
  overflow:hidden;
}

#mc_message {
  display:block;
  position:absolute;
  width:500px;
  text-align:right;
}

#mc_signup_container h2 {
  font:normal 26px Times;
  color:#8c340f !important;
  text-align:center;
  line-height:30px;
  border-bottom:1px solid #f4ece1;
  padding:8px 0;
  margin-bottom:20px;
}
#mc_signup_container fieldset.mc_custom_border {
  background:none;
  padding:0;
}

#mc_signup_container label.mc_var_label {
  float:left;
  width:25%;
  font:bold 14px Arial;
  color:#4b1a05;
  line-height:38px;
}

#mc_signup_container .mc_merge_var {
  clear:both;
  margin-bottom:8px;
  height:38px;
  padding:0 5%;
}

#mc_signup_container input.mc_input {
  -moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	clear:none;
	border:1px solid #f9f3de;
	border-left-color:#c8b692;
	border-bottom-color:#c8b692;
	padding:10px 10px 0;
	font:bold 14px Arial;
	height:26px;
	width:65%;
	color:#805948;
}

#mc_signup_container input.button {
  float:right;
  line-height:40px;
  height:40px;
  padding:0 30px;
  font:bold 16px Arial;
  background:#914e34;
  display:block;
  color:#fff;
  border:2px solid #eee;
  margin-bottom:8px;
  margin-right:5%;
  -moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
}


#mc_signup_container #mc_display_rewards,
#mc_signup_container #mc_display_rewards a {
  line-height:26px;
  height:26px;
}

#mc_signup_container #mc_display_rewards {
  border-top:1px solid #f4ece1;
  border-bottom:1px solid #f4ece1;
  padding:5px 0;
  color:#c8b692;
}

#mc_signup_container #mc_display_rewards a {
  background: transparent url(/wp-content/themes/keepatap/images/main_sprite.gif) no-repeat -291px -135px;
  padding-left:28px;
  margin-left:2px;
  margin-right:2px;
  display:inline-block;
  white-space:nowrap;
  color:#3399cc;
}

#mc_signup_container #mc_display_rewards a:hover {
  color:#339966;
}
 


/* merchant seal */
center .merchant_seal {
  margin-bottom:40px !important;
}

#sideshoppingcart .merchant_seal {
  margin:25px 0 10px !important;
  text-align:center !important;
  padding: 15px 25px 0;
  border-top:1px dotted #333;
}

body.home .merchant_seal {
  position:relative;
  top:-75px;
  left:175px;
}

.merchant_seal a {
  color:#333 !important;
}

.halves.contact p {
  margin-right:25px;
}

.halves.contact strong {
  font-size:16px;
}




