/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,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{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/
h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong{font-weight:bold;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;} em{font-style:italic;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{border:1px solid #000;padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}p,fieldset,table,pre{margin-bottom:1em;}input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}
/******************************************************************************/
/*                         MAIN LAYOUT CSS FILE                               */
/******************************************************************************/
/*
Theme  : Default Seagull Theme
Author : Julien Casanova <julien_casanova@yahoo.fr>
Version: 1.0
Date   : 2006/03/20
*/

/*
==========================General=============================*/
html {
    height: 100%;
    margin-bottom: 1px;
    background-color: #FFFFFF;
    background-image: url('http://www.stevenkent.com/themes/vinesos_stevenkent/images/site-background.gif');
}
body, h1, h2, h3, h4, p, ul, li, form, fieldset {
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    padding: 0;
    color: #000000;
    font-size: 62.5%;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}
body.sgl {

    background-repeat: repeat;
}
body.sgl-print {
    background-color: #FFFFFF;
}

dl {
    margin: 0 0 0.5em;
}
p {
    margin-bottom: 0.5em;
}
a {
    color: #673301;
    text-decoration: underline;
}
a:hover {
    color: #4774b4;
    text-decoration: underline;
}
a:focus {
    outline: none;
}
img {
    border: none;
}
hr {
    border-top: 1px dotted #999;
    border-bottom: 0px;
    height: 1px;
}

strong {
    font-weight:bold;
}

td {
    border-width: 0px;
}

th {
    border-width: 0px;
}

tr {
    border-width: 0px;
}

/*
======================Global layaout==========================*/
#outer-wrapper {
    clear: both;
    width: 866px;
    margin: 0px auto;
    text-align: left;
    font-size: 1.1em;
}
#outer-wrapper-print {
    clear: both;
    width: 866px;
    margin: 0px auto;
    text-align: left;
    font-size: 1.1em;
}

#header {
    position: relative;
    z-index: 9999;
}
#inner-wrapper {
    position: relative;
    z-index: 0;
    clear: both;
    width: 862px;
    /* 896 is for mainWrapper width - borders width : 900 - (2 x 2) */
}
#footer {
    clear: both;
}

/*
======================2 Cols Fluid============================*/
#middleCol {
    float: left;
    background-color: #FFFFFF;
    /* height: 320px;*/ /* Sets min height for IE */
}
html > body #middleCol {
    /* Sets min height for gecko */
    /* height: auto;
    min-height: 320px; */
}
#middleCol .inner {
    margin-left: 32px;
    margin-top: 50px;

}
#layout-3Cols #middleCol {
    width: 594px;
    /* 6 is for borders width : (2+1) x 2 */
}
#layout-leftCol #middleCol {
    width: 694px;
}
#layout-rightCol #middleCol {
    width: 760px;
}
#layout-noCols #middleCol {
    width: 860px;
}
#leftCol {
    float: left;
    width: 166px;
}
#leftCol .inner {

}
#rightCol {
    float: right;
    width: 100px;
    background-color: #FFFFFF;
}

#rightCol .inner {
    padding: 5px;
    padding-top: 30px;
}
#layout-rightCol-home #middleCol {width:535px}
#layout-rightCol-home #rightCol {width:324px}
#layout-rightCol-home #middleCol .inner {    margin-top: 30px;}
#layout-rightCol-home #rightCol .inner {padding-right:32px;}
/*
=========================Header===============================*/
#header {
   background-color: #000000;
}
#header .wrapLeft {
}
#header .wrapRight {
}
#header .wrap {
    position: relative;
    height: 155px;
    margin: 0;
    padding:0;
}
#header span#logo {
    font-size: 3em;
    font-family: "Trebuchet MS";
}
#header a#logo {
    color: #FFFFFF;
    text-decoration: none;
}
#header #logo img {
    position: relative;
    top: 0;
    left: 0;
}
#header #bugReporter {
    position: absolute;
    bottom: 0px;
    right: -10px;
}

/*
======================Inner Wrapper===========================*/
#inner-wrapper {
    border-top: none;
    background-color: #FFFFFF;
}
#inner-wrapper .inner-container {

}
#nav .inner {
    height: 2.5em;
    padding-left: 0;
}

