/* $Id: style.css,v 1.38.2.4 2009/09/14 13:10:47 goba Exp $ */

/**
 * Garland, for Drupal 6.x
 * Stefan Nagtegaal, iStyledThis [dot] nl
 * Steven Wittens, acko [dot] net`
 *
 * If you use a customized color scheme, you must regenerate it after
 * modifying this file.
 */

.clearBoth,
.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
	display: block;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/**
 * Generic elements
 */
body {
  margin: 0;
  padding: 0;
  background: #272525;
  font: 12px/170% Georgia, Verdana, sans-serif;
  color: #272525;
}

a {
   outline: 0;
}

input {
  font: 12px/100% Verdana, sans-serif;
  color: #494949;
}

textarea, select {
  font: 12px/160% Verdana, sans-serif;
  color: #494949;
}

strong {
  font-weight: bold;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font: 12px/170% Georgia, Verdana, sans-serif;
  font-weight: bold;
}

h1 {
  font-size: 170%;
  font-weight: normal;
}

h2 {
  font-size: 16px;
  line-height: normal;
}

h3 {
  font-size: 12px;
  line-height: normal;
}

h4 {
  font-size: 130%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 110%;
}

h7{
  font-size: 140%;
  color:#C3996B;
  font-weight: bold;
}
ul, quote, code, fieldset {
  margin: .5em 0;
}

p {
  margin: 0.6em 0 1.2em;
  padding: 0;
}

p.lead-in{
  font-size: 140%;
  color:#C3996B;
  font-style: italic;
  line-height: 130%;
}

a:link, a:visited {
  color: #630815;
  text-decoration: none;
}

a:hover {
  color: #630815;
  text-decoration: underline;
}

a:active, a.active {
  color: #5895be;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #5294c1;
}

ul {
  margin: 0.5em 0 1em;
  padding: 0;
}

ol {
  margin: 0.75em 0 1.25em;
  padding: 0;
}

ol li, ul li {
  margin: 0.4em 0 0.4em .5em; /* LTR */
}

ul.menu, .item-list ul {
  margin: 0.35em 0 0 -0.5em; /* LTR */
  padding: 0;
}

ul.menu ul, .item-list ul ul {
  margin-left: 0em; /* LTR */
}

ol li, ul li, ul.menu li, .item-list ul li, li.leaf {
  margin: 0.15em 0 0.15em .5em; /* LTR */
}

ul li, ul.menu li, .item-list ul li, li.leaf {
  padding: 0 0 .2em 1.5em;
  list-style-type: none;
  list-style-image: none;
  background: transparent url(images/arrow.png) no-repeat 1px .35em; /* LTR */
}

ol li {
  padding: 0 0 .3em;
  margin-left: 2em; /* LTR */
}

ul li.expanded {
  background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em; /* LTR */
}

ul li.collapsed {
  background: transparent url(images/menu-collapsed.gif) no-repeat 0px .35em; /* LTR */
}

ul li.leaf a, ul li.expanded a, ul li.collapsed a {
  display: block;
}

ul.inline li {
  background: none;
  margin: 0;
  padding: 0 1em 0 0; /* LTR */
}

ol.task-list {
  margin-left: 0; /* LTR */
  list-style-type: none;
  list-style-image: none;
}
ol.task-list li {
  padding: 0.5em 1em 0.5em 2em; /* LTR */
}
ol.task-list li.active {
  background: transparent url(images/task-list.png) no-repeat 3px 50%; /* LTR */
}
ol.task-list li.done {
  color: #393;
  background: transparent url(../../misc/watchdog-ok.png) no-repeat 0px 50%; /* LTR */
}
ol.task-list li.active {
  margin-right: 1em; /* LTR */
}

fieldset ul.clear-block li {
  margin: 0;
  padding: 0;
  background-image: none;
}

dl {
  margin: 0.5em 0 1em 1.5em; /* LTR */
}

dl dt {
}

dl dd {
  margin: 0 0 .5em 1.5em; /* LTR */
}

img, a img {
  border: none;
}

table {
  margin: 1em 0;
  width: 100%;
}

thead th {
  border-bottom: 2px solid #d3e7f4;
  color: #494949;
  font-weight: bold;
}

th a:link, th a:visited {
  color: #6f9dbd;
}

td, th {
  padding: .3em .5em;
}

tr.even, tr.odd, tbody th {
  border: solid #d3e7f4;
  border-width: 1px 0;
}

tr.odd, tr.info {
  background-color: #edf5fa;
}

tr.even {
  background-color: #fff;
}

tr.drag {
  background-color: #fffff0;
}

tr.drag-previous {
  background-color: #ffd;
}

tr.odd td.active {
  background-color: #ddecf5;
}

tr.even td.active {
  background-color: #e6f1f7;
}

td.region, td.module, td.container, td.category {
  border-top: 1.5em solid #fff;
  border-bottom: 1px solid #b4d7f0;
  background-color: #d4e7f3;
  color: #455067;
  font-weight: bold;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
  border-top-width: 0;
}

span.form-required {
  color: #ffae00;
}

span.submitted, .description {
  font-size: 0.92em;
  color: #898989;
}

.description {
  line-height: 150%;
  margin-bottom: 0.75em;
  color: #898989;
}

.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}

.messages ul {
  margin: 0;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
  margin: 0.25em 0;
}

#center form {
  margin-bottom: 2em;
}

.form-button, .form-submit {
  margin: 2em 0.5em 1em 0; /* LTR */
}

#dblog-form-overview .form-submit,
.confirmation .form-submit,
.search-form .form-submit,
.poll .form-submit,
fieldset .form-button, fieldset .form-submit,
.sidebar .form-button, .sidebar .form-submit,
table .form-button, table .form-submit {
  margin: 0;
}

.box {
  margin-bottom: 2.5em;
}

/**
 * Layout
 */
#header-region {
  min-height: 1em;
 /*  background: #261C16; */
 /* background: #1f1d1d; */
  background: #272525;
  height: 100%;
  width: 1436px;
  border-bottom: 1px solid white;
  position: relative;
}

#header-region .block {
  display: block;
  margin: 0 1em;
}

#header-region .block-region {
  display: block;
  margin: 0 0.5em 1em;
  padding: 0.5em;
  position: relative;
  top: 0.5em;
}

#header-region * {
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
}

/* Prevent the previous directive from showing the content of script elements in Mozilla browsers. */
#header-region script {
  display: none;
}

#header-region p, #header-region img {
  margin-top: 0.5em;
}

#header-region h2 {
  margin: 0 1em 0 0; /* LTR */
}

#header-region h3, #header-region label, #header-region li {
  margin: 0 0.7em;
  padding: 0;
  background: none;
}

#header-region .decanter {
  position: absolute;
  top: 4px;
  right: 370px;
  display: block;
}

