﻿/* `Basic HTML
/* Emily's color requests: Colors:
Green
#a3af07 or #aabaOa
Burgundy: 	color:#652a2a;
#a03033
Parchment
#ede5ad
removed font: Cambria, Cochin, Georgia, 

*/
/*----------------------------------------------------------------------------------------------------*/

body {
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	background-color:#fff;
}
#outer-content {
	background:#fff url('../images/bkg-left1.jpg') repeat-y left top;
	margin-left:auto;
	margin-right:auto;
}
a:focus {
	outline: 0px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	letter-spacing:1px;
	color:#a03033;
	color:maroon;

}
h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
	color:#000;
	font-weight:normal;
}

h6 {
	font-size: 15px;
	color:#000;
	font-weight:normal;
}
.grid_9 h2 {
	margin-bottom:20px;
}
/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

.b-list li {
	margin-left: 30px;
	list-style-type:disc;
	padding-bottom:5px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size:15px;
}

dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
pre,
table,
address,
fieldset {
	margin-top:10px;
	margin-bottom: 20px;
}
/* `Layout
----------------------------------------------------------------------------------------------------*/
#masthead {
}
#masthead img {
/*	padding-top:20px;
	padding-left:220px; */
	margin:10px 0 0 -10px;
	padding-left:0;
	float:left;
}
#masthead ul {
	margin-left:auto;
	margin-right:auto;
	margin-top:-33px;
	padding-top:8px;
	padding-bottom:8px;
	height:40px;
	text-align:center;
/*	background-color:#8A972D; */
	background: transparent url('../images/masthead-bg1.png') no-repeat scroll left top;
}
#masthead li {
	padding-right:11px;
	list-style:none;
	display:inline;
	color:#ede5ad;
}

#masthead a {
	color:#ede5ad;
	color:#fff;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	text-decoration:none;
	font-size:15px;
	font-weight:normal;
	letter-spacing:-1px;
}
#masthead .current a {
	color:#999900;
	color:#ede5ad;
}
#masthead a:hover {
	color:#999900;
	color:#ede5ad;
}
#masthead .homelink img,a{
	border:0
}
.homelink h1 {
	float:left;
	clear:left;
	color:#999900;
	font-size:21px;
	margin:0;
}
/*----------------------------------- CONTENT ------------*/
#content {
	min-height:340px;
	padding-bottom:5px;
	margin-top:10px;
}
#content p {
	padding:0 10px 10px 0; 
	font-size:16px;
}
#content a {
	color:#a03033;
	text-decoration:underline;
}
	
#content a:hover {
	color:#999900;
}
.center {
	text-align:center;
}
.left {
	text-align:left;
	float:left;
}
.left-img {
	padding:5px 15px 5px 0;
	text-align:left;
	float:left;
}

.right-img{
	padding:5px 0 5px 15px;
	text-align:right;
	float:right;
}
.right {
	text-align:right;
	float:right;
}

/*------------SIDE NAV ---------------*/
#sidenav {
	margin-top:0px;
	line-height:200%;
}
#sidenav ul {
}
#sidenav li {
	list-style:none;
	display:block;	
}
#sidenav a {
/*	font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif; */
	font-size:1.4em;
	color:#652a2a; 
	text-decoration:none;
	text-transform:capitalize;
}
#sidenav .current a {
	color:#800000;	
}
#sidenav a:hover {
	color:#fff;
}
#sidenav .subline {
	margin-left:10px;
	margin-bottom:10px;
	line-height:120%;
}
#sidenav .subline a {
	font-size:14px;
}
.navline {
	background:transparent url('../images/line-ornament1.png') no-repeat scroll center center;
	height: 18px;
	margin-left:10px;
	width:180px;
	text-align:center;
}

.breadcrumb {
	margin-bottom:10px;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:9px;
	line-height:135%;
}
#hours {
line-height:120%;
}
/*----------------FOOTER -----------------*/
#footer {
	background:url('../images/footer2b.png') no-repeat;
	margin-top:30px;
	height:92px;

}
#footer ul {
	padding-left:20px;
	padding-top:10px;
}
#footer li {
	list-style:none;
	display:inline;	
	padding-right:0.9em;
	padding-left:0.5em;
	border-right:1px olive solid;
}
#footer a {
	font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	color:maroon;
	text-decoration:none;
}
#footer .current a {
	color:#800000;	
}
#footer a:hover {
	color:#CC3300;
	color:#666633
}
#footer p {
	padding-top:20px;
	padding-left:20px;
	color: #444444;
	font-size:14px;
}
/* --------- CREDIT --------------------*/
#credit {
	padding-right:10px;
	margin-top:10px
}
#credit p {
	font-family: 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 10px;
	text-align: right;	
	color:gray;
}
#credit a {
	font-size: 10px;;
	font-family: 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	text-decoration:none;
	color:gray;
}
#credit a:hover {
	text-decoration:underline;
	color:maroon;
}
/* -------------- OTHER  ----------------------------*/
.hiddenpic {display:none;}
.media {
	width:100px;
	margin:0;
	float:right;
	clear:none;
}

.winelist li{
	margin-right: 6px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 6px;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
.newslist li{
	margin:0 6px 6px 15px;
	list-style:circle inside;
}