/*
=======================Breadcrumbs============================*/
#breadcrumbs {
    background-color: #FFFFFF;
    font-family: arial;
    font-size: 0.9em;
}
#breadcrumbs .inner {
    padding: 0.4em 0 0.4em 1em;
}
#breadcrumb {
    float: left;
}
a.breadcrumbs {
    font-weight: bold;
    color: #663804;
}

/*
======================Main Content============================*/
h1 {
    font-size: 1.5em;
    margin: 0em 0 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #666666;
    color: #663804;
}
h1.pageTitle {
    font-size: 1.5em;
    margin: 0em 0 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #666666;
    color: #663804;
}
h2 {
    margin-top: 0.5em;
    font-size: 1.3em;
    font-weight:bold;
}
ul {
    margin: 0.5em 0 0.5em 1em;
    padding-left: 0.5em;
    list-style-position: inside;
    /* list-style-image: url('http://www.stevenkent.com/themes/vinesos_stevenkent/images/bullet.gif'); */
}
li {
    padding-left: 0.5em;
}
.sold_out {
    color:red;
    padding-top:10px;
    font-weight:bold;

}
/*
===============Generic columns presentation===================*/
.two-cols {
    height: 100%;
    overflow: hidden;
}
.two-cols .col {
    float : left;
	width : 49%;
	margin-left : 1%;
}
.two-cols .first {
	width : 50%;
	margin-left : 0;
}

/*
==================Default Forms Styling=======================*/

fieldset {
    padding: 10px 0;
    border: none;
}
fieldset h3 {
    font-size: 1em;
    color: #666666;
}
#content form ul {
    position: relative;
    margin: 0;
    padding: 0;
    width: 99%;
    list-style-position: outside;
    list-style-image: none;
}

#content form li {
    display: block;
    margin: 0;
    padding: 1px 4px 6px 9px;
    line-height: 1.8em;
    list-style-type: none;
}
form li.focused {
background-color: #EEF7D4;
}

form li div {
    float: left;
    display: inline;
    margin-right: 5px;
    color: #666666;
    width:100%;
}
form li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
form li p {
    clear: both;
    font-size: 0.9em;
    line-height: 13px;
}


/*
===================Form Elements Styling======================*/
input, select, textarea {
    font-size: 100%;
}
textarea {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    width: 300px;
}

#content input.text, #content select.select, #content textarea.textarea {
    border-width: 1px;
    border-style: solid;
    border-color: #7c7c7c #c3c3c3 #ddd #c3c3c3;
    background: #fff url('http://www.stevenkent.com/themes/vinesos_stevenkent/images/fieldbg.gif') repeat-x top;
}

input.text {
    padding: 2px 0;
}
form label {
    font-weight: bold;
    color: #666666;
}

/* SIZES */
.third {
	width:32% !important;
}
.half {
	width:48% !important;
}
.full {
	width:100% !important;
}
input.small, select.small {
	width:25%;
}
input.medium, select.medium {
	width:50%;
}
input.large, select.large, textarea.textarea {
	width:99%;
}
input.tags {
	width:315px;
}
textarea.small {
	height:5.5em;
}
textarea.medium {
	height:10em;
}
textarea.large {
	height:20em;
}

/* BUTTONS */
.button {
    font-size: 110%;
    margin-right: 5px;
    /*border: 1px solid #666;*/
}

/*
====================Form Fields Layout========================*/
/* --
Definition lists are used to display fields labels and values
-----*/

dl.onSide dt {
    float: left;
    width: 200px;
    padding-right: 20px;
    text-align: right;
}
dl.onSide dd{
    margin-left: 140px;
    margin-bottom: 0.5em;
}
dl.onTop dd {
    margin: 0;
}
dd .error {
    display: block;
}

/*
======================No forms layout=========================*/
div.fieldsetlike { /*
--------------------- as some pages don't use forms/fieldsets
- e.g. user/profile, we have to put data in a fieldset like
- div to have same render ------------------------------------*/
    padding: 10px 0;
}
div.fieldsetlike h3 {
    font-size: 1em;
    color: #666666;
}

/*
==================Default Tables Styling======================*/
/*  In a transition period, we'll use a sglTable class to style tables
    Everyone is encouraged not to use tables for layout purposes
    TODO: remove this when all layout tables have been replaced */
