/*
Theme Name: McCoole's Red Lion Inn
Theme URI: http://mccoolesredlioninn.com/
Description: Custom Wordpress theme for McCoole's at the Historic Red Lion Inn in Quakertown, PA
Version: 1.0
Author: Daniel McFarland
Author URI: http://29thfloor.com/
Tags: red, grunge, restaurant fixed width, two columns, widgets
*/

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.nav ul, ul.nav {
   margin: 0;
   padding: 0;
   list-style: none;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0 0 15px;
}

h1 {
	font-size: 153.9%;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #ccc;
	color: #6C4B24;
	font-weight: normal;
}

h2 {
   font-size: 108%;
   color: #000;
}

h3 {
   font-size: 93%;
   color: #8F0100;
}

a {
	color: #79242B;
}

a:hover {
	color: #390406;
}

a img { border: 0; }

.red-btn {
	display: block;
	background: url(images/red-btn.png) no-repeat;
	color: #fff;
	font-size: 153.9%;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	width: 359px;
	height: 58px;
	line-height: 55px;
	margin-bottom: 1em;
	margin-left: -6px;
}

.viewall {
   font-size: 85%;
   color: #999;
}

.alert {
   padding: 10px;
   background: #660000;
   color: #fff;
}
body {
	font-family: Georgia, Times, serif;
	background: #000 url('images/bg.jpg') repeat-x;
	color: #444;
	margin: 0;
	padding: 0;
}

#page {
    width: 960px;
	margin: 0 auto;
	padding: 0 16px;
	background: url(images/page-bg.png) repeat-y;
}

#hd {
   background: url(images/header-bg.jpg) no-repeat;
}

	#hd #util {
	   float: right;
	}
	
	#hd #util li {
		float: left;
		padding: 10px 15px 10px 0;
	}
	
	#hd #util li a {
	   color: #333;
	   font-size: 85%;
	}
	
	#hd #util li#events {
	   padding: 0;
	}
	
	#hd #util li#events a {
	   display: block;
	   width: 259px;
	   height: 51px;
	   text-indent: -999em;
	   background: url(images/header-events-link.jpg) no-repeat;
	   overflow: hidden;
	}
	
	#hd #logo {
		display: block;
		text-indent: -999em;
		background: url(images/mccooles-logo.jpg) no-repeat;
		width: 265px;
		height: 117px;
		overflow: hidden;
	}
	
	#hd #like {
		float: right;
		clear: right;
		padding: 6px;
		background: #fff;
		background: rgba(255,255,255,0.5);
		margin: 15px 5px 5px 0;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;	
	}
	
