/**
 * Global Stylesheet
 * @author George Steel <g@georgesteel.net>
 * @copyright Copyright (c) 2009, George Steel
 * @license http://opensource.org/licenses/mit-license.php MIT License
 * @version $Id: main.css 37 2010-06-28 10:06:23Z george $
 */

* {
	background-repeat: no-repeat;
	border: none;
}

div, body, table {
	margin: 0;
	padding: 0;
}

img, a img {
	border: none;
}
html {
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	font-family: "Helvetica Neue", "Helvetica", "Verdana", sans-serif;
	font-size: 11px;
	line-height: 16px;
	background-color: #000;
}

.hide {
	display: none;
}

.error, .err {
	color: #9F0A1B;
}

.warning, .warn {
	color: #9F6A37;
}

.msg, .info, .message {
	color: #6D9F50;
}

a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


pre {
	overflow: auto;
	margin: 10px;
	background-color: #efefef;
	color: #000;
	padding: 10px;
	border: 1px solid #ccc;
	font-size: 10px;
}

#wrap1 {
	width: 700px;
	margin: 0 auto;
	height: 100%;
	background-color: #7f9eb7;
}

/**
 * Duplicate BG Color otherwise content running over height:100% will run on to white
 */
#wrap2 {
	background-color: #7f9eb7;
	padding-bottom: 50px; /** Kills any bottom margin from last element */
}

#header {
	width: 700px;
	height: 195px;
	background-image: url(../images/headers/Beach.jpg);
}

h1#headerLogo {
	margin: 0;
	padding: 0;
	padding-top: 15px; /** Spacing From Page Top **/
	padding-bottom: 24px; /** Spacing between logo and #headerNav */
}
h1#headerLogo a {
	background-image: url(../images/layout/HeaderLogoBlue.png);
	width: 228px;
	height: 128px;
	display: block;
}
h1#headerLogo a span {
	display: none;
}

div#headerNav {
	background-color: #191c1f;
	height: 18px;
}
div#headerNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-left: 125px;
	font-size:10px;
}
div#headerNav ul li {
	margin: 0;
	padding: 0;
	float: left;
}
div#headerNav ul li a {
	display: block;
	height: 18px;
	line-height: 18px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 15px;
	float: left;
}
div#headerNav ul li a:hover {
	background-color: #122637;
}
ul.topNavigation a#menu-deHome {
	background-image: url(../images/de.png);
	background-repeat: no-repeat;
	display: block;
	padding: 0;
	width: 16px;
	height: 18px;
	background-position: center center;
}
ul.topNavigation a#menu-deHome span {
	display: none;
}

#footer {
	font-style: normal;
	text-align: center;
	font-size: 10px;
	color: #fff;
}

#brandLinks a {
	display: block;
	margin: 0;
	padding: 0;
}
a#environmentLogo {
	float: right;
	padding-right: 15px;
}
a#pubOfTheYear {
	float: left;
}
#footer address {
	display: block;
	clear: left;
}
#footer p.phone {
	
}
#social a:hover {
	opacity: 0.6;
}
/**
 * Wraps left nav and content
 */
#bodyWrap {
	background-color: #003e6f;
}

#content {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #fff;
	float: right;
	width: 575px;
}

#leftNav {
	width: 110px;
	float: left;
}

#tasteWest {
	padding: 15px;
}
#tasteWest a:hover {
	opacity: 0.6;
}
/**
 * Sits inside #contentWrap at the end to clear leftCol or rightCol
 * floats at the end
 */
.divClear {
	clear: both;
	height: 0px;
}

a.pdf {
	padding-right: 20px;
	background-image: url(../images/icons/page_white_acrobat.png);
	background-position: right center;
	background-repeat: no-repeat;
}

#leftNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 10px;
	background-color: #33658c;
}
#leftNav ul li {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
}
#leftNav ul li a {
	display: block;
	text-transform: uppercase;
	height: 27px;
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	padding-left: 10px;
	vertical-align: middle;
	line-height: 27px;
}
#leftNav ul li a:hover {
	background-color: #122637;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
	
}
h1,h2,h3,h4,h5,h6 {
	text-transform: uppercase;
	font-weight: normal;
	line-height: 1.3em;
}

p, ol, ul, dl, h1, h2, h3, h4, h5, h6 {
	padding: 5px;
	padding-top: 10px;
	padding-left: 10px;
	margin: 0;
	color: #fff;
}

li {
	margin-left: 20px;
}

div.contentBlock {
	background-color: #122637;
	margin-bottom: 15px;
}

/**
 * This header is outside/above div#contentWrap
 * It sits in its own box
 */
#content h1.pageStrapLine {
	padding: 10px;
	background-color: #122637;
	margin-bottom: 10px;
	text-transform: none;
}
/**
 * This div wraps the view script content
 */