#header-region .decanter img {
  margin: 0;
}

.wine_barrels {
  background: #272525 url(images/wine_barrels.jpg) no-repeat 0 0;
}

.grapes {
  background: #272525 url(images/wine_front.jpg) no-repeat 0 0;
}

.vineyards {
  background: #272525 url(images/vineyards.jpg) no-repeat 0 0;
}

.holiday {
  background: #272525 url(images/holiday-gifts-2012.jpg) no-repeat 0 0;
}

#wrapper-front {
  background-color: #272525;
  min-height: 660px;
}

#wrapper {
  background: #272525 url(images/subpage-bg.jpg) no-repeat 0 0;
  height: 900px;
  overflow: visible;
}

#wrapper #container {
  margin: 0 auto;
  padding: 0;
  overflow: visible;
  height: 670px;
}

#wrapper #container #header {
  height: 0px;
}

#wrapper #container #header #logo-floater {
  position: absolute;
}

#wrapper-front a {
	display: block;
}

#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  line-height: 120px;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

#wrapper #container #header h1 span {
  font-weight: bold;
}

#wrapper #container #header h1 img {
  padding-top: 14px;
  padding-right: 20px; /* LTR */
  float: left; /* LTR */
}

/* With 3 columns, require a minimum width of 1000px to ensure there is enough horizontal space. */
body.sidebars {
  min-width: 980px;
}
/* With 2 columns, require a minimum width of 800px. */
body.sidebar-left, body.sidebar-right {
  min-width: 780px;
}

/* We must define 100% width to avoid the body being too narrow for near-empty pages */
#wrapper #container #center {
  float: left;
  width: 100%;
}

/* So we move the #center container over the sidebars to compensate */
body.sidebar-left #center {
  margin-left: -210px;
}
body.sidebar-right #center {
  margin-right: -210px;
}

body.sidebars #center {
  margin: 0 -210px;
}

/* And add blanks left and right for the sidebars to fill */
body.sidebar-left #squeeze {
  margin-left: 210px;
}

body.sidebar-right #squeeze {
  margin-right: 210px;
}
body.sidebars #squeeze {
  margin: 0 210px;
}

/* We ensure the sidebars are still clickable using z-index */
#wrapper #container .sidebar {
  margin: 60px 0 5em;
  width: 210px;
  float: left;
  z-index: 1;
  position: relative;
}

#wrapper #container .sidebar .block {
  margin: 0 0 1.5em 0;
}

#sidebar-left .block {
  padding: 0 15px 0 0px;
}

#sidebar-right .block {
  padding: 0 0px 0 15px;
}

.block .content {
  margin: 0.5em 0;
}

#sidebar-left .block-region {
  margin: 0 15px 0 0px; /* LTR */
}

#sidebar-right .block-region {
  margin: 0 0px 0 15px; /* LTR */
}

.block-region {
  padding: 1em;
  background: transparent;
  border: 2px dashed #b4d7f0;
  text-align: center;
  font-size: 1.3em;
}

/* Now we add the backgrounds for the main content shading */
#wrapper #container #center #squeeze {
  background: #fff url(images/bg-content.png) repeat-x 50% 0;
  position: relative;
}

#wrapper #container #center .right-corner {
  background: transparent url(images/bg-content-right.png) no-repeat 100% 0;
  position: relative;
  left: 10px;
}

#wrapper #container #center .right-corner .left-corner {
  padding: 60px 25px 5em 35px;
  background: transparent url(images/bg-content-left.png) no-repeat 0 0;
  margin-left: -10px;
  position: relative;
  left: -10px;
  min-height: 400px;
}

/*
#wrapper #container #footer {
  float: none;
  clear: both;
  text-align: center;
  margin: 4em 0 -3em;
  color: #898989;
}
*/

#footer {
  position: absolute;
  left: 0;
  top: 737px;
  border-top: 1px solid white;
  background-color: #272525;
  height: 120px;
  width: 1436px;
  z-index: 0;
}

#wrapper #container .breadcrumb {
  position: absolute;
  top: 15px;
  left: 35px; /* LTR */
  z-index: 3;
}
/*
body.sidebar-left #footer {
  margin-left: -210px;
}

body.sidebar-right #footer {
  margin-right: -210px;
}

body.sidebars #footer {
  margin: 0 -210px;
}
*/

/**
 * Header
 */
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  color: #fff;
  font-weight: normal;
  text-shadow: #1659ac 0px 1px 3px;
  font-size: 1.5em;
}

#wrapper #container #header h1 a:hover {
  text-decoration: none;
}

#wrapper #container .breadcrumb {
  font-size: 0.92em;
}

#wrapper #container .breadcrumb, #wrapper #container .breadcrumb a {
  color: #529ad6;
}

#mission {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

/**
 * Primary navigation
 */
ul.primary-links {
  margin: 0;
  padding: 0;
//  float: right; /* LTR */
//  position: relative;
  z-index: 1;
  font-size: 13px;
}

ul.primary-links li {
  margin: 0;
  padding: 0;
  float: left; /* LTR */
  background-image: none;
}

ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
  display: block;
  margin: 0 1em;
  padding: .75em 0 0;
  color: #c3996b;
  font-weight: bold;
}

ul.primary-links li a:hover, ul.primary-links li a.active {
  color: #fff;
  text-decoration: none;
}

/**
 * Secondary navigation
 */
ul.secondary-links {
  margin: 0;
  padding: 0;
  z-index: 1;
}

ul.secondary-links li {
  margin: 0;
  padding: 0;
  float: left; /* LTR */
  background-image: none;
  border-right: 1px solid #fff0d9;
}

ul.secondary-links li a, ul.secondary-links li a:link, ul.secondary-links li a:visited {
  display: block;
  margin: 0 0.7em;
  padding: 0;
  color: #fff0d9;
  background: transparent;
  font-family: "Trebuchet MS", Georgia, Verdana;
  font-size: 11px;
}

ul.secondary-links li a:hover, ul.secondary-links li a.active {
  color: #cde3f1;
  background: transparent;
  font-family: "Trebuchet MS", Georgia, Verdana;
}

/**
 * Local tasks
 */
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
}

#tabs-wrapper {
  margin: 0 -26px 1em;
  padding: 0 26px;
  position: relative;
}
ul.primary {
  padding: 0.5em 0 10px;
  float: left; /* LTR */
}
ul.secondary {
  clear: both;
  text-align: left; /* LTR */
  border-bottom: 1px solid #e9eff3;
  margin: -0.2em -26px 1em;
  padding: 0 26px 0.6em;
}
h2.with-tabs {
  float: left; /* LTR */
  margin: 0 2em 0 0; /* LTR */
  padding: 0;
}

ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
  border: 0;
  background: transparent;
  padding: 4px 1em;
  margin: 0 0 0 1px; /* LTR */
  height: auto;
  text-decoration: none;
  position: relative;
  top: -1px;
  display: inline-block;
}
ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover,
ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
  background: url(images/bg-tab.png) repeat-x 0 50%;
  color: #fff;
}
ul.primary li.active a,
ul.secondary li.active a {
  font-weight: bold;
}