.wide {
    width: 60%;
}
.large {
    width: 85%;
}
table {
    margin: 0 0 1em;
    border-collapse: collapse;
    font-size: 1em;
}
table .nowrap {
    white-space: nowrap;
}
.sglTable td, .sglTable th {
    border-width : 0 0 1px 0;
	border-style : solid;
	border-color : #BBBBBB;
	padding : 2px 5px;
	vertical-align : top;
}
.sglTable th {
    text-align: left;
    border-bottom-color: #666666;
}
th a {
    display: block;
    color: #666 !important;
}
tr.expand td {
    border-bottom: none;
}
td.expand {
    padding: 1em 5px;
}
th.sortedAsc a {
    background: url('http://www.stevenkent.com/themes/vinesos_stevenkent/images/th-sortAsc.gif') 95% 50% no-repeat;
    color: #663804 !important;
}
th.sortedDesc a {
    background: url('http://www.stevenkent.com/themes/vinesos_stevenkent/images/th-sortDesc.gif') 95% 50% no-repeat;
    color: #663804 !important;
}
th a:hover {
    text-decoration: none;
    color: #663804 !important;
}
tr.alternateRow td, tr.backDark {
    background-color: #FBFFEF; /*F0FFD9*/
}

/*
=========================Footer===============================*/
#footer .wrapLeft {
}
#footer .wrapRight {
}
#footer .wrap {
    position: relative;
    margin: 0 20px;
    padding: 10px 0 5px;
    text-align: center;
}
#footer p {
    margin-bottom: 0.1em;
    color: #FFFFFF;
    font-size: 0.9em;
}

#footer a {
	color: #FFFFFF;
	text-decoration:underline;
}

/*
======================Messages & Errors=======================*/
.message {
    text-align: center;
}
.message div {
    width: 60%;
    margin: 1em auto;
    padding: 0.5em;
    -moz-border-radius: 0.3em;
}
.errorMessage {
    border: 2px solid #FF3300;
    color: #FF3300;
}
.infoMessage {
    border: 2px solid #673301;
    color: #673301;
}
.error, .required {
    color: #FF3300;
}
.broadcastMessage {
    margin: 10px;
    padding: 5px;
    text-align: center;
    background: #673301;
    color: #fff;
}
/* PEAR Errors
  --------------------*/
div.errorContainer {
    width: 80%;
    margin: 1em auto;
    padding: 0.5em;
    border: 2px solid #FF3300;
    -moz-border-radius: 0.3em;
    font-family: arial;
}
div.errorHeader {
    margin-bottom: 0.5em;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.3em;
    color: #FF3300;
}
div.errorContent {
    text-align: left;
}

/*
============================Flags=============================*/
a.langFlag {
    margin: 0 5px;
}

/*
========================Miscellaneous=========================*/
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clear {
    clear: both;
}
.spacer {
    clear: both;
    display: block;
    visibility: hidden;
    line-height: 1px;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
.hide {
    display: none;
}
.narrow {
    width: 45%;
}
.full {
    width: 100%;
}
.button {

}
.noBg {
    background: none;
}
pre.codeExample {
    padding: 1em;
    background-color: #EEEEEE;
    border: 1px solid #666666;
    border-left: 5px solid #666666;
    font-size: 1em;
}

/*
========================Comments=========================*/

#addComment fieldset {
    padding: 10px;
    border: 1px solid #FFFFFF;
}
#addComment input[type="text"] {
    width: 200px;
}

/*
========================Miscellaneous2=========================*/

.tipOwner {
    position: relative;
    cursor: help;
    }
.tipOwner .tipText {
    display: none;
    position: absolute;
    top: 0;
    left: 105%;
    border: 1px solid transparent;
    border-color: #ffffff #333333 #333333 #ffffff;
    background-color: #FFE5F8;
    color: #184a84;
    text-align: center;
    width: 15em;
    padding: 2px 5px;
        -moz-opacity: 0.85;
    }
.tipOwner:hover .tipText {
    display: block;
}


.roundContainer a {
    color: #5a524a;
}

.roundContainer {
   background-color: #F4F6F1;
   margin:10px;
   padding:0px;
   color: #5a524a;

}

.roundtop {
    background: url('http://www.stevenkent.com/themes/vinesos_stevenkent/images/wine/ur-corner.gif') bottom right no-repeat;
    height:6px;
    margin-bottom:0px;
}
.roundbottom {
    background: url('http://www.stevenkent.com/themes/vinesos_stevenkent/images/wine/br-corner.gif') bottom right no-repeat;
    height:6px;
    clear:both;
}


