/* @override http://www.tempratantrum.com/style.css */

/*
Tempra Tantrum main styles
*/

/* @group YUI CSS Reset */

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
html{background:#c00;color:#000}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}legend{color:#000}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}input,button,textarea,select{font-size:100%}sup,sub{vertical-align:baseline}

/* @end */

/* @group Vanilla CSS Un-Reset */

/**
* Start Vanilla CSS 0.9.9 minified
*/
body{font:10px/1.5em Arial,sans-serif}pre,code,tt{font:1em/1.5em 'Andale Mono','Lucida Console',monospace}h1,h2,h3,h4,h5,h6,b,strong{font-weight:bold}em,i,dfn{font-style:italic}dfn{font-weight:bold}p,code,pre,kbd{margin:0 0 1.5em 0}blockquote{margin:0 1.5em 1.5em 1.5em}li ul,li ol{margin:0 1.5em}ul,ol{margin:0 1.5em 1.5em 1.5em}ul,ul li{list-style-type:disc}ol,ol li{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}th,td,caption{padding:4px 10px 4px 5px}tfoot{font-style:italic}sup,sub{line-height:0}abbr,acronym{border-bottom:1px dotted}address{margin:0 0 1.5em;font-style:italic}del{text-decoration:line-through}pre{margin:1.5em 0;white-space:pre}img.centered,.aligncenter,div.aligncenter{display:block;margin-left:auto;margin-right:auto}img.alignright{display:inline}img.alignleft{display:inline}.alignright{float:right;margin-left:10px}.alignleft{float:left;margin-right:10px}* html .clearfix{height:1%}* + html .clearfix{display:inline-block}.clearfix:after{content:".";display:block;height:0;clear:both;visibility: hidden}* html .group{height:1%}* + html .group{display:inline-block}.group:after{content:".";display:block;height:0;clear:both;visibility:hidden}

/* @end */

/* @group Structure/Global */

/* Twin Helix PNG fix */
img, div, a, #main-logo a, #navigation, #have-tempra-tantrum, #contact-submit { behavior: url(/images/iepngfix.htc) }

html {
	background: url(/images/background-gradient-big.jpg) repeat;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}

/* To make IE6 render images bicubically */
img { -ms-interpolation-mode:bicubic; }

/* Fix textarea scrollbar behavior in IE */
textarea { overflow: auto; }

/* @group Underdog Universal Nav */

#galaxynav {
    width:857px; 
    margin: 0 auto; 
}

/* @end */

body#splash {
	background: transparent url(/images/splash.jpg) repeat;
	height: 1030px;
}

#container {
	width: 1140px;
	margin: 15px auto 0
}

#splashes-top {
	background: transparent url(/images/splash-top.png) no-repeat;
	width: 1140px;
	height: 98px;
	position: absolute;
}

#header {
	position: relative;
}

#content {
	width: 1033px;
	margin-left: 34px;
	margin-top: -78px;
	background-color: white;
	font-size: 1.3em;
	padding: 61px 20px 35px;
}

#content.homepage {
	margin-top: -83px;
	padding-top: 90px;
	padding-bottom: 15px;
}

#footer-container {
	background: url(/images/footer-container-splashes.png) no-repeat;
	width: 1140px;
	margin-top: -329px;
	padding-top: 294px;
}

.webkit #footer-container.home-footer-container {
	margin-top: -348px;
}

.gecko #footer-container.home-footer-container {
	margin-top: -300px;
}

#footer {
	width: 1073px;
	margin-left: 34px;
	background-color: #000;
	color: #fff;
	padding-bottom: 20px;
}

#splashes-bottom {
	background: transparent url(/images/splashes-bottom.png) no-repeat;
	width: 1140px;
	height: 92px;
	padding-top: 10px;
}

/* @group Link styles */

a, a:link, a:visited {
	color: #a52562;
	text-decoration: none;
	border-bottom-style: hidden;
	border-bottom-width: 1px;
}