/**
 * Nodes & comments
 */
.node {
  margin: 0 -26px 1.5em;
  padding: 1.5em 26px;
}

ul.links li, ul.inline li {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0; /* LTR */
  padding-right: 0; /* LTR */
  background-image: none;
}

.node .links, .comment .links {
  text-align: left; /* LTR */
}

.node .links ul.links li, .comment .links ul.links li {}
.terms ul.links li {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 1em;
}

.picture, .comment .submitted {
  float: right; /* LTR */
  clear: right; /* LTR */
  padding-left: 1em; /* LTR */
}

.new {
  color: #ffae00;
  font-size: 0.92em;
  font-weight: bold;
  float: right; /* LTR */
}

.terms {
  float: right; /* LTR */
}

.preview .node, .preview .comment, .sticky {
  margin: 0;
  padding: 0.5em 0;
  border: 0;
  background: 0;
}

.sticky {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

#comments {
  position: relative;
  top: -1px;
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -25px 0;
  padding: 0 25px;
}

#comments h2.comments {
  margin: 0 -25px;
  padding: .5em 25px;
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}

.comment {
  margin: 0 -25px;
  padding: 1.5em 25px 1.5em;
  border-top: 1px solid #e9eff3;
}

.indented {
  margin-left: 25px; /* LTR */
}

.comment h3 a.active {
  color: #494949;
}

.node .content, .comment .content {
  margin: 0.6em 0;
}

/**
 * Aggregator.module
 */
#aggregator {
  margin-top: 1em;
}
#aggregator .feed-item-title {
  font-size: 160%;
  line-height: 130%;
}
#aggregator .feed-item {
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -31px 1.75em;
  padding: 1.5em 31px;
}
#aggregator .feed-item-categories {
  font-size: 0.92em;
}
#aggregator .feed-item-meta {
  font-size: 0.92em;
  color: #898989;
}

/**
 * Color.module
 */
#palette .form-item {
  border: 1px solid #fff;
}
#palette .item-selected {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  border: 1px solid #d9eaf5;
}

/**
 * Menu.module
 */
tr.menu-disabled {
  opacity: 0.5;
}
tr.odd td.menu-disabled {
  background-color: #edf5fa;
}
tr.even td.menu-disabled {
  background-color: #fff;
}

/**
 * Poll.module
 */
.poll .bar {
  background: #fff url(images/bg-bar-white.png) repeat-x 0 0;
  border: solid #f0f0f0;
  border-width: 0 1px 1px;
}

.poll .bar .foreground {
  background: #71a7cc url(images/bg-bar.png) repeat-x 0 100%;
}

.poll .percent {
  font-size: .9em;
}

/**
 * Autocomplete.
 */
#autocomplete li {
  cursor: default;
  padding: 2px;
  margin: 0;
}

/**
 * Collapsible fieldsets
 */
fieldset {
  margin: 1em 0;
  padding: 1em;
/*  border: 1px solid #d9eaf5;
  background: #fff url(images/gradient-inner.png) repeat-x 0 0; */
}

/* Targets IE 7. Fixes background image in field sets. */
*:first-child+html fieldset {
  padding: 0 1em 1em;
  background-position: 0 .75em;
  background-color: transparent;
}

*:first-child+html fieldset > .description, *:first-child+html fieldset .fieldset-wrapper .description {
  padding-top: 1em;
}

fieldset legend {
  /* Fix disappearing legend in FFox */
  display: block;
}

*:first-child+html fieldset legend, *:first-child+html fieldset.collapsed legend {
  display: inline;
}

html.js fieldset.collapsed {
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
}

html.js fieldset.collapsible legend a {
  padding-left: 2em; /* LTR */
  background: url(images/menu-expanded.gif) no-repeat 0% 50%; /* LTR */
}

html.js fieldset.collapsed legend a {
  background: url(images/menu-collapsed.gif) no-repeat 0% 50%; /* LTR */
}

/**
 * Syndication icons and block
 */
#block-node-0 h2 {
  float: left; /* LTR */
  padding-right: 20px; /* LTR */
}

#block-node-0 img, .feed-icon {
  float: right; /* LTR */
  padding-top: 4px;
}

#block-node-0 .content {
  clear: right; /* LTR */
}

/**
 * Login Block
 */
#user-login-form {
  text-align: center;
}
#user-login-form ul {
  text-align: left; /* LTR */
}

/**
 * User profiles.
 */
.profile {
  margin-top: 1.5em;
}
.profile h3 {
  border-bottom: 0;
  margin-bottom: 1em;
}
.profile dl {
  margin: 0;
}
.profile dt {
  font-weight: normal;
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: 1.4em;
  margin-bottom: 0.45em;
}
.profile dd {
  margin-bottom: 1.6em;
}

/**
 * Admin Styles
 */
div.admin-panel,
div.admin-panel .description,
div.admin-panel .body,
div.admin,
div.admin .left,
div.admin .right,
div.admin .expert-link,
div.item-list,
.menu {
  margin: 0;
  padding: 0;
}

div.admin .left {
  float: left; /* LTR */
  width: 48%;
}
div.admin .right {
  float: right; /* LTR */
  width: 48%;
}

div.admin-panel {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  padding: 1em 1em 1.5em;
}
div.admin-panel .description {
  margin-bottom: 1.5em;
}
div.admin-panel dl {
  margin: 0;
}
div.admin-panel dd {
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: -.2em;
  margin-bottom: .65em;
}

table.system-status-report th {
  border-color: #d3e7f4;
}

#autocomplete li.selected, tr.selected td, tr.selected td.active {
  background: #027ac6;
  color: #fff;
}

tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
  color: #d3e7f4;
}

tr.taxonomy-term-preview {
  opacity: 0.5;
}

tr.taxonomy-term-divider-top {
  border-bottom: none;
}

tr.taxonomy-term-divider-bottom {
  border-top: 1px dotted #CCC;
}

/**
 * CSS support
 */

/*******************************************************************
 * Color Module: Don't touch                                       *
 *******************************************************************/

/**
 * Generic elements.
 */
.messages {
  background-color: #fff;
  border: 1px solid #b8d3e5;
}

.preview {
  background-color: #fcfce8;
  border: 1px solid #e5e58f;
}

div.status {
  color: #33a333;
  border-color: #c7f2c8;
}

div.error, tr.error {
  color: #a30000;
  background-color: #FFCCCC;
}

.form-item input.error, .form-item textarea.error {
  border: 1px solid #c52020;
  color: #363636;
}

