/* Main CSS File for WillOrch.com
 * Copyright (c) 2009 Williamson Orchards Inc.
 */
 
/* COLORS

 #f2e3a0  cream [old]
 #630a02  deep red

 #f2e5a2  cream [new]
 
*/

/* GENERIC */

/*resset all margins and padding for every element*/
*{
	margin: 0;
	padding: 0;
}

/* Must set the basics */
body, html {
	color: #fff; /* override this below; should be black but we need to not match */
	background-color: #000;
	font-family: Tahoma, Geneva, Helvetica, Arial, sans-serif;
	font-size: 100%;
}

/* fix spacing for all paragraphs */
p {
	padding: 0.5em;
}
p.newline { /* see also div.newline */
	margin-bottom: 1.5em;
}

/* 
force a break between floating things 
font-size and ling-height is for IE, it doesn't render anything in a div smaller than a character, so you must set character size to 0
*/
div.break {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

/* simulate a newline */
div.newline {
	height: 1em;
}

/* hack for IE,  margin: auto;  works for others */
.center {
	text-align: center;
}

/* combine with other classes for exact alignment */
.left {
	text-align: left;
}
.right {
	text-align: right;
}

/* STRUCTURES AND LAYOUT */

/*the main column. width can be fixed of fluid*/
div#main {
	position: relative;
	/*	width: 800px; */
	width: 880px;
	margin: 0 auto;
	background-color: #630a02;
	background: url("../images/menu-background.png") top right repeat-y;
}

/* header image */
h1#title {
	height: 230px;
	width: 100%;
	text-indent: -3000px;
	margin: 0 auto;
	background: #000 url("../images/willorch-logo.png") center center no-repeat;
	text-align: center;
}



/* main content area */

/*wrapper for the content*/
div#container{
	background-color: #f2e5a2;
	margin-right: 220px;
	background: url("../images/content-background.png") top left repeat-y;
}

div#content {
	position: relative; /*for some reason, image h2 does not show up in IE6 if this is not set to relative. Go figure*/
	color: #000;
	padding: 0.6em;
}

div#content a {
	color: #630a02;
	text-decoration: underline;
}

/* basic style for h2 */
h2 {
	/*
	font-family: Corsiva, "Lucida Handwriting", cursive;
	font-style: italic;
	*/
	font-size: 140%;
	text-align: left;
}

/* IMAGE REPLACING TEXT FOR H2 */

/* Our family is prod to grow fresh fruit and produce fine wines for you */
h2.our-family {
	background: url("../images/motto.png") center center no-repeat;
	text-indent: -3000px;
	text-align: center;
	margin: 0.4em 0 0.7em 0;
}
/* Membership Benefits */
h2.membership-benefits {
	background: url("../images/membership-benefits.png") bottom left no-repeat;
	text-indent: -3000px;
	text-align: left;
	margin: 0.7em 0 0 0;
}
/* Wine Club Options */
h2.wineclub-options {
	background: url("../images/wineclub-options.png") bottom left no-repeat;
	text-indent: -3000px;
	text-align: left;
	margin: 0.7em 0 0 0;
}
/* Reds */
h2.wineclub-reds {
	background: url("../images/wineclub-reds.png") bottom center no-repeat;
	text-indent: -3000px;
	text-align: center;
	margin: 0.2em 0 0 0;
}
/* Mixed */
h2.wineclub-mixed {
	background: url("../images/wineclub-mixed.png") bottom center no-repeat;
	text-indent: -3000px;
	text-align: center;
	margin: 0.2em 0 0 0;
}
/* Whites */
h2.wineclub-whites {
	background: url("../images/wineclub-whites.png") bottom center no-repeat;
	text-indent: -3000px;
	text-align: center;
	margin: 0.2em 0 0 0;
}

/* Events */
h2.events-ours {
	background: url("../images/events/events-at-williamsons.png") bottom center no-repeat;
	text-indent: -3000px;
	text-align: center;
	margin: 0.2em 0 0 0;
	height: 42px;
}
h2.events-others {
	background: url("../images/events/other-events.png") bottom center no-repeat;
	text-indent: -3000px;
	text-align: center;
	margin: 0.2em 0 0 0;
	height: 48px;
}

/* Garden */
h2.garden-goodies {
	background: url("../images/garden-goodies.png") bottom left no-repeat;
	text-indent: -3000px;
	text-align: left;
	margin: 0.2em 0 0 0;
	height: 61px;
}

/* Kitchen */
h2.our-kitchen {
	background: url("../images/kitchen-our-kitchen.png") bottom center no-repeat;
	text-indent: -3000px;
	text-align: center;
	margin: 0.2em 0 0 0;
	height: 56px;
}


/* style for h3 */
h3 {
	font-weight: bold;
	text-align: center;
	margin: 0.5em 0 0 0;
	padding: 0;
	font-size: 125%;
}

/* IMAGE REPLACING TEXT FOR H3 */

