/* -----------------------------------------
Site: 			websitename.com
Author: 		Chris Satterthwaite
Updated: 		January.24.2010
Updated By: 	Chris Satterthwaite
--------------------------------------------
TABLE OF CONTENTS
--------------------------------------------
Reset:
Fonts:
Body:
Background:
Flash Container:
Wrapper:
Nav:
Photo Bar:
Logo:
Content:
Address:
Link:
--------------------------------------------
STYLE RULES
--------------------------------------------
Box
			hieght
			width
			background
			border
			margin
			padding
			display
			
Position
			position
			top
			left
			float
			clear
			z-index
			
Font
			color
			font family
			font size
			line hieght

/*----------------- Reset --------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:             0;
	padding:            0;
	border: 			0;
	outline:			0;
	font-size: 			100%;
	vertical-align: 	baseline;
	background: 		transparent;
}
body {
	line-height: 		1;
}
ol, ul {
	list-style: 		none;
}
blockquote, q {
	quotes: 			none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: 			'';
	content: 			none;
}

/* remember to define focus styles! */
:focus {
	outline: 			0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: 	none;
}
del {
	text-decoration: 	line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: 	collapse;
	border-spacing: 	0;
}

/*----------------- Fonts --------------- */
@font-face {
 font-family: 				'HelveticaNeue';
 src: 						url(../fonts/HelveticaNeue.eot); /*EOT file for IE */
 src: 						local('HelveticaNeue'), url(../fonts/HelveticaNeue.ttf) format('truetype'); /* TTF file for CSS3 browsers */
}
/*----------------- Typography ---------- */
h1 {
	font-size:			26px;
	margin-bottom:		24px;
	font-family: 		HelveticaNeue, Arial;
	text-align: 		center;
	font-weight:		bold;
}

h2 {
	font-size:			24px;
	margin-bottom:		24px;
	font-family: 		HelveticaNeue, Arial;
	font-weight:		bold;
}

#content p {
	margin-bottom:		24px;	
	color:				#FFF;	
	font-size:			18px;
	font-family: 		Helvetica, Arial;
	line-height:		25px;
}

#content-full p {
	margin-bottom:		24px;	
	color:				#FFF;	
	font-size:			18px;
	font-family: 		HelveticaNeue, Arial;
	line-height:		25px;
}

#content-full-print p {
	margin-bottom:		24px;	
	color:				#000;	
	font-size:			18px;
	font-family: 		HelveticaNeue, Arial;
	line-height:		25px;
}

a {
	font-size:			18px;
	font-family: 		HelveticaNeue, Arial;
	line-height:		25px;
	color:				#edcc5d;
	text-decoration:	none;
}

a:hover {
	color: 				#FFF;
}

.center {
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}

.imgleft {
	float: left;
	-moz-box-shadow: #000 3px 3px 5px;
	-webkit-box-shadow: #000 3px 3px 5px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.imgright {
	float: right;
	-moz-box-shadow: #000 3px 3px 5px;
	-webkit-box-shadow: #000 3px 3px 5px;
	margin-left: 15px;
	margin-bottom: 15px;
}

/*----------------- Body ---------------- */
body {
	text-align: 		center;
	font-family: 		HelveticaNeue, Arial;
}
/*----------------- Background ---------- */
#background {
	width: 				100%;
	height: 			100%;
	margin: 			0px;
	padding: 	        0px;
	background:			#000;
	
	position: 			fixed;
	left: 				0px;
	top:				0px;
	
	text-align: 		center;
	overflow: 			hidden;
}

/*--------- Flash Container ------------- */
#flash-container {
	height:				100%;
	width:				100%;
	
	overflow:			visible;
}

/*----------------- Wrapper ------------- */
#wrapper {
	width: 				836px;
	margin:				90px auto 0px auto; /* Centering the layout horizontally */
	
	position:			relative;
	z-index:			10;

	text-align:			left;
}

#wrapper-print {
	width: 				600px;
	position:			relative;
	z-index:			10;
	text-align:			left;
}