/**
 * dblog.module
 */
tr.dblog-user {
  background-color: #fcf9e5;
}

tr.dblog-user td.active {
  background-color: #fbf5cf;
}

tr.dblog-content {
  background-color: #fefefe;
}

tr.dblog-content td.active {
  background-color: #f5f5f5;
}

tr.dblog-warning {
  background-color: #fdf5e6;
}

tr.dblog-warning td.active {
  background-color: #fdf2de;
}

tr.dblog-error {
  background-color: #fbe4e4;
}

tr.dblog-error td.active {
  background-color: #fbdbdb;
}
tr.dblog-page-not-found, tr.dblog-access-denied {
  background: #d7ffd7;
}
tr.dblog-page-not-found td.active, tr.dblog-access-denied td.active {
  background: #c7eec7;
}

/**
 * Status report colors.
 */
table.system-status-report tr.error, table.system-status-report tr.error th {
  background-color: #fcc;
  border-color: #ebb;
  color: #200;
}
table.system-status-report tr.warning, table.system-status-report tr.warning th {
  background-color: #ffd;
  border-color: #eeb;
}
table.system-status-report tr.ok, table.system-status-report tr.ok th {
  background-color: #dfd;
  border-color: #beb;
}

#title_logo {
  padding: 8px 20px 5px 60px;
  width: 170px;
  height: 100%;
  float: left;
}

#primary_menu {
  margin: 36px 40px 0 16px;
  float: left;
}

tbody {
  border-top: none !important;
}

#subpage_panel #footer_links, #third_level_panel #footer_links {
  margin: 17px 0 0 0;
}

#subpage-footer {
	padding: 0 0 20px 0;
}

#subpage-footer .left,
#footer .left {
	float: left;
}

#subpage-footer .right,
#footer .right {
	float: right;
	padding: 15px 0 0 0;
}

#subpage-footer .right a,
#footer .right a {
	float: left;
	display: block;
	background: #fff;
	padding: 2px 10px;
	color: #383636;
	text-decoration: none;
	font-family: "Trebuchet MS",Georgia,Verdana;
	font-size: 11px;
}

body.front #footer .right {
	float: left;
	padding-left: 50px;
}

#footer_links {
  margin: 17px 0 0 282px;
  font-family: "Trebuchet MS", Georgia, Verdana;
  font-size: 11px;
  color: #fff0d9;
}

#footer_links a {
  color: #fff0d9;
}

#footer_links a:hover {
  color: #fff;
  text-decoration: none;
}

#footer_links img {
  vertical-align: -20%;
}

#facebook_anchor:hover {
  background: transparent url(images/facebook-monochromatic.jpg) no-repeat 0% 0%; /* LTR */
  font-size: 14px;
}

#facebook_anchor {
  background: transparent url(images/facebook-color.jpg) no-repeat 0% 0%; /* LTR */
  font-size: 14px;
}

#twitter_anchor:hover {
  background: transparent url(images/twitter-monochromatic.jpg) no-repeat 0% 0%; /* LTR */
  font-size: 14px;
}

#twitter_anchor {
  background: transparent url(images/twitter-color.jpg) no-repeat 0% 0%; /* LTR */
  font-size: 14px;
}

#youtube_anchor:hover {
  background: transparent url(images/youtube-monochromatic.jpg) no-repeat 0% 0%; /* LTR */
  font-size: 14px;
}

#youtube_anchor {
  background: transparent url(images/youtube-color.jpg) no-repeat 0% 0%; /* LTR */
  font-size: 14px;
}

#front_chalkboard {
 /* float: left;
  margin-left: 33px; */
  position: absolute;
  top: 77px;
  left: 33px;
  z-index: 100;
  width: 218px;
  background-color: #c1b49a;
  color: #272525;
  vertical-align: top;
  display: table-cell;
}

#front_chalkboard .event {
  background-color: #e7dec7;
  color: #272525;
}

#front_chalkboard .content {
  margin: 0;
  padding: 0;
  vertical-align: top;
}

#front_chalkboard img, #front_chalkboard .event, #front_chalkboard .accolade, #front_chalkboard #join {
  margin: 0;
  padding: 0;
  display: block;
}

#front_chalkboard .event tbody, #front_chalkboard .accolade tbody, #front_chalkboard #join tbody {
  vertical-align: top;
  display: block;
  margin: 0;
  padding: 0;
}

#front_chalkboard a {
  color: #272525;
}

#front_chalkboard .event #event_header {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 5px 0 2px;
  width: 100%;
  letter-spacing: 3px;
  color: #000;
}

#front_chalkboard .accolade #accolade_header, #front_chalkboard #join #join_header, #front_chalkboard #special_header {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 5px 0 2px;
  width: 100%;
  letter-spacing: 3px;
  color: #000;
}

#front_chalkboard .event #event_date {
  background-color: #e7dec7;
  float: left;
  font-weight: bold;
  text-align: center;
  padding: 3px 4px 4px 7px;
  width: 70px;
  line-height: 140%;
}

#front_chalkboard .event #event_date #event_month {
  font-size: 16px;
}

#front_chalkboard .event #event_date #event_day {
  font-size: 22px;
}

#front_chalkboard .event #event_date #event_time {
  font-size: 10px;
}

#front_chalkboard .event #event_detail {
  background-color: #e7dec7;
  vertical-align: middle;
  display: table-cell;
}

#front_chalkboard .event #event_detail a, #front_chalkboard .accolade #accolade_detail a, #front_chalkboard #join .links a, #front_chalkboard #special_detail a {
  font-size: 16px;
  text-align: center;
  line-height: 110%;
  color: #272525;
}

#front_chalkboard .accolade {
  background-color: #c4b598;
  color: #272525;
}

#front_chalkboard .accolade #accolade_date, #front_chalkboard #special_date {
  padding: 0 0 0 20px;
  font-weight: bold;
}

#front_chalkboard .accolade #accolade_detail, #front_chalkboard #special_detail {
  padding: 3px 16px 11px 20px;
}

#front_chalkboard #special_detail {
	text-align: center;
}

#front_chalkboard #join {
  background-color: #fdebc3;
}

#front_chalkboard #join .links {
  padding: 3px 16px 11px 20px;
  text-align: center;
}

#subpage_panel {
  position: absolute;
  top: 77px;
  left: 282px;
  z-index: 1;
  width: 700px;
  height: 100%;
  background-color: #272525;
}

#third_level_panel {
  position: absolute;
  top: 77px;
  left: 282px;
  z-index: 1;
  width: 700px;
  height: 100%;
}

.connect #subpage_panel {
  width: 975px;
  left: 35px;
  background-color: #FFF9DF;
  min-height: 700px;
}