a:hover, a:focus {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

a:active {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

a.link-no-border, a.thickbox {
	border: none;
}

a.inactive {
	border: none;
	color: #999;
	cursor: default;
}

/* @group Subnav links */

.about-page .col1 h2 a, .subnav li a {
	border: none !important;
}

.about-page .col1 h2 a:hover,
.about-page .col1 h2 a:focus, 
.subnav li a:hover,
.subnav li a:focus {
	color:#ff7c07;
}

.about-page .col1 h2 a:active,
.about-page .subnav li a:active,
.wines-page .topLeftCol ul li a:active,
.single-wine-page .col1 ul li a:active {
	color:#e31b24;
}

/* @end */

/* @end */

/* @group Columns */

.three-col .col1, .three-col .col2, .three-col .col3 {
	float: left;
	margin-top: 64px;
	margin-left: 20px;
}

.three-col .col1, .three-col .col3 {
	width: 243px;
}

.three-col .col2 {
	width: 506px;
}

.four-col .col1, .four-col .col2, .four-col .col3, .four-col .col4 {
	width: 243px;
	float: left;
	margin-top: 25px;
	margin-left: 20px;
}

/* @end */

/* @end */

/* @group Header */

#header h1 {
	margin-top: 0;
	margin-bottom: 5px;
}

#main-logo a {
	display: block;
	width: 235px;
	height: 176px;
	text-indent: -9999px;
	border: none;
	background: transparent url(/images/logo.png) no-repeat;
}

main-logo a:hover, main-logo a:focus, main-logo a:active {
	border: none;
}

/* @group Navigation */

ul#navigation {
	position: absolute;
	width: 625px;
	height: 169px;
	margin: 0;
	top: 3px;
	right: 0;
	background: transparent url(/images/navigation.png) no-repeat;
}

ul#navigation li.main-nav-item {
	float: left;
	list-style: none;
	font-size: 1.8em;
	font-weight: bold;
	margin-top: 78px;
	letter-spacing: -1px;
}

ul#navigation li.main-nav-item a {
	color: #fff;
}

li#nav-about {
	margin-left: 40px;
}

li#nav-wines {
	margin-left: 52px;
}

li#nav-blog {
	margin-left: 43px;
}

li#nav-contact {
	margin-left: 56px;
}

a.rss-link {
	background: transparent url(/images/rss-icon.png) no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	height: 20px;
	margin-right: 53px;
	display: block;
	padding-left: 22px;
	padding-top: 2px;
	font-size: 1.1em;
	color: #d27d33;
	border: none !important;
}

a.rss-link:link, a.rss-link:visited {
	color: #d27d33;
}

a.rss-link:hover, a.rss-link:focus {
	color: #fff;
}

a.rss-link:active {
	color: #a52562;
}

/* @end */

/* @end */

/* @group Content */

#content h1 {
	margin-top: 20px;
	margin-bottom: 14px;
	font-size: 2em;
}

/* @group homepage-col-left */

#homepage-col-left {
	float: left;
}

h2#have-tempra-tantrum {
	text-indent: -9999px;
	background: url(/images/tagline.png) no-repeat;
	width: 402px;
	height: 85px;
	margin-bottom: 17px;
	margin-left: 50px;
}

#content #homepage-bottles {
	display: block;
	background: transparent url(/images/homepage-bottles.png) no-repeat;
	width: 492px;
	height: 390px;
	margin-left: 10px;
	margin-bottom: 0;
	border: none;
}

/* @end */

#content h3, .social-media h2 {
	font-size: 1.385em;
	margin-bottom: 11px;
}

.social-media h2 {
	line-height: 1.3em;
}

#homepage-content h3 {
	line-height: 1.3em;
}

#content h2.header-no-top-margin {
	margin-top: 0;
}

#homepage-content {
	width: 243px;
	margin-top: 32px;
	float: left;
	margin-left: 20px;
	height: 391px;
}

#content p {
	font-size: 1em;
	line-height: 1.385em;
	margin-bottom: 12px;
}

/* @group Homepage Social Media */

div.social-media {
	width: 243px;
	float: left;
	margin: 32px 0 76px 24px;
}

ul#social-media-big {
	margin: 0 0 16px;
	text-align: left;
	text-indent: -9999px;
	height: 50px;
}

ul#social-media-big li {
	list-style: none;
	float: left;
	margin-right: 14px;
}

