@charset "UTF-8";
/*#################################################################*/
/*#################################################################*/

	/*CSS CODE  WRITTEN BY BENJAMIN CAPLAN AND JONATHAN BERKOWITZ
    
		BENJAMIN CAPLAN: IAmCaplan.com
		JONATHAN BERKOWITZ: JonathanBerkowitz.com*/

/*#################################################################*/
/*#################################################################*/


/*########NORMALIZE########*/
*{
	margin: 0px;
	padding: 0px;
}

body, div, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td, img{
	border: 0px;
}

a{
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

ul{
	list-style-type: none;
}
/*end normalizer*/




/*########MAIN STYLES########*/
body{
	color: #28170E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	background-color: #100000;
	/*background-image:url(../images/bg_tile.jpg);
	background-repeat: repeat-x;*/
	}

a{
	color: #440000;
	font-weight: bold;
}

a:visited{
	color: #440000;
}

a:active{
	color: #440000;
}

a:hover{
	color: #28170E;
	text-decoration: underline;
}
	
h1, h2, h3, h4, h5{
	color: #28170E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-decoration: underline;
}

p{
	font-size: .80em;
	line-height: 1.5em;
	padding-bottom: 20px;
}
/*end main styles*/




/*########DIVS########*/
/*--==CONTAINER_BG_IMGS==--*/
#container_bg_imgs{
	width: 1200px;
	margin: 0 auto;
	background-image: url(../images/site_bg.jpg);
	background-repeat: no-repeat;
	padding: 0 0 50px 0;
}
/*end container_bg_imgs*/



