/*
Theme Name: Falling Rock Taphouse
Description: The default WordPress theme for The Falling Rock Taphouse
Version: 0.1
Author: Bret Glassett - POST_interaktive
Author URI: http://www.bretglassett.com // http://www.post-interaktive.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**********************************
 
 GLOBAL
 
***********************************/

html, body {
	background: url(images/background.jpg) repeat;
	margin: 0px;
}

p {
	font-family: GillSans, Calibri, Trebuchet, sans-serif;
	font-size: 80%;
	color: #fcfcfc;
	line-height: 170%;
	padding: 0 0 10px 0;
	font-weight: normal;
	margin: 0px;
}

li {
	font-family: GillSans, Calibri, Trebuchet, sans-serif;
	font-size: 80%;
	color: #fcfcfc;
	line-height: 150%;
	margin: 0 0 5px 0;
	padding: 0px;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #ffbf00; /* Yellow */
}

a:hover {
	color: #ca380c; /* Red */
}

h1 {
	font-family: Baskerville, Times, Times New Roman, serif; 
	color: #ffbf00;
	font-weight: bold;
	font-size: 120%;
	margin: 0 0 20px 0;
	padding: 0px;
	text-transform: uppercase;
	letter-spacing: 0em;
	float: left;
}

h2 {
	font-family: Baskerville, Times, Times New Roman, serif; 
	color: #ffbf00;
	font-weight: bold;
	font-size: 120%;
	margin: 0 0 10px 0;
	padding: 0px;
	text-transform: uppercase;
	letter-spacing: 0em;
} 

h3 {
	font-family: GillSans, Trebuchet, Calibri, sans-serif;
	font-size: 100%;
	color: #fcfcfc;
	text-transform: uppercase;
	float: left;
}

/**********************************
 
 WRAPS
 
***********************************/

#bgWrap { /*Holds Images Around Site*/
	margin: 0px auto;
	background: url(images/bg_wrap.png) no-repeat;
	width: 1024px;
	min-height: 833px;
}

	* html #bgWrap {
		background: none;
	}

#wrap {
}

#navigation {
	float: left;
	width: 190px;
	margin: 220px 0 0 0;
}

#main {
	float: left;
	width: 651px;
	padding: 0 183px 0 0;
}

/**********************************
 
 HEADER & NAVIGATION
 
***********************************/

#header {
	background: url(images/bg_header.png) no-repeat;
	height: 235px;
}

	* html #header {
		background: url(images/bg_header.jpg) no-repeat;
	}

#navigation li {
	margin-bottom: -4px;
}

#noDiv { /*For jQuery Hover Preload */
	background: url(images/nav_01_over.png);
	background: url(images/nav_02_over.png);
	background: url(images/nav_03_over.png);
	background: url(images/nav_04_over.png);
	background: url(images/nav_05_over.png);
	background: url(images/nav_06_over.png);
	background: url(images/nav_07_over.png);
	background: url(images/nav_08_over.png);
	background: url(images/view_menu_over.png);
	background: url(images/view_events_over.png);
	background: url(images/view_beer_over.png);
	background: url(images/index_top_04_over.png);
}

/**********************************
 
 MAIN
 
***********************************/

#content { /* Container for Content */
	background: url(images/bg_content.png) repeat-y;
	padding: 0 25px 5px 26px;
	width: 600px;
	min-height: 450px;
}

	* html #content {
		background: url(images/bg_content.jpg) repeat-y;
	}
	
/****************
 
 INDEX ONLY
 
*****************/

#contentIndexTop img {
	float: left;
}

#columnOne { /* Index Columns*/
	float: left;
	width: 193px;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
}

#columnTwo { /* Index Columns*/
	float: left;
	width: 193px;
	margin-right: 10px;
	height: 300px;
	position: relative;
}

#columnThree { /* Index Columns*/
	float: left;
	width: 193px;
	height: 300px;
	position: relative;
}

#columnThree li {
	text-transform: uppercase;
}

.columnImage {
	margin-bottom: 15px;
}

.columnTitle {
	margin: 0 0 15px 2px;
}

.viewMore {
	float: right;
	margin-bottom: 5px;
	margin-top: 10px;
}

.spacer { /*Dotted Content Spacer - index */
	margin: 15px 0 15px 0;
}

/****************
 
 INNER ONLY
 
*****************/

.pageTitle {
	margin: 15px 0 0px 0;
}

.highlight {
	float: left;
	background: url(images/bg_highlight.jpg) top no-repeat;
	width: 189px;
	padding: 15px 0 0 0;
	margin: 10px 10px 10px 0;
}

.highlight p {
	color: #ca380c;
}

.spacerInner { /*Dotted Content Spacer - inner */
	margin: 0px 0 20px 0;
}

/****************
 
 BEER LIST ONLY
 
*****************/

.spacerInner2 { /*Dotted Content Spacer - inner - lower */
	margin: 5px 0 15px 0;
}