.connect #subpage_panel_container {
  background-color: #FFF9DF;
  height: 100%;
  clear: both;
}

.connect #subpage_panel_left_sidebar {
  width: 275px;
  display: table-cell;
  vertical-align: top;
/*  float: left; */
}

.connect #subpage_panel_left_sidebar #context_menu ul li, .connect #subpage_panel_left_sidebar #context_menu ul li.leaf, .connect #subpage_panel_left_sidebar #context_menu ul.menu li {
  margin-left: 0;
  padding-left: 0;
}

.connect #subpage_panel_left_sidebar #context_menu {
  background-color: #DFD6BC;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 30px;
  margin-left: 45px;
  width: 175px;
}

.connect #subpage_panel_left_sidebar #sm_feeds {
  margin: 84px 0 25px 45px;
  width: 195px;
  padding: 0;
  min-height: 200px;
}

.connect #subpage_panel_left_sidebar #sm_feeds table {
  background-color: #B4A688;
}

#sm_feeds td.button {
  padding: 10px 0 0 0;
  background-color: #FFF9DF;
}

#sm_feeds td.button .connect_button {
  background: #494949;
  width: 187px;
  padding: 8px 0 6px 12px;
  border-radius: 5px;
  -moz-border-radius: 5px;
}

#sm_feeds td.button .connect_button a:link, #sm_feeds td.button .connect_button a:visited {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

#sm_feeds td.button .connect_button a:hover {
  color: #191919;
}

.connect #subpage_content_panel {
  float: left;
  padding: 0;
  min-height: 850px;
  text-align: left;
  clear: right;
}

#subpage_content_panel table {
  clear: both;
}

#subpage_content_panel {
  width: 700px;
  min-height: 700px;
  background-color: #FFF9DF;
  padding-bottom: 25px;
}

#third_level_content_panel {
  width: 449px;
  min-height: 700px;
  background-color: #FFF9DF;
  padding-bottom: 25px;
}

#subpage_content_panel td, #third_level_panel td {
  padding: 0;
  vertical-align: top;
}

#subpage_content_panel td.photo-tour {
  padding: 0;
  vertical-align: middle;
}

#subpage_content_panel img.photo-tour{
	padding:0;
}

#subpage_content_panel .primary {
  float: none;
  padding: 5px 0 0 24px;
}

#subpage_content_panel ul {
  margin: 0.1em 0 1em 1.2em;
  padding: 0;
}

#subpage_content_panel ul li {
  list-style: disc outside url(images/arrow.png);
  background: none;
  margin: 0;
  padding: 5px 0 9px 2px;
}

#subpage_content_panel ul.inpage_menu {
  margin: 0 0 .2em 1.2em;
  padding: 0;
}

#subpage_content_panel ul.inpage_menu li {
  list-style: disc outside url(images/arrow.png);
  background: none;
  margin: 0;
  padding: 4px 0 2px 2px;
}

#subpage_content_panel ul.anchor_menu {
  margin: 0.1em 0 .2em;
  padding: 0;
}

#subpage_content_panel ul.anchor_menu li {
  list-style: disc outside url(images/arrow.png);
  background: none;
  margin: 0;
  padding: 3px 0 3px 2px;
}

#subpage_content_panel table, #third_level_panel table {
  margin: 0;
}

#subpage_content_panel hr, #third_level_panel hr {
  background-color: #b99166;
  margin-bottom: 12px;
}

#subpage_title {
  font-size: 36px;
  color: #630815;
  padding: 8px 28px 8px 28px;
  line-height: 110%;
  clear: both;
}

#subpage_sidebar {
  margin: 0 0 0 25px;
  padding: 16px;
  font-size: 14px;
  font-style: italic;
  background-color: #b4a688;
  width: 180px;
}

#subpage_sub_sidebar {
  margin: 0 0 20px 25px;
  padding: 16px 8px 16px 24px;
  font-size: 14px;
  font-style: italic;
  background-color: #a49984;
  width: 180px;
}

#subpage_sidebar_anchor_menu hr {
  background-color: #000;
}

#subpage_sidebar_anchor_menu a {
  display: block;
}

#subpage_sidebar_anchor_menu {
  margin: 0 0 0 25px;
  padding: 7px 8px 7px 24px;
  font-size: 14px;
  font-style: italic;
  background-color: #dfd6bc;
  width: 180px;
}

#subpage_sidebar h1 {
  font-weight: bold;
  padding: 4px 0px;
  font-size: 16px;
  font-style: normal;
}

#subpage_sidebar h4 {
  font-weight: bold;
  padding: 4px 0px;
  font-size: 16px;
  font-style: normal;
}

.centered {
  text-align: center;
  padding: 7px 16px 7px 16px !important;
}

#subpage_sidebar h5, #subpage_sidebar_anchor_menu h5 {
  font-weight: normal;
  padding: 4px 0px;
  font-size: 16px;
  font-style: normal;
}

#subpage_sidebar hr {
  background-color: black;
  margin-top: 5px;
}

#subpage_sidebar div.learn_more {
  text-align: center;
}

a.learn_more:link, a.learn_more:visited {
  color: #272525;
  text-decoration: none;
  font-style: normal;
  text-align: center;
  font-size: 11px;
  letter-spacing: 2px;
}

a.learn_more:hover {
  color: #272525;
  text-decoration: underline;
  font-style: normal;
  text-align: center;
  font-size: 11px;
  letter-spacing: 2px;
}

a.learn_more:active, a.learn_more.active {
  color: #5895be;
  font-style: normal;
}

#subpage_body {
  font-size: 12px;
  margin: 0 25px;
  padding: 0;
}

#subpage_body .node, #subpage_body .content {
  margin: 0;
  padding: 0;
}

#context_menu {
  width: 200px;
  margin: 0 0 0 25px;
  padding: 20px 0 0 0;
/*
  position: absolute;
  top: 106px;
  left: 90px; */
/*  margin: 0 0 0 55px; */
}

#context_menu .content {
  margin: 0;
  padding: 0;
}

#context_menu ul li, #context_menu ul.menu li, #context_menu .item-list ul li, #context_menu li.leaf {
  background: none;
  text-align: right;
  font-size: 13px;
  font-weight: bold;
}

#context_menu #block-menu-menu-walla-walla-valley ul li, #context_menu #block-menu-menu-columbia-valley ul li {
  font-size: 12px;
  margin: 0 !important;
  padding: 0 10px 0 0 !important;
}

#context_menu #block-menu-menu-walla-walla-valley h2, #context_menu #block-menu-menu-columbia-valley h2 {
  color: #826953;
  padding: 0 10px 0 0 !important;
  font-size: 12px;
  font-variant: small-caps;
  text-align: right;
}

#context_menu #block-menu-menu-columbia-valley h2 {
  margin-top: 19px;
}