/* Cherries */
h3.fruit-cherries {
	background: url("../images/fruit/fruit-cherries.png") bottom left no-repeat;
	text-indent: -3000px;
	margin: 0 0 0 160px;
	height: 58px;
}
/* Apricots */
h3.fruit-apricots {
	background: url("../images/fruit/fruit-apricots.png") bottom right no-repeat;
	text-indent: -3000px;
	margin: 0 180px 0 0;
	height: 58px;
}
/* Peaches */
h3.fruit-peaches {
	background: url("../images/fruit/fruit-peaches.png") bottom left no-repeat;
	text-indent: -3000px;
	/* margin: 160px 0 0 230px; */
	margin: 0 0 0 230px;
	height: 58px;
}
/* Nectarines */
h3.fruit-nectarines {
	background: url("../images/fruit/fruit-nectarines.png") bottom right no-repeat;
	text-indent: -3000px;
	margin: 0 300px 0 0;
	height: 58px;
}
/* Pluots */
h3.fruit-pluots {
	background: url("../images/fruit/fruit-pluots.png") bottom left no-repeat;
	text-indent: -3000px;
	margin: 0 0 0 160px;
	height: 58px;
}
/* Plums */
h3.fruit-plums {
	background: url("../images/fruit/fruit-plums.png") bottom right no-repeat;
	text-indent: -3000px;
	margin: 0 200px 0 0;
	height: 58px;
}
/* Apples */
h3.fruit-apples {
	background: url("../images/fruit/fruit-apples.png") bottom left no-repeat;
	text-indent: -3000px;
	margin: 0 0 0 230px;
	height: 58px;
}


/* Style for h4 */
h4 {
	font-weight: bold;
	font-style: italic;
	text-align: left;
	margin: 0.5em 0 0 0;
	padding: 0;
	font-size: 105%;
}
h4 .note {
	 font-size: 80%;
	 font-weight: normal;
}


/* Simple list */
ul.dash {
	margin: 0.1em 0.1em 0.1em 1.5em;
	list-style-type: disc;
}

p.large-spacer {
	width: 200px;
	height: 400px;
}

img.left {
	float: left;
	border: none;
	margin: 5px 5px 0 0;
}

img.right {
	float: right;
	border: none;
	margin: 5px 0 0 5px;
}



/** MENU SIDEBAR **/

div#menubar {
	display: inline;
	float: right;
	color: #f2e5a2;
	width: 220px;
	text-align: center;
	margin: 10px -220px 60px 0;
}

div#menubar a {
	color: #f2e5a2;
	text-decoration: none;
}

div#menubar a:hover {
	text-decoration: underline;
}

/* menu lists */
ul.menu {
	text-align: left;
	padding-left: 0.8em;
	margin-left: 0.2em;
	list-style: none;
}
ul.menu li {
	font-size: 110%;
	padding-left: 1.5em;
	background: url('../images/scroll-icon.gif') no-repeat 0 0.5em;
	font-weight: bold;
	margin-top: 1em;
}
ul.menu li ul {
	list-style: none;
	padding-left: 0.6em;
}
ul.menu li ul li {
	font-size: 90%;
	font-weight: normal;
	font-family: Arial, sans;
	padding: 0;
	background:transparent;
	font-style: italic;
	padding-top: 0.3em;
	margin: 0;
}


/** FOOTER **/

div#footer{
	position: absolute;
	bottom: 0;
	padding: 0.6em 0;
	margin-bottom: -2.9em;
	width: 100%;
	text-align: center;
	color: #aaa;
	font-size: 90%;
}

div#footer a{
	color: #aaa;
}


div#footer li{
	display: inline;
}


/** MISC **/

/* Wine */

table.wineclub-layout {
	border-collapse: separate;
	table-layout: fixed;
}
table.wineclub-layout tr td {
	vertical-align: top;
	text-align: center;
}
.wineclub-small {
	font-size: 85%;
}
td.wineclub-small {
	width: 33%;
}

table.winelist-data {
	border-collapse: collapse;
	table-layout: fixed;
	margin: 0.5em auto;
	text-align: center;
	font-size: 90%;
}
table.winelist-data th {
	border-bottom: 1px dotted #630a02;
	border-right: 1px dotted #630a02;
	text-align: right;
	padding: 0 3px 0 0;
	width: 45%;
}
table.winelist-data td {
	border-bottom: 1px dotted #630a02;
	text-align: left;
	padding: 0 0 0 3px;
}

.divider {
	border-bottom: 1px dotted #630a02;
	margin-bottom: 1em;
}

/* Fruit */

table.fruit-data {
	border-collapse: collapse;
	margin: 0.5em 0 0 0;
	font-size: 85%;
}
table.fruit-data th {
	border-top: 1px dotted #630a02;
	border-bottom: 1px dotted #630a02;
	text-align: center;
	padding: 0 3px 0 0;
}
table.fruit-data td {
	border-top: 1px dotted #630a02;
	border-bottom: 1px dotted #630a02;
	border-left: 1px dotted #630a02;
	padding: 0 2px 0 3px;
}
table.fruit-data td.when {
	font-weight: bold;
	text-align: center;
	font-size: 90%;
/*	font-variant: small-caps; */
}

.small-note {
	font-size: 80%;
	font-style: italic;
}


/* Hours */

table.hours {
	border-collapse: collapse;
	margin: 0.5em auto;
	text-align: center;
}
table.hours th {
	vertical-align: top;
	text-align: right;
}
table.hours td {
	text-align: left;
	padding-left: 0.3em;
}
table.hours td.note {
	font-style: italic;
	text-align: center;
	text-decoration: underline;
}
img.hours-map {
	padding: 0.5em 2em 1em 1em;
}
.hours-directions {
	font-style: italic;
	font-size: 90%;
}

/* Privacy */
.privacy-block { 
  padding-left: 2em;
}