.roundContainer .leftText {
    width:188px;
    margin:0;
    padding:0;
    margin-left:10px;
    float:left;
}
.roundContainer .rightText {
    text-align:right;
    margin:0;
    padding:0;
    float:right;
    padding-right:11px;
    margin-top:1px;
    color: #5a524a;
}



/*
TO REMOVE WHEN ALL TEMPLATES ARE CONSOLIDATED
======================Default Theme BC========================*/
.wideButton {
    /* use button instead */
    width: 8em;
}
.imgLeft {
	float:left;
	margin:0.5em 1em 1em 0;
	position:relative;
	text-align:right;
	font-weight:normal
}

.imgLeft p {
	font-size:xx-small;
	margin:0;
	padding:0.5em;
	margin-top:-0.5em;
}
.imgRight {
	float:right;
	margin:0.5em 0.5em 1em 1em;
	position:relative;
}

.imgRight p {
	font-size:xx-small;
	margin:0;
	padding:0.5em;
	margin-top:-0.5em;
	text-align:right;
	font-weight:normal
}
.spareSpan {
	position:absolute;
	top:0;
	right:0;
	display:block;
	width:17px;
	height:17px;
}/******************************************************************************/
/*                        BLOCKS STYLE CSS FILE                               */
/******************************************************************************/
/*
Theme  : Default Seagull Theme
Author : Julien Casanova <julien_casanova@yahoo.fr>
Version: 1.0
Date   : 2006/03/20
*/

/*
====================Default Block Styling=====================*/
.blockContainer {
    margin-bottom: 1.5em;
}
.blockHeader {
    font-size: 1.5em;
    margin: 0em 0 1em;
    padding-bottom: 0.2em;
    border-bottom: 1px solid #666666;
    color: #000;
    font-family: "Times New Roman", serif;
    font-weight: bold;
}
.blockContent {
    padding: 0.4em;
    font-size: 100%;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

.blockContainer .blockTitleHide {
    visibility: hidden;
    height: 0;
}

/*
=====================Lang Switcher Block======================*/
#lang-switcher {
    float: right;
}



/*
================ Wine Club MiniMenu ================
*/

.minimenu {
    width: 95%;
    text-align:right;
    font-weight:bold;
}
.minimenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.minimenu li {
    float: right;
    padding-left: 0;
    list-style: none;
}
.minimenu li a {
    display: block;
    padding: 0.25em 1em;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

.minimenu li.join a {
    color: #673301;
    text-decoration: none;
}

/*
====================== Cart Static Block========================*/
.cartBlock {
    float:right;
    width:100%;
    height:30px;
    text-align:right;
}

/*
====================Top Navigation Block======================*/
#nav {
    position: absolute;
    top: 124px;
    left: 263px;
    font-size: 15px;
    font-family: Berkeley, Times New Roman, Helvetica, sans-serif;
    margin: 0;
}
#nav .inner {

    height: 1.5em;
    padding: 0;
}
#nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#nav li {
    float: left;
    padding-left: 0;
    list-style: none;
}
#nav li a {
    display: block;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 15px;
    font-weight: normal;
    text-decoration:none;
    color: #c5b9ae;
    list-style: none;
}
#nav li a:hover {
    background-image: url('http://www.stevenkent.com/themes/vinesos_stevenkent/images/menu-bot-bar.gif');
    background-repeat: repeat-x;
    text-decoration: none;
    list-style: none;
}

#nav li.current a {
}