#context_menu a:link, #context_menu a:visited {
  color: #000;
}

#context_menu a.active, #context_menu a:hover {
  color: #630815;
  text-decoration: none;
}

/*styling for the table of valley images on Family of Wines Page*/
.walla-col-text{
  background-color: #e6ddc8;
  text-transform:uppercase;
  height: 79px;
  width: 191px !important;
  min-width: 191px !important;
  padding: 0px;
  margin: 0;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.valley_wine_button a {
  color: #000;
}

.valley_wine_button hr {
  background-color: #000 !important;
  width: 171px;
  margin-left: 10px;
}

.valley_wine_button img {
  display: block;
}

.valley_wine_button {
  text-align: left;
}

table.valley_buttons {
}

div.lead_accolade_teaser a {
  color: #fff;
}

div.lead_accolade_teaser {
  font-size: 16px;
  color: #fff;
  background: #000;
  width: 196px;
  height: 73px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.reviewer_logo_med {
  width: 154px;
  height: 150px;
  border-bottom: 1px solid #b99166;
}

.review_detail {
  border-bottom: 1px solid #b99166;
  width: 468px;
  height: 150px;
}

.review_detail .date {
  font-size: 10px;
  color: black;
}

.review_detail .title {
  font-size: 16px;
  color: #b99166;
}

.review_detail .body {
  font-size: 12px;
  color: black;
}

a.read_more {
  font-style: italic;
  color: #630815;
}

table#wine_club_join_buttons td a {
  font-variant: small-caps;
}

table#wine_club_join_buttons td hr {
  background-color: #fff;
  margin: 8px 0;
}

table#wine_club_join_buttons td {
  padding: 9px !important;
  text-align: center;
  display: table-cell;
  /*vertical-align: middle;*/
  width: 130px;
  max-width: 130px;
}

table#wine_club_join_buttons {
  width: 0;
  border-collapse: separate;
  border-spacing: 10px 0px;
  margin: 1em 0;
}

table#wine_club_benefits td{  
  padding: 5px;

}

.featured_content_spacer, .layout_spacer {
  width: 25px;
}

.featured_content {
  background-color: #c2b49a;
  width: 440px;
  min-height: 200px;
}

.featured_content #subpage_body {
  width: 232px;
  padding: 7px;
  margin: 0 12px;
  font-size: 11px;
}

.featured_content #subpage_body .small_label {
  font-weight: bold;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.featured_content #subpage_body h6 {
  color: #630815;
  margin: 8px 0;
}

#pdf_doc_list tr td {
  padding-top: 4px;
}

#subpage_content_panel #pdf_doc_list {
  margin: 0.2em 0;
  width: 100%;
}

#pdf_doc_list .doc_label {
  color: #630815;
}

.aligned_right {
  text-align: right;
}
  
.accolade_badge a {
  color: #fff;
}

.accolade_badge a:hover {
  color: #FFF9DF;
}

.accolade_container {
  margin: 15px 0 0 25px !important;
}

.accolade_badge {
/*  margin: 15px 0 0 25px !important; */
  /* padding: 8px; */
  font-size: 14px;
  font-style: italic;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: #B4A688;
  width: 212px;
  height: 121px;
}

.accolade_badge .reviewer_logo {
  background-color: #fff;
  text-align: center;
  vertical-align: middle !important;
  display: table-cell;
  height: 67%;
}

.accolade_badge .points {
  text-align: center;
  vertical-align: middle !important;
  display: table-cell;
  height: 33%;
  font-style: normal;
}

.accolade_badge .points .value {
  font-size: 20px;
  font-style: normal;
}

.accolade_badge .inner_frame .points_text {
  font-style: normal;
  font-family: "Century Gothic", Tahoma, Arial, Helvetica, sans-serif;
  margin: 4px 0 0 0;
}

#bottle_image {
  position: absolute;
  top: 51px;
  left: 514px;
}

.vintage_select {
  /*height: 23px !important;*/
  width: 95px !important;
  text-align: left;
  padding: 2px;
}

.vintage_select option {
  font-style: italic;
}

.customStyleSelectBox {
  padding: 0 0 0 7px;
  font-style: italic;
  background-color: white;
  display: inline-block;
/* Styles For Your Select Box */
}

.customStyleSelectBox.changed {
/* You can use this if you want a different style after user has made a selection */
}

/* on the next line we add a down arrow on the right to indicate that it is a select box */
.customStyleSelectBoxInner {
  background:url(images/trade_select_arrow.png) no-repeat center right;
  width: 95px !important;
  display: inline-block;
}

table#event_list {
  width: 650px;
}

table#event_list td {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

table#event_list td.event_horiz_spacer {
  height: 24px;
}

table#event_list td.event_horiz_spacer_bottom {
  height: 24px;
  border-bottom: 1px solid #ba9165;
}

table#event_list td.event_date {
  background-color: #e5ddc8;
  width: 115px;
  height: 90px;
  max-height: 90px;
  font-family: "Century Gothic", Tahoma, Arial, Helvetica, sans-serif;
  color: #000;
}

table#event_list td.event_date .event_month {
  font-size: 16px;
}

table#event_list td.event_date .event_day {
  font-size: 22px;
}

table#event_list td.event_date .event_time {
  font-size: 10px;
}

table#event_list td.event_image img {
  display: block;
}

table#event_list td.event_image {
  width: 115px;
  height: 90px;
}

table#event_list td.event_detail {
  text-align: left;
  line-height: 150%;
  display: table-cell;
  vertical-align: top;
}

table#event_list td.event_detail .date {
  line-height: 110%;
  font-size: 10px;
  color: black;
}

table#event_list td.event_detail .title {
  font-size: 16px;
  color: #b99166;
}

table#event_list td.event_detail .body {
  padding-top: 3px;
  font-size: 12px;
  color: black;
}

table#event_list td.event_detail .url {
  padding-top: 3px;
}

font.phototour-txt-sml{
	font-size: 12px;
	font-weight: bold;
	color: #272525;
	letter-spacing: 1px;
	text-decoration: none;
}

font.phototour-txt-lrg{
	font-size: 16px;
	font-weight: bold;
	color: #272525;
	text-decoration: none;
}

#third_level_panel #file_downloads{
  padding: 25px;
}

.hidden {
  display: none;
}

.connect_widget .fbConnectWidgetTopmost, .connect_widget #u509849_1 {
  border: none !important;
  border-width: 0px !important;
}

#connect_chalkboard {
  background: #A29985;
  width: 169px;
  height: 100%;
  padding: 15px 15px 10px 15px;
  margin-top: 10px;
  line-height: 15px;
}

#connect_chalkboard p {
  line-height: 17px;
  font-size: 13px;
  font-style: italic;
}

#connect_chalkboard h6 {
  line-height: 19px;
}