div#contentWrap {
	background-color: #122637;
	margin-bottom: 15px;
	padding: 0;
	width: 575px;
}
#content div.leftCol {
	float: left;
	width: 355px;
}
#content div.rightCol {
	/* implied width: 220px */
	width: 220px;
	float: left;
	
}

div.leftCol p {
	padding-right: 10px;
}


/**
 * 355 width Table montage
 */
table.montage {
	border-collapse: collapse;
}
table.montage td {
	margin: 0;
	padding: 0;
	border: 1px solid rgb(18, 38, 55);
}
table.montage td a {
	display: block;
}
table.montage td a img {
	display: block;
}
table.montage td a:hover img {
	opacity: 0.7;
}

/**
 * Content Area Subnavigation
 */
ul.subnav {
	height: 25px;
	list-style: none;
	border-bottom: 2px solid #003e6f;
	margin: 0;
	padding: 3px;
	background-color: #122637;
}
ul.subnav li {
	float: left;
	height: 25px;
	margin: 0;
}
ul.subnav li a {
	display: block;
	line-height: 25px;
	height: 25px;
	font-size: 10px;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 10px;
}
ul.subnav li a:hover, ul.subnav li.active a {
	background-color: #33658c;
	color: #fff;
}


/**
 * Red Skin Overrides
 */
body.redSkin #wrap1 { background-color: #b6817f; }
body.redSkin #wrap2 { background-color: #b6817f; }
body.redSkin h1#headerLogo a { background-image: url(../images/layout/HeaderLogoRed.png); }
body.redSkin #bodyWrap { background-color: #520200; }
body.redSkin #leftNav ul { background-color: #753533; }
body.redSkin div.contentBlock { background-color: #321516; }
body.redSkin #leftNav ul li a:hover { background-color: #321516; }
body.redSkin div#headerNav ul li a:hover { background-color: #321516; }
/*body.redSkin #header { background-image: url(../images/headers/Fire.jpg); }*/
body.redSkin #content h1.pageStrapLine { background-color: #321516; }
body.redSkin div#contentWrap { background-color: #321516; }
body.redSkin table.montage td { border-color: #321516; }
body.redSkin ul.subnav { background-color: #321516; border-color: #520200; }
body.redSkin ul.subnav li a:hover, body.redSkin ul.subnav li.active a { background-color: #753533; color: #fff; }

/**
 * Green Skin Overrides
 */
body.greenSkin #wrap1 { background-color: #cde5ae; }
body.greenSkin #wrap2 { background-color: #cde5ae; }
body.greenSkin h1#headerLogo a { background-image: url(../images/layout/HeaderLogoGreen.png); }
body.greenSkin #bodyWrap { background-color: #9ccb5e; }
body.greenSkin #leftNav ul { background-color: #b0d57e; }
body.greenSkin div.contentBlock { background-color: #405032; }
body.greenSkin #leftNav ul li a { color: #405032; }
body.greenSkin #leftNav ul li a:hover { background-color: #405032; color: #fff; }
body.greenSkin div#headerNav ul li a:hover { background-color: #405032; }
body.greenSkin #footer { color: #405032; }
/*body.greenSkin #header { background-image: url(../images/headers/Greens.jpg); }*/
body.greenSkin #content h1.pageStrapLine { background-color: #405032; }
body.greenSkin div#contentWrap { background-color: #405032; }
body.greenSkin table.montage td { border-color: #405032; }
body.greenSkin ul.subnav { background-color: #405032; border-color: #9ccb5e; }
body.greenSkin ul.subnav li a:hover, body.greenSkin ul.subnav li.active a { background-color: #b0d57e; color: #000; }


/**
 * Default dl based form Decorator
 */
fieldset {
	border: 0;
	padding: 0px;
	margin: 0;
}

form dl.zend_form {
	padding:10px;
}

div.gz_fieldset {
	border: 1px solid #ccc;
	margin: 10px 0;
	background-color: #172228;
}

div.gz_fieldset legend {
	display: block;
	font-size: 1.2em;
	text-align: center;
	padding: 5px 0;
	background-color: #123c4f;
	color: #fff;
	margin: 0;
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
form dl.zend_form dt, form dl.zend_form dd {
	
}
form dl.zend_form dt {
	padding: 3px 0;
}
form dl.zend_form dd {
	margin: 0;
	padding: 3px 0;
}
form dl.zend_form ul.errors {
	color: #841F24;
	list-style-type: none;
	margin: 5px;
	padding: 0;
}
form dl.zend_form ul.errors li {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
form dl.zend_form label {
	font-weight: bold;
}
form dl.zend_form label.required:before, span.required:before {
	content: '*';
	color: #841F24;
	font-size: 1.5em;
}
form dl.zend_form input, form dl.zend_form textarea {
	max-width: 350px;
	max-height: 150px;
	border: 2px #DDD ridge;
	padding: 2px;
}
form dl.zend_form input {
	min-width: 200px;
}
form dl.zend_form button {
	background-color: #618E38;
	color: #FFF;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	border: 2px #3D5B24 outset;
}
form dl.zend_form input:hover, form dl.zend_form textarea:hover {
	background-color: #FCFFF1;
}
form dl.zend_form input:focus, form dl.zend_form textarea:focus {
	background-color: #F2FFD4;
	font-weight: bold;
	color: #000;
}

ul.messageStack,#content ul.flashStack {
	margin: 5px 0;
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #efefef;
	list-style-type: none;
	font-weight: bold;
}

ul.messageStack li,#content ul.flashStack li {
	padding: 3px 0;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
}

ul.messageStack li.err, #content ul.flashStack li.err {
	color: #862025;
	background-image: url(../images/icons/bomb.png);
}
ul.messageStack li.warn, #content ul.flashStack li.warn {
	color: #D4A21B;
	background-image: url(../images/icons/error.png);
}
ul.messageStack li.info, #content ul.flashStack li.info {
	color: #618E38;
	background-image: url(../images/icons/tick.png);
}
table.stdList thead h1, #content table.stdList thead h2, #content table.stdList thead h3, #content table.stdList thead h4 {
	color: #000;
}
table.stdList {
	margin: 10px;
	border-collapse: collapse;
	background-color: #eee;
	color: #black;
}
table.stdList td {
	padding: 2px 4px;
	vertical-align: middle;
	line-height: 16px;
	border-bottom: 1px solid #ccc;
}
table.stdList a {
	color: #000;
}
table.stdList a:visited {
	color: #444;
}

div.pagerControl {
	background-color: #efefef;
	color: #000;
	padding: 5px;
}

/**
 * Alter position of form dt label for content editor
 */
#contentEditorForm textarea {
	display: block;
	width: 500px;
	height: 400px;
}
#contentEditorForm dd {
	margin-left: 0;
}
#contentEditorForm dt {
	float: none;
	margin-left: 0;
	text-align: left;
}
div.tabContainer dt, div.tabContainer dd {
	color: #000;
}


div.FoodMenu {
	padding: 10px;
}

div.foodMenu * {
	text-align: center;
}
/* Menu Item Title */
div.foodMenu h3 {
	text-transform: none;
	font-weight: bold;
}
/* Price */
div.foodMenu h4 {
	font-weight: bold;
	padding-top: 0;
	border-bottom: 1px solid #efefef;
	padding: 5px 0 10px 0;
	margin: 0 20px;
}
/* Food Section Navigation */


div#social {
	padding: 5px;
	text-align: center;
}
div#social a {
	display: inline-block;
	padding: 5px;
}