.beerTypeWrap {
	float: left;
	background: url(images/bg_beer_type.jpg) bottom center no-repeat;
	padding: 0 0 50px 0;
	width: 600px;
	margin: 0 0 50px 0;
}

	* html .beerTypeWrap {
		padding: 0 0 30px 0;
	}
	
	*:first-child+html .beerTypeWrap {
		padding: 0 0 30px 0;
	}	

.beerRow {
	float: left;
	width: 600px;
}

.beerColumLeft {
	float: left;
	width: 280px;
	padding: 0 20px 0 0;
	background: url(images/bg_dot.jpg) right repeat-y;
}

.beerColumRight {
	float: left;
	width: 280px;
	padding: 0 0 0 20px;
}

/*
.singleBeer {
	margin: 0 0 5px 0;
}
*/

.beerTitle  {
	font-weight: bold;
	padding: 0px;
}

.beerLocation {
	margin: 0 0 0 20px;
	font-style: italic;
	font-size: 70%;
	padding: 0px;
	color: #95948e; /* Medium Gray */
}

.h_bg { /* Hide Dots Behind Header*/
	background:url(images/bg.jpg) repeat-x;
	padding: 0 20px 0 0;
}

.beerRowTitle {
	background: url(images/bg_dot.jpg) repeat-x center;
	width: 99.5%;
	height: 20px;
}

	* html .beerRowTitle {
		margin-bottom: 20px;
	}
	
	*:first-child+html .beerRowTitle {
		min-width: 99.5%;
		margin-bottom: 20px;
	}

.beerContainer { /* draught or bottled */
	font-family: Baskerville, Times, Times New Roman, serif;
	text-transform: uppercase;
	margin: 0 0 0 10px;
	font-style: italic;
	color: #e9e9e8; /* off white */
	font-size: 70%;
}

/****************
 
 MENU
 
*****************/

.menuCategoryWrap {
	float: left;
	background: url(images/bg_beer_type.jpg) bottom center no-repeat;
	padding: 0 0 50px 0;
	width: 600px;
	margin: 0 0 50px 0;
}

.note {
	color:#95948E;
}

.menuGridWrap {
	float: left;
}

.menuRow {	
	float: left;
	background: url(images/bg_dot.jpg) bottom repeat-x;
	padding: 20px 0 20px 0;
}

.menuItemLeft {
	float: left;
	width: 300px;
	width: 280px;
	padding: 0 20px 0 0;
	background: url(images/bg_dot.jpg) right repeat-y;
}

.menuItemRight {
	float: left;
	width: 280px;
	padding: 0 0 0 20px;
}

.menuPrice {
	float: right;
	color: #ca380c;
}

/****************
 
 GALLERY
 
*****************/

.piclenselink {
	display: none;
}
.ngg-navigation {
	padding-bottom: 15px;
}
/****************
 
 CONTACT FORM
 
*****************/

#contactForm {
	float: left;
	width: 350px;
	margin-top: 20px;
}

#contactForm input {
	background: #ffffff;
	border: 1px solid #e6e5e5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7f7a68;
	padding: 4px 4px 4px 4px;
	margin: 0px 0px 5px 0px;
}

#contactForm submit {
	width: 200px;
}

#contactForm p {
	float: left;
	font-weight: bold;
	color: #ca380c;
	text-transform: uppercase;
}


.wpcf7-not-valid-tip-no-ajax { /*Required Field MSD*/
	font-family: GillSans, Calibri, Trebuchet, sans-serif;
	font-size: 60%;
	color: #ffbf00;
	line-height: 170%;
	padding: 0 0 10px 0;
	font-weight: bold;
	margin: 0px;
	float: left;
}

.wpcf7-response-output { /*Validation Error MSG*/
	font-family: GillSans, Calibri, Trebuchet, sans-serif;
	font-size: 80%;
	color: #ffbf00;
	line-height: 170%;
	padding: 0 0 10px 0;
	font-weight: bold;
	margin: 0px;
	float: left;
}

/****************
 
 CONTACT SIDEBAR
 
*****************/

#contactSidebar {
	float: left;
	width: 250px;
	margin-top: 20px;
}

#contactSidebar p {
	line-height: 130%;
}

/**********************************
 
 FOOTER
 
***********************************/

#footer {
	background: url(images/bg_footer.png) no-repeat;
	height: 40px;
	padding: 44px 28px 0 28px;
}

	* html #footer {
		background: url(images/bg_footer.jpg) no-repeat;
	}

#footer p {
	font-size: 60%;
	color: #efc7bb;
}

#footer a  {
	color: #efc7bb;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/**********************************
 
 VARIOUS RULES
 
***********************************/

.clear {
	clear: both;
}

.floatLeft { /*General Use*/
	float: left;
}

.floatRight { /*General Use*/
	float: right;
}

.adjust {
	margin-left: 2px;
}

.view {
	margin-top: 10px;
}
