/* Colors
---------------------------
TealGreen	-	#A8B3AB
Green		-	#6D7870
Rust		-	#AB4800
Gold		-	#BC8820
Content BG	-	#F9F9F5
Page BG		-	#ECEBE2
--------------------------- */


/* Default
-------------------------------------------------- */

* { margin:0; padding:0; } /* Reset all margins and padding */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #414141;
}

body { margin:25px; background-color:#ECEBE2; }

a:link { color:#BC8820; text-decoration:underline; }
a:visited { color:#8C6C2C; text-decoration:underline; }
a:hover, a:active { color:#AB4800; text-decoration:none; }

h1,h2,h3,h4,h5,h6 { font-weight:normal; }

ul { list-style-type:none;}

.clear { clear:both; }

strong {
	color:#6D7870;
	}

/* Container for all elements
-------------------------------------------------- */
#container {
	width:750px; 
	margin:0 auto;
	background:#F9F8F5 url(/styles-imgs/bg-container.gif) repeat-y;
	}
	
#ageverify #container {
	width:500px;
	margin:100px auto;
	padding-bottom:70px;
	text-align:center;
	background:#F9F9F5 url(styles-imgs/ageverify-btm.gif) bottom no-repeat;
	}
#ageverify #container h1 {
	display:block;
	width:500px;
	height:0;
	padding-top:100px;
	overflow:hidden;
	background:url(styles-imgs/ageverify-h1.gif) no-repeat;
	}




/* Branding - Left Column
-------------------------------------------------- */
#branding { 
	float:left;
	width:200px;
	min-height:505px;
	text-align:center;
	}
.about { background:#A8B3AB url(/styles-imgs/bg-branding-about.jpg) top no-repeat; }
.wines { background:#A8B3AB url(/styles-imgs/bg-branding-wines.jpg) top no-repeat; }
.visit { background:#A8B3AB url(/styles-imgs/bg-branding-visit.jpg) top no-repeat; }
.club { background:#A8B3AB url(/styles-imgs/bg-branding-club.jpg) top no-repeat; }
.contact { background:#A8B3AB url(/styles-imgs/bg-branding-contact.jpg) top no-repeat; }

#branding img { margin:30px 0 0 25px; }
#home #branding { background:#A8B3AB url(/styles-imgs/bg-home.jpg) top left no-repeat; }


/* Container 2 - right column (nav and content
-------------------------------------------------- */
#container2 { float:right; width:550px;	}

#home #container2 { background:#A8B3AB url(/styles-imgs/bg-home.jpg) top right no-repeat; height:520px; }



/* Content
-------------------------------------------------- */
#content { 
	padding:10px 60px 40px 40px; 
	font-size:1.2em;
	line-height:1.3em;
	}
	
#ageverify #content { padding:20px 20px 10px 20px; }
#ageverify #content form { margin:20px 0; }
#ageverify #content select { 
	width:100px;
	margin:10px 5px;
	}

#home #content { padding:0 240px 40px 30px; }
#home #content h1 { color:#000000; margin:0 0 5px 0;font-size:1.5em; }
#home #content h2 { margin-top:0;font-size:1.4em; }
 
#content h1 {
	margin-bottom:15px;
	color:#AB4800;
	font-size:1.6em;
	text-transform:uppercase;
	letter-spacing:.03em;
	line-height:1.2em;
	}
#content h2 {
	margin:0 0 5px;
	color:#AB4800;
	font-size:1.4em;
	font-style:italic;
	font-family: "Times New Roman", Times, serif;
	line-height:1.2em;
	}
#content h3 {
	margin:0 0 5px;
	color:#AB4800;
	font-size:1.2em;
	letter-spacing:.03em;
	}
#content h4 {
	margin:0 0 5px;
	color:#AB4800;
	font-size:1em;
	letter-spacing:.02em;
	font-weight:bold;
	}
#content p { margin:0 0 10px;line-height:130%; }
#content ul {
	margin:15px 0;
	padding:0 0 0 20px;
	list-style-type:disc;
	}
