/* 
Theme Name: Chop House 2010
Theme URI: http://johnvaughan.com/localchop
Description: Theme developed for the Local Bar and Chop House in Harrisonburg VA.
Author: Vada Kelley and John Vaughan
Author URI: http://www.estlanddesign.com
Version: 1.0
Tags: Framework
Template: hybrid
*/

/**
* Import pre-made styles from Hybrid
************************************************/

/* Eric Meyer's reset.css */
	@import url('../hybrid/library/css/reset.css');

/* 18px, 20px, 21px, 22px, or 25px margins and line-height (don't use reset.css with these) */
	/* @import url('../hybrid/library/css/18px.css'); */
	/* @import url('../hybrid/library/css/20px.css'); */
	/* @import url('../hybrid/library/css/21px.css'); */
	/* @import url('../hybrid/library/css/22px.css'); */
	/* @import url('../hybrid/library/css/25px.css'); */

/* Holy Grail */
	/* @import url('../hybrid/library/css/holy-grail-fluid.css'); */

/* Plugins CSS */
	/* @import url('../hybrid/library/css/plugins.css'); */

/* Hybrid's default CSS */
	/* @import url('../hybrid/library/css/screen.css'); */


/**
* Body
************************************************/

/* Contains everything */
body {
	background-color: #341002;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

	
	#body-flare-container{
		width: 1004px;
		margin: auto;
		position: relative;
		overflow: hidden;
	}
	
	/* Wrapper for everything inside of the body */
	#body-container {
		float: left;
		width: 840px;
		margin: 0;
		padding: 0;
		background: transparent url(images/header_bg_840x360.jpg) no-repeat;
	}
	
	#body-flare{
		background: transparent url(images/side_bg_repeat.jpg) repeat-y;
		margin-bottom: -2000px; 
		padding-bottom: 2000px;
		position: absolute;
		left: 824px;
		width: 180px;
		float: right;
		clear: none;
		z-index: -999;
	}
	
	.body-flare-bottom{
		position: absolute;
		left: 0;
		bottom: 808px;
		width: 180px;
		background: transparent url(images/side_bg.jpg) no-repeat;
		height: 1200px;
		z-index: -100;
	}

/**
* Elements
************************************************/

/* Section */
.section{
	position: relative;
	display: block;
	clear: both;
}

.column{
	display: block;
}

/* Hyperlinks */
a:link, a:visited, a:active {
	color: #612008;
	text-decoration: underline;
}
a:visited {}
a:hover {}
a:active {}

/* Headers */
h1 {display: none;}

div.heading{
	background: #FFF url(images/h2_bg.gif) repeat-x;
	height: 27px;
	font-style: italic;
}

h2{
	background: #FFF url(images/h2_bg.gif) repeat-x;
	height: 27px;
	font-size: 14px;
	padding-right: 10px;
}

.heading-twolines{
	display: block;
	position: relative;
	height: 24px;
	background: transparent url(images/h2_bg.gif) repeat-x;
	background-position: bottom;
	padding-bottom: 20px;
	font-size: 14px;
}

.heading-twolines h2{
	background: none;
	height: 24px;
	font-size: 14px;
	padding-right: 0;
}


div.heading h2 {
	font-size: 14px;
	font-style:normal;
	font-weight: bold;
	float: left;
	padding-right: 10px;
	height: 27px;
	background: none;
}

.subpage-title h2{
	background: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

h3 {}
h4 {}
h5 {}
h6 {}

/* Text elements */
strong {}
em {}
cite {}
abbr {}
acronym {}
sup {}
sub {}
address {}
ins {}
dfn {}
del {}
br{
}

/* Paragraphs */
p {
	margin-bottom: 10px;
}

/* Unordered lists */
#content ul{ 
	margin-left: 25px;
	margin-bottom: 25px;
}

#content ul li{
list-style: url(images/list_bullet.jpg) outside;
margin: 7px 0 0 0;
}

.page-7 #content ul li{
list-style:none;
list-style-type:none;
margin: 0 10px 0 0;
}

