* {
margin:0;
padding:0
}

body {
  margin: 0;
  padding: 0;
  font-family: "Century Gothic", Georgia, "Lucida Grande", Verdana, sans-serif;
  font-size: medium;
  text-align: left;
  color: #fff/*#38230E*/;
  background:#000 url('/wp-content/themes/sl/images/header.jpg') no-repeat
}

/* links */
a:link, a:visited {
  color: #ef8a32;/*#268CCD*/;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* ------------------------------------------------------------
  page structure
------------------------------------------------------------ */
#wrap { 
  margin: 0;
  padding: 0px 0 0px 0;
}
#wrap-inner {
  width: 800px;
  margin: 0 auto;
  padding: 0 15px;
  font-size: 95%;
  text-align: left;
  /*url('images/OnAir.png') top right no-repeat*/;
  /*border-left:6px solid #ef8a32;
  border-right:6px solid #ef8a32;
  border-top:6px solid #ef8a32;*/
  margin-top:10px
}
#content {
  float: right;
  width: 800px;
  margin:0 0 0 0;
  padding:10px 0 0 0px;
  background:#000 url('images/content-bg.jpg') 650px 0px repeat-y
}
#sidebar {
  float: left;
  padding: 0 0 0px 0;
  width:168px;
  margin: 60px 0 0px -70px;
}

/* ------------------------------------------------------------
  header
------------------------------------------------------------ */
#header {
  margin: 0;
  font-size: 95%;
  text-align: left;
  height: 160px;
}
#header div {
  position: relative;
  width: 750px;
  margin: 0 auto;
  padding: 0 15px;
}
#header h1 {  
  float: left;
  margin: 0;
  position: absolute;
  padding: 0px 0 0 0;
  text-indent: -9999px;
}
#header div ul {
/*  outline: solid yellow 1px;*/
  float: right;
  margin: 43px 0 0 0px;
  padding: 0;
  font-size: 110%;
  list-style: none;
}
#header ul li {
  float: left;
  margin: 0 0 0 15px;
  padding: 0;
  -moz-border-radius-topleft:6px !important;
  -moz-border-radius-topright:6px !important;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
}
#header ul li a {
  float: left;
  display: block;
  padding: 8px 12px 12px 12px;
  padding: 8px 9px 12px 10px;
  text-decoration: none;
  color: #fff;
  background: #111;
  -moz-border-radius-topleft:6px;
  -moz-border-radius-topright:6px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-bottomleft:6px;
  -moz-border-radius-bottomright:6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
}
#header ul li a:hover {
  text-decoration:underline;
  background: #222;
  -moz-border-radius-topleft:6px;
  -moz-border-radius-topright:6px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-bottomleft:6px;
  -moz-border-radius-bottomright:6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
}
/* ------------------------------------------------------------
  search bar
------------------------------------------------------------ */
#search-form {
  display:inline;
  margin:0;
  padding:0;
}
#search-wrapper, #subscribe-wrapper {
  margin: 0px;
}
#search-wrapper, #subscribe-wrapper {
  position: relative;
}
#search-left, #subscribe-left {
  float: left;
}
textarea {width:450px}
#search-field, #subscribe-field {  
  background: url(images/inputs-bg.jpg) no-repeat;
  border: 0 none;
  color: #663300;
  font-size:x-small;
  font-weight: normal;
  height: 21px;
  margin: 0;
  outline-style: none;
  padding: 5px 0 0 3px;
}
#subscribe-field {
  width: 99px;
}
#search-field {
  width: 99px;
}
#search-btn, #subscribe-btn {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  vertical-align: top;
}
#search-btn {
  cursor: pointer;
  border: none;  
  background: url(images/plunder.png) no-repeat;
  height: 21px;
  width: 45px;
  text-decoration: none;
  left: 99px;
}

