/*
	Chad Williams
	Creative Visual Design
	http://www.creativevisualdesign.com

	COLOR PALETTE

	#CD9933 - DARKEST BROWN
	#DFC184 - MIDDLE BROWN
	#EAD6AD - LIGHTEST BROWN
*/


/* GLOBAL RESET BEGIN */

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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a, img, .button {
	border: 0;
	outline:none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/* GLOBAL RESET END */


/* REUSABLE CLASSES BEGIN */

p {
	font-size:1.2em;
	line-height:1.5em;
	margin-bottom:10px;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}

.clearfloat { 
	clear:both;
}

h1 {
	font-family:"Arno Pro", "Adobe Garamond Pro", Georgia, serif;
	font-size:2.8em; 
	font-weight:bold; 
	padding-bottom:18px;
}
  
h2 {
	font-size:2.4em; 
	font-weight:bold; 
	padding-bottom:15px;
}  

h3 {
	font-family:"Arno Pro", "Adobe Garamond Pro", Georgia, serif;
	font-size:2.0em; 
	font-weight:bold; 
	padding-bottom:10px;
	padding-top:15px;
	color:#fff;
}
  
h4 {
	font-size:1.5em; 
	font-weight:bold; 
	padding-bottom:7px;
}  

a, input { outline:none; }

strong { font-weight:bold; }
em { font-style:italic; }

/* 
	REUSABLE CLASSES BEGIN 
*/


/*
	STRUCTURE BEGIN
*/

html { overflow-y: scroll; }

body {
	font: 62.5% "Lucida Sans Unicode", Verdana, Arial;
	background: url(/images/bg-body.jpg) repeat top center #D8CFBE;
	text-align: center; 
	color: #000000;
}

#container {
	border-top:10px solid #CD9933;
	border-left:5px solid #CD9933;
	border-right:5px solid #CD9933;
	border-bottom:5px solid #CD9933;
	width: 1000px;  
	margin: 0 auto; 
	text-align: left; 
}

#header {
	background: url(/images/header.jpg) no-repeat;
	height: 180px;
}
	
#header h1 {
	padding: 10px 0; 
}

#nav {
	background:transparent url(/images/bg-nav.jpg) no-repeat;
	height:50px;
	width:1000px;
}

#navigation   { height:50px; }  
   
#navigation li { float:left; }  

#navigation li a  {  
	display:block; 
	/*border-left:1px solid #E0BF7C; */
}
 
	.menu
	{
	background:url(/images/n-menu.jpg) no-repeat;
	width:105px;
	height:50px;
	}
	
	.breakfast
	{
	background:url(/images/n-breakfast.jpg) no-repeat;
	width:160px;
	height:50px
	}
	
	.bar
	{
	background:url(/images/n-bar.jpg) no-repeat;
	width:102px;
	height:50px
	}
	
	.catering
	{
	background:url(/images/n-catering.jpg) no-repeat;
	width:153px;
	height:50px
	}
	
	.photos
	{
	background:url(/images/n-photos.jpg) no-repeat;
	width:125px;
	height:50px
	}

	.contact
	{
	background:url(/images/n-contact.jpg) no-repeat;
	width:140px;
	height:50px
	}
	
	
#navigation a .hover {
	display: block;
	opacity: 0;
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	}
	
	#navigation a.menu .hover {
		background:url(/images/n-menu-hover.jpg) no-repeat;
	
	}
	#navigation a.breakfast .hover{
		background:url(/images/n-breakfast-hover.jpg) no-repeat;
	}
	
	#navigation a.bar .hover {
		background:url(/images/n-bar-hover.jpg) no-repeat;
	}
	
	#navigation a.catering .hover {
		background:url(/images/n-catering-hover.jpg) no-repeat;
	}
	
	#navigation a.photos .hover {
		background:url(/images/n-photos-hover.jpg) no-repeat;
	}
	
	#navigation a.contact .hover {
		background:url(/images/n-contact-hover.jpg) no-repeat;
	}	

