html, body 	{ height: 100%; }

.clear		{ border-bottom: 3px double #E0D9BC; margin-bottom: 10px; clear: both; }

body 		{ background: #f6f5e0 url(/assets/images/presentation/bg.jpg); color: #000; font-size: 62.5%; font-family: "Lucida Sans Unicode", verdana, arial, sans-serif ; margin: 0; padding: 0; text-align: center; }
	
/* ----- DEFAULT STYLES ----- */

h1, h2, h3, h4, h5, h6, img, p, ul, li, div {
	margin: 0;
	padding: 0;
	border: none;
	}

a:link {
	color: #000;
	}

a:visited {
	color: #000;
	}

a:hover {
	text-decoration: none;
	}

a:active {
	}

#home .home a, #aboutus .aboutus a, #menu .menu a, #locations .locations a, #contactus .contactus a {
color: #fff;
}

/* ----- TYPOGRAPHY ----- */

h1 {
font-weight: lighter;
}

h1 {
	font-size: 24px;
	padding: 0 0 0.75em 0;
	color: #5A0F0C;
	font-family: Georgia, "Times New Roman", serif;
	}

h2 {
	font-size: 16px;
	padding: 0 0 1em;
	color: #5A0F0C;
	}
	
h3 {
	font-size: 14px;
	padding: 0 0 0.5em;
	}

h4 {
	font-size: 12px;
	padding: 0 0 0.4em;
	font-weight: bold;
}

p {
	color: #000;
	margin: 0;
	line-height: 1.6em;
	font-size: 12px;
	padding: 0 0 1.5em 0;
	}
	
	.sidesection p {
	font-size: 1.1em;
	padding: 0 0 1em;
	}
	
	#footer p {
	padding: 0 0 0.5em 0;
	font-size: 11px;
	font-weight: bold;
	color: #ccc;
	}
	
	p.date 			{ font-size: 10px; }
	
/* ----- CLASS STYLING ----- */

.picleft {float: left; margin: 0 25px 10px 0;
border: 3px #762835 solid;}

.notice {
font-weight: bold;
}

.entry				{ border-bottom: 3px double #E0D9BC; margin-bottom: 10px; }



/* ----- DIV STYLING ----- */


#container {
width: 760px;
text-align: left;
margin: 0 auto;
padding: 0;
background-color: #fdfae9;
}

#masthead {
margin: 0;
padding: 0;
height: 362px;
}

#masthead img {
display: inline;
}

#bigwrap {
float: left;
margin: 0;
padding: 0 0 20px 0;
background: #fff6cb url(/assets/images/presentation/content-bg.jpg) repeat-x top left;
}

#nav {
margin: 0;
padding: 0;
background: url(/assets/images/presentation/navborder.jpg) no-repeat bottom center;
}

#contentwrap {
float: left;
width: 760px;
padding: 20px 0 0 0;
}

#contentleft {
float: left;
width: 460px;
padding: 20px 0 0 30px;
}


	#contentleft ul {
	padding-bottom: 20px;
	}
	
	#contentleft ul li {
	margin-left: 16px;
	font-size: 12px;
	}

#contentright {
float: left;
width: 210px;
padding: 0 20px 0 30px;
}

div.sidesection {
margin-bottom: 10px;
padding: 10px;
border: 1px solid #E0D9BC;
background-color: #FFEBC7;
}

#footer {
clear: left;
background: #6d0303 url(/assets/images/presentation/footer-bg.gif) repeat-x top left;
overflow: auto;
padding: 20px 0 10px 40px;
}

#footer_left		{ float: left; margin-right: 40px; padding: 20px 0 10px; width: 300px; }
#footer_right		{ float: left; padding: 20px 0 10px; width: 300px; }



/* ----- NAVIGATION ----- */

#nav ul {
	width: 760px;
	list-style-type: none;
	text-align: center;
	padding: 15px 0 15px;
	margin: 0;
	background: url(/assets/images/presentation/navborder.jpg) no-repeat top center;
	}