#subscribe-btn {
  cursor: pointer;
  border: none;  
  background: url(images/hireon.png) no-repeat;
  height: 21px;
  width: 45px;
  left: 99px;
}
/* ------------------------------------------------------------
  content
------------------------------------------------------------ */
#content h2 {
  margin: 5px 0 15px 0;
  padding: 0;
  font-size: 180%;
  font-weight: normal;
  color: #fff/*#902*/;
}
body#wine #content h2 {
  margin-bottom: 0;
}
#content h3 {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 130%;
  color: #963;
}
#content h3.wine-list {
  position: relative;
  margin: 1em 0 0 0;
  padding: 7px 10px;
  font-size: 100%;
  color: #630;
  /*border: 1px solid #E0D0B1;*/
  border-bottom: none;
  background: #F4E6C9 url(/wp-content/themes/sl/images/winelist-bg.gif) repeat-x top left;
}
#content h4 {
  clear: both;
  margin: 28px 0 20px 0;
  padding: 9px 0 6px 0;
  font-size: 110%;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  border-top: 2px solid #ef8a32;
  border-bottom: 2px solid #ef8a32;
  display: block;
}
#content h5 {
  margin: 0 0 5px 0;
  padding: 0;
  font-weight: normal;
  font-size: 100%;
  color: #fff/*#963*/;
}
#content p {
  margin: 0 0 1.5em 0;
  padding: 0;
  line-height: 1.3em;
}
#content ul {
  margin: 0 0 1.5em 30px;
  padding: 0;
  list-style: none;
}
#content ul li {
  margin: 0 0 7px 0;
  padding: 0 0 0 15px;
  line-height: 1.3em;
  background: url(/wp-content/themes/sl/images/default-bullet.gif) no-repeat 0 4px;
}
#content ul li img {
  vertical-align: middle;
}
#content code {
  font-family: Monaco, monospace;
  font-size: 110%;
  color: #963;
}
#content abbr {
  border: none;
}

/* wine lists */
table.wine-list {
  width: 100%;
  margin: 0 0 25px 0;
  padding: 0;
  /*border: 1px solid #E0D0B1;*/
}
table.single {
  border-top: 1px solid #E0D0B1;
}
table.wine-list tr td, table.wine-list tr th {
  margin: 0 0 0 0;
  padding: 12px 5px;
  border-bottom: 1px solid #F0EADA;
  background-color: #FBF8EB;
}
table.wine-list tr.alt_row th, 
table.wine-list tr.alt_row td {
  background-color: #fff;
}
table.wine-list tr.last th, 
table.wine-list tr.last td {
  border-bottom: none;
}
table.wine-list tr th {
  padding-left: 28px;
  text-align: left;
  background-image: url(images/bottle.gif);
  background-repeat: no-repeat;
  background-position: 9px 50%;
}
table.wine-list tr th.white {
  background-image: url(images/bottle-white.gif);
}
table.wine-list tr th.sparkling {
  background-image: url(images/bottle-bubbly.gif);
}
table.wine-list tr th.blush {
  background-image: url(images/bottle-pink.gif);
}
table.wine-list tr th.dessert {
  background-image: url(images/bottle-dessert.gif);
}
table.wine-list tr th.article {
  background-image: url(images/icon-article.gif);
  background-position: 9px 13px;
}
table.wine-list tr th em.region { 
  display: block;
  font-size: 90%;
  font-weight: normal;
  font-style: normal;
  color: #963;
}
table.wine-list tr td {
  font-size: 90%;
  color: #963;
}
table.wine-list tr td span.price {
  display: block;
  margin-top: 5px;
}
table.wine-list tr td.price strong {
  font-weight: normal;
  color: #663;
}
table.wine-list tr td a.rev-member {
  padding-left: 10px;
  font-style: normal;
  background-image: url(http://corkd.com/img/icon-member-sm.gif);
  background-repeat: no-repeat; 
  background-position: 0 3px;
}

/* user comments */
#content h4 a.comments-link {
  font-family: "Lucida Grande", Verdana, sans-serif;
  text-transform: none;
  letter-spacing: 0;
  font-size: 90%;
}
#content ol.comments {
  margin: 15px 0 25px 0;
  padding: 0;
  list-style: none;
}
#content ol.comments li {
  margin: 15px 0 8px 0;
  padding: 15px;
  border-bottom: 1px solid #E5DFC7;
  border-right: 1px solid #E5DFC7;
  background: #fff;
  overflow: auto;
}
#content ol.comments li textarea {
  width: 400px;
  height: 80px;
}
#content ol.comments li div {
  margin: 5px 10px 0 0;
  text-align: right;
}
#content ol.comments li img.photo {
  float: left;
  margin: 0 10px 4px 0;
  padding: 4px;
  border: 1px solid #E5DFC7;
  background: #fff;
}
#content ol.comments li span.vcard {
  margin: 0 0 6px 0;
  font-weight: bold;
  font-size: 120%;
}
#content ol.comments li p.meta {
  float: right;
  margin: 3px 0 0 0;
  font-size: 90%;
  font-weight: bold;
  font-style: normal;
  color: #963;
}
#content ol.comments li blockquote.description {
  margin: 2px 0 6px 0;
  padding: 0;
  font-size: 100%;
  line-height: 1.5em;
}
#comments div {
  margin: 0 0 10px 0;
}
#comments div textarea {
  width: 400px;
}
#content ol.comments li.yours {
  border: 1px solid #ddd3b9;
  background: #EFE6CE;
}
#content ol.comments li.yours img.photo {
  border: 1px solid #ddd3b9;
}