#main-nav ul{
   background: url(images/nav-bg.jpg) repeat-x;
}

	#main-nav ul li {
	   float: left;
	}
	
	#main-nav ul li a {
	   display: block;
	   text-decoration: none;
	   font-variant: small-caps;
	   font-size: 123.1%;
	   padding: 8px 34px;
	   *padding: 8px 31px 8px 31px;
	   border-left: 1px dotted #A22326;
	   color: #fff;
	}
	
	#main-nav ul li a {
	   color: rgba(255,255,255,0.8);
	}
	
	#main-nav ul li a:hover,
	#main-nav ul li.current_page_item a,
	#main-nav ul li.current_page_parent a{
       background: rgb(85,7,7);
	   background: rgba(0,0,0,.25);
	   color: #fff;
	}

	#bd {
	   clear: both;
	   background: url(images/content-bg.jpg) repeat-x;
	}
	
	/* Home */
	#hero {
	   background: url(images/feature.jpg) no-repeat;
	   height: 236px;
	   text-indent: -999em;
	}
	
	#hero p { margin: 0; }
	
	#content {
	   padding: 20px;
	}
	
	#content.home .section {
	   float: left;
	}
	
	#content.home h2 {
		font-size: 153.9%;
		padding-bottom: 0.2em;
		border-bottom: 1px solid #ccc;
		color: #6C4B24;
		font-weight: normal;
	}
	
		#content.home #intro {
		   width: 350px;
		   padding-right: 15px;
		   
		}
		
		#content.home #intro h1 {
		   font-weight: normal;
		   color: #6C4B24;
		   font-size: 197%;
		}
		
			#content.home #intro h1 span {
			   font-size: 85%;
			   color: #C28C49;
			   display: block;
			}
		
		#content.home #intro p {
			font-size: 85%;
		    line-height: 1.5;
		}
		
		#content.home #intro h2 {
		   font-size: 93%;
		}
		
		#content.home #updates
		 {
		   width: 261px;
		}
		
		#content.home #updates {
			padding-right: 15px;
		}
		#content.home #highlights {
			margin-bottom: 20px;
		}
		
		#content.home #highlights .highlight img {
		   border: 1px solid #000;
		}
		
		#content.home #highlights {
		   margin-bottom: 6px;
		}
		
		#content.home #highlights .weekly h3 {
		   margin: 0;
		   border: 1px solid #000;
		   border-bottom: 0;
		   background: #E9D899;
		   color: #634521;
		   font: bold 11px Arial;
		   text-align: center;
		   padding: 3px 0;
		}
		
		#content.home #highlights .weekly p {
			font: italic 12px Arial;
			margin: 6px 0 0;
			color: #666;
		}
		
		#content.home #highlights .weekly p em {
		   color: #EB0D13;
		}
		
		#content.home #news .post small {
			font-size: 85%;
			color: #666;
		}
		
		#content.home #news .post h3 {
			font-size: 93%;
			margin-top: 3px;
			margin-bottom: 8px;
		}
		
		#content.home #news .post h3 a {
			color: #79242B;
		}
		
		#content.home #news .post .entry {
			font-size: 77%;
			line-height: 1.4;
		}
		
		/* Menu */
		
		#menu {
			width: 90%;
			margin: 0 auto;
		}
		#menu ul {
		   margin: 0;
		   padding: 0;
		   list-style: none;
		}
		
		#menu h2, #menu h3 {
		   text-align: center;
		}
		
		#menu h2 {
		   font-size: 197%;
		   font-weight: normal;
		   color: #C28C49;
		}
		
		#menu h3 {
			font-size: 174%;
			color: #79242B;
		}
		
		#menu h4 {
			color: #C28C49;
			margin-bottom: 0.25em;
		}
		
		#menu ul.seasonalfare {
			padding: 10px;
			background: #fff;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
		}

		#menu ul.seasonalfare li {
		   text-align: center;
		   padding-bottom: 1em;
		}
		
		#menu ul.seasonalfare li p {
		   display: inline;
		}
		
		#menu h2.everyday {
			display: none;
		}
		
		#menu h2.seasonalfare,
		#menu ul.everyday h3 {
		   background: url(images/ornament.png) no-repeat center bottom;
		   padding-bottom: 45px;
		}
		
		#menu ul.everyday ul {
			clear: both;
        }
		
		#menu ul.everyday ul li {
			float: left;
			width: 230px;
			padding-right: 40px;
			height: 125px;
		}
		
		
			#menu ul.everyday li.beer ul li {
				height: 150px;
			}
			
			#menu ul.everyday li.winesbythebottle ul li {
			   height: auto;
			}
		
			#menu ul.everyday ul ul li,
			#menu ul.everyday .menu-cat-choices li,
			#menu ul.everyday .menu-cat-guide li {
				float: none;
				width: auto;
				height: auto;
				padding: 0 0 5px;
			}
		
		#menu ul li .menu-cat-desc { text-align: center; font-size: 123.1%; }
		
		#menu ul.everyday .menu-cat-choices,
		#menu ul.everyday .menu-cat-extras{
			text-align: center;
			margin-bottom: 1em;
			font-size: 93%;
		}

		#menu ul.everyday .menu-cat-extras table{
			width: 300px;
			margin: 0 auto;
		}
		
		#menu ul.everyday .menu-cat-extras th {
			text-align: left;
		}
		
		#menu ul.everyday .menu-cat-extras th,
		#menu ul.everyday .menu-cat-extras td {
			padding: 3px;
		}
		
		#menu ul ul.items li p {
			font-size: 85%;
			color: #666;
			margin: 0 0 0.5em;
		}
		
		/* News */
		
		.blog .post h2,
		.single .post h2,
		.archive .post h3{
			margin-bottom: 0.5em;
			font-size: 18px;
		}

		small.post-date{
			display: block;
			font-size: 11px;
			font-weight: bold;
			color: #999;
		}
		
		.single small.post-date{
			margin-bottom: 10px;
		}

		.postmetadata {
			font-size: 11px;
			margin-bottom: 2em;
			padding: 5px;
			background: #EFE6DB;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
		}
		
		.postmetadata, .postmetadata a { color: #6C4B24; }
		
		.blog #sidebar h2 {
		   margin-bottom: 0.25em;
		}
		
		.single .navigation {
		   font-size: 10px;
		   margin-bottom: 1em;
		}
		
		.single .navigation .alignleft {
		   float: left;
		}
		
		.single .navigation .alignright{
		   float: right;
		}

		.single .post h2 {
		   color: #000;
		   font-variant: small-caps;
		}
		
		#respond {
			padding-top: 12px;
			border-top: 1px dotted #ccc;
		}
		
		ol.commentlist {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
		ol.commentlist li {
			padding: 10px;
			border-top: 1px dotted #ccc;
		}
		.comment-author img {
			border: 1px solid #000;
		}
		
		.comment-meta { font-size: 11px; margin-bottom: 0.5em; }
		.comment-meta, .comment-meta a { color: #999 }
		/* Calendar */
		
		
		
		ul#events,
		ul#events ul,
		#events-full ul{
			margin: 0;
			padding: 0;
			list-style: none;
		}
		ul#events { margin-bottom: 10px; }
		
		#events #wcalprop0,
		#events .group,
		#events-full .calendarviews { display: none; }
		ul#events h2 a {
		   text-decoration: none;
		   color: #6C4B24;
		}
		ul#events table {
		   border-collapse: collapse;
		}
		
		ul#events table thead,
		#events-full thead,
		ul#events table tfoot,
		#events-full tfoot { display: none; }
		
		ul#events table td {
		   padding-bottom: 1em;
		}
		
		ul#events .eventdate { padding-bottom: 2px; display: block; }
		
		ul#events .eventdate abbr,
		#events-full .eventdate abbr{
			border: 0;
			color: #333;
			padding-right: 4px;
		}
		
		ul#events .eventdate abbr {
			font-size: 85%;
		}
		
		ul#events .starttime,
		#events-full .starttime{
		}
		
		ul#events .starttime,
		#events-full .starttime,
		ul#events .endtime,
		#events-full .endtime {
			font-size: 85%;
			color: #999;
		}
		
		ul#events ul { margin-bottom: 10px ;}
		
		ul#events .summary {
		   clear: left;
		   display: block;
		   font-size: 13px;
		}
		
		ul#events li h3 {
			color: #79242B;
			font-size: 100%;
		}
		
		#events-full #calprop0 {
			float: right;
		}
		
		#events-full #calprop0 li {
		   float: left;
		}
		
		#events-full #compprop0 {
		   clear: left;
		   width: 100%;
		   border-collapse: collapse;
		}
		
		#events-full #compprop0 th,
		#events-full #compprop0 td {
		   padding: 10px;
		}
		
		#events-full #compprop0 tr.Month th {
			background: #EFE6DB;
			color: #6C4B24;
			border-bottom: 1px solid #A67538;
		}
		
		#events-full #compprop0 tr.alt td {
		   background: #f0f0f0;
		}
		
		#content.home #visitors {
		   width: 270px;
		}
		
		#content.home #visitors h2.reservations {
			font-size: 123.1%;
			text-align: center;
		}
		
		#content.home #visitors h2.reservations,
		#sidebar h2 {
		   color: #fff;
		   border: 0;
		   background: url(images/red-grad-bg.jpg) repeat-x;
		   -moz-border-radius: 8px;
		   -webkit-border-radius: 8px;
		   padding: 4px 6px;
		   margin-bottom: 8px;
		}
	
		
		/* Open Table */
		
		h2.OT_feedTitle,
		#content.home h2.OT_feedTitle {
			background: none;
			color: #79242B;
			font-family: Georgia, serif;
			font-size: 85%;
		}
		
		#OT_searchWrapperAll {
			height: 160px !important;
			background: none !important;
		}
		
		#OT_searchWrapper, #OT_logo {
			background: none !important;
		}
		
		#OT_partySizeLbl {
		   left: 20px !important;
		}
		
		#OT_partySize {
		   left: 140px !important;
		}
		
		#OT_dateLbl {
			width: 36px !important;
		}
		
		#OT_date {
			left: 46px !important;
		}
		
		#OT_timeLbl {
			left: 120px !important;
		}
		
		#OT_time {
			left: 185px !important;
		}
		
		#OT_logoLink { display: none !important; }
		
		#OT_submitWrap {
		   left: 170px !important;
		   top: 105px !important;
		}
		
		#OT_logo {
		   top: 105px !important;
		}
		
		
		/* Hours */
		
		#hours {
			background: #EFE6DB;
			padding: 12px;
			-moz-border-radius: 8px;
			-webkit-border-radius: 8px;
			color: #6C4B24;
		}
		
		#hours h3 {
			color: #453016;
			font-size: 123.1%;
			font-style: italic;
			font-weight: normal;
			padding-bottom: 0.25em;
			border-bottom: 1px solid #A67538;
			margin-bottom: 8px;
		}
		
		#hours h4 {
			font-size: 93%;
			color: #6C4B24;
			margin-bottom: 8px;
		}
		
		#hours table {
			width: 100%;
			margin-bottom: 15px;
		}
		
		#hours table th,
		#hours table td {
		   width: 50%;
		   font-size: 85%;
		}
		
		#hours table th {
		   font-weight: normal;
		   text-align: left;
		}
		#hours .payment {
			background: url(images/cc-icon.png) no-repeat;
			padding-left: 20px;
		}
		
		