#home-btn a {
	width:				126px;
	height:				55px;
	background:			url(../../images/interface/home-btn.png) no-repeat;
	
	position:			absolute;
	top: 				-70px;
	left:				0px;
	
	display:			block;
}

#home-btn a:hover {
	background:			url(../../images/interface/home-btn.png) no-repeat 0px -55px;
}

#home-btn span {
	display: 			none;
}

#festivals-btn a {
	width:				254px;
	height:				55px;
	background:			url(../../images/interface/festival-btn.png) no-repeat;
	
	position:			absolute;
	top: 				-70px;
	right:				-35px;
	
	display:			block;
}

#festivals-btn a:hover {
	background:			url(../../images/interface/festival-btn.png) no-repeat 0px -55px;
}

#festivals-btn span {
	display: 			none;
}

#print-btn a {
	width:				123px;
	height:				55px;
	background:			url(../../images/interface/print-btn.png) no-repeat;	
	position:			absolute;
	top: 				70px;
	right:				0px;	
	display:			block;
}

#print-btn a:hover {
	background:			url(../../images/interface/print-btn.png) no-repeat 0px -55px;
}

#print-btn span {
	display: 			none;
}

#print-btn-bot a {
	width:				123px;
	height:				55px;
	background:			url(../../images/interface/print-btn.png) no-repeat;	
	position:			absolute;
	bottom: 			0px;
	right:				10px;	
	display:			block;
}

#print-btn-bot a:hover {
	background:			url(../../images/interface/print-btn.png) no-repeat 0px -55px;
}

#print-btn-bot span {
	display: 			none;
}

.view-cart {
	width:				110px;
	height:				25px;
	background:			url(../../images/interface/view-cart.png) no-repeat;
	float:				right;
	display:			block;
}

.view-cart:hover {
	background:			url(../../images/interface/view-cart.png) no-repeat 0px -25px;
}

.view-cart span {
	display: 			none;
}


/*------------- Nav --------------------- */
#nav {
	height:				74px;
	width:				836px;
	background:			url(../../images/interface/bg-nav.png) no-repeat;
	display:			block;
	z-index:			30;
}

#nav ul  {
	height:				74px;
	width:				836px;
	margin:				0px;
	padding:          	0px;
	background:			url(../../images/interface/nav.png) no-repeat;
	z-index:			50;

}
#nav ul li {
	margin:				0px;
	padding:          	0px;
	
	position:			absolute;
	top: 				0px;
	float:				left;
	
	list-style-type:	none;
	z-index:			60;

}
#nav ul li span {
	display:			none;
}
#nav ul li a {
	height: 			74px;
	display: 			block;
}
.about {
	left:				63px;
	width:				162px;
}
.menus {
	left:				288px;
	width:				144px;
}
.shop {
	left:				495px;
	width:				124px;
}
.contactus {
	left:				682px;
	width:				133px;
}


.about a:hover, .about .selected {
	background:transparent url(../../images/interface/nav.png) -63px -74px no-repeat;
}
.menus a:hover, .menus .selected {
	background:transparent url(../../images/interface/nav.png) -288px -74px no-repeat;
}
.shop a:hover, .shop .selected {
	background:transparent url(../../images/interface/nav.png) -495px -74px no-repeat;
}
.contactus a:hover, .contactus .selected {
	background:transparent url(../../images/interface/nav.png) -682px -74px no-repeat;
}

.cork1, .cork2, .cork3, .cork4 {
	height: 			74px;
	width:				63px;
	
	top:				0px;
	}
	
.cork1 {
	left:				0px;
}
.cork2{
	left:				225px;
}
.cork3 {
	left:				432px;
}
.cork4 {
	left:				619px;
}