/* ------------------------------------------------------------
  sidebar
------------------------------------------------------------ */
#sidebar {
}
#sidebar h4 {
  /*border-color: #E0D0B1 #E0D0B1;
  border-style: solid solid none;
  border-width: 1px 1px medium;*/
  color:        #111;
  font-size:    110%;
  margin:       0 0 0 0;
  padding:      0px 0px;
  clear:        left;

}
#sidebar .box, .box {
  background:url(images/box-border.jpg) repeat-y;/*#FBF8EB*/;  
  /*border:1px solid #E0D0B1;*/
  margin: 0;
  padding:0;
  /*-moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;*/
}

.top {background:url(images/top-border.jpg);height:6px;font-size:1px}
.box {width:168px;background:url(images/box-border.jpg) repeat-y;}
.bottom {background:url(images/bottom-border.jpg) center left;height:6px;font-size:1px}

.commstop {background:url(images/top-comms.jpg) center left no-repeat;height:4px;font-size:1px}
.commsbox {background:url(images/commsbox.jpg) repeat-y;margin-top:20px;margin-bottom:20px}
.commsbottom {background:url(images/bottom-comms.jpg) center left no-repeat;height:4px;font-size:1px}

.commentlist {width:540px}

.box a,.box a:link,.box a:visited,.commsbox a,.commsbox a:link,.commsbox a:visited {
color:#fff
}

#sidebar p {  
  margin: 3px 0 15px 0;
  padding: 0;
  font-size: 90%;
}

#sidebar h4 span {
  font-style: italic;
}
.bottom-border {
  background:url(images/2dots.jpg) repeat-x
}

#sidebar #search-box {
}
.content a {
  text-decoration: none;
}
#sidebar .row.bg {
  margin-bottom: 7px;
}
#sidebar .row {
  margin:0 auto;
}
#sidebar .row.last {
  border-bottom:medium none;
  margin: 0;
}
#sidebar a {
color:#fff
}
/* ------------------------------------------------------------
  footer
------------------------------------------------------------ */
#footer {
  clear: both;
  margin: 0;
  padding: 30px 0 15px 0;
  font-size: 95%;
  color: #963;
}
#footer-inner {
  width: 100%;
  margin: 60px auto 0px auto;
  padding: 10px 0px;
  text-align: left;
  font-size: 90%;
  background:url(images/2dots.jpg) top left repeat-x
}
#footer p {
  margin: 20px 0 8px 0;
  padding-top: 20px;
}
#footer a {
  color: #630;
}
#footer p#copyright {
  margin-top: 20px;
  padding: 2px 0;
  padding-top:20px
}