ul#social-media-big li.last-item {
	margin-right: 0;
}

ul#social-media-big li a {
	display: block;
	background: url(/images/social-media-big.png) no-repeat left;
	border: none;
}

#social-media-big .sprite-facebook { background-position: 0 0; width: 50px; height: 50px; }
#social-media-big .sprite-flickr { background-position: -100px 0; width: 50px; height: 50px; }
#social-media-big .sprite-twitter { background-position: -200px 0; width: 51px; height: 50px; }
#social-media-big .sprite-youtube { background-position: -301px 0; width: 50px; height: 50px; }

iframe {
	z-index: 100;
}

/* @end */

#content #have-tempra-tantrum-link {
	font-weight: bold;
}

/* @group About */

.about-page .col1 {
	margin-top: 64px;
	margin-left: 0;
}

.about-page.four-col .col2 {
	margin-bottom: 35px;
	margin-left: 263px;
}

.about-page.four-col .col3, .about-page.four-col .col4 {
	margin-bottom: 35px;
}

.about-page .col2, .about-page .col3, .about-page .col4 {
	margin-top: 0;
}

.about-page ul, .about-page li {
	margin: 0;
	list-style: none;
}

.about-page h2, .wines-page h2 {
	font-size: 1.385em;
}

.about-page h2.about-page-nav {
	margin-top: 15px;
	margin-bottom: 10px;
}

.about-page .col1 h2 {
	padding-bottom: 8px;
	border-bottom: 3px solid #f57b20;
}

.about-page .col1 li {
	border-bottom: 1px solid #ffc692;
	padding: 5px 0;
	font-weight: bold;
}

.about-page #body-copy {
	margin-top: 30px;
	margin-left: 263px;
}

.about-page #body-copy p {
	margin-bottom: 16px;
}

.about-page #body-copy h2, .three-col-page .col2 h2 {
	color: #dec2cf;
	margin-bottom: 12px;
}

.read-more-link {
	font-weight: bold;
}

/* @group Rocio; */

.three-col-page .col2 {
	margin-top: 34px;
	margin-bottom: 30px;
}

.three-col-page .col3 {
	margin-top: 64px;
}

.three-col-page .col3 h2 {
	margin: 13px 0 11px;
}

.three-col-page .col3 ul {
	margin: 0;
	padding: 0;
}

.three-col-page .col3 ul li {
	list-style-type: none;
	margin-bottom: 5px;
}

.three-col-page .col3 ul.social-media-small li a {
	height: 18px;
	padding-top: 2px;
	display: block;
	border: none;
	font-weight: bold;
}

.three-col-page .col3 ul li a:hover, .three-col-page .col3 ul li a:focus { color:#ff7c07; }
.three-col-page .col3 ul li a:active { color:#e31b24; }

.three-col-page .social-media-small .sprite-facebook { background-position: 0 -118px; }
.three-col-page .social-media-small .sprite-twitter { background-position: 0 -142px; }
.three-col-page .social-media-small .sprite-youtube { background-position: 0 -166px; }
.three-col-page .social-media-small .sprite-flickr { background-position: 0 -190px; }

/* @end */

/* @end */

/* @group Wines */

.wines-page .topLeftCol {
	width: 243px;
	margin-top: 64px;
	margin-left: 0;
	float: left;
}

.wines-page.four-col {
	margin-bottom: 35px;
}

.single-wine-page .col2 {
	margin-bottom: 14px;
}

.wines-page ul, .wines-page li {
	margin: 0;
	list-style: none;
}

.wines-page .topLeftCol h2 {
	padding-bottom: 8px;
	border-bottom: 3px solid #f57b20;
}

.single-wine-page h2.philosophy {
	border: none;
	margin-top: 17px;
	margin-bottom: 2px;
}

.wines-page .topLeftCol li,
.single-wine-page .col1 li {
	border-bottom: 1px solid #ffc692;
	font-weight: bold;
	padding: 3px 0;
}

.wines-page .topLeftCol li a,
.single-wine-page .col1 li a {
	display: block;
	height: 18px;
	padding-top: 2px;
}

.wines-page .topLeftCol li a:hover, 
.wines-page .topLeftCol li a:focus,
.single-wine-page .col1 li a:hover,
.single-wine-page .col1 li a:focus { 
	color:#ff7c07;
	border-bottom: none;
}

.single-wine-page .col1 li a:active { 
	color:#c12064; 
	border-bottom: none;
}

.wines-page .topLeftCol .footer-wine-links .sprite-cabernet,
.single-wine-page .col1 .footer-wine-links .sprite-cabernet { background-position: 0 0;  }
.wines-page .topLeftCol .footer-wine-links .sprite-merlot,
.single-wine-page .col1 .footer-wine-links .sprite-merlot { background-position: 0 -23px; }
.wines-page .topLeftCol .footer-wine-links .sprite-shiraz,
.single-wine-page .col1 .footer-wine-links .sprite-shiraz { background-position: 0 -48px; }
.wines-page .topLeftCol .footer-wine-links .sprite-grenache,
.single-wine-page .col1 .footer-wine-links .sprite-grenache { background-position: 0 -72px; }

#active-wine-page {
	color: black;
	cursor: default;
}

.wines-page #body-copy {
	margin-top: 34px;
	margin-left: 263px;
}