/*------------- Dropdowns ----------------*/
#nav li ul {
	width:					148px;
	height: 				auto;
	position:				absolute;
	top:					63px;
	left:					0px;
	display:				none;
	background: 			url(../../images/interface/bg-sub.png);
	z-index:				70;
	font-family: 			HelveticaNeue, Arial;
	border-bottom:			#6a5624 solid 3px;
}
#nav li ul li {
	float: 					left;
	position:				relative;
	z-index:				80;
}
#nav li ul li a {
	color: 					#FFFFFF;
	text-decoration: 		none;
	font-size:				16px;
	font-weight: 			bold;
	height:					15px;
	width:					127px;
	padding: 				10px;
	display: 				block;
	text-align:				left;
}
#nav li ul li a:hover {
	color:					#000;
	height: 				15px;
	background: 			url(../../images/interface/bg-sub.png);
}
#nav li:hover ul, #nav li.over ul {
	display: 				block;
	z-index:				80;
}
#nav li:hover ul, li.over ul {
	display: 				block;
	z-index:				80;
}
/* Third Level Nav
--------------------------------------------------------------------------------------- */
#nav li ul li ul {
	display:				none !important;
	width:					200px;
	height: 				auto;
	position:				absolute;
	top:					0px;
	left:					148px;
	background: 			url(../../images/interface/bg-sub.png);
	border-bottom:			#6a5624 solid 3px;
	z-index:				500;
}
#nav li ul li ul li{
	float: left;
	border: none;
	width: 90%;
	height: auto;
	z-index: 500;
}
#nav li ul li ul li a {
	color: 					#FFFFFF;
	text-decoration: 		none;
	font-size:				16px;
	font-weight: 			bold;
	height:					auto;
	width:					180px;
	padding: 				10px;
	display: 				block;
	text-align:				left;
}
#nav li ul li ul li a:hover {
	color:					#000;
	height: 				auto;
	background: 			url(../../images/interface/bg-sub.png);
}

#nav li ul li:hover ul, #nav li ul li.over ul {
	display: 				block !important;
	z-index:				500;
}
#nav li ul li:hover ul, li ul li.over ul {
	display: 				block !important;
	z-index:				500;
}



/*----------------- Content ------------- */
#content {
	min-height:			320px;
	width:				500px;
	margin-top:			90px;
	margin-bottom:		20px;
	
	float:				left;
	z-index:			10;

	text-shadow: 		#000000 3px 3px 5px;
}

#content-full {
	min-height:			320px;
	width:				784px;
	margin: 			-11px 0px 0px 6px;
	padding:            20px;
	background:			url(../../images/interface/bg-content.png);
	
	float:				left;
	z-index:			10;

	color:				#FFF;
	font-size:			22px;
}

#left {
	min-height:	        320px;
	width:				378px;
	float:				left;
	padding:            0px 20px 0px 0px;
}

#right {
	min-height:         320px;
	width:				378px;
	float:				right;
	padding:            0px 0px 20px 0px;
}

#menu {
	text-align: center;
	margin-bottom: 80px;
	width: 100%;
}

#menu li {
	display: inline-block;
	margin: 38px 29px 0px 29px;
	*display:inline;
	zoom: 1;
}
.hours {
	width: 320px; 
	min-height: 200px; 
	font-size: 14px; 
	border: 2px solid #FFF; 
	padding: 20px;
}
.menu-change {
	font-size: 12px;
}
/*------------- Shop -----------------*/
.shopitem {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #FFF;
	margin-bottom: 20px;
	font-family: HelveticaNeue, Arial;
	font-size: 20px;
	padding: 0px 0px 20px 0px;
}

.shopitem .itemname {
	font-size: 24px;
	margin-bottom: 14px;
	float: right;
	width: 80%;
}

.shopitem .desc {
	float: right;
	width: 80%;
	margin-bottom: 20px;
}

