/*
Theme Name: Front Porch Pub Theme
Theme URI: http://wordpress.org/
Description: A custom theme based on the default
Version: 1.0
Author: Rich Paul
Author URI: http://richpaul.com/
Tags: brown, custom header, fixed width, two columns, widgets

	based on Kubrick v1.5
	 http://binarybonsai.com/kubrick/

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

*/



/* Begin Typography & Colors */
body {
	/*font-size: 62.5%;  Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	/*background: #d5d6d7 url('images/kubrickbgcolor.jpg');
		color: #333;
		text-align: center;*/
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	/*background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;*/
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	padding: 0px 0px 0px 20px;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	background: #e7e7e7 url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

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

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 840px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	/*float: left;*/
	padding: 0px 0px 20px 0px;
	margin: 0px;
	/*width: 450px;*/
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	/*width: 450px;*/
	}

.post {
	margin: 0 0 40px;
	/*clear:left;
	text-align: justify;*/
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 0px 0px 10px 0px;
	}

h2.pagetitle {
	margin-top: 0px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

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

h3.comments {
	padding: 0;
	margin: 0px auto 20px ;
	}
/* End Headers */



/* 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;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	/*padding-left: 10px;
		text-indent: -10px;*/
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

/*.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}*/

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	/*text-align:center;*/
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

/*.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}*/
.nocomments {display:none;}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	/*padding: 20px 0 10px 0;
		margin-left: 545px;
		width: 190px;*/
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


* {margin: 0px; padding: 0px;}
body {font-size: small; font-family: Arial, Verdana, Helvetica, Sans-Serif; background: #4d1919 url(images/bg_main.jpg) left top repeat-x;color: #c0ac78;}
/*body {font-size: small; font-family: Arial, Verdana, Helvetica, Sans-Serif; background: #999;}*/
#Wrap {width: 840px; margin: 0px auto;}
#content {font-size: 96%; /*padding-left: 290px;*/ margin: 0px auto;}
#Main {/*float:left;*/}

/* Home page styles */
#post-7 h2, #post-25 h2, #post-65 h2 {display:none;}
#post-7 .entry {padding: 0px;}
#post-7 .entry h2 {display:block;}

#post-12 #Specials {border: 1px dashed #803a3a; padding: 7px; background: #3b1010; margin-left: 20px; width: 420px; float:left;}
#post-12 #Specials p {margin-bottom: 15px; padding-left: 100px;}
#post-12 #Specials strong {color: #fff; font-size: 120%; width: 90px; float:left; display:inline; margin-left: -95px; padding-right: 2px; text-align:right;}
#post-12 #Specials b {color: #dec585;}
#post-12 #Specials {margin-bottom: 20px;}

.Address p strong {font-size: 120%;}

#post-16 .entry {float:left; width: 490px; padding-left: 10px;}

.entry h2 {margin-bottom: 10px;}
.entry p {margin-bottom: 12px;}
.entry p#top {margin: 0px;}
.entry div {margin-bottom: 10px;}
.page-id-y {clear:left;}
.page-id-7 p, .page-id-7 div {margin-bottom: 0px;}

/*.page-id-16 input {width: 200px;}*/

/* Book Your Party form styles */
.page-id-16 .entry form {text-align:left; float:right; margin: 0px 0px 10px 20px; padding: 0px; width: 280px;}
.page-id-16 .entry input {width: 200px;}
.page-id-16 .entry form p {margin: 0px 0px 10px 0px;}
.page-id-16 .entry form #dateTime {width: 70px;}
.page-id-16 .entry form #timeStart, .entry form #timeEnd, .entry form #timeStartHalf, .entry form #timeEndHalf, .entry form #timeStartAM, .entry form #timeEndAM {width: 75px;}
.page-id-16 .outside-patio input {width: auto; margin: 0px 4px 0px 0px;}
.page-id-16 .wpcf7-list-item {margin: 0px;}
.page-id-16 .buttonContainer{}
.page-id-16 .buttonContainer input {width: auto;}

h1, h2, h3, h4, h5, h6, h7 {font-family: "Trebuchet MS", "Lucida Grande", Arial, Verdana, Sans-Serif;color: #e9d6a5;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h7 a {color: #e9d6a5;}
#sidebar {float:left; width: 290px; /*margin-left: -290px; clear:left;*/ padding: 0px;}

a.post-edit-link {display:none;}

#Nav {background: url(images/nav_bg_chalkboard.jpg) left top no-repeat; width: 290px; height: 334px;}
/*#sidebar .NavHome {background: url(images/nav_bg_chalkboard_home.jpg) left top no-repeat; width: 290px; height: 334px;}*/
#Nav ul {padding: 58px 0px 0px 85px; list-style:none;}
#Nav ul li {color: #fff;list-style:none; margin: 0px;}

#Nav ul li ul {display:none;}

#Nav ul li a {display:block;width: 120px; height: 26px; text-indent: -9999px; background: url(images/nav_all.jpg) left top no-repeat;}
#Nav ul li.Home a {background: url(images/nav_all.jpg) left top no-repeat;}
#Nav ul li.Menu a, #Nav ul li.page-item-25 a  {background: url(images/nav_all.jpg) left -26px no-repeat;}
#Nav ul li.Specials a, #Nav ul li.page-item-12 a  {background: url(images/nav_all.jpg) left -52px no-repeat;}
#Nav ul li.About a, #Nav ul li.page-item-2 a  {background: url(images/nav_all.jpg) left -78px no-repeat;}
#Nav ul li.Contact a, #Nav ul li.page-item-14 a  {background: url(images/nav_all.jpg) left -104px no-repeat;}
#Nav ul li.Book a, #Nav ul li.page-item-16 a {background: url(images/nav_all.jpg) left -130px no-repeat;}
#Nav ul li.Story a, #Nav ul li.page-item-18 a {background: url(images/nav_all.jpg) left -156px no-repeat;}
#Nav ul li.Photos a, #Nav ul li.page-item-20 a {background: url(images/nav_all.jpg) left -182px no-repeat;}

#Nav ul li a:hover {background: url(images/nav_all.jpg) left -208px no-repeat;}
#Nav ul li.Home a:hover {background: url(images/nav_all.jpg) left -208px no-repeat;}
#Nav ul li.Menu a:hover, #Nav ul li.page-item-25 a:hover {background: url(images/nav_all.jpg) left -234px no-repeat;}
#Nav ul li.Specials a:hover, #Nav ul li.page-item-12 a:hover {background: url(images/nav_all.jpg) left -260px no-repeat;}
#Nav ul li.About a:hover, #Nav ul li.page-item-2 a:hover {background: url(images/nav_all.jpg) left -286px no-repeat;}
#Nav ul li.Contact a:hover, #Nav ul li.page-item-14 a:hover {background: url(images/nav_all.jpg) left -312px no-repeat;}
#Nav ul li.Book a:hover, #Nav ul li.page-item-16 a:hover  {background: url(images/nav_all.jpg) left -338px no-repeat;}
#Nav ul li.Story a:hover, #Nav ul li.page-item-18 a:hover  {background: url(images/nav_all.jpg) left -364px no-repeat;}
#Nav ul li.Photos a:hover, #Nav ul li.page-item-20 a:hover  {background: url(images/nav_all.jpg) left -390px no-repeat;}

body.page-id-7 #Nav ul li.current_page_item a {background: url(images/nav_all.jpg) left -416px no-repeat;}
body.page-id-25 #Nav ul li.page-item-25 a {background: url(images/nav_all.jpg) left -442px no-repeat;}
body.page-id-12 #Nav ul li.page-item-12 a {background: url(images/nav_all.jpg) left -468px no-repeat;}
body.page-id-2 #Nav ul li.page-item-2 a {background: url(images/nav_all.jpg) left -494px no-repeat;}
body.page-id-14 #Nav ul li.page-item-14 a {background: url(images/nav_all.jpg) left -520px no-repeat;}
body.page-id-16 #Nav ul li.page-item-16 a  {background: url(images/nav_all.jpg) left -546px no-repeat;}
body.page-id-18 #Nav ul li.page-item-18 a  {background: url(images/nav_all.jpg) left -572px no-repeat;}
body.page-id-20 #Nav ul li.page-item-20 a  {background: url(images/nav_all.jpg) left -598px no-repeat;}

#Features a.Facebook {display:block; float:left; background: url(images/facebook.jpg) left top no-repeat; width: 290px; height: 262px; text-indent: -9999px;}
#Features {/*width: 700px;*/ float:left;}
#Head #Logo a {background: url(images/front_porch_logo.jpg) left top no-repeat; text-indent: -99999px; width:290px; height: 210px; display:block;}
#Head #Logo h1 {padding: 0px;}
#Head .PorchSwing {text-align:center;}
#Head .PorchSwing a {color: #9c1c31;}
a {color: #fff;}
#PhotoViewer {/*margin-top: -210px; position:relative; padding: 37px 0px 0px 90px;*/ float:left; background: url(images/photos_bg.jpg) left top no-repeat; /*float:left;*/ width: 530px; height: 373px; /*clear:left;*/}
#PhotoViewer #PhotoContainer {padding:37px 0px 63px 90px;}
#PhotoContainer #slideshow-wrapper {margin: 0px;}
#FeatureInfo {margin-bottom: 15px; float:left;}
#FeatureInfo ul {width:481px;padding: 0px 0px 0px 10px; margin: 0px; height: 35px;float:left; color: #fff; list-style: none;}
#FeatureInfo ul li {float:left; margin-right: 10px; padding-left: 18px; background: url(images/bullet_feature_info.gif) left 3px no-repeat; }
FeatureInfo {}
#Welcome {text-align:center; color: #c0ac78; float:left; width: 480px; margin-bottom: 20px; /*height: 103px;clear:left;*/ line-height: 1.2em;}
#Welcome h2 {border-bottom: 1px solid #704038; padding:0px 0px 8px 0px; margin: 0px 0px 8px 0px; color: #e9d6a5; font-family: Garamond, Courier, Serif; font-size: 170%;}
#Welcome h2 a {/*color: #e9d6a5;*/ color: #9c1c31; /*background: #000; padding: 3px 10px;*/}
#Welcome p {margin:0px; padding: 0px;}
#Welcome p a, #Welcome p small {display:none;}

/* Menu styles */
#MenuNav {width: 300px; height: 88px; margin: 40px 0px 20px 60px; float:left; display:inline; padding: 40px 0px 0px 25px; background:url(images/menu_bg_head.jpg) left top no-repeat;}
#MenuNav ul {list-style:none;}
#MenuNav ul li {float:left; padding: 0px; margin: 0px; list-style:none !important; display:block; }
#MenuNav ul li a {display:block; height: 42px; overflow:hidden; text-indent: -999px;}
#MenuNav ul li.drinks a {width: 110px; background: url(images/nav_menu_drinks.gif) left top no-repeat;}
#MenuNav ul li.drinks a:hover {background-position: 0px -42px;}
#MenuNav ul li.food a {width: 88px; background: url(images/nav_menu_food.gif) left top no-repeat;}
#MenuNav ul li.food a:hover {background-position: 0px -42px;}
#post-25 #MenuNav ul li.drinks a {background-position: 0px -84px;}
#post-65 #MenuNav ul li.food a {background-position: 0px -84px;}

.Drinks .MenuColumn {float:left; width: 230px;}
body .entry .Drinks ul {padding-left: 10px;}
body .entry .Drinks ul li {margin: 0px; padding: 0px;}
.Drinks h5 {margin: 0px; padding: 0px; font-size: 100%;}
.Drinks ul ul ul {margin: 0px 0px 10px 0px;}
.Drinks ul ul {margin: 0px 0px 10px 0px;}
.Drinks h3 {background: url(images/head_menu1.jpg) left top no-repeat; padding: 0px 0px 0px 25px; line-height: 44px; height: 44px; margin-left: -25px; width: 235px;color: #e40000;}
.Drinks h4 {color: #fff;}

.DrinkCategory {float:left; margin-right: 0px;}
.DrinkType {/*clear:left;*/ float:left; margin: 0px 20px 20px 0px; /*width: 100%;*/ padding: 0px;}
.Wines .DrinkType {width: auto; margin-right: 20px; clear:left;}
.DrinkCategory .Ales {width: 150px; margin-right: 20px;}
.DrinkCategory .Stouts {clear:none; width: 150px;}
.DrinkCategory .Bitters {width: 150px; margin-right: 20px;}
.DrinkCategory .Seasonals, .DrinkCategory .Bocks, .DrinkCategory .Ciders {width: 150px; margin-right: 20px; clear:none;}
.DrinkCategory .Bocks {/*clear:left;*/}
.DrinkType h4 {border-bottom: 1px dashed #803a3a; font-size: 124%; margin-bottom: 5px; font-weight: normal; }
.Country { /*float:left;*/width: 150px; margin-right: 20px;}
.DrinkColumn {width: 150px; float:left; margin-right: 20px;}
.DrinkColumn .Country {clear:left;}
.Local {clear:left;}
.Wheats .Country {float:left;}
.Bottled .DrinkColumn {float:left; width: 150px;}
.NonAlcoholic {clear:both;}

#post-65 .entry {padding: 0px;}
.MenuColumn {float:left; width: 43%; margin-right: 40px;}
.FoodSection {margin-bottom: 30px; float:left; width: 100%;}
.FoodSection h4 {font-size: 140%; line-height: 37px; margin: 0px 0px 0px -20px;  background: url(images/head_bg_black_small.gif) left top no-repeat; padding: 0px 0px 0px 20px;}
.FoodSection .Description, .FoodSection .Availability {font-size: 1em;border-bottom: 1px solid #62380a; display:block; color: #916948; font-weight: normal;}
.FoodSection dl {margin-bottom: 20px; clear:both; float:left; width: 100%;}
.FoodSection dt {float:left; color: #fcefc6; margin: 0px; border-bottom: 1px dashed #62380a; padding: 0px 0px 2px 0px; width: 100%;}
.FoodSection dt .Price {float:right;color: #fff; display:block;}
.FoodSection dd{clear:both;color: #cc7300; margin-bottom: 6px;}

.MenuSide {margin-bottom: 30px; clear:both; float:left; width: 100%;}
.MenuSide h4, .MenuSide b {float:left;color: #fcefc6; margin: 0px 0px 6px 0px;}
.MenuSide .Price {float:right;}
.MenuSide p {clear:both; margin: 4px 0px 0px 0px;}

.Gratuity {clear:both; border: 1px dashed #803a3a; font-size: 110%; font-style: italic; background: #3b1010; padding: 8px 10px; color: #fff;}

#Features {clear:both; width: 100%;}

#Map {padding: 10px 10px 0px 10px; margin-right: 20px; background: #784130; border: 1px solid #803a3a; float:left;  }
#Map small a {color: #fff;}
.entry .Address {float:left; width: 160px;}
.entry .Address strong {color: #fff;}
.entry .Address p {margin-bottom: 10px;}

#post-18 .entry {padding-left: 290px;}

#Footer {color: #e40000; text-align: center; background: url(images/bg_footer2.jpg) center top no-repeat; padding: 14px 0px 0px 0px; border-top: 1px solid #62302b; float:left; width: 100%; margin: 0px 0px 30px 0px; font-size: 90%;}
#Footer a {color: #e40000;}
#Footer a:hover {color: #fff;}
#Footer .Nav {width: 700px; margin: 0px auto 15px auto;}
#Footer .Nav ul { list-style:none; float:left;}
#Footer .Nav ul li {float:left;}
#Footer .Nav ul li.current_page_item ul li a {color: #e40000;}
#Footer .Nav ul li.current_page_item a {color: #fff;}
#Footer .Nav ul li ul {float:left;}
#Footer .Nav ul li a {display:block; float:left; padding: 0px 14px 0px 0px; margin: 0px 14px 0px 0px; border-right: 1px solid #910303; line-height: 1em;}
#Footer .Nav ul li a:hover {color: #fff; text-decoration:underline;}
#Footer .Nav ul li.page-item-20 {border:none !important;}
#Footer ul li.Last {margin: 0px; padding: 0px; border: none;}
#Footer #Copyright {clear:both; color: #b0995c; font-size: 94%; margin-bottom: 25px;}
#Footer #Address {margin-left: 24px;}
#Footer #Address .Street {margin-right: 14px;}
#Footer #Address .CityState {margin-right: 14px;}
#Footer #Address .Zip {margin-right: 14px;}
#Footer #Address .Phone {margin-right: 15px;}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0px;
	content: " ";
	clear: both;
	height: 0%;
}

#yougottabekiddingme {display:none;}
.entry .Demo {display:none;}
#categories_more {margin-left: 20px;}
#categories_more ul {margin-left: 20px;}

.gallery br {display:none;}