.wines-page #body-copy h2,
.single-wine-page #body-copy h2 {
	color: #dec2cf;
	margin-bottom: 12px;
}

.wines-page .col1 h2, .wines-page .col2 h2, .wines-page .col3 h2, .wines-page .col4 h2 {
	margin-top: 16px;
	margin-bottom: 10px;
}

.wines-page .col1 {
	margin-left: 0;
}

.read-more-link {
	font-weight: bold;
}

.single-wine-page .single-wine-body-col1, .single-wine-page .single-wine-body-col2 {
	width: 243px;
	float: left;
}

.single-wine-page .single-wine-body-col1 {
	margin-right: 20px;
}

.single-wine-body-col2 ul li {
	background: url(/images/social-media-small.png) no-repeat 0 top;
	border: none;
	height: 20px;
	padding-top: 2px;
	padding-left: 26px;
	line-height: 1.385em;
}

#merlot-pairings li {
	background-position: 0 -23px;
}

#shiraz-pairings li {
	background-position: 0 -47px;
}

#grenache-pairings li {
	background-position: 0 -71px;
}

.single-wine-page .col3 img {
	margin-left: 67px;
}

#quick-facts {
	background-color: #ffc163;
	margin-bottom: 40px;
	margin-left: 243px;
	padding-left: 20px;
}

#quick-facts h2 {
	position: relative;
	top: -14px;
	color: #ffc163;
}

#quick-facts dl {
	margin-top: 0;
	margin-bottom: 0;
}

dl.quick-facts-col1, dl.quick-facts-col2, dl.quick-facts-col3 {
	width: 243px;
	float: left;
}

dl.quick-facts-col1, dl.quick-facts-col2 {
	margin-right: 20px;
}

#quick-facts dd {
	margin: 8px 0 10px;
	line-height: 1.4em;
}

/* @end */

/* @group Contact */

#contact-form {
	position: relative;
	margin-bottom: 52px;
}

#contact-form label {
	display: block;
	margin-top: 11px;
	margin-bottom: 6px;
}

#contact-form input, #contact-form textarea {
	border: 1px solid #e31b24;
	background-color: #fff1e4;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

#contact-form input {
	height: 27px;
}

#contact-form textarea {
	height: 135px;
	width: 494px;
}

#contact-name {
	width: 494px;
}

#contact-email, #contact-phone {
	float: left;
	width: 243px;
	margin-bottom: 11px;
}

#contact-email {
	margin-right: 20px;
}

#contact-email-input, #contact-form .contact-phone {
	width: 231px;
}

#contact-actions {
	position: absolute;
	right: -7px;
	margin-top: 12px;
}

#contact-submit {
	width: 110px;
	height: 42px;
	margin: 0 0 0 8px;
	padding: 0;
	border: 0;
	background: transparent url(/images/contact-submit.png) no-repeat center top;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

#error {
	color: #e31b24;
	display:none;
}
#contact-form .needsfilled {
	background: #e31b24;
	color:white;
}

/* @end */