#nav li.current a:hover {
    text-decoration: none;
}

 #nav ul li ul {
        position: absolute;
        width: 200px;
        left: -999em;
        margin: 0 0 0 0;
        background: #FFFFFF;
        -moz-opacity: 0.95;
        border:1px solid #333333;
}
    #nav li ul a {
        font-size: 12px;
        font-weight: normal;
        color: #444444;
        cursor: default;
        padding: 0;
        padding-left:5px;
        padding-top:2px;
        padding-bottom:2px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
    }

    #nav li.current ul a {
        font-size: 12px;
        font-weight: normal;
        cursor: default;
    }
    #nav li ul a:hover {
        color: #EEEEEE;
        border: none;
        font-weight: normal;
        text-decoration: none;
    }
    #nav ul li:hover ul, #nav ul li.sfhover ul {
        left: 1px;
    }
    #nav ul li ul ul {
        margin: -1.5em 0 0 10em;
    }
    #nav ul li ul li {
        width: 200px;
    }
    #nav ul li:hover ul ul, #nav ul li:hover ul ul ul, #nav ul li.sfhover ul ul, #nav ul li.sfhover ul ul ul {
        left: -999em;
    }
    #nav ul li:hover ul, #nav ul li li:hover ul, #nav ul li li li:hover ul, #nav ul li.sfhover ul, #nav ul li li.sfhover ul, #nav ul li li li.sfhover ul {
        left: auto;
    }

  .eventreleases {
    background:#e8ded2;
    padding-left:15px;
    padding-right:15px;
    height:210px;
    overflow:auto;
    font-size: 10px
  }
  .subscribe {
    background: #663200 url('http://www.stevenkent.com/themes/vinesos_stevenkent/images/subscribe_bg.jpg') top right no-repeat;
    color: #e9ddcf;
    padding:10px
  }
  .subscribe a {
    color:#e9ddcf
  }
  .subscribe p {
    font-family: "Times New Roman", serif;
    font-size: 16px;
    font-weight:bold
  }
  .subscribe input[type="text"] {
    width:13.5em
  }/* --- Wine Item --- */

* -------------- Wine Summary -------------- */
.series_wrap {
    margin: 0;
	padding: 0;
	margin-left: 15px;
}

.series_wrap .textLeft {
    float:left;
    width:80%;
}

.series_wrap .textRight{
    float:right;
    width:20%;
}

.series_wrap p{
	margin: 0;
	padding: 0;
}
.series_wrap .textLeft h1{
	/*margin: 0em 0 1em;*/
	clear: both;
    margin:0;
    padding:0;
    margin-bottom: 5px;
    font-weight: bold;
    text-transform: none;
    padding-top:10px;
}
.series_wrap h2{
    clear:both;
    width:300px;
}

.series_wrap .cartaddbutton{
    text-align:right;

    margin-right:10px;
}

.series_wrap .cartaddbutton input{
    color: #ffffff;
    font-weight:bold;
}

/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.wineBox {
	width: 550px; /* ems so it will grow */
	margin: 0;
	padding: 0;
}

.wineLeft {
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
    width: 80%;
}
.wineLeft h1 {
	margin: 0;
	padding: 0;
	padding-left: 5px;
	font-weight: bold;
	font-size: 12px;
	border: none;
    text-transform: none;
}
.wineLeft h1 a{
    margin: 0;
	padding: 0;
}
.wineLeft .text{
    margin: 0;
	padding: 0;
    padding-left: 10px;
}

.wineRight .cartBox {
    text-align: right;
    width: 20%;
    float: right;
}

.widthlessbox {
	margin: 0 25%; /* NO WIDTH! Opens up a world of possibilities! */
	font-size: 100%;
}
.wineLeft .sale {
    text-decoration: line-through;
    color:red;
}
.wineLeft .tastingnote a{
    color: #000000;
    display:block;
    padding-top:5px;
    text-transform: uppercase;
    text-decoration: underline;
    font-size:10px;
}


/* ------------- Wine Deatils -------------- */
.wineDetailTable {
    border-width: 0px 0px 0px 0px;
}

.wineDetailTdLeft {
    border-width: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    vertical-align: top;
    width: 25%;
}

.wineDetailTdRight {
    border-width: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    vertical-align: top;
    width:75%;
}

.wineDetailImage {
    text-align:center;
}
.wineDetailOrder {
    text-align:right;
    margin: 10px;
    padding: 10px;
}

/* ------------- WINE INFO PAGES -------------- */

h1.pageTitle {
    color:#494335;
    margin:0;
}

h2 {
    text-transform:uppercase;
    color:#494335;
    font-size:11px;
}


div.wineInfo {
    width:368px;
    margin-left:35px;
    padding-left:40px;
}

div.wineInfo table {
    width:365px;
}

div.wineInfo table td.title{
}

div.wineInfo table tr td {
    vertical-align: bottom;
}

div.wineInfo .moreInfo {
    width:220px;
    height:30px;

}