#nav ul li {
	display: inline;
	}

#nav ul li a {
	padding: 0;
	margin: 0 8px;
	font-size: 1.6em;
	color: #505050;
	font-weight: lighter;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", serif;
	text-transform: uppercase;
	}

#nav ul li a:hover {
	background: none;
	}
	
.sidesection ul {
list-style-type: none;
}
	
.sidesection ul li {
margin: 6px 0;
}

.sidesection ul li a {
display: block;
text-decoration: none;
font-size: 1.2em;
padding: 0 0 2px 20px;
background: url(/assets/images/presentation/doubleGreyPointer.gif) no-repeat center left;
_height: 1em;
border-bottom: 1px #e8e3cd dotted;}

.sidesection ul li a:hover {
background: #fff url(/assets/images/presentation/doubleGreyPointer.gif) no-repeat center left;
}


/* ----- FORMS ----- */

#contentleft input, #contentleft textarea, #contentleft select {
width: 300px;
}

#contentleft input.button {
width: 80px;
margin: 10px 0 0 10px;
}

#contentleft fieldset {
padding: 1em;
}

.sidesection form {
padding: 10px 10px 0 10px;
background: #ffefcf;
border: 1px #ece3bc solid;
}

.sidesection input.text {
margin-bottom: 5px;
width: 162px;
}

/* ----- MENU STYLING ----- */


div.dividerdiv {
	padding: 0;
	margin: 0;
	}


table {
	border: 0;
	margin-bottom: 25px;
	border-collapse: collapse;
	}

td {
	vertical-align: top;
	font-size: 12px;
	}
	
td.wine		{ width: 280px; }

td.type {
	width: 110px;
	}
	
	td.type span {
	font-weight: bold;
	}
	
	td.description {
	width: 220px;
	}
	
	.wines td.description {
	width: 180px;
	}
	

td.price {
	width: 30px;
	text-align: right;
	}

tr td {
	padding: 8px;
	background: #fff;
	}

thead td {
	color: #fff;
	font-size: 1.3em;
	background-color: #770b10;
	vertical-align: middle;
	font-weight: bold;
	}

tbody td {
	background-color: #ece1bd; 
	}

tbody tr.even td {
	background-color: #ffecee;
	}
	
ul#extras {
list-style-type: none;
font-size: 0.9em;
}

div.menuhighlight {
padding: 10px;
border: 2px solid #E0D9BC;
background-color: #770B10;
}

	div.menuhighlight h3 {
	margin: 0; padding: 0;
	font-weight: bold;
	color: #fff;
	}
	
	div.menuhighlight p {
	font-size: 2.2em;
	margin: 0; padding: 0;
	color: #fff;
	font-weight: bold;
	}
	
	div.menuhighlight ul {
	font-size: 2.2em;
	color: #fff;
	padding: 0 0 10px 25px;
	font-weight: bold;
	}
	
	div.menuhighlight ul li {
	padding: 2px 0 2px 10px;
	font-family: 'Comic Sans MS';
	}



/* -----  Contact Form Styling -----  */

#m3moduleform_1 {
padding: 20px;
background: #F0F1D5 url(..//assets/images/presentation/contact-bg.gif) repeat-x;
border: none;
border-top: 1px solid #182D48;
border-bottom: 10px solid #182D48;
}

#m3moduleform_1 p {
font-size: 1.2em;
font-weight: bold;
padding: 0.25em 0;
margin: 12px 0 0 0;
}	

#m3moduleform_1 input, #m3moduleform_1 select, #m3moduleform_1 textarea {
padding: 0.25em;
border: 3px #B54040 double;
margin: 10px 0 0 0;
width: 95%;
font-family: Georgia, Palatino, 'Palatino Linotype', serif;
font-style: italic;
font-size: 1.2em;
} 

#m3moduleform_1 textarea {
height: 240px;
line-height: 1.6em;
padding: 2px 6px;
}

#m3moduleform_1 input.ffsubmit {
width: 30%;
}