#archives fieldset.collapsible {
  border: none !important;
}

.top_review_logo_lg {
}

.top_review_logo_lg img {
  display: block;
}

div.lead_accolade_teaser {
  font-size: 16px;
  color: #fff;
  background: #000;
  width: 176px;
  height: 73px;
  padding: 0 10px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.reviewer_continuation {
  width: 154px;
  height: 150px;
  padding: 35px 0 !important;
}

.reviewer_logo_med {
  width: 154px;
  height: 150px;
  padding: 35px 0 !important;
}

.review_detail {
  padding: 35px 0 !important;
  width: 467px;
  height: 150px;
  line-height: 120%;
}

#subpage_content_panel td.blog_entry {
  padding: 15px;
  line-height: 120%;
}

.review_detail .date, .blog_entry .date {
  font-size: 10px;
  color: black;
  font-family: Arial, sans-serif;
  font-weight: bold;
}

.review_detail .title, .blog_entry .title {
  padding-top: 3px;
  font-size: 16px;
  color: #b99166;
}

.review_detail .body p, .blog_entry .body p {
  margin-bottom: 0;
}

.review_detail .body, .blog_entry .body {
  font-size: 12px;
  color: black;
}

.end_row {
  border-top: 1px solid #b99166;
  height: 10px;
}

ul.primary-links li ul.submenu {
  position: absolute;
  left: -999em; 
}

ul.primary-links li:hover ul.submenu {
  left: 274px; 
}

ul.primary-links li ul.submenu li a:hover {
  color: #fff !important;
}

ul.primary-links li ul.submenu li a:link, ul.primary-links li ul.submenu li a:visited {
  color: #feedd0;
  padding: 0.35em 0 !important;
  margin: 0 .5em;
  font-size: 12px;
  font-face: "Century Gothic";
  font-weight: normal;
  letter-spacing: 1px;
}

ul.primary-links li ul.submenu li {
  color: #feedd0;
}

#primary_menu {
  margin-top: 22px !important;
}

#wrapper-front {
  min-width: 1436px;
}

#wrapper-front a {position: absolute; width: 100%; height: 100%;}

#subpage_content_panel #additional_vintages {
  position: absolute;
  bottom: 100px; /* 60px */
  left: 25px;
}

#subpage_content_panel #additional_vintages ul {
  margin: 0;
}

#subpage_content_panel #additional_vintages ul li {
  margin: 0 !important;
  padding: 0 0 0 .3em !important;
  list-style-type: none;
  list-style: none;
  background: none;
}

#block-menu-menu-wines ul.menu li {
}

#block-menu-menu-wines ul.menu li {
  font-size: 12px;
  margin: 0 !important;
  padding: 0 10px 0 0 !important;
}

#block-menu-menu-wines ul li a:hover.header {
  color: #630815;
}

#block-menu-menu-wines ul li a.header {
  color: #826953;
  padding: 0 10px 0 0 !important;
  font-size: 13px;
  /*font-variant: small-caps;*/
  text-align: right;
}

#block-menu-menu-wines ul li a.subsequent {
  margin-top: 19px;
}

#wine_category {
  font-size: 18px;
  color: #909090;
  padding: 10px 28px 0px 28px;
  line-height: 110%;
  font-variant: small-caps;
}

#vineyard {
  font-size: 22px;
  color: #272525;
  padding: 0 0 16px 28px;
  line-height: 110%;
  font-variant: small-caps;
}

td.feed_tab {
  height: 27px;
  width: 50%;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
  background-color: #B4A688;
}

td.dark_tan_right.inactive {
  background: transparent url(images/dark-tan-left.png) no-repeat 0 0;
}

td.dark_tan_left.inactive {
  background: transparent url(images/dark-tan-right.png) no-repeat 0 0;
}

td.gray_right.inactive {
  background: transparent url(images/gray-left.png) no-repeat 0 0;
}

td.gray_left.inactive {
  background: transparent url(images/gray-right.png) no-repeat 0 0;
}

td.gray_left, td.gray_right {
  background-color: #494949;
  color: white;
}

td.light_tan_right, td.light_tan_left, td#blog_content, td#blog_index, td#share_experience {
  background-color: #e6ddc8;
  color: black;
}

td.light_tan_right.inactive {
  background: transparent url(images/light-tan-left.png) no-repeat 0 0;
}

td.light_tan_left.inactive {
  background: transparent url(images/light-tan-right.png) no-repeat 0 0;
}

td.feed_tab img {
  vertical-align: middle;
}

td.feeds {
  margin: 0;
  padding: 0;
}

.connect table {
  margin: 0;
}

.connect #subpage_content_panel td.wide_tab {
  height: 27px;
  width: 165px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
}

.connect #subpage_content_panel td.wide_tab a, td.feed_tab a {
  cursor: pointer;
}

.connect #subpage_content_panel td.fill_right {
  background-color: transparent;
  height: 27px;
  width: 338px;
}

.connect #subpage_content_panel td.fill_right1 {
  background-color: transparent;
  height: 27px;
  width: 109px;
}

.connect #subpage_content_panel td.fill_right2 {
  background-color: transparent;
  height: 27px;
  width: 222px;
}

.connect #subpage_content_panel td.media_player {
  background-color: #494949;
  color: white;
  height: 393px;
  width: 623px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

#twitter_feed .item-list ul {
  padding: 7px;
}

.more-link {
  padding: 7px;
}

#connect_visual, #connect_blog {
  width: auto;
}

#subpage_content_panel table#connect_blog {
  margin: 30px 0 
}

#subpage_content_panel #blog_content, #subpage_content_panel #blog_categories, #subpage_content_panel #share_experience {
  padding: 15px 15px 15px;
}

.connect #footer_links {
  margin-left: 250px;
}

#top_stories {
  background-color: #B4A688;
  padding: 15px 15px 10px 15px;
  line-height: 140%;
  margin-top: 30px;
  margin-right: 15px;
}

#category_list a, #recent_posts a {
  font-size: 14px;
  font-weight: bold;
}

#archives {
  background-color: #A29985;
  padding: 15px 15px 10px 15px;
  line-height: 110%;
  margin: 0 15px 5px 0;
}

.connect #footer_links {
  padding-left: 210px;
}

#archives ul li {
  margin-left: 14px;
}

#archives fieldset.collapsed legend.collapse-processed a {
    background: url("images/arrow.png") no-repeat scroll 0 50% transparent;
}

#archives fieldset.collapsible legend a {
    background: url("images/arrow-down.png") no-repeat scroll 0 50% transparent;
}

#connect_blog #block-node-0 {
  display: inline-block;
  clear: none;
}

#block-node-0 img, .feed-icon {
    float: left;
}

a.feed-icon {
  font-style: italic;
}

table#trade_tools {
  margin: 10px 20px 5px 0px;
  width: 620px;
}

