/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.9
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
html {font-size:100.01%;}
body {font-size:100.00%;color:#000;background:url("/img/body-bg.jpg") no-repeat scroll 193px 36px #FFFFFF;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}

h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:1.2em;margin-bottom:0.75em;color:#4f1014;}
h3 {font-size:0.85em;line-height:1;margin-bottom:.5em;color:#4F1014;font-weight:bold;text-transform:uppercase;}
h4 {font-size:.75em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:.5;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:.5em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {font-size:0.8em;margin:0 0 1em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
/*a:focus {color:#4f1015;}*/
.right{
	text-align:right;
	}
	
.left{
	text-align:left;
	}

a:link, a:visited {color:#7a7a7a;text-decoration:none;text-transform:uppercase;}
a:hover, a:active, a:focus, a:active {
    outline: none;
    -moz-outline-style: none;
	color:#4f1015;
}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0;}
ul, ol {margin:0 1.5em 1.5em 0;padding-left:3.333em;}
ul {list-style-type:none;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* forms.css */
label {font-weight:normal;font-size:.8em;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:none;}
legend {font-size:1em;font-weight:bold;}
input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;border-color:#97B1C9 #C7DDF1 #C7DDF1 #476887;
border-style:solid;
border-width:2px 1px 1px 2px;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
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:390px;height:250px;padding:5px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;/*bottom:4px;*/}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.button{
	background:none repeat scroll 0 0 #EAF2F1;
	border:1px outset #A8ACAF;
	color:#55181C;
	cursor:pointer;
	height:25px;
	letter-spacing:0.03em;
	text-transform:uppercase;}

.button:hover{
background:#d4dddb;
}

.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.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;}


.prepend-top {margin-top:1.5em;}
.append-bottom {margin-bottom:1.5em;}
.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}


/**************************************************************************************************************************************************
HEADER
**************************************************************************************************************************************************/
#header{
	height:125px;
}

#header h1{
	display:inline;
}

#header h1 a{
	background:url("/img/logo.gif") no-repeat scroll 0 0 transparent;
	display:block;
	height:59px;
	text-indent:-9999px;
	width:211px;
	margin:23px 0 0 29px;
}

/******************TOP NAV*******************/

#header ul{
	margin:-28px 0 0 295px;
	width:680px;
}

#header ul li{
	display:inline;
	font-size:0.85em;
	padding:0 1.5em;
	letter-spacing:0.13em;
	float:left;
}

#header ul #sign-up-li{
	padding:0;}

#header ul .current a:link, #header ul .current a:visited {
	color:#4f1015;
}

#header ul .sign-up{
background:none;
display:block;
height:68px;
padding:0 0 0 33px;
width:94px;}
/**************************************************************************************************************************************************
MAIN CONTENT
**************************************************************************************************************************************************/
#main-content{
	padding-left:40px;
	width:984px;
	margin-bottom:80px;
}

#content-text, #home #content-text{
	margin-left:470px;
	width:500px;
	margin-top:56px;
}

#content-text{
	min-height:321px;
}


#home #content-text{
	min-height:200px;
}

#interior-page .wineries-page{
	margin-left:280px;
	margin-top:-37px;
	width:800px;
	margin-bottom:174px;
}

.wineries-page h3 {
	font-weight:normal;
	margin-bottom:16px;
	margin-left:48px;
	text-transform:none;
	float:left;
}
/******************SIGN UP FORM*******************/

#main-content #contact-info{
	width:270px}
	
#main-content #check-boxes{
/*	width:495px*/
}

#main-content tr{}

#main-content td{
	width:160px;
	/*text-align:right;*/
}

#main-content .checkbox-cell{
	width:6px;
	padding-bottom:12px;}

#main-content td, #main-content tr{
}


.required{
	color:#fc0418;
}

.sign-in-form{
}


#contact-info, #check-boxes{
	float:left;
	position:relative;
	z-index:99;
}

#check-boxes label{
	color:#55181c;
	font-weight:bold;
	}
	
#check-boxes .wine-email{
	color:#000000;
	font-weight:normal;
	line-height:0.75em;
}

.contact-table{
/*	width:330px;*/
}

#check-boxes legend{
	color:#55181C;
	font-size:0.85em;
	margin-bottom:-12px;
	margin-left:18px;
	text-transform:uppercase;
	}
	
#top-checkbox{
	bottom:1;
	margin:0 0 43px 42px;}

#top-label{
	font-size:1em;
	font-weight:bold;}
	
/******************WINE LIST*******************/

.wine-list{
	text-indent:-9999px;
	clear:left;
	}

.wine-list li{
	float:left;
	padding:6px;
	}

.wine-list a{
	display:block;
	height:155px;
	width:125px;}


	
#link a{
	background:url("/img/arbor-crest.jpg") no-repeat scroll 0 0 transparent;
	}
	
	
#barili-link a{
	background:url("/img/barili.jpg") no-repeat scroll 0 0 transparent;
	}
	
	
	
	
#barrister-link a{
	background:url("/img/barrister.jpg") no-repeat scroll 0 0 transparent;
	}
	
#caterina-link a{
	background:url("/img/caterina.jpg") no-repeat scroll 0 0 transparent;
}

#grande-ronde-link a{
	background:url("/img/grande-ronde.jpg") no-repeat scroll 0 0 transparent;
	}

#kniprath-link a{
	background:url("/img/kniprath.jpg") no-repeat scroll 0 0 transparent;
	}
#latah-creek-link a{
	background:url("/img/latah-creek.jpg") no-repeat scroll 0 0 transparent;
	}
#liberty-lake-link a{
	background:url("/img/liberty-lake.jpg") no-repeat scroll 0 0 transparent;
	}
	