/* Inside Pages */

#content.inside {
   float: left;
   width: 610px;
}

#sidebar {
   float: right;
   width: 270px;
   padding: 20px;
}

#sidebar ul {
   margin: 0;
   padding: 0;
   list-style: none;
}

#sidebar > ul > li {
   padding-bottom: 1em;
}

#sidebar #searchform div {
   padding: 8px;
   background: #550707 url(images/red-grad-bg.jpg) repeat-x;
   color: #fff;
   -moz-border-radius: 8px;
   -webkit-border-radius: 8px;
}

#sidebar #searchform label {
   display: block;
   font-size: 85%;
   padding-bottom: 4px;
}

#mailing-list {
   font-size: 11px;
   background: #DFCCB5;
   padding: 10px;
   -moz-border-radius: 8px;
   -webkit-border-radius: 8px;
}

#mailing-list h4 {
   font-size: 108%;
   margin-bottom: 0.5em;
}

#mailing-list p {
   margin-bottom: 0.5em;
   color: #333;
}

#mailing-list .email-446 input {
   width: 170px;
   color: #999;
}

#mailing-list .email-446 input.focused {
   color: #000;
   background: #ffffcc;
}

#mailing-list span.wpcf7-not-valid-tip {
   left: -120% !important;
   top: 0 !important;
   width: auto !important;
}