#content em { font-family:"Times New Roman", Times, serif; }	

#content .column1-2, #content .column2-2 { width:210px; }
#content .column1-2 { float:left; }
#content .column2-2 { float:right; }

#content .varietal { 
	font-size:110%;
	color:#6D7870;
	text-transform:uppercase;
	font-weight:bold;
	}
	
#content .winemaker-pdf { 
	font-size:100%;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
	padding-bottom:5px;
	}
#content p.winemaker-pdf { margin-top:-5px; text-align:right; }
#content span.winemaker-pdf { font-size:100%; }
#content .winemaker-pdf a {
	display:block;
	height:16px;
	padding-right:18px;
	background:url(/styles-imgs/pdf-icon.gif) right no-repeat;
	}

#content .fineprint {
	width:95%;
	font-size:95%;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
	}
	
.imgRight, .imgLeft {
	padding:2px;
	border:#BC8820 solid 1px;
	background-color:#FFFFFF;
	}
.imgRight { float:right; margin:0px 0 10px 15px; }
.imgLeft { float:left; margin:0px 15px 10px 0; }

.rule {
	border-top:1px dotted #AB4800;
	margin:10px 0;
	clear: both;
	}

/* Footer - For bottom rounded corners
-------------------------------------------------- */
#footer { clear:both; }

#siteinfo { 
	padding:20px;
	color:#999999;
	text-align:center;
	background:#ECEBE2 url(/styles-imgs/bg-footer.gif) top no-repeat;
	}
#siteinfo p { margin:4px; }
#siteinfo a:link, #siteinfo a:visited {
	color:#999999;
	text-decoration:none;
	margin:0 3px;
	}
#siteinfo a:hover, #siteinfo a:active {
	color:#666666;
	text-decoration:none;
	}
#home #siteinfo { background:#ECEBE2 url(/styles-imgs/bg-footer-home.gif) top no-repeat;	}


/* Event Request Form
-------------------------------------------------- */
label
    {
      clear: both;
      float: left;
      font-size: 0.9em;
      font-weight: bold;
      margin: 0.5em 0;
      padding: 0 3px 0 0;
      text-align: right;
      width: 125px;
    }
fieldset
    {
      padding: 1em;
      margin: 0 0 1.5em 0;
      border: 1px solid #a7b3ac;
    }
legend
    {
		margin:0 0 3px;
		color:#AB4800;
		font-size:1.4em;
		font-style:italic;
		font-family: "Times New Roman", Times, serif;
		line-height:1.2em;
    }
input[type=text], input[type=password], input.text, input.title, textarea, select
    {
      background-color: #fff;
	  padding:3px;
      border: 1px solid #a7b3ac;
    }
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus
    {
      border-color: #a7b3ac;
    }
input[type=text], input[type=password], input.text, input.title, textarea, select
    {
      margin: 0.5em 0;
    }
input.text, input.title
    {
      width: 300px;
      padding: 5px;
    }
input.title
    {
      font-size: 1.5em;
    }
textarea
    {
      width: 200px;
      height: 250px;
      padding: 5px;
    }
input[type=checkbox], input[type=radio], input.checkbox, input.radio
    {
      position: relative;
      top: .25em;
    }
form.inline
    {
      line-height: 3;
    }
form.inline p
    {
      margin-bottom: 0;
    }
.error, .notice, .success
    {
      padding: .8em;
      margin-bottom: 1em;
      border: 2px solid #a7b3ac;
    }
.error
    {
      background: #FBE3E4;
      color: #8a1f11;
      border-color: #FBC2C4;
    }
.error strong{color: #8a1f11;}
.notice
    {
      background: #FFF6BF;
      color: #514721;
      border-color: #FFD324;
    }
    
.success
    {
      background: #E6EFC2;
      color: #264409;
      border-color: #C6D880;
    }
.error a
    {
      color: #8a1f11;
    }
.notice a
    {
      color: #514721;
    }
.success a
    {
      color: #264409;
    }
/*#txtComments{
     float:left;
	 height:75px;
     margin-bottom:0;
     width:270px;
    }*/