/**
 * Simple Overlay
 */
.simple_overlay {
	/* must be initially hidden */
	display:none;
	/* place overlay on top of other elements */
	z-index:10000;
	/* styling */
	background-color:#333;
	width:675px;	
	min-height:200px;
	border:1px solid #666;
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../images/overlay/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
#img {
	border:1px solid #666;
}
.simple_overlay .next, .simple_overlay .prev {
	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;	
	border:1px solid #666;	
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:11px;
	/* upcoming CSS3 features */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}
.simple_overlay .prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}
.simple_overlay .next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}
.simple_overlay .next:hover, .simple_overlay .prev:hover {
	text-decoration:underline;
	background-color:#000;
}
.simple_overlay .disabled {
	visibility:hidden;		
}
.simple_overlay .info {
	position:absolute;
	bottom:0;
	left:0;	
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
}
.simple_overlay .info strong {
	display:block;	
}
/* progress indicator (animated gif). should be initially hidden */
.simple_overlay .progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}
.simple_overlay .next, .simple_overlay .prev, .simple_overlay .info {
	background:#333 !important;
	background:rgba(0, 0, 0, 0.6) url(../images/gradient.png) repeat-x;		
}


ul.sitemap {
	margin: 10px;
	padding: 10px;
	font-size: 12px;
	list-style: none;
}
ul.sitemap ul {
	margin-left: 15px;
	list-style: none;
}
ul.sitemap li {
	padding: 1px;
	margin: 0;
	margin-bottom: 5px;
	line-height: 18px;
	background-color: #33658c;
}
ul.sitemap li ul li {

}
ul.sitemap li a {
	display: block;
	margin: 0;
	padding: 5px;
	text-decoration: none;
}
ul.sitemap li a:hover {
	background-color: rgb(145, 168, 189);
	color: #000;
}

div.beer {
	position: relative;
	clear: left;
}

a.pumpclip img {
	display: block;
	float: left;
	clear: left;
	margin: 10px;
}
div.galleryWrapper {
	padding: 6px;
}
div.galleryImage {
	margin: 0;
	padding: 5px;
	float: left;
}
div.galleryImage a {
	display: block;
	border: 1px solid transparent;
	margin: 0;
	padding: 0;
}
div.galleryImage a:hover {
	border: 1px solid #fff;
	opacity: 0.8;
}
div.galleryImage a img {
	display: block;
	margin: 0;
	padding: 0;
}