/* ------------------------------------------------------------
  misc.
------------------------------------------------------------ */
.hide {
  display: none;
}
a img {
  border: none;
}
/* self-clearing floats */
#wrap-inner:after, 
#header:after,
#dash:after,
dl.profile:after,
#content div.vcard:after,
dl.comment:after,
#searchoptions:after,
#content p.page:after,
#content #ad-content:after,
#mini-lists:after,
form#find.find-welcome:after,
div.teaser:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
#network-sites img {
  border:4px double #E7DAC0;
  margin-left:10px;
  padding:0px;
}
#wristbandsborder img {
  border:4px double #E7DAC0;
  margin-left:10px;
  padding:0px;
}

body#stv #wrap-inner {
  width: 900px;
  background-position: 455px 0;
}
body#stv #header-inner {
  width: 880px;
}
body#stv #dash {
/*  width: 886px;*/
}
body#stv #dash p {
  width: 480px;
}
body#stv #dash p strong {
  padding: 0 0 2px 21px;
  background: url(images/icon-bird.gif) no-repeat 0 0;
}
body#stv #footer-inner {
  
  clear: both;
}
  
/* structure swap */
body#stv #content {
  float: left;
  width: 719px;
  margin: 0 40px 20px 0;
}
body#stv #sidebar {
}
  
/* header */
body#stv #header h1 a {
  width: 511px;
  height: 140px;
  display: block;
}
body#stv #header ul li a {
  color: #fff;
}
body#stv #header ul li a:hover {
  text-decoration: none;
}
body#stv #dash input {
  color: #666;
}
body#stv .thumb_schwag {
  float: left;
  width: 150px;
  height: 150px;
  text-align: center;
  margin-right: 10px;
  margin-left: 20px;
}
body#stv .thumb_schwag a {
  text-decoration: none;
}

/* content overrides */
#content div.blog-entry {
  height: auto;
  margin-bottom: 30px;
  width:669px
}
#content div.blog-entry h2 {
  margin-bottom: 5px;
  padding-bottom: 0;
}
#content div.blog-entry h2 a {
  font-weight: normal;
  color: #fff/*#eb722c*/
}
#content div.blog-entry h2 a:hover {
  text-decoration: none;
  color: #999;
  background: none;
}
#content div.blog-entry p.posted {
  margin: 0 0 15px 0;
  padding: 0 0 4px 0;
  font-size: 90%;
  color: #999;
  border-bottom: 2px solid #747474;
}
#content div.blog-entry p.posted a.plink {
  padding-left: 15px;
  color: #963;
  border-right:1px solid #999
}
#content div.blog-entry dl dt {
  margin: 0 0 3px 0;
  font-weight: bold;
}
#content div.blog-entry dl dd {
  margin: 0 0 1.5em 0;
  padding: 0;
  line-height: 1.5em;
}
#content div.blog-entry ul {
  margin-left: 0;
}
#content div.movie_frame {
  margin: 0 0 10px 0;
}

/* comments list */
#content ul.com li {
  background-image: url(/wp-content/themes/sl/images/icon-com.gif);
}
#content ul.com li.more {
  background-image: none;
}

/* search results */
#content div.result {
  height: 100px;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  background:url(images/2dots.jpg) bottom center repeat-x;
  width:561px
}
div.result:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
#content div.result h3 {
  font-size: 120%;
} 
div.result a.thumb {
  float: left;
  margin: 0 10px 0 0;
  padding: 5px;
  border: 4px double #eb792d;
  background: #fff;
}
div.result a:hover.thumb {
  border-style: solid;
  background: #ffd;
}
#content div.result p.posted {
  border: none;
}