/* Ordered lists */
ol {}
	ol li {}

/* Defition lists */
dl {}
	dt {}
	dd {}

/* Blockquotes */
blockquote {}
	blockquote blockquote {}
	blockquote em {}

/* Object */
object {}

/* Code */
code {}
pre {}
pre code {}

/* Tables */
table {}
	caption {}
	tr {}
	th {}
	td {}

/* Forms */
form {}
	textarea {
		border: solid 1px #febd00;
		white-space: normal;
		width: 330px;
	}
	label {}
	option {}
	input[type="text"]{
	border: solid 1px #febd00;
	width: 330px;
	color: #612008;
	}
	
	div.newsletter-copy input[type="text"]{
	margin-top: 10px;
	border: solid 1px #febd00;
	width: 200px;
	color: #612008;
	}
	
	input[type="submit"]{
	letter-spacing: 1px;
	cursor:pointer;
	border: solid 1px #febd00;
	background:#999;
	font-size: 12px;
	padding: 1px 5px;
	background:url(images/buttonbg.gif) repeat-x left top;
	color: #612008;
	}
	
	div.newsletter-copy input[type="submit"]{
	clear: both;
	margin-top: 5px;
	background:url(images/buttonbg.gif) repeat-x left top;
	color: #612008;
	}
	
	/* Contact Form 7 plugin */
	.wpcf7{
		width: 400px;
		float: left;
	}
	
	.wpcf7 p{
		margin-bottom: 10px;
	}

/* Drop caps */
.drop-cap {	}

/* Notes */
.note {}

/* Warnings/Alerts */
.warning, .alert {}

/* Errors */
.error {}

/* Downloads */
.download {}

/* Alignment */
.left, .alignleft {
	float: left;
}
.right, .alignright {
	float: right;
}
.center, .aligncenter {
	clear: both;
	margin: auto;
}
.block, .alignnone {}
.clear {
	clear: both;
	padding-bottom: 15px;
}

/**
* Images
************************************************/

/* Normal images */
img {
	display: block;
	padding: 10px;
	margin: 15px 20px 15px 0;
	border: solid thin #febd00;
}
a img {}

/* WP Smilies */
img.wp-smiley {}

/* Thumbnails */
.thumbnail {}

/* WP Captions [caption] */
.wp-caption {}
	.wp-caption img {}
	.wp-caption p {}

/* Gallery [gallery] */
.gallery {}
	.gallery img {}

/* Avatars */
.avatar {}

/**
* Header
************************************************/

/* Contains entire header */
#header-container {
	height: 109px;
	margin: 0;
	padding: 0;
	width: 840px;
}

	/* Contains site title and tagline */
	#header {width: 840px;}

		/* Site title */
		#site-title {display: none;}
			#site-title a {}
				#site-title a span {}

		/* Site description/tagline */
		#site-description {}

/**
* Page navigation
************************************************/

/* Wrapper for navigation */
#navigation {
	padding: 3px 0 3px 0;
	margin: 0;
	width: 824px;
	background-color: #e4cea1;
	position: relative;
	display: block;
	height: 16px;
}

	/* Page nav */
	#page-nav {
		/*display: block;
		position: relative;
		background-color: #e4cea1;
		border: thin red solid;
		padding-top: 3px;
		padding-bottom: 3px;*/
	}
		#page-nav ul {
			
		}
		
			.navblock{
				
			}
			
			#page-nav ul li {
				display: block;
				float: left;
				text-align: left;
				width: 90px;
				background-color: #e4cea1;
				/*padding: 0 15px 0 15px;*/	
			}
				#page-nav li a {
					color: #351202;
					text-decoration: none;
				}
			#page-nav li.current_page_item, #page-nav li a:hover {
				font-weight: bold;
			}
			
			/*home*/
			#page-nav li.page-item-3{
				padding-left: 15px;
			}
			
			/*about*/
			#page-nav li.page-item-4{
			}
			
			/*menu*/
			#page-nav li.page-item-5{
			}

			/*events*/
			#page-nav li.page-item-6{
			}
			
			/*gallery*/
			#page-nav li.page-item-7{
			}
			
			/*producers*/
			#page-nav li.page-item-8{
				width: 105px;
			}
			
			/*newsletter*/
			#page-nav li.page-item-10{
				width: 105px;
			}
			
			/*blog*/
			#page-nav li.page-item-11{
				width: 70px;
			}
			
			/*contact*/
			#page-nav li.page-item-12{
				width: 70px;
			}
			
			/*submenu*/
			#page-nav ul ul {
				position: absolute;
				z-index: 9999999999;
				background-color: #e4cea1;
				margin: 3px 0 0 -10px;
			}
			
			#page-nav ul ul li{
				width: 105px;
				position: static;
				display: block;
				clear: both;
				padding: 0 0 0 10px;
				font-size: 10px;
				border-top: #fff thin solid;
				z-index: 9999999999;
			}
	
			#page-nav li li.sfhover a, #page-nav li li a:hover{
			}
			
			
