/* Designed and coded by RMW Web Publishing - www.rmwpublishing.net */

@import url("layout.css");
@import url("nav_right.css");

/* Site specific styles */
body {
	margin: 0;
	padding: 0;
	color: #0F330D;
	font-family: "Lucida Grande", Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	padding-bottom: 20px;
}
h1 {
	color: #CCC180;
	font-size: 1.4em;
	font-style: normal;
	text-transform: uppercase;
}
h2,
h3,
h4 {
	color: #8F9947;
	font-style: italic;
	font-weight: normal;
	margin-bottom: .5em;
}
p {
	line-height: 1.5em;
	margin-bottom: 1em;
}
a,
a:link,
a:visited,
a:hover,
a:active,
h5#privacy {
/*	color: #ADA364; light mustard - too light */
	color: olive;
}
a:hover {
	text-decoration: none;
}
li {
	list-style-type: circle;
	padding-top: .7em;
	font-size: 90%;
	color: #666;
	font-style: italic;
}
li a {
	font-size: 120%;
	text-decoration: none;
	font-style: normal;
}
li.alt a {
	color: #A2AB4F;
}
li a:hover {
	color: #900;
}
hr {
	display: none;
}
table {
	margin: 0 auto;
	border-collapse: collapse;
}
tbody tr:hover {
	background: #FBFBE8;
}
th,
td {
	padding: 2px;
	border: 1px solid #ADA364;
	text-align: left;
}

.brand {
	color: #900; /* rouge */
	font-family: Garamond, "Hoefler Text", "Times New Roman", Times, "Bookman Old Style", Serif;
	letter-spacing: .1em;
	font-style: normal;
}
.brandsplit {
	color: #663; /* olive */
}

#header {
	height: 65px;
	margin: 0;
	padding: 0;
	background: url("../img/logo_walkerwines.png") 0 5px no-repeat;
	border-bottom: 1px solid #ACB7A6;
}
#header h1 {
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	font-size: 6px;
}
#header a {
	display: block;
	margin: 0;
	height: 65px;
}
#header #phrase {
	display: block;
	margin-top: -2.5em;
	padding: 0 5%;
	text-align: right;
	color: #666;
}
#content {
	min-height: 350px;
	padding-left: 120px;
	background: url("../img/grapes.jpg") no-repeat left top;
}
#footer {
	font-size: .85em;
	font-style: italic;
}
.vcard,
.vcarddownload,
#legal,
#privacy {
	margin-left: 120px;
}
#legal {
	padding: 0;
}

/* vcard */
.vcard .type,
.vcard .org,
.vcard .url {
	display: none;
}
.vcard div,
#legal li {
	display: inline;
	margin-left: 2em;
}

#grapevine a {
	display: block;
	padding: 5px;
	border: 1px dashed #ADA364;
	background: #F5F3EB;
	color: #900;
	text-align: center;
}

.buy {
	word-wrap: normal;
	border: 1px dashed #ad3528;
	background: #f5f3a3;
	color: #990000;
	text-align: center;
}

/* Privacy */
h5#privacy {
	cursor: pointer;
	text-decoration: underline;
	color: olive;
}
h5#privacy:hover {
	text-decoration: none;
}
#privacydiv {
	padding-left: 1.5em;
	border: 1px solid #EEE;
	font-size: 1em;
	font-style: normal;
}
#privacydiv ul,
#privacydiv li {
	list-style: circle;
}

/* Meta */
.meta {
	display: none;
}

/* Developer credits */
#siteby {
	width: 190px;
	margin: 4em auto 0;
	text-align: center;
}
#siteby a {
	color: #FFF;
}
#siteby img {
	display: block;
	border: none;
}