/*--==CONTAINER_MAIN==--*/
#container_main{
	width: 950px;
	margin: 0 auto;
	background-image: url(../images/.jpg);
	background-repeat: no-repeat;
}
/*end container_main*/

	/*--==CONTAINER_HEADER==--*/
	#container_header{
		width: 950px;
		height: 206px;
		position: relative;
		top: 0px;
		left: 0px;
		background-image: url(../images/header_bg.png);
		background-position: left;
		background-repeat: no-repeat;
	}
	/*end container_header*/
	
		/*--==LOGO==--*/
		#logo{
			width: 550px;
			height: 120px;
			position: absolute;
			top: 50px;
			left: 15px;
		}
		/*end logo*/
		
		/*--==RESTAURANT_INFO==--*/
		#restaurant_info{
			width: 255px;
			height: 120px;
			position: absolute;
			top: 25px;
			left: 695px;
		}
			#restaurant_info p{
				color: #D7BA8C;
				font-size: 1.0em;
				line-height: 1.2em;
				text-align: right;
				font-weight: normal;
				padding: 0;
				margin: 0;
			}
			#restaurant_info h2{
				color: #D7BA8C;
				font-size: 1.2em;
				text-align: right;
				font-weight: normal;
				padding: 0;
				margin: 0;
			}
		/*end restaurant_info*/
		
		/*--==CONTAINER_NAV==--*/
		#container_nav{
			width: 950px;
			height: 40px;
			position: absolute;
			top: 178px;
			left: 0px;
		}
			#container_nav ul{
				margin: 0 0 0 212px;
			}
				#container_nav ul li{
					display: inline-block;
					width: auto;
					margin: 0 0 0 22px;
				}
					#container_nav ul li a{
						height: 24px;
						display: block;
						background-repeat: no-repeat;
						background-position: 0px -24px;
					}
					#container_nav ul li a:hover{
						background-position: 0px 0px;
					}
						#nav_menu{
							width: 50px;
							background-image: url(../images/menu_nav.jpg);
						}
						#nav_bar{
							width: 31px;
							background-image: url(../images/bar_nav.jpg);
						}
						#nav_reservations{
							width: 124px;
							background-image: url(../images/reservations_nav.jpg);
						}
						#nav_gallery{
							width: 70px;
							background-image: url(../images/gallery_nav.jpg);
						}
						#nav_events{
							width: 63px;
							background-image: url(../images/events_nav.jpg);
						}
						#nav_directions{
							width: 97px;
							background-image: url(../images/directions_nav.jpg);
						}
						#nav_contact{
							width: 100px;
							background-image: url(../images/contact_nav.jpg);
						}
							.main_nav_active{
								background-position: 0px 0px;
							}
							
						#container_nav ul li a.active_page{
							background-position: 0px 0px;
						}
		/*end container_nav*/




	/*--==CONTAINER_CONTENT==--*/
	#container_content{
		width: 950px;
		border: 2px solid #54301A;
		background-image: url(../images/container_content_bg.png);
		background-repeat: repeat-y;
		padding: 25px 0 10px 0;
	}
	/*end container_content*/

		/*--==SIDEBAR==--*/
		#sidebar{
			float: left;
			width: 215px;
			height: auto;
			margin: 0 25px;
			padding: 10px 0 0 0;
		}
		/*end sidebar*/
			/*--==SIDEBAR_FEATURE==--*/
			.sidebar_feature{
				width: 215px;
				margin: 0 0 10px 0;
			}
				.sidebar_feature h1{
					margin: 0 0 10px 0;
				}
				.sidebar_feature p{
					padding: 0 5px;
				}
			/*end sidebar_feature*/
			
			
		/*--==CONTENT==--*/
		#content{
			width: 628px;
			float: left;
			background-image: url(../images/content_tile.jpg);
			background-repeat: no-repeat;
		}
		/*end content*/
			/*--==ROUNDED_CORNERS_TOP==--*/
			#rounded_corners_top{
				height: 10px;
				width: 628px;
				background-image: url(../images/content_top.png);
				background-repeat: no-repeat;
			}
			/*end rounded_corners_top*/
			
			/*--==MAIN_CONTENT==--*/
			#main_content{
				width: 628px;
				height: 470px;
				background-image: url(../images/content_tile.png);
				background-repeat: repeat-y;
				overflow: auto;
			}
				/*HOME_FREATURE*/
				#home_feature{
					position: relative;	
					height: 402px;
					width: 606px;
					margin: 0 0 0 12px;
					background-image: url(../images/slideshow.jpg);
					background-repeat: no-repeat;
					background-position: 100px 0px;
				}
					#home_feature img{
						height: 402px;
						width: 190px;
					}
					/*MATT's J-Query CSS*/
					#feature1, #feature4, #feature7 {
						height:	402px;						
						width: 175px;						
						top: 0;
						left: 0;
						position: absolute;
						z-index: 10;
						opacity: 0;
						}
				
					#feature2, #feature5, #feature8 {
						height:	402px;
						width: 175px;
						top: 0px;
						left: 208px;
						position: absolute;
						z-index: 10;
						opacity: 0;
						background-color: #999;
						}
						
				
						
					#feature3, #feature6, #feature9 {
						height: 402px;				
						width: 175px;
						top: 0px;
						left: 416px;
						position: absolute;
						z-index: 10;
						opacity: 0;
						background-color: #999;
						}
					/*end jquery css*/	
				/*end home_feature*/
				
				/*DIRECTIONS*/
				.directions #main_content{
					padding-top: 20px;
					height: 450px;
				}
					.directions #main_content .location_info{
						width: 150px;
						margin: 15px 0 0 105px;
						display: inline-block;
						vertical-align: top;
					}
						.directions #main_content .location_info h3{
							color: #28170E;
						}
						.directions #main_content .location_info p{
							font-weight: normal;
							padding: 0 0 0 0;
						}
				/*GELLERY*/
				.gallery #main_content {
					padding-top: 20px;
					height: 450px;
				}
					.gallery #main_content #thumb_gallery{
						padding: 0 0px 0 12px;
						height: 450px;
					}
						.gallery #main_content #thumb_gallery a img{
							padding: 5px;
						}
				/*EVENTS*/
				.events #main_content{
					height: 460px;
					padding: 0px 0px 10px 25px;
				}
					.events #main_content h1{
						color: #28170E;
						font-size: 1.2em;
						font-weight: normal;
						padding-top: 10px;
					}
					.events #main_content p{
						width: 525px;
						font-weight: normal;
					}
				/*MENU*/
				.menu #main_content{
					height: 460px;
					padding: 0px 0px 10px 25px;
				}
					.menu #menu{
						width: 575px;
					}
						/*BEER MENU*/
						#beerlist_left{
							width: 200px;	
						}
						
						#beerlist_right{
							width: 200px;
							float: right;
							margin: 0 25px 0 0;
						}
						/*end beer menu*/
						
						.menu #main_content h1{
							color: #28170E;
							font-size: 1.2em;
							font-weight: bold;
							text-align: left;
							padding-top: 25px;
						}
						.menu #main_content h2{
							color: #28170E;
							font-size: 1.2em;
							font-weight: bold;
							text-align: center;
							padding-top: 25px;
						}
						.menu #main_content h3{
							color: #28170E;
							font-size: 0.85em;
							font-weight: bold;
							text-align: center;
							text-decoration: none;
							padding: 0 0 5px 0;
						}
						.menu #main_content ul li{
							padding: 3px 0 3px 0;
						}
							.menu #main_content ul li.centered{
								text-align: center;
								font-size: .7em;
								padding: 0;
							}
						.menu #main_content .small{
							font-size: .7em;
						}
						.menu #main_content .price{
							font-size: .85em;
							font-weight: bold;
							font-style: italic;
							padding-left: 10px;
						}
				/*CONTACT*/
				.contact #main_content{
					height: 460px;
					padding: 0px 0px 10px 25px;
				}
					#contact_form{
						width: 575px;
						padding: 0px;
					}
						#contact_form h2{
							color: #28170E;
							font-size: 1.2em;
							font-weight: bold;
							text-decoration: none;
							padding: 10px 0 5px 0;
						}
						#contact_form h3{
							color: #28170E;
							font-size: .85em;
							font-weight: normal;
							text-decoration: none;
							padding: 0px 0 5px 0;
						}
						#contact_form h4{
							color: #28170E;
							font-size: 1.1em;
							font-weight: bold;
							text-decoration: none;
							padding: 0 0 5px 0;
						}
						#contact_form form{
							padding: 5px 0 0 0;
						}
						#contact_form ul li{
							clear: both;
							padding: 5px 0;
						}
							.field{
								float: left;
								width: 400px;
							}
								.field input[type]{
									width: 250px;
									margin: 0 0 0 0;
								}
								.submit{
									margin: 0 0 0 375px;
								}
								.field textarea{
									width: 254px;
									height: 200px;
								}
							.field_name{
								float: left;
								width: 160px;
								text-align: right;
								margin-right: 15px;
							}
					#contact_info{
						padding: 10px 0;
						margin: 15px 0 0 0;
					}
						#contact_info p{
							text-align: center;
							margin: 0;
							padding: 0;
						}
				/*THANK_YOU*/
				.thank_you #main_content{
					height: 460px;
					padding: 0px 0px 10px 25px;
				}
					#message{
						width: 570px;
						margin-top: 75px;
					}
					#message h2{
						color: #28170E;
						text-decoration: none;
						padding: 10px 0 5px 0;
					}
						.thank_you #main_content #message .signiture{
							width: 150px;
							font-weight: normal;
							border-top: 1px solid #28170E;
							padding: 5px 0 0 0;
							margin: 0 0 0 35px;
						}
				#main_content p{
					font-size: .7em;
					font-weight: bold;
					line-height: 1.2em;
					padding: 0 25px 10px 25px;
				}
				
				#home_flash{
					height: 405px;	
				}
				
				#google_map{
					width: 425px;
					height: 350px;
					margin: 0 auto 0 auto;
					padding: 0 0 0 0;
					border: 2px solid #28170E;
				}
				
				/*CREDITS*/
				.credits #main_content{
					height: 460px;
					width: 643px;
					padding: 0px 0px 10px 10px;
				}
					.credits #main_content h2{
						margin: 2px 0 10px 0;
					}
					.credits #main_content h3{
						margin: 10px 0 2px 0;
					}
					#credits{
						margin: 0;
						padding: 0;
					}
						#our_credits{
							width: 600px;
							height: 400px;
							position: relative;
							background-image: url(../images/credits.jpg);
							margin: 0 0 0 0;
						}
							#credit_info_ben{
								width: 300px;
								height: 400px;
								position: absolute;
								top: 0;
								left: 0;
							}
								#ben{
									position: absolute;
									top: 5px;
									left: 175px;
									height: 104px;
									width: 252px;
									background-image: url(../images/ben.png);
									display: none;
								}
									#ben_info{
										position: absolute;
										top: 325px;
										left: 25px;
										height: 50px;
										width: 200px;
										background-image: url(../images/credit_bg.png);
										border: 2px solid #28170E;
									}
									#credit_info_ben:hover #ben{
										display: block;
										z-index: 25;
									}
							#credit_info_jon{
								width: 300px;
								height: 400px;
								position: absolute;
								top: 0;
								left: 300px;
							}
								#jon{
									position: absolute;
									top: 5px;
									left: -125px;
									height: 104px;
									width: 252px;
									background-image: url(../images/jon.png);
									display: none;
								}
									#jon_info{
										position: absolute;
										top: 325px;
										left: 72px;
										height: 50px;
										width: 200px;
										background-image: url(../images/credit_bg.png);
										border: 2px solid #28170E;
									}
									#credit_info_jon:hover #jon{
										display: block;
										z-index: 25;
									}
								#jon p, #ben p{
									text-align: center;
									padding: 25px 20px;
									font-size: 1.0em;
								}
								#jon_info p, #ben_info p{
									padding: 10px;
									font-size: .80em;
								}
					
			/*end main_content*/
			
			/*--==ROUNDED_CORNERS_BOTTOM==--*/
			#rounded_corners_bottom{
				height: 10px;
				width: 628px;
				background-image: url(../images/content_bottom.png);
				background-repeat: no-repeat;
			}
			/*end rounded_corners_bottom*/
			
			
			
		/*--==FOOTER==--*/
		#footer{
			width: 950px;
			text-align: center;
			margin: 20px 0 0 0;
		}
			#footer p{
				margin: 0;
				padding: 0;
			}
				#footer p a{
					color: #170C06;
					font-weight: normal;
					font-size: 1.1em;
					margin: 0;
					padding: 0;
				}
			#footer p.small{
				font-size: .75em;
				margin: 0;
				padding: 0;
			}
			#footer p.credits a{
				color: #170C06;
				font-weight: normal;
				font-size: .85em;
				margin: 0;
				padding: 0;
			}
		/*end footer*/





.clear_right{
	clear: right;
}

.clear{
	clear: both;	
}


.red{
	color: red;	
}
.tab{
	padding-left: 10px;	
}