#lone-canary-link a{
	background:url("/img/lone-canary.jpg") no-repeat scroll 0 0 transparent;
	}

#mountain-dome-link a{
	background:url("/img/mountain-dome.jpg") no-repeat scroll 0 0 transparent;
	}
	
#nodland-link a{
	background:url("/img/nodland.jpg") no-repeat scroll 0 0 transparent;
	}

#robert-karl-link a{
	background:url("/img/robert-karl.jpg") no-repeat scroll 0 0 transparent;
	}


#townshend-link a{
	background:url("/img/townshend.jpg") no-repeat scroll 0 0 transparent;
	}


#vintage-hill-link a{
	background:url("/img/vintage-hill.jpg") no-repeat scroll 0 0 transparent;
	}
	
#whitestone-link a{
	background:url("/img/whitestone.jpg") no-repeat scroll 0 0 transparent;
	}
/******************ASSOCIATE MEMBERS*******************/
.logo{ 
display:block;
float:left;
margin:25px 18px 0 0;
}


/******************CALENDAR CONTAINER*******************/

#calendar-container{
	margin-left:304px;
	}
	
/*****************MAP CONTAINER*******************/

.map-sample{
	margin:10px 0 21px 49px;}
	
.wineries-page .map-pdf{
	color:#4F1015;
	text-decoration:underline;
	text-transform:lowercase;
}

.wineries-page .map-pdf:hover{
	color:#7A7A7A;
}

/*****************MEMBERS*******************/
.members #content-text {
	  margin-left: 329px;
    margin-top: -24px;
	width:auto;
}

/**************************************************************************************************************************************************
FOOTER
**************************************************************************************************************************************************/



#footer{
	height:105px;
	position:relative;
	width:1024px;

}


/******************SOCIAL LINKS*******************/
#social-links{
float:left;
margin:72px 32px 26px 86px;
position:relative;
	
	
}

#social-links li{
	display:inline;
position:relative;
}

#social-links li a{
	margin-right:26px;
	padding-top:40px;
	font-size:.8em;
}

#social-links #facebook-link a:link, #social-links #facebook-link a:visited{
	background:url("/img/sprite.jpg") repeat scroll 13px 0 transparent;

}

#social-links #facebook-link a:hover, #social-links #facebook-link a:active{
	background:url("/img/sprite.jpg") repeat scroll 13px -64px transparent;
	color:#5c5c5c;
}



#social-links #twitter-link a:link, #social-links #twitter-link a:visited{
	background:url("/img/sprite.jpg") repeat scroll 7px -123px transparent;
}

#social-links #twitter-link a:hover, #social-links #twitter-link a:active{
	background:url("/img/sprite.jpg") repeat scroll 7px -187px transparent;
	color:#5c5c5c;
	
}

#social-links #cork-link a:link, #social-links #cork-link a:visited {
    background: url("/img/sprite.jpg") repeat scroll 26px -364px transparent
}

#social-links #cork-link a:hover, #social-links #cork-link a:active {
    background: url("/img/sprite.jpg") repeat scroll 26px -428px transparent;
    color: #5C5C5C;
	
}

/******************FEATURED LINKS*******************/

  #featured-links {
   float:right;
height:87px;
margin:10px 0 0;
padding:0;
position:relative;
width:494px;
}

#featured-links li {
    margin: 0; 
	padding: 0; 
    position: absolute; 
	top: 0;}
	
  #featured-links li, #featured-links a {
    height:84px;
	width:160px;
	display: block;
}

#featured-link-1, #featured-link-2, #featured-link-3{
	text-indent:-9999px;
	overflow:hidden;
}

.feature-box{
	background:url("/img/featured-bottom-bg.gif") no-repeat scroll left bottom #EEEFF1;
float:left;
margin:-47px 0 0 -41px;
width:227px;
}

.left-feature{
	margin-right:75px;}
.feature-box h1{
	height:93px;
text-indent:-999em;
width:227px;}

#feature-1{
	background:url("/img/feature-head-1.gif") no-repeat scroll left bottom #EEEFF1;}
#feature-2{
	background:url("/img/feature-head-2.gif") no-repeat scroll left bottom #EEEFF1;}

.feature-box h2{
	color:#000000;
font-size:0.7em;
font-weight:bold;
margin:0 25px 10px;}

.feature-box p{
	color:#676769;
margin:5px 25px 45px;}


/******************FOOTER NAV*******************/

#home #footer-nav{
float:right;
left:23px;
margin-top:-14px;
position:relative;
}

#footer-nav{
	float:left;
	margin-left:278px;
	}

#interior-page #footer-nav{
	margin-left:531px; /*interior footer nav positioned differently when not floated with two other navs*/
}

#footer-nav li{
	background:url("/img/divider.gif") no-repeat scroll 0 7px transparent;
	display:inline;
	padding:0 4px 0 15px;}

#footer .first{
	background:none; /*remove slash from first link*/
}

#footer-nav a:link, #footer-nav a:visited{
	color:#7A7A7A;
	font-size:0.75em;
	font-weight:normal;
	
	}

#footer-nav a:hover, #footer-nav a:active{
	color:#4f1015;
	}

/******************OTHER FOOTER LINKS*******************/

	
.member-link{
	background:url("/img/sprite.jpg") no-repeat scroll 0 -251px transparent;
	bottom:64px;
	color:#4B1015;
	display:block;
	font-size:0.95em;
	font-weight:bold;
	height:39px;
	left:263px;
	padding-left:47px;
	padding-top:13px;
	position:absolute;
/*	width:300px;*/
}

.affiliate.member-link {
    background-position: 0 -305px;
    left: 30px;
}

.member-link:hover{
	color:#6f3c40;
}
	