table#trade_tools td.bottle_image {
  width: 90px;
  height: 142px;
  background: #fff;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

table#trade_tools td.doc_links {
  width: 374px;
  height: 126px;
  background: #dfd6bc;
  text-align: left;
  vertical-align: top;
  display: table-cell;
  padding: 8px;
}

table#trade_tools td.doc_links table td {
  text-align: left;
  vertical-align: middle;
  display: table-cell;
  padding: 3px 6px 3px 7px;
}

table#trade_tools td.doc_links .title {
  font-size: 18px;
  padding: 5px 0;
}

table#trade_tools td.doc_links .populated {
  color: #630815;
}

table#trade_tools td.doc_links a, table#trade_tools td.doc_links .missing {
  font-size: 14px;
}

table#trade_tools td.doc_links .missing {
  color: #aaa;
}

table#trade_tools td.doc_links hr {
  background: #000;
}

table#trade_tools td.past_vintages {
  width: 140px;
  height: 142px;
  background: #a49984;
  text-align: center;
  vertical-align: top;
  display: table-cell;
}

table#trade_tools td.past_vintages .small_label {
  font-size: 12px;
  line-height: 14px;
  padding: 9px 0;
}

table#trade_tools td.spacer_row {
  height: 20px;
}

.select_frame {
  padding: 0 0 5px 0;
  text-align: left;
  margin-left: 22px;
}

ul.sitemap ul ul ul li a {
  font-size: 14px;
}

ul.sitemap ul ul li a {
  font-size: 16px;
}

ul.sitemap ul li a {
  font-size: 18px;
}

ul.sitemap li a {
  font-size: 20px;
}

ul.sitemap, ul.sitemap ul, ul.sitemap ul ul, ul.sitemap ul ul ul {
  margin-left: 25px !important;
}

.clearBoth, .clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
	display: block;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

dl.event-details {
	margin: 0;
	padding: 0;
}

dl.event-details dt {
	clear: both;
	float: left;
	width: 100px;
	font-weight: bold;
}

dl.event-details dd {
	float: left;
	width: 300px;
}

#front_chalkboard .event .location {
	font-size: 11px;
	font-style: italic;
	line-height: normal;
	color: #5c5950;
}

div.view-doc-collections .views-row {
	margin: 0 0 20px 0;
}

ul.wine-categories {
	margin: 0 !important;
	padding: 0;
	list-style-type: none;
}

ul.wine-categories li {
	list-style: none !important;
	padding: 0 !important;
}

ul.wine-categories h2 {
	margin: 0 0 10px 0;
	font-size: 12px;
}

ul.wine-categories ul.wines {
	border-bottom-width: 0;
}

ul.wines {
	margin: 0 0 20px 0 !important;
	padding: 0;
	list-style-type: none;
	border-bottom: solid 1px #b99166;	
}

ul.wines li {
	list-style: none !important;
	padding: 15px 0 !important;
	border-top: solid 1px #b99166;
}

ul.wines .label {
	float: left;
	width: 100px;
	margin: 5px 0 0 0;
}

ul.wines .details {
	float: right;
	width: 525px;
}

ul.wines h2 {
	margin: 0;
	font-size: 14px;
	line-height: normal;
}

ul.wines .appellation {
	margin: 0 0 10px 0;
	font-size: 12px;
	text-transform: uppercase;
}

ul.wines .new-release-info {
	margin: 10px 0 0 0;
}

ul.wines .case-production {
	text-align: right;
	text-transform: uppercase;
}

ul.wines .more {
	float: left;
	display: block;
	padding: 0 0 0 13px;
	background: url(images/arrow.png) no-repeat left 6px;
	font-style: italic;
	margin: 0 20px 0 0;
}

ul.wines .buy {
	float: left;
	display: block;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10px;
	line-height: normal;
	background: #7a0819;
	border-radius: 5px;
	padding: 3px 8px;
	text-transform: uppercase;
	color: #fff;
}

body.front #anniversary {display: none;}
#anniversary {position: absolute; top: 600px; left: 90px; display: none;}

.events-list .event {border-bottom: solid 1px #BA9165; padding: 0 0 25px 0; margin: 0 0 25px 0;}
.events-list .event .big-date {float: left; width: 115px; background: #E5DDC8; font-family: 'Century Gothic', Tahoma, Arial, Sans-Serif; font-size: 16px; line-height: normal; padding: 25px 0 0 0; min-height: 65px; text-transform: uppercase; text-align: center;}
.events-list .event .image {float: left; width: 135px;}
.events-list .event .detail {float: right; width: 375px; line-height: 150%;}
.events-list .event .date {color: #000; font-size: 10px; line-height: 110%;}
.events-list .event .title {color: #B99166; font-size: 16px;}
.events-list .event .body {font-size: 12px; padding: 3px 0 0 0; color: #000;}

.page-actions {margin: 0 0 10px 0; padding: 8px 28px 0 28px; text-align: right;}
.page-actions .print-page {display: inline-block; background: url(images/printer.png) no-repeat; padding: 0 0 0 20px;}

.node-552#wrapper #subpage_sidebar_anchor_menu {display: none;}

body.node-214 #subpage_title {text-align: center;}

.photo-gallery {padding: 0 30px 20px 30px;}
.photo-gallery .slides,
#subpage_content_panel .slides {margin: 0; padding: 0; list-style-type: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.photo-gallery #gallery-slider {margin: 0 0 20px 0;}
.photo-gallery #gallery-slider img {display: block; margin: 0 auto;}
.photo-gallery #gallery-slider li {width: 630px; padding: 0; margin: 0;}

.photo-gallery #gallery-carousel {max-width: 552px; margin: 0 auto; position: relative;}
.photo-gallery #gallery-carousel .slides li {margin: 0; padding: 0 6px; width: 126px; cursor: pointer;}
.photo-gallery #gallery-carousel .slides li div {border: solid 3px #343434; background: #343434; padding: 15px 0;}
.photo-gallery #gallery-carousel .slides li img {display: block; max-width: 120px; max-height: 69px; margin: 0 auto;}
.photo-gallery #gallery-carousel .slides li:hover div {border-color: #7b7b7b; background: #727272;}
.photo-gallery #gallery-carousel .flex-direction-nav {margin: 0; padding: 0; list-style-type: none; height: 0; overflow: hidden;}
.photo-gallery #gallery-carousel .flex-direction-nav a {position: absolute; top: 50%; left: -24px; margin-top: -12px; display: block; width: 24px; height: 24px; background: url(images/carousel-arrows.gif) no-repeat 0 0; font-size: 1px; line-height: 1px; text-indent: -10000px;}
.photo-gallery #gallery-carousel .flex-direction-nav a.flex-next {background-position: 0 -24px; left: auto; right: -24px;}