#mailing-list div.wpcf7-validation-errors {
   border: none !important;
   color: #990000 !important;
   margin: 0 !important;
   padding: 0 !important;
}

ul#visitor-info {
   padding: 10px;
   background: #550707 url(images/red-grad-bg.jpg) repeat-x;;
   -moz-border-radius: 8px;
   -webkit-border-radius: 8px;
   color: #fff;
}

ul#visitor-info li {
   padding: 0 0 6px;
   font-size: 11px;
}

/* Photo Gallery */

a.photos-home {
   font-size: 85%;
   color: #999;
}

.page-template-photo-gallery-php #content {
   width: 920px;
}

.page-template-photo-gallery-php #subnav {
   float: left;
   width: 200px;
}

.page-template-photo-gallery-php #subnav ul {
   margin: 0.5em 0 0;
   padding: 0;
   list-style: none;
}

.page-template-photo-gallery-php #subnav ul li a {
   display: block;
   background: #ffffff;
   padding: 5px;
   border-bottom: 1px solid #fff;
   text-decoration: none;
}

.page-template-photo-gallery-php #subnav ul li a:hover {
   background: #dfdfdf;
}

.page-template-photo-gallery-php #subnav ul li.current_page_item a {
	background: #660000;
	color: #fff;
	
}

.page-template-photo-gallery-php .entry {
   float: right;
   width: 710px;
}

/* Directions */

.googlemap {
   border: 1px solid #000;
   margin-bottom: 20px;
}
		
	/* Footer */
	#ft {
	   clear: both;
	   background: #79242B;
	   padding: 10px;
	}
	
	#ft address {
	   background: #240A0C;
	   font-size: 93%;
	   float: left;
	   padding: 8px;
	   -moz-border-radius: 6px;
	   -webkit-border-radius: 6px;
	   font-style: normal;
	}
	
	#ft address,
	#ft address a {
	   color: #ccc;
	}
	
	#ft address strong { display: block; }
	
	#ft-content {
	   float: right;
	   text-align: right;
	   font-size: 85%;
	}
	
	#ft-content,
	#ft-content a {
		color: #D5737A;
	}

	#ft-content ul.nav li{
		float: right;
		padding: 0 6px;
    }	