/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container {
	width: 824px;
}

	/**
	* Content
	************************************************/

	div.content-block{
		float: left;
		width: 440px;
	}
	
	/* Contains site's main content */
	#content {	
		width: 784px;
		min-height: 400px;
		background-color: #fff;
		letter-spacing: 2px;
		color: #612008;
		padding: 12px 20px 0 20px;
		float: left;
	}
	
		#content p{
			
		}
		
		

		/* Breadcrumb trail */
		.breadcrumb {display: none;}

		/* Archive and search <div> before posts are listed */
		.author-info {}
		.category-info {}
		.date-info {}
		.search-info {}
		.tag-info {}

		/* Posts */
		.post {}

			/* Post, page, and archive titles */
			.entry-title {}
			.single-title {}
			.page-title {display: none;}
			.attachment-title {}
			.error-404-title {}
			.author-title {}
			.category-title {}
			.date-title {}
			.search-title {}
			.tag-title {}
			.edit{display:none;}

			/* Author and date byline */
			.byline {display: none;}
			

			/* Full entries */
			.entry-content {}

			/* Excerpts (introduced in Hybrid 0.4) */
			.entry-summary {}

				/* Using <!--nextpage--> */
				p.pages a {}

				/* More link <!--more--> */
				a.more-link {}

			/* Post meta data */
			.post-meta-data {display: none;}

		/* Post series */
		.series {} 
			.series-title {}

		/* Navigation links */
		.navigation-links {}
			.navigation-links .previous {}
			.navigation-links .next {}

		/* WP PageNavi (plugin) */
		.wp-pagenavi {}
			.wp-pagenavi .pages {}
			.wp-pagenavi .current {}
			.wp-pagenavi .extend {}
			.wp-pagenavi a {}

		/* Attachment image navigation */
		.navigation-attachment {}

		/**
		* Comments template
		************************************************/

		/* Wrapper for entire comments area */
		#comments-template {}

			/* Comments section headers/titles */
			.comments-header {}
			#comments-number {}

			/* Comments closed paragraph */
			p.comments-closed {}

				/* Main comments section */
				#comments {}
					#comments ol {}

						/* Individual comments (note that WordPress has even/odd backwards) */
						#comments li {}
							#comments li li {}
								#comments li li li {}
									#comments li li li li {}
						#comments li.even {}
						#comments li.odd {}
						#comments li.thread-even {}
						#comments li.thread-odd {}
						#comments li.author {}
						#comments li.trackback {}
						#comments li.pingback {}

							/* Comment avatars */
							#comments .avatar {}

							/* Comment meta data */
							#comments .comment-meta-data {}
								#comments .comment-meta-data cite {}

							/* Comment text */
							#comments .comment-text {}

					/* Paged comments navigation */
					#comments-template .paged-navigation {}
						#comments-template .paged-navigation .page-numbers {}
						#comments-template .paged-navigation .next {}
						#comments-template .paged-navigation .prev {}

				/* Main comment form div */
				#respond {}

					/* Comment form title */
					#reply {}

					/* Comment form elements */
					p#cancel-comment-reply {}
					#respond form {}
						#respond .form-author {}
							#respond input {}
						#respond .form-email {}
						#respond .form-url {}
						#respond .form-textarea {}
							#respond textarea {}
						#respond .button {}
						#respond .comment-action {}

		/**
		* Utility widget sections (see other widget code below)
		************************************************/

		/* All utility widget sections (except widgets template) */
		.utility {}

		/* Before content */
		#utility-before-content {}

		/* After content */
		#utility-after-content {}

		/* After post but before comments */
		#utility-after-single {
		}
		
		#utility-after-singular{
			
		}
		
		.widget-ww1231, #text-7 .widget-inside{ /*testimonials widget*/
			position: relative;
			float: right;
			width: 270px;
			height: 370px;
			margin: 25px 20px 0 0;
			padding: 20px 15px 0 15px;
			border: thin #febd00 solid;
		}
		
		#text-7 .testimonials-slideshow{
			margin-top: 10px;
		}
		
		.testimonials-slideshow .signature{
			display: block;
			margin-top: 10px;
		}
		
		.widget-ww1231 .widget-title{
			margin-bottom: 20px;	
		}
		
		.widget-w1231 strong{
			font-weight: normal;
		}

		/* After page but before comments */
		#utility-after-page {}

		/* Widgets page template widgets */
		.page-template-widgets #content .widget {}

	/**
	* Widget sections (Primary and Secondary)
	************************************************/

	/* Widgets in general */
	.widget {}
		.widget-inside {}
			.widget-title {}

	
	/* blog content */
	.blog .content{
		width: 470px;
		float: left;
	}
	
	.blog #primary{
		margin: 20px 0 0 5px;
		width: 305px;
		float: left;
	}
	
	
	/* Primary widget section */
	#primary {}	
		
		#text-3{
			float: right;
			margin-right: 50px;
			width: 202px;
			height: 282px;
		}
		
		
		#primary .widget {}
			#primary .widget-inside {}
				#primary .widget-title {}
				#primary .widget ul {}
					#primary .widget ul li {}

	/* Secondary widget section */
	#secondary {}
		#secondary .widget {}
			#secondary .widget-inside {}
				#secondary .widget-title {}
				#secondary .widget ul {}
					#secondary .widget ul li {}

