@charset "UTF-8";
/* CSS Document */

@import url("reset.css");

/* forces scrollbars 
html { 
	height: 100%;
	margin-bottom: 1px;
}*/

img { behavior: url(iepngfix.htc) }

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #222;
	margin: 0px;
	padding: 0px;
	background-color: #100e0d;
	background-repeat: repeat-x;
	background-image: url(../images/woodie-brown.jpg);
	background-position: top center;
	text-align: center;
	}
	
img {
	border: none;
	background-color: transparent;
	}

p {
	font-size: 13px;
	margin: 6px 0 12px 0;
	padding: 0px;
	line-height: 17px;
	}
	

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-style: italic;
	font-size: 18px;
	line-height: 21px;
	margin: 0px 0 10px 0;
	padding: 0px;
	}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-variant: small-caps;
	letter-spacing: 4px;
	font-size: 13px;
	line-height: 13px;
	margin: 0px 0 15px 0;
	padding: 0px 0 0 0;
	}
	
h3 {
	color: #5d0000;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 2px;
	margin: 6px 0 0 0;
	padding: 0px;
	}

h4 {
	font-size: 14px;
	line-height: 21px;
	font-weight: normal;
	margin: 10px 0 10px 0;
	padding: 0px;
	}
	
h5 {
	font-size: 9px;
	font-style: normal;
	line-height: 13px;
	}
	
small {
	font-size: 9px;
	line-height: 12px;
	margin: 0px 0 0px 0;
	}
	
ul {
	margin: 0px;
	padding: 0px;
	}

li {
	margin: 0px;
	padding: 0px;
	}
	
em {
	font-style: italic;
	}

a:link, a:visited {
	color: #990000;
	text-decoration: none;
	}
	
a:hover, a:visited:hover {
	color: #000;
	}
	
hr {
	border: none 0;
	border-top: 1px solid #d5c39d;/*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	margin: 18px 0 18px 0;
	}
	
span {
	/*display: none;*/
	}

iframe {
	border: 1px solid #f8f5eb;
	padding: 5px;
	background-color: #f8f5eb;
	}

/* nav nausea */

#nav {
	width: 610px;
	height: 90px;
	background: url(../images/nav.png);
	margin: 4px 0 0 0;
	padding: 0px;
	position: relative;
	/*top: 140px;*/
	left: 225px;
	z-index: 1;
	}

#nav img { border: none; }
#nav span { display: none; }

#nav li {margin: 0px; padding: 0px; list-style: none; position: absolute; top: 0px;}

#nav li, #nav a {height: 90px; display: block;}
#nav1 {left: 0px; width: 152px;}
#nav2 {left: 152px; width: 102px;}
#nav3 {left: 254px; width: 102px;}
#nav4 {left: 356px; width: 102px;}
#nav5 {left: 458px; width: 102px;}

#nav1 a:hover {background: transparent url(../images/nav.png) 0 -100px no-repeat;}
#nav2 a:hover {background: transparent url(../images/nav.png) -152px -100px no-repeat;}
#nav3 a:hover {background: transparent url(../images/nav.png) -254px -100px no-repeat;}
#nav4 a:hover {background: transparent url(../images/nav.png) -356px -100px no-repeat;}
#nav5 a:hover {background: transparent url(../images/nav.png) -458px -100px no-repeat;}

#sub-nav {
	width: 610px;
	height: 32px;
	/*position: relative;
	left: 175px;
	top: 10px;*/
	background-image: url(../images/sub-nav-holder.png);
	background-repeat:no-repeat;
	background-position: center;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	}

#menu-nav {
	width: 580px;
	height: 32px;
	position: relative;
	left: 15px;
	top: 0px;
	background-image: url(../images/menu.png);
	}
	
#menu-nav img { border: none; }
#menu-nav span { display: none; }

#menu-nav li {margin: 0px; padding: 0px; list-style: none; position: absolute; top: 0px;}

#menu-nav li, #menu-nav a {height: 32px; display: block;}

#menu-nav1 {left: 0px;width: 136px;}
#menu-nav2 {left: 146px;width: 69px;}
#menu-nav3 {left: 228px;width: 133px;}
#menu-nav4 {left: 372px;width: 76px;}
#menu-nav5 {left: 460px;width: 120px;}

#menu-nav1 a:hover {background: transparent url(../images/menu.png) 0 -32px no-repeat;}
#menu-nav2 a:hover {background: transparent url(../images/menu.png) -146px -32px no-repeat;}
#menu-nav3 a:hover {background: transparent url(../images/menu.png) -228px -32px no-repeat;}
#menu-nav4 a:hover {background: transparent url(../images/menu.png) -372px -32px no-repeat;}
#menu-nav5 a:hover {background: transparent url(../images/menu.png) -460px -32px no-repeat;}

/* obsolete

#drink-nav {
	font-size: 13px;
	padding: 7px 0 0 0;
	}
#drink-nav li, #drink-nav a {color: #d5c39d; height: 32px; display: inline; }
#drink-nav a, #drink-nav a:visited {color: #64051d;}
#drink-nav a:hover, #drink-nav a:visited:hover {color:#000000;}*/