/* @group Auxiliary pages (Trade & Sitemap) */

#content.aux-page {
	padding-top: 90px;
	margin-bottom: 17px;
}

#content.aux-page .col1, #content.aux-page .col2, #content.aux-page .col3, #content.aux-page .col4 {
	margin-top: 0;
}

#content.aux-page .col1 {
	margin-left: 0;
}

#content.aux-page h2 {
	font-size: 1.385em;
	color: #dec2cf;
	margin-bottom: 12px;
}

#content.aux-page h3 {
	font-size: 1.154em;
}

#content.aux-page ul {
	margin: 0 0 15px;
}

#content.aux-page li {
	list-style: none;
	margin-bottom: 6px;
}

#content.aux-page .trade-link-bold {
	font-weight: bold;
}

/* @end */

/* @end */

/* @group Footer */

#footer-container .four-col {
	font-size: 1.3em;
}

#footer-container .four-col h2 {
	margin-bottom: 5px;
	font-size: 1.3em;
	text-transform: uppercase;
}

#footer-container .four-col a, #footer-container .four-col h2 a {
	color: #fff;
}

#footer ul {
	margin: 0;
	padding: 0;
}

#footer ul li {
	list-style-type: none;
	margin-bottom: 3px;
	padding-top: 2px;
}

#footer ul li a {
	height: 18px;
	display: block;
	border: none;
	padding-top: 2px;
}

#footer ul li a:hover, #footer ul li a:focus { color:#ff7c07; }
#footer ul li a:active { color:#c12064; }

/* @group Footer Links */

ul.footer-wine-links a,
ul.social-media-small a,
ul#footer-more-links a {
	background: url(/images/social-media-small.png) no-repeat left top;
	border: none;
	padding-left: 25px;
}

/* @group Wine Links */

.footer-wine-links .sprite-cabernet { background-position: 0 0;  }
.footer-wine-links .sprite-merlot { background-position: 0 -24px; }
.footer-wine-links .sprite-shiraz { background-position: 0 -48px; }
.footer-wine-links .sprite-grenache { background-position: 0 -72px; }

/* @end */

/* @group Social Media */

.social-media-small .sprite-blog { background-position: 0 -95px;  }
.social-media-small .sprite-facebook { background-position: 0 -119px; }
.social-media-small .sprite-twitter { background-position: 0 -143px; }
.social-media-small .sprite-youtube { background-position: 0 -167px; }
.social-media-small .sprite-flickr { background-position: 0 -191px; }

/* @end */

/* @group More Links */

#footer-more-links .sprite-contact { background-position: 0 -214px;  }
#footer-more-links .sprite-trade { background-position: 0 -238px; }
#footer-more-links .sprite-sitemap { background-position: 0 -262px; }

/* @end */

/* @end */

#copyright {
	margin-bottom: 77px;
	margin-left: 50px;
	font-size: 1.3em;
	color: #fffeff;
}

#copyright #underdog-logo {
	float: left;
	margin-right: 10px;
	background: url(/images/underdog-logo.png) no-repeat;
	width: 62px;
	height: 47px;
}

#copyright #underdog-logo:hover, #copyright #underdog-logo:active, #copyright #underdog-logo:focus {
	border-bottom: none;
}

#copyright a {
	color: #fff;
	font-weight: bold;
}

#copyright abbr {
	border: none;
}

/* @end */

/* @group Splash */

#splash-container {
	width: 340px;
	position: absolute;
	top: 425px;
	left: 415px;
	text-align: center;
	color: white;
	font-size: 1.3em;
	text-shadow: #414141 1px 1px 1px;
}

#splash-container p {
	margin-bottom: 10px;
}

#splash-button { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	margin-bottom: 5px;
	text-align: center;
	/*margin-left: 55px;*/
	position: relative;
	left: 50px;
}

#splash-button a {
	background: transparent url(/images/splash/button-right.png) no-repeat scroll top right;
	display: block;
	float: left;
	height: 42px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
	color: #fff;
	border: none;
}

#splash-button a span {
	background: transparent url(/images/splash/button-left.png) no-repeat;
	display: block;
	line-height: 20px;
	padding: 10px 0 10px 18px;
}

/* @end */