/**
* Footer
************************************************/

/* Wrapper for the entire footer */
#footer-container {
	background: #FFF;
}
	#footer-top{
		display: block;
		position: relative;
		width: 824px;
		height: 30px;
		background: #FFF;
		padding: 20px 0 0 0;
		margin: 0;
		clear: both;
		color: #612008;
	}
	
	#footer-top .phone-number{
		font-size: 16px;
		float: right;
		vertical-align: bottom;
		padding: 0 9px 0 0;
		margin: 0;
	}
	
	#footer-top .reservation-button{
		display: block;
		float: left;
		vertical-align: bottom;
		padding: 0 5px 8px 20px;
		
	}
	
	#footer-top .facebook-button{
		float: left;
		padding: 0;
		margin: 0;
	}
	
	#footer-top .reservation-button img, #footer-top .facebook-button img{
		border: none;
		margin: 0;
		padding: 0;
	}
	
	
	/* Subsidiary widget section */
	#subsidiary {}
		#subsidiary .widget {}
			#subsidiary .widget-inside {}
				#subsidiary .widget-title {}

	/* Footer section */
	#footer{
		display: block;
		clear: both;
		text-align: right;
		color: #e4cea1;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		letter-spacing: 2px;
		padding: 5px 8px 5px 0;;
		margin: 0;
		background-color: #341002;
	}
	
	#footer p{
		margin-bottom: 0;
		padding: 0;
	}

		/* Footer extra */
		
		#footer-skirt{
			position: relative;
			background: transparent url(images/footerbg_824x615.jpg) no-repeat;
			width: 840px;
			height: 560px;
			padding: 0;
			margin: 0;
			color: #2f0d00;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			}
			
		#footer-skirt a{
			color: #2f0d00;
			text-decoration: underline;
		}
			
		#footer-skirt p.copyright {
			display: inline;
			float: left;
			padding-left: 8px;
		}
		
		#footer-skirt p.credit{
			display: inline;
			float: right;
			padding-right: 26px;
		}
		