.shopitem .img {
	float: left;
	width: 20%;
	width: 150px;
	height: 100px;
	border: 1px solid #FFF;
}
.shopitem .itemprice {
	width: 100%;
	text-align: right;
	float: right;
	color: #edcc5d;
	margin-bottom: 10px;
	font-size: 24px;
}
.shopitem .quantity {
	float: left;
	width: 100%;
	text-align: right;
}
.shopitem .available {
	font-size: 16px;
	color: #FFF;
}
/*------------- Input -----------------*/
input {
	width: 250px;
	height: 20px;
	background: #FFF;
	border: 1px solid #6a5323;
}
textarea {
	width: 519px;
	height: 100px;
	background: #FFF;
	border: 1px solid #6a5323;
	overflow:hidden;
	font-family: 		HelveticaNeue, Arial;
}
.expiration {
	width: 100px;
}
.cart {
	width: 50px;
}
/*------------- Employment Page -----------------*/
.job-item {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	padding: 20px 0px 0px 0px;
	border-top: 1px solid #FFF;
	filter: Shadow(Color=#000000, 	
			Direction=145, 
			Strength=4);
}


/*------------- Side Bar -----------------*/
#side-bar {
	width:				326px; /*836 - 500 - 10 (Margin) = 326px*/
	margin-top:			174px;
	padding-bottom:     40px;	
	float:				right;
	z-index:			20;	
	text-shadow: 		#000000 3px 3px 5px;	
}

/*----------------- Footer -------------- */
#footer {
	height:				53px;
	width:				836px;
	margin:				0px auto 20px 6px;	
	clear:				both;
	z-index:			10;
}

#copyright {
	float: left;
	width: 418px;
	height: 25px;
}
#webdesign {
	float: right;
	width: 418px;
	height: 25px;
	text-align: right;
}
#copyright a, #webdesign a {
	color: #FFF;
	font-size: 10px;
	text-decoration: none;
}

#footer-print {
	height:				53px;
	width:				836px;
	margin:				20px auto;	
	clear:				both;
	z-index:			10;
}

#copyright-print {
	float: left;
	width: 250px;
	height: 25px;
}
#webdesign-print {
	float: right;
	width: 250px;
	height: 25px;
	text-align: right;
}
#copyright-print a, #webdesign-print a {
	color: #000;
	font-size: 10px;
	text-decoration: none;
	text-shadow: none;
}
#footer-address {
	width: 100%;
	text-align: center;
	margin: 15px 0;
	border-top: 1px solid black;
	margin-top: -35px;
}
/*------------- Hacks/Fixes ------------- */
/* Fire Fox Float Fix                     */
.clearfix:after {
	height:					0;
	visibility: 			hidden;
	display: 				block;
	clear: 					both;
	content: 				".";
	line-height: 			0;
}
.clearfix {
	display: 				block;
}
html[xmlns] .clearfix {
	display:				block;
}
* html .clearfix {
	height: 				1%;
}
/* SIMPLE MODAL BOX
--------------------------------------------------------------------------------------- */
#simplemodal-overlay {
	background:				#000; 
	
	cursor:					wait;
}

/* Container */
#simplemodal-container { 
	width:					600px; 
	min-height:	            250px; 
	background:				#797e46;
	border:					2px solid #FFF;
	
	padding: 	            20px;
}
#simplemodal-container a.modalCloseImg {
	width:					33px; 
	height:					34px; 
	background:				url(../../images/x.png) no-repeat; 
	
	position:				absolute; 
	top:					-15px; 
	right:					-18px; 
	display:				inline; 
	z-index:				3200; 

	cursor:					pointer;
}
#simplemodal-container #basicModalContent {
	padding:	           	0px;
}
			   
#modal {
	padding:               	20px;

	color:					#FFF;
	font-weight:			bold;
}
#modal h2 {
	text-align:				center;
	font-size:				18px;
}
#modal p {
	text-align:				center;
	font-size:				14px;
}
/* Jscroll 
--------------------------------------------------------------------------------------- */
/*.scroll-pane {
	width: 100%;
	height: 550px;
}*/

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0px;
	top: 0;
	z-index: 500;
}
.jScrollPaneDrag {
	position: absolute;
	background: #FFF;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 0px;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../../images/interface/uparrow.png) no-repeat;
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0px;
	right: 0px;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../../images/interface/downarrow.png) no-repeat;
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}



#app_form *{color: #fff;}
#app_form input{color: #000;}
#app_form td{padding: 5px;}
#app_form{width: 400px; height: 300px;padding: 20px;}