#drink-nav {
	width: 580px;
	height: 32px;
	position: relative;
	left: 15px;
	top: 0px;
	background-image: url(../images/drinks.png);
	}
	
#drink-nav img { border: none; }
#drink-nav span { display: none; }

#drink-nav li {margin: 0px; padding: 0px; list-style: none; position: absolute; top: 0px;}

#drink-nav li, #drink-nav a {height: 32px; display: block;}

#drink-nav1 {
	left: 0px;
	width: 44px;
}
#drink-nav2 {
	left: 53px;
	width: 34px;
}
#drink-nav3 {
	left: 97px;
	width: 126px;
}
#drink-nav4 {
	left: 233px;
	width: 66px;
}
#drink-nav5 {
	left: 308px;
	width: 79px;
}
#drink-nav6 {
	left: 396px;
	width: 54px;
}
#drink-nav7 {
	left: 460px;
	width: 117px;
}

#drink-nav1 a:hover {background: transparent url(../images/drinks.png) 0 -32px no-repeat;}
#drink-nav2 a:hover {background: transparent url(../images/drinks.png) -53px -32px no-repeat;}
#drink-nav3 a:hover {background: transparent url(../images/drinks.png) -97px -32px no-repeat;}
#drink-nav4 a:hover {background: transparent url(../images/drinks.png) -233px -32px no-repeat;}
#drink-nav5 a:hover {background: transparent url(../images/drinks.png) -308px -32px no-repeat;}
#drink-nav6 a:hover {background: transparent url(../images/drinks.png) -396px -32px no-repeat;}
#drink-nav7 a:hover {background: transparent url(../images/drinks.png) -460px -32px no-repeat;}


/* home page slider */


#slider-content {
	width: 750px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 19px 0 0 0;
	}

#start {
	width: 560px;
	height: 280px;
	margin: 0px;
	padding: 0px;
	}
	
#slide-1 {
	width: 560px;
	height: 280px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	}
		
.slide-content {
	margin: 0px;
	padding: 0px;
	}
	

/* layout the page */
#container {
	width: 1020px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}

#header {
	background-image: url(../images/new-header.jpg);
	background-repeat: no-repeat;
	width: 1020px;
	height: 226px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	}
	
#logo {
	width: 350px;
	height: 130px;
	float: left;
	}
	
#home_content {
	width: 510px;
	padding: 50px 0 50px 0;
	margin: 0 0 0 320px;
	}
	
#home_page {
	/*width: 770px;
	height: 500px;
	background-image: url(../images/home-page.jpg);
	background-position: top center;
	background-repeat: no-repeat;*/
	margin: 0px;
	padding: 0px;
	}

#home_page img {
	padding: 0px;
	border: none;
	}
	

#parchment {
	background-image: url(../images/blank-page.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	margin: 0 0 0 60px;
	padding: 0 0 0 0px;
	}

#home_parchment {
	/*width: 770px;*/
	height: 500px;
	background-image: url(../images/home-page.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0 0 0 60px;
	padding: 0px;
	}

#page {
	background-image: url(../images/inside-page.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0 0 0 0px;
	padding: 10px 0 0 0px;
	}
	
#content {
	width: 460px;
	padding: 20px 0 0 0;
	margin-left: auto;
	margin-right:auto;
	}
	
#content-wide {
	width: 540px;
	padding: 20px 0 0 0;
	margin-left: auto;
	margin-right:auto;
	}
	
#events-weekly {
	float: left;
	background: url(../images/weekly.png) no-repeat top center;
	width: 310px;
	height: 540px;
	margin: 0px 0 0 0;
	padding: 40px 0px 0;
	}
#events-weekly p {
	margin: 0 0 14px 0;
	}
		
#events-upcoming {
	margin: 0px 0 0 0px;
	padding: 0px;
	text-align: center;
	}
	
#event1, #event2, #event3 {
	width: 150px;
	float: right;
	}
	
#promo-area {
	width: 460px;
	height: 120px;
	margin-top: 44px;
	margin-left: auto;
	margin-right:auto;
	text-align: center;
	padding: 0px;
	}
	
#contact-area {
	width: 460px;
	height: 120px;
	margin-top: 4px;
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 0px;
	text-align: center;
	padding: 0px;
	}
	
#page_image {
	width: 360px;
	height: 340px;
	padding: 30px 0 0 0;
	margin: 0px;
	float: left;
	text-align: center;
	}
	
#footer {
	height: 100px;
	text-align: center;
	background-color: transparent;
	background-image: url(../images/bottom-page.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	}

/*#footer p {
	color: #FFFFFF;
	font-size: 11px;
	padding: 50px 0 0 0;
	}*/


/*  class clowns  */

.righty {
	float: right;
	width: 219px;
	padding: 0 0px 0 10px;
	}

.lefty {
	float: left;
	width: 219px;
	padding: 0 10px 0 0px;
	border-right: 1px solid #d5c39d;
	}

.lefty-alt {
	float: left;
	width: 300px;
	padding: 0 10px 0 0px;
	}
	
.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin:0px; padding:0px;
	background: transparent;
}