/* Page Specific Classes */

/* Menu page-5 */

#menu-buttons{
	display: block;
	position: relative;
	clear: both;
	margin: 0 0 10px 0;
}

.page-5 #menu-buttons li{
	display: block;
	float: left;
}

.page-5 #menu-buttons img{
	border: none;
	margin: 0;
	padding: 0;
	display: block;
}

.page-5 .content-block{
	float: left;
	width: 450px;
	margin: 20px 0 0 0;
}

.page-5 .content-block ul{ 
	
}

.page-5 .content-block li{
list-style: url(images/list_bullet.jpg) outside;
margin: 7px 0 0 0;
}

.page-5 .heading{
	margin-top: 25px;
}
 
/*.page-5 .section-break{
	height: 27px;
	width: 750px;
	margin: 0 auto;
	background: transparent url(images/h2_bg.gif) repeat-x;
}*/


.page-7 div.phone-number{
	text-align: right;
	margin: 0 7px 0 0;
	padding-bottom: 3px;
	font-size: 16px;
}

/* blog */

.page-11 h2, h2.entry-title{
	background: none;
}

/* Contact page */
.page-12 .heading{
	width: 80px;
}

div.slideshow{
	float: left;
	margin-right: 20px;
}

/*#slideshow {
    position:relative;
    float: left;
	margin-right: 20px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}*/


/* About Hours and Directions */
.about-hours-painting{
	width: 464px;
}

.about-hours-copy{
	width: 300px;
}

/*About Local Vision*/
.about-local-vision-photo{
	width: 313px;
}

.about-local-vision-copy{
	width: 450px;
}

/*About Our Building*/
.about-our-building-photo{
	width: 282px;
}

.about-our-building-copy{
	width: 450px;
}

.about-staff-photo{
	width: 312px;
}

.about-staff-copy{
	width: 450px;
	padding-top: 30px;
}

.about-staff-copy p{
	padding-top: 10px;
}

.newsletter-photo{
	width: 463px;
}

.newsletter-copy{
	width: 300px;
}

.contact-form{
	width: 350px;
}

.contact-copy{
	width: 425px;
}

/* Producers */
.producers-container{
	display: block;
	position: relative;
	margin: auto;
	padding: 0 0 0 0;
	width: 600px;
	clear: both;
	letter-spacing: normal;
}

.producers-container a{
	text-decoration: none;
}

.producers-left{
	float: left;
	text-align: right;
	vertical-align: top;
	clear: none;
	width: 278px;
	padding: 15px 22px 0 0;
	margin: 0;
}

.producers-right{
	float: right;
	text-align: left;
	vertical-align: top;
	clear: none;
	width: 278px;
	padding: 15px 0 0 22px;
	margin: 0;
}

/*
Open table award
*/

#content .OT_Widget_Img{
	border: none;
	margin-top: 0;
}

#content .OT_Widget_Link{
	top: -20px;
}

div.OT_Widget_Wrapper{
	margin-top: 15px;
	width: 175px;
	float: left;
	padding-right: 45px;
}


div.OT_Widget_Content{

}

/* Drop down menu 
	
	#page-nav li ul{
		left: -999em;
	}
	
	#page-nav li:hover ul, #page-nav li.sfhover ul{
		left: auto;
		z-index: 99999999;
		display: block;
	}

	#page-nav li li.sfhover a, #page-nav li li a:hover{
		font-style: italic;
		width: 140px;
	}
	
	*/
	
	#TA_certificateOfExcellence963{
	float: left;
	width: 175px;
	padding: 0;
	margin: 0;
	}