/* sidebar */
body#stv #sidebar {
  font-size: 90%;
}
body#stv #sidebar p {
  margin: 10px 0 0 0;
  line-height: 1.5em;
}
body#stv #blog-about img {
  float: left;
  margin: 0 6px 0 0;  
}
#sidebar form#sub {
  display:inline;
  margin:0;
  padding:0;
/*  padding: 0;*/
  
}

/* power'd by box */
div.powered {
  margin: 10px   0 20px 0;
  border: 1px solid #6c0f2a;
  background: #FBF8EB;
}
#sidebar div.powered ul.def {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sidebar div.powered ul.def li {
  margin: 5px 0 0 0;
  padding: 0 6px;
  background: none;
}
#sidebar div.powered ul.def li em {
  font-size: 100%;
  font-style: normal;
  color: #902;
}

/* friend me up box */
div.friendme {
  margin: 10px 0 20px 0;
  border: 1px solid #6c0f2a;
  background: #FBF8EB;
  background: red;
}
div.friendme li {
  list-style-type: none;
  margin: 5px 0pt 0pt;
  padding: 0pt 6px;
}
div#togglebox img {
  margin-right: 6px;
}
  
/* for the prev next links on the search page */
div.navigation {
  margin-bottom: 5px;
}
  
/* special box */
div.special {
  margin: 10px 0 20px 0;
  padding: 10px;
  font-size: 140%;
  line-height: 1.3em;
  font-weight: bold;
  text-align: center;
  /*border: 1px solid #e0d0b1;*/
  background: #FBF8EB;
}

/* past episodes */
#sidebar dl.epi {
  margin: 10px 0 20px 20px;
  padding: 0;
}
#sidebar dl.epi dd {
  margin: 4px 0 15px 0;
}
.fshare {
  text-align:right;
}

/* ie hacks */
* html #network-sites li {
  margin:0px;
  height: 110px;
  padding: 0px;
}
* html #network-sites li span {
  height: 50px;
}
* html #network-sites li img {
  padding:5px
}

/*  schwag page stuff*/
.tee-text {
  color: #00aeef;
}
.fake-hr {
   background-color: #e1d5b4;
   height: 2px;
   margin: 0 0 6px 0;
   font-size: 1px;
   line-height: 0;
   clear: right;
}
.schwag-tab-bar {
}
.schwag-tab {
  float: left;
  margin: 2px;
}
#content ul.wl {
  background-color:#FBF8EB;
  /*border:1px solid #E0D0B1;*/
  margin:0 0 25px;
  padding:8px 8px 5px;
}
/* network page */

#network-sites {
  list-style: none inside;
  clear: left;
  padding: 0 !important;
  margin: 0 !important;
}

#network-sites:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: left; 
  visibility: hidden;
}

#network-sites li {
  padding: 0 !important;
  margin: 0 30px 74px 0px !important;
  float: left;
  height: 210px;
  width: 168px;
  background: transparent !important;
  text-align: center;
}

#network-sites li img {
  background:#FFFFFF none repeat scroll 0%;
  padding: 6px;
  margin-top: 3px;
  border: double 4px #E7DAC0;
}

#network-sites li span {
  display: block;
  margin-top: 3px;
  margin-left: 15px;
  width: 158px;
  text-align: justify;
  
  color: #996633;
  font-size: 11px;
  text-decoration: none;
}

#social-buttons {
/*  text-align: center;*/
  margin: 0 auto;
  margin-bottom: 1px;
}

.feedburnerFlareBlock a, #social-buttons a {
  padding: 4px 5px;
  min-width: 145px;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
  color: white;
  background: #eb722c;
  font-size: 11px;
  -moz-border-radius-topleft:3px !important;
  -moz-border-radius-topright:3px !important;
  -moz-border-radius-bottomleft:3px !important;
  -moz-border-radius-bottomright:3px !important;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;

}

#social-buttons a.last {
  margin-right: 0px;
}

.feedburnerFlareBlock span {
  display: none;
}