#mainContent {
	background: url(/images/bg-mainContent.jpg) repeat-x #EAD6AD;
	padding: 0 50px;
}
	
		
	#mainContent-full { 
		background: url(/images/bg-mainContent-text.jpg) repeat-x #DFC184;
		padding:15px;
	}
	
		p.menu_item, span.menu_item {
			float:left;
			width:560px;
			font-weight:bold;
			margin:10px 0 5px 20px;
			padding:0;
		}
			
		p.menu_description {
			margin:10px 0 0 20px;
			padding:0 0 0 10px;
			display:block;
			width:725px;
			clear:both;
		}
	
		p.menu_description_italic {
			margin:10px 0 0 20px;
			padding:0 0 0 10px;
			display:block;
			width:800px;
			clear:both;
			font-style:italic;
		}
		
		p.menu_price {
			float:right;
			font-weight:bold;
			margin:10px 40px 0px 20px;
			padding:0;
		}

		p.blank {
			display:block;
			height:25px;
		}

	#mainContent-footer {
		background:url(/images/mainContent-footer.jpg) no-repeat;
		height:125px;
	}
	
	#mainContent-footer-2 {
		background:url(/images/mainContent-footer-2.jpg) no-repeat;
		height:72px;
	}
	
	#mainContent-story { 
		background: url(/images/bg-mainContent-text.jpg) repeat-x #DFC184;
		float:left;
		padding:15px 15px 0 15px;
		width:640px;
	}

	#mainContent-news { 
		background: url(/images/bg-mainContent-text.jpg) repeat-x #DFC184;
		border-left:1px solid #CC9933;
		float:left;
		padding:15px 15px 0 15px;
		width:199px;
	}

	#mainContent-contact { 
		background: url(/images/bg-mainContent-text.jpg) repeat-x #DFC184;
		float:left;
		padding:15px 15px 0 15px;
		width:339px;
	}

	#mainContent-map { 
		background: url(/images/bg-mainContent-text.jpg) repeat-x #DFC184;
		border-left:1px solid #CC9933;
		float:left;
		padding:15px 15px 0 15px;
		width:500px;
	}
		
		#mainContent-map iframe { margin-top:20px; }
		
#footer {
	padding: 10px; 
	background: #CC9933;
	border-top:1px solid #EAD6AD;
	height:60px;
}

#footer #address { float:left; }

#footer a, #footer p { color:#fff; }
#footer a:hover { text-decoration:none; }

#footer a.wp-login  { 
	cursor:default; 
	text-decoration:none; 
}

/*
#footer p {
	padding: 10px 0; 
	color: #fff;
	font-size:.8em;
	float:left;
}
*/

#footer p {
	font-size:1em;
	text-align:center;	
}

#footer p a:hover {
	text-decoration:none;
}

#footer-nav {
	border-left:1px solid #DFC184;
	border-right:1px solid #DFC184;
	float:left;
	heigth:60px;
	overflow:hidden;
	padding: 10px;
	width:450px;
}

#footer-nav ul {
	float:left;
	margin:0 auto 10px;
}

#footer-nav ul li {
	border-right:1px dotted #fff;
	float:left;
	padding:0 7px;
	}

#footer-nav ul li.last {
	border-right:none;
}

#footer-nav ul li a {
	font-weight:bold;
}

#footer #madeby { float:right; margin-right:15px;}

#footer img.credit { padding-top: 5px; }

/* 
	STRUCTURE END
*/


/* 
	CONTACT FORM END
*/

form#contact {
	margin:10px 0 0 0;
}

form label {
	float:left;
	margin:3px 0;
}

fieldset {
	width:650px;
}

select {
	float: left;
	width: 205px;
	margin: 0 60px 5px 0;
	padding: 0;
}

select.dropdown {
	margin:10px 0 0 0;
	padding:0;
	float:left;
	width:150px;
}

input.textbox {
	float: left;
	width: 350px;
	padding:5px;
	margin-right:5px;
}

textarea.textarea {
	float:left;
	width:350px;
	height:200px;
	padding:5px;
	margin-right:5px;
}

input.sub {
	margin-top:20px;
}

/* 
	CONTACT FORM END
*/

