/*
Theme Name: Bomb Diggity for PalateBomb.com
Theme URI: http://palatebomb.com/
Description: The default WordPress theme for palatebomb.com
Version: 1.0
Author: BrightWeb Marketing
Author URI: http://www.brightwebmarketing.com/
Tags: purple, red, dark, custom home page, sidebar
*/


/* Reset */
* {
  margin:0;
  padding:0;
  border:0;
  outline: 0;
  font-weight:normal;
  font-style:normal;
  font-size:1.0em;
  font-family:inherit;
  text-decoration: none;
  cursor:inherit;
  color:inherit;
  }
html, body { text-align:center; cursor:default; }
input, textarea { cursor:text; }
ol { list-style:decimal; }
small { font-size:0.7em; }
big { font-size:1.2em; }
em, i { font-style:italic; }
strong, b { font-weight:bold; }
button, a { cursor:pointer; }
hr, br { clear:both; }
hr { height:0; visibility:hidden; }
img { cursor: default; }
a img { cursor: pointer; }
ul, ol { list-style:none; }
#container * { text-align:inherit; }
#container button { text-align:center; }


/* Layout */
body {
  padding: 0 0 50px;
  font-size: 14px;
  font-family: "Trebuchet MS", trebuchet, arial, helvetica, sans-serif;
  color: #e0d7bb;
  cursor: default;
  background: url(images/bg.gif) top center repeat #200606;
  border-top: 5px solid #bc1836;
}
.container {
  width: 960px;
  margin: 0 auto;
  text-align: left;
}


/* General Classes */
.left { float:left !important; }
.right { float:right !important; }
.clear { clear:both; }
.auto { width:auto !important; height:auto !important; }
.pad { padding: 15px; }
.padt { padding-top: 30px; }
.padr { padding-right: 30px; }
.padb { padding-bottom: 30px; }
.padl { padding-left: 30px; }
.wp-caption-text {
  font-size: 12px;
  color: #c0af77;
  padding: 5px !important;
  background: #512627;
}
.alignleft {
  float: left;
  margin: 0 20px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 20px;
}
div.alignleft img { margin: 0; }
div.alignright img { margin: 0; }
div.alignleft .wp-caption-text, div.alignright .wp-caption-text { margin-right: 10px; }
form {
  position: relative;
}
input {
  height: 28px;
  _height: 28px;
}
input, textarea {
  width: 300px;
  color: #48053e;
  font-size: 14px;
  border: 5px solid #e0d7bb;
  background: #e0d7bb;
}
input:focus, textarea:focus {
  color: #bc1836;
  border-color: #fff;
  background: #fff;
}
button, .submit input {
  width: auto;
  height: auto;
  cursor: pointer;
  padding: 5px;
  color: #fff;
  background: #bc1836;
  border: 3px solid #592222;
}
button:hover, .submit input:hover {
  color: #200606;
  background: #dc759c;
}
.wpcf7-form {
  width: 310px;
}
.wpcf7-validation-errors {
  font-weight: bold;
}
.wpcf7-not-valid-tip-no-ajax {
  position: absolute;
  color: #fff;
  padding: 5px 0 5px 15px;
  *margin-top: 1px;
  left: 304px;
  _left: 324px;
  width: 251px;
  _width: 276px;
  background: url(images/arrow-red.gif) left center no-repeat; 
}


/* Header */
#header {
  background: url(images/top-gradient.gif) top center repeat-x;
}
#header .wrapper {
  background: url(images/header.jpg) top center no-repeat;
}
#header .container {
  z-index: 3;
  position: relative;
  height: 204px;
  _height: 189px;
}
/* Main Menu */
#menu-main {
  z-index: 2;
  position: absolute;
  width: 640px;
  top: 114px;
  left: 317px;
  _left: 312px;
}
#menu-main li {
  position: relative;
  float: left;
  margin: 0 5px;
}
#menu-main a {
  float: left;
  display: block;
  padding: 0px 20px;
  margin: 3px 0;
  height: 33px;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -1px;
  text-transform: lowercase;
  color: #fff;
}
#menu-main a:hover, #menu-main li:hover a {
  text-decoration: none !important;
  color: #200606;
  background: #dc759c;
}
#menu-main li.current_page_item a,
#menu-main li.current_page_ancestor a,
#menu-main li.current-cat a {
  text-decoration: underline;
}
#menu-main li.first a {
  width: 60px;
  _padding: 0 23px 0 24px;
}
#menu-main ul {
  position: absolute;
  left: 0;
  top: -1000px;
  width: 100% !important;
  margin: 0;
}
#menu-main li:hover ul {
  top: 36px;
}
#menu-main ul li {
  float: none;
  margin: 0;
  display: inline;
}
#menu-main ul a {
  float: none;
  width: 100% !important;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
  color: #200606;
  background: #dc759c !important;
  border-top: 1px solid #e589ac;
}
#menu-main ul a:hover {
  background: #e589ac !important;
}
#menu-main ul li.current_page_item a,
#menu-main ul li.current_page_ancestor a,
#menu-main ul li.current-cat a {
  text-decoration: underline !important;
}
#subscribe-link {
  position: absolute;
  top: 82px;
  left: 326px;
}
#subscribe-link a {
  height: 22px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -1px;
  text-transform: lowercase;
  color: #dc759c;
  padding-left: 25px;
  background: url(images/top-rss.gif) 0 0 no-repeat;
}
#subscribe-link a:hover {
  color: #e8adc3;
}
#subscribe-link a br {
  display: none;
  clear: none;
}
#subscribe-link a small {
  display: none;
  letter-spacing: 0;
  font-size: 12px;
  position: absolute;
  left: 115px;
  top: 3px;
  width: 200px;
  text-transform: none;
}
#subscribe-link a:hover small {
  display: block;
}
/* Top Search Box */
#search-top {
  position: absolute;
  top: 78px;
  left: 698px;
  width: 259px;
  height: 34px;
  overflow: hidden;
}
#search-top input {
  position: absolute;
  top: 8px;
  left: 105px;
  width: 149px;
  height: 18px;
  font-size: 13px;
  color: #dc759c;
  background: transparent;
  border: none;
}
#search-top:hover input {
  color: #e8adc3;
}
#search-top input:focus {
  color: #fff;
}
#search-top button {
  position: absolute;
  top: 2px;
  left: 0;
  width: 90px;
  height: 26px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: -1px;
  text-transform: lowercase;
  text-align: right;
  color: #dc759c;
  background: transparent;
  border: none;
}
#search-top:hover button {
  color: #e8adc3;
}
/* Secondary Menu */
#menu-top {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  text-transform: lowercase;
  line-height: 15px;
  font-size: 12px;
  text-align: right;
}
#menu-top li {
  display: inline;
  padding: 0 13px;
}
#menu-top a {
  color: #bc1836;
}
#menu-top a:hover {
  color: #dc759c;
}
#menu-top a img {
  padding: 3px 3px 0 0;
  _margin-top: 2px;
}
/* Breadcrumb */
#bcrumb {
  z-index: 1;
  position: absolute;
  top: 165px;
  left: 0;
  font-size: 11px;
  color: #bc1836;
}
#bcrumb a {
  padding: 0 2px;
  text-decoration: underline;
  color: #bbaa72;
}
#bcrumb a:hover {
  text-decoration: none;
  color: #48053e;
  background: #ebd88c;
}
#bcrumb em {
  color: #bbaa72;
}

/* Home Page Layout */
#home-box {
  z-index: 1;
  position: relative;
  height: 250px;
}
#home-left {
  z-index: 1;
  position: absolute;
  width: 647px;
  height: 280px;
  top: -30px;
  left: 0;
  background: url(images/home/star.gif) 0 0 no-repeat #bc1836;
}
#home-left h2 {
  position: absolute;
  top: 21px;
  left: 39px;
  line-height: 30px;
  font-size: 22px;
  color: #fff;
}
#home-left h2 img {
  float: left;
  margin: 0 5px 0 0;
}
#home-left h3 {
  position: absolute;
  top: 51px;
  left: 70px;
  line-height: 13px;
  font-size: 15px;
  color: #000;
}
#home-left h3 img {
  float: left;
  margin: 0 5px 0 0;
}
#home-left p.entry {
  position: absolute;
  left: 15px;
  top: 90px;
  height: 100px;
  width: 600px;
  overflow: hidden;
  color: #592121;
  background: url(images/loaders/red-on-cream.gif) 54px 34px no-repeat #e0d7bb;
}
#home-left p.entry img {
  position: absolute;
  top: 0;
  left: 0px;
}
#home-left p.entry a {
  position: absolute;
  top: 0;
  left: 0;
  width: 135px;
  _width: 295px;
  height: 90px;
  _height: 100px;
  padding: 10px 10px 0 150px;
  font-size: 18px;
  line-height: 14px;
  display: block;
  color: #bc1836;
}
#home-left p.entry a:hover {
  color: #592121;
}
#home-left p.entry a small {
  font-size: 12px;
  color: #592121;
  padding-top: 5px;
}
#home-left p.entry br {
  clear: none;
  display: none;
}
#home-left p.entry small {
  display: block;
}
#home-left p.entry span {
  position: absolute;
  top: 0;
  left: 305px;
  width: 280px;
  font-size: 14px;
  line-height: 19px;
  padding: 10px 0 0;
  display: block;
}
#home-left p.entry span a {
  height: auto;
  width: auto;
  position: static;
  display: inline;
  font-size: 1.0em;
  padding: 0 2px;
  color: #e0d7bb;
  background: #6c1660;
}
#home-left p.entry span a:hover {
  color: #fff;
  background: #bc1836;
}
#home-left .comments {
  position: absolute;
  top: 200px;
  left: 60px;
  _left: 30px;
}
#home-left .comments a {
  position: relative;
  float: left;
  width: 210px;
  display: block;
  padding: 8px 0 16px;
  margin: 0 0 0 30px;
  font-size: 12px;
  line-height: 16px;
  color: #e0d7bb;
}
#home-left .comments a span {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 18px;
  _font-size: 16px;
  color: #c31936;
}
@media screen and (-webkit-min-device-pixel-ratio:0){ #home-left .comments a span { font-size: 12px; } }
#home-left .comments a:hover, #home-left .comments a:hover span {
  color: #fff;
}
#home-video {
  z-index: 1;
  position: absolute;
  width: 300px;
  height: 190px;
  top: -30px;
  right: 0;
  background: url(images/loaders/red-on-cream2.gif) center center no-repeat #ebd88c;
}
#home-box .ad {
  position: absolute;
  width: 300px;
  height: 90px;
  top: 160px;
  right: 0;
  overflow: hidden;
  background: url(images/loaders/red-on-darkbrown.gif) center center no-repeat #200606;
}
#home-box .ad * {
  margin: 0;
  padding: 0;
  border: 0;
}
/* Home Bar */
#home-bar {
  height: 440px;
  margin: 0 0 -20px;
  background: url(images/home/bar.jpg) center 51px repeat-x;
}
#home-bar .wrapper {
  height: 440px;
  overflow: hidden;
  background: url(images/home/bar-middle.jpg) top center no-repeat;
}
#home-bar .container {
  position: relative;
}
#home-bar h3 {
  top: -65px;
  left: 0;
  font-size: 20px;
  text-transform: lowercase;
  position: absolute;
}
/* Entries */
#home-bar p.entry {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}
#home-bar p.entry img {
  position: absolute;
  top: 0;
  left: 0;
}
#home-bar p.entry br {
  clear: none;
  display: none;
}
#home-bar p.entry a {
  position: absolute;
  display: block;
  width: 130px;
  _width: 285px;
  height: 90px;
  _height: 100px;
  padding: 10px 10px 0 150px;
  font-size: 18px;
  line-height: 14px;
  font-weight: normal;
  color: #ebd88c;
}
#home-bar p.entry a:hover {
  color: #dc759c;
}
#home-bar p.entry small {
  display: block;
  padding: 5px 10px 0 0;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
}
/* Wine Column */
#home-wine {
  position: absolute;
  top: 65px;
  left: 0;
  width: 300px;
}
#home-wine p.entry {
  height: 100px;
  margin: 0 0 110px 15px;
  background: url(images/loaders/pink-on-purple.gif) 54px 34px no-repeat #48053e;
}
#home-wine .ad {
  position: absolute;
  top: 110px;
  left: 1px;
  height: 90px;
  width: 300px;
  overflow: hidden;
  background: url(images/loaders/cream-on-brown2.gif) center center no-repeat transparent;
}
#home-wine .ad {
  margin: 0;
  padding: 0;
  border: 0;
}
/* NotWine Column */
#home-notwine {
  position: absolute;
  top: 65px;
  left: 330px;
  width: 300px;
}
#home-notwine p.entry {
  height: 100px;
  margin: 0 0 5px;
  background: url(images/loaders/pink-on-brown.gif) 54px 34px no-repeat #592121;
}
#home-notwine p.entry a {
  width: 140px;
  _width: 300px;
}
/* More Wine Column */
#home-synd {
  position: absolute;
  top: 65px;
  left: 645px;
  width: 300px;
}
#home-synd ul.entry {
  height: 87px;
  _height: 100px;
  margin: 0 0 110px 15px;
  _margin: 0 0 110px 15px;
  padding:13px 0 0 7px;
  _padding:10px 0 0 7px;
  background: 54px 34px no-repeat #48053e;
  overflow:hidden;
  width:284px;
}
#home-synd ul.entry li{
  list-style:circle;
	display:list-item;
	margin:0 0 0 25px;
}
#home-synd ul.entry a {
  position: relative;
  width: 1300px;
  _width: 285px;
  height: auto;
  padding: 3px 10px 0 0px;
  font-size: 15px;
  line-height: 14px;
  font-weight: normal;
  color: #ebd88c;
}
#home-synd .ad {
  position: absolute;
  top: 110px;
  left: 15px;
  height: 90px;
  width: 300px;
  overflow: hidden;
  background: url(images/loaders/cream-on-brown2.gif) center center no-repeat transparent;
}
#home-synd .ad {
  margin: 0;
  padding: 0;
  border: 0;
}
/* Swag Column */
#home-swag {
  position: absolute;
  top: 65px;
  left: 660px;
  width: 300px;
}
#home-swag a.product {
  float: left;
  display: block;
  width: 138px;
  height: 98px;
  margin: 0 5px 110px 0;
  border: 1px solid #fff;
  background: #bc1836;
}
#home-swag a.product img {
  position: absolute;
  width: 128px;
  height: 128px;
  clip: rect(0px,128px,88px,0px);
  _clip: rect(0px,126px,86px,0px);
  display: block;
  margin: 5px;
  background: url(images/loaders/cream-on-red.gif) center center no-repeat #bc1836;
}
#home-swag a.product:hover {
  background: #dc759c;
}
#home-swag .ad {
  position: absolute;
  top: 110px;
  left: 0;
  height: 90px;
  width: 300px;
  overflow: hidden;
  background: url(images/loaders/cream-on-brown2.gif) center center no-repeat transparent;
}
#home-swag .ad {
  margin: 0;
  padding: 0;
  border: 0;
}


/* Pages & Posts */
#page {
  float: left;
  width: 570px;
  margin-bottom: 20px;
}
#page a {
  color: #ebd88c;
  text-decoration: underline;
}
#page a:hover {
  color: #48053e;
  background: #ebd88c;
  text-decoration: none;
}
#page .entry {
  position: relative;
  float: left;
  width: 570px;
  _width: 630px;
  overflow: hidden;
  padding: 30px;
  margin: 0 0 10px;
  background: url(images/entry/bg.jpg) 0 0 repeat #421919;
}
#page .entry a {
  color: #bc1836;
}
#page .entry a:hover {
  color: #dc759c;
  background: transparent;
}
#page .entry ul {
  margin-left: 30px;
  margin-right: 30px;
  list-style: square;
}
#page .entry ol {
  margin-left: 30px;
  margin-right: 30px;
  list-style: decimal;
}
#page h1 {
  font-size: 30px;
  line-height: 30px;
  color: #bc1836;
}
#page .entry h1 {
  width: 400px;
  padding: 25px 30px 0;
  margin: -30px 0 0 -30px;
  background: url(images/entry/star.jpg) 0 0 no-repeat;
}
#page_5 #page .entry h1,
#page_7 #page .entry h1,
#page_12 #page .entry h1,
#page_14 #page .entry h1,
#page_106 #page .entry h1,
#page_121 #page .entry h1,
#page_161 #page .entry h1,
#page_166 #page .entry h1,
#page_175 #page .entry h1 {
  width: auto;
}
#page h1 a { color: #bc1836 !important; text-decoration: none; }
#page h1 a:hover { color: #dc759c !important; background: transparent; }
#page h1 small { font-size: 16px; }
#page h2 {
  font-size: 22px;
  line-height: 22px;
  color: #fff;
}
#page h2 a { color: #fff !important; text-decoration: none; }
#page h2 a:hover { color: #dc759c !important; background: transparent;  }

#page .entry strong {
  color: #ebd88c;
}
#page .entry img {
  max-width: 570px;
}
#page .entry .date {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 150px;
  height: 35px;
  color: #bc1836;
  background: url(images/entry/bottle.jpg) 0 0 no-repeat;
}
#page .entry .date span {
  position: absolute;
}
#page .entry .date .day {
  top: 5px;
  left: 105px;
  height: 25px;
  padding-left: 5px;
  font-size: 25px;
  line-height: 20px;
  letter-spacing: -2px;
  font-family: georgia, serif;
  border-left: 1px solid #bc1836;
}
#page .entry .date .month {
  top: 3px;
  left: 0;
  width: 100px;
  font-size: 12px;
  text-align: right;
  text-transform: lowercase;
}
#page .entry .date .year {
  top: 16px;
  left: 0;
  width: 100px;
  font-size: 11px;
  text-align: right;
}
#page .entry .hr {
  height: 2px;
  margin: 20px -30px;
  display: block;
  background: url(images/entry/hr.jpg) 0 0 no-repeat;
}
#page .entry p, #page .entry ul, #page .entry ol, #page .entry dl, #page .entry blockquote {
  padding: 10px 0;
}
#page .entry br {
  clear: none;
}
/* Post Meta */
#page .entry .meta {
  color: #ebd88c;
  font-size: 12px;
  line-height: 14px;
}
#page .entry .meta ul {
  margin: 0;
  list-style: none;
}
#page .entry .meta p, #page .entry .meta ul {
  padding: 0;
}
#page .entry .meta li {
  clear: left;
}
#page .entry .meta li a, #page .entry .meta li span {
  float: left;
  display: block;
  min-height: 16px;
  margin-bottom: 1px;
  padding: 0 5px 0 20px;
  color: #dc759c;
  background: url(images/bullet.gif) 0 -242px no-repeat;
}
#page .entry .meta li a {
  text-decoration: underline;
}
#page .entry .meta li a:hover {
  color: #200606;
  text-decoration: none;
  background-position: 0 -142px;
  background-color: #dc759c;
}
#page .entry .meta .share li img {
  float: left;
  margin: 0 5px 0 0;
}
#page .entry .meta .share li a {
  padding-left: 0;
  display: inline;
  background-image: none;
}
#page .entry .meta li.label {
  padding: 0 0 10px;
  letter-spacing: -1px;
  font-weight: bold;
  font-size: 18px;
  text-transform: lowercase;
  font-family: arial, sans-serif;
}
#page .entry .meta .block {
  float: left;
  padding: 0;
}
#page .entry .meta .div {
  min-height: 90px;
  padding-left: 10px;
  margin-left: 20px;
  background: url(images/entry/meta-div.gif) 0px 15px no-repeat;
}
#page .entry .meta .avatar {
  margin-right: 10px;
}
#page .entry .meta .avatar a {
  display: block;
  height: 83px;
  width: 83px;
}
#page .entry .meta .avatar a img {
  background: #b70828;
  border: 5px solid #bc1836;
}
#page .entry .meta .avatar a:hover img {
  border-color: #dc759c;
}
#page .entry .meta .avatar img {
  float: left;
  border: 5px solid #bc1836;
}
#page .entry .meta .commentcount {
  float: right;
}
#page .entry .meta .commentcount a {
  width: 70px;
  display: block;
  padding: 0 0 5px;
  text-align: center;
  line-height: 12px;
  font-size: 12px;
  text-transform: lowercase;
  text-decoration: none;
  color: #ebd88c;
  background: #48053e;
  border: 1px solid #592222;
}
#page .entry .meta .commentcount a:hover {
  color: #fff;
  background: #bc1836;
  border-color: #b8a771;
}
#page .entry .meta .commentcount a big {
  display: block;
  padding: 15px 0 5px;
  font-size: 20px;
  font-family: georgia, serif;
}
#page .entry .meta .commentcount a small {
  display: block;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-size: 11px;
}
#page .entry .meta .commentcount a * {
  color: #592222;
  background: #b8a771;
}
#page .entry .meta .commentcount a:hover * {
  color: #200606;
}
/* Comments */
#page #comments {
  clear: both;
  padding: 1px 0 0;
}
#page #comments h2 {
  letter-spacing: -1px;
  font-weight: bold;
  font-size: 18px;
  text-transform: lowercase;
  font-family: arial, sans-serif;
}
#page #comments .commentlist {
  color: #ebd88c;
  margin: 0;
  list-style: none;
}
#page #comments .commentlist li {
  position: relative;
  background: #5a2222;
  min-height: 83px;
  _height: 83px;
  _overflow-y: visible;
  margin-bottom: 10px;
  overflow: hidden;
}
#page #comments .commentlist li br {
  clear: both;
}
#page #comments .commentlist li .meta {
  position: absolute;
  width: 180px;
  height: 1000em;
  _height: 100%;
  font-size: 11px;
  padding: 5px 18px 5px 5px;
  color: #5a2222;
  background: url(images/entry/dip.gif) right 14px no-repeat #200606;
}
#page #comments .commentlist li .meta a {
  font-size: 13px;
  text-transform: lowercase;
  color: #bc1836;
}
#page #comments .commentlist li .meta a:hover {
  color: #dc759c;
}
#page #comments .commentlist li .meta br {
  clear: none;
}
#page #comments .commentlist li .meta .avatar {
  float: left;
  margin: 0 5px 0 0;
}
#page #comments .commentlist li .body {
  width: 335px;
  _width: 575px;
  padding: 15px 15px 15px 220px !important;
  _padding-left: 200px;
}
#page #addcomment p {
  color: #ebd88c;
  padding: 5px 0;
}
#page #addcomment a {
  color: #bc1836;
}
#page #addcomment a:hover {
  color: #dc759c;
}
#page #addcomment input, #addcomment textarea {
  width: 560px;
  _width: 570px;
}
#page #addcomment p.loggedin {
  padding: 5px;
  margin: -1px;
  color: #200606;
  background: #b8a771;
  border: 1px solid #592222;
}
#page #addcomment p.loggedin a {
  padding: 5px;
  color: #ebd88c;
  text-transform: lowercase;
  background: #48053e;
}
#page #addcomment p.loggedin a:hover {
  color: #fff;
  background: #bc1836;
}
/* Nav links for post pages */
#postnav {
  position: relative;
  clear: left;
  float: left;
  width: 570px;
  _width: 630px;
  height: 20px;
  padding: 10px 30px;
  text-align: center;
  background: url(images/sidebar/bg.jpg) #421919;
}
#postnav a {
  font-size: 18px;
  letter-spacing: -1px;
  text-transform: lowercase;
  font-family: arial, sans-serif;
  color: #48053e;
}
#postnav a:hover {
  color: #bc1836;
}
#postnav .center {
  position: absolute;
  width: 150px;
  left: 50%;
  margin: 0 0 0 -75px;
  display: block;
}


/* Mini Entries */
#page.mini {
  width: auto;
  padding-right: 0;
}
#page.mini .entry {
  float: left;
  width: 122px;
  _width: 152px;
  height: 230px;
  _height: 260px;
  padding: 15px;
  overflow: hidden;
  margin-right: 8px;
}
#page.mini .entry h1 {
  width: auto;
  min-height: 44px;
  _height: 74px;
  _overflow-y: visible;
  padding: 15px;
  margin: -15px -15px -10px;
  font-size: 22px;
  line-height: 22px;
  background: none;
}
#page.mini .entry .hr {
  width: auto;
  margin: 10px -50px;
}
#page.mini .entry p {
  text-align: center;
  _padding: 0;
}
#page.mini .entry p a img {
  width: 73px;
  height: 73px;
  margin: 0 auto;
  display: block;
  border: 5px solid #bc1836;
  background: url(images/loaders/cream-on-red.gif) center center no-repeat #bc1836;
}
#page.mini .entry p a:hover img {
  border-color: #dc759c;
  background: url(images/loaders/brown-on-pink.gif) center center no-repeat #dc759c;
}
#page.mini .entry ul {
  margin: 0;
  list-style: none;
}
#page.mini .entry ul a {
  color: #dc759c;
  padding: 0 2px 0 20px;
  text-decoration: underline;
  background: url(images/bullet.gif) 0 -240px no-repeat;
}
#page.mini .entry ul a:hover {
  color: #180404;
  background-color: #dc759c;
  background-position: 0 -140px;
  text-decoration: none;
}
/* Search Results */
#page .search-results li {
  width: 610px;
  _width: 630px;
  padding: 10px;
}
#page .search-results sup {
  position: absolute;
  right: 0;
  top: 0;
  margin: 10px;
  font-size: 12px;
}


/* Dossier for Brains Pages */
.dossier {
  float: left;
  width: 330px;
  height: 512px;
  margin: 0 10px 10px 0;
  background: url(images/brains/dossier.jpg) 0 0 no-repeat;
}
.dossier .images {
  z-index: 1;
  position: absolute;
  margin: 30px;
  width: 270px;
  height: 402px;
  overflow: hidden;
  background: url(images/loaders/purple-on-white.gif) center center no-repeat;
}
.dossier .images img {
  position: absolute;
}
.dossier .overlay {
  z-index: 2;
  position: absolute;
  margin: 30px;
  width: 270px;
  height: 402px;
  background: url(images/brains/dossier-overlay.png) 0 0 no-repeat;
  _background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='http://localhost/palatebomb/wp-content/themes/bomb-diggity/images/brains/dossier-overlay.png');
}
.post-meta {
  _padding-top: 60px !important;
  padding-bottom: 20px !important;
  margin-bottom: 10px !important;
  list-style: none !important;
  background: url(images/entry/hr.jpg) 200px bottom no-repeat;
}
.post-meta-key {
  font-weight: bold;
  color: #ebd88c;
}
h1.brains {
  _width: 200px;
  _position: absolute;
  display: inline;
  padding-top: 30px;
  background: none !important;
}
#pick-my-brain {
  width: 175px;
  height: 30px;
  overflow: hidden;
  text-indent: -500em;
  background: url(images/brains/pickmybrain.gif) 0 0 no-repeat;
}
form.wpcf7 {
  float: left;
}
/* Followmebar */
.followmebar {
  float: right;
  width: 230px;
}
.followmebar h2 {
  width: 142px;
  height: 30px;
  overflow: hidden;
  text-indent: -500em;
  background: url(images/followmebar/followme.gif) 0 0 no-repeat;
}
.followmebar ul {
  height: 56px;
  margin: 0 !important;
  padding: 0;
  list-style: none;
}
.followmebar li {
  display: inline;
}
.followmebar a {
  float: left;
  width: 56px;
  height: 56px;
  text-indent: -500em;
  overflow: hidden;
  display: block;
  border: 0;
}
.followmebar li.corkd a, .corkd li.corkd a:hover {
  background: url(images/followmebar/corkd.gif) !important;
}
.followmebar li.twitter a, .followmebar li.twitter a:hover {
  background: url(images/followmebar/twitter.gif) !important;
}
.followmebar li.facebook a, .followmebar li.facebook a:hover {
  background: url(images/followmebar/facebook.gif) !important;
}
.followmebar li.linkedin a, .followmebar li.linkedin a:hover {
  background: url(images/followmebar/linkedin.gif) !important;
}


/* Sidebar */
#sidebar {
  float: right;
  padding-left: 16px;
  margin-top: -3px;
  color: #592222;
  background: url(images/sidebar/bar.gif) 0 0 repeat-y;
}
#sidebar .block-wrap {
  width: 300px;
  margin: 0 0 10px;
  background: url(images/sidebar/bg.jpg) #bcab73;
}
#sidebar .block {
  padding: 0 0 8px;
  background: url(images/sidebar/edges.gif) 0 0 no-repeat;
}
#sidebar .block h4 {
  font-weight: bold;
  text-transform: lowercase;
  letter-spacing: -1px;
  font-size: 18px;
  color: #48053e;
}
#sidebar p, #sidebar ul, #sidebar ol {
  padding: 10px 20px;
}
#sidebar a:hover {
  color: #bc1836;
}
#sidebar .hr {
  height: 2px;
  margin: 10px 0;
  background: url(images/sidebar/hr.gif) 0 0 no-repeat;
}
#sidebar .entries {
  padding: 0;
}
#sidebar .entries li {
  margin: 0 8px 1px;
}
#sidebar .entries a {
  display: block;
  padding: 10px;
  font-size: 18px;
  line-height: 14px;
  font-weight: normal;
  color: #48053e;
  background: #ebd88c;
}
#sidebar .entries a:hover {
  color: #dc759c;
  background: #48053e;
}
#sidebar .entries small {
  display: block;
  font-size: 12px;
  line-height: 12px;
  color: #bc1836;
}
#sidebar .entries a:hover small {
  color: #fff;
}
#sidebar .entries li.thumb {
  position: relative;
  width: 284px;
  height: 100px;
  padding: 0;
  overflow: hidden;
  background: url(images/loaders/pink-on-purple.gif) 54px 34px no-repeat #48053e;
}
#sidebar .entries li.thumb img {
  position: absolute;
  top: 0;
  left: 0;
}
#sidebar .entries li.thumb br {
  clear: none;
  display: none;
}
#sidebar .entries li.thumb a {
  position: absolute;
  display: block;
  width: 122px;
  _width: 277px;
  height: 90px;
  _height: 100px;
  padding: 10px 10px 0 150px;
  color: #ebd88c;
  background: transparent !important;
}
#sidebar .entries li.thumb a:hover {
  color: #dc759c;
}
#sidebar .entries li.thumb small {
  padding: 5px 10px 0 0;
  color: #fff;
}
#sidebar .readmore {
  padding: 0 8px;
  text-align: right;
}
#sidebar .readmore a {
  padding: 5px;
  display: block;
  text-transform: lowercase;
  color: #592222;
  background: #cebe80;
}
#sidebar .readmore a:hover {
  color: #dc759c;
  background: #48053e;
}
#sidebar .stuff ul {
  width: 260px;
  _width: 300px;
  float: left;
}
#sidebar .stuff li li {
  clear: left;
}
#sidebar .stuff li ul {
  width: auto;
  float: none;
  padding: 0;
}
#sidebar .stuff li ul ul {
  padding: 0 20px;
}
#sidebar .stuff ul.list {
  width: 128px;
}
#sidebar .stuff ul.list a,
#sidebar .stuff ul.list .current-cat li a {
  float: left;
  display: block;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  padding: 1px 5px 1px 20px;
  text-decoration: underline;
  color: #592222;
  background: url(images/bullet.gif) 0 -340px no-repeat;
}
#sidebar .stuff ul.list .current-cat a {
  color: #bc1836;
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
}
#sidebar .stuff ul.list a:hover {
  color: #200606;
  text-decoration: none;
  background-color: #dc759c !important;
  background-position: 0 -140px !important;
}
#sidebar .stuff ul.icons {
  width: 128px;
  _width: 120px;
}
#sidebar .stuff ul.icons li {
  display: inline;
  clear: none;
}
#sidebar .stuff ul.icons a, #sidebar .stuff ul.icons span {
  float: left;
  width: 36px;
  height: 36px;
  margin: 2px;
  overflow: hidden;
  border: 1px solid #48053e;
}
#sidebar .stuff ul.icons a:hover {
  border-color: #bc1836;
}
#sidebar .stuff ul.icons a.how {
  height: auto;
  width: auto;
  line-height: 13px;
  font-size: 11px;
  color: #592222;
  border: 0;
}
#sidebar .stuff ul.icons a.how:hover {
  color: #bc1836;
}
#sidebar .ad {
  width: 300px;
  height: 90px;
  margin: 8px 0 0;
}
#sidebar .ad * {
  margin: 0;
  padding: 0;
  border: 0;
}
/* Calendar */
#sidebar .calendar table {
  margin: 3px 3px -5px;
  width: 294px;
}
#sidebar .calendar caption {
  position: relative;
  margin: 0 0 8px;
  padding: 0 0 4px;
  color: #bc1836;
  text-align: left;
  border-bottom: 1px dotted #8c684c;
}
#sidebar .calendar caption big {
  clear: both;
  position: absolute;
  width: 170px;
  margin: 0 0 0 62px;
  text-align: center;
  font-size: 18px;
}
#sidebar .calendar caption a {
  font-size: 14px;
  padding: 3px 6px;
  color: #ebd88c;
  background: #48053e;
}
#sidebar .calendar caption a.left { position:absolute; margin-left: 8px; }
#sidebar .calendar caption a.right { margin-right: 8px; }
#sidebar .calendar caption a:hover {
  color: #fff;
  background: #bc1836;
}
#sidebar .calendar th {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -1px;
  text-align: center;
  font-family: arial, sans-serif;
  text-transform: lowercase;
  color: #48053e;
}
#sidebar .calendar td {
  width: 40px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #ebd88c;
  border-right: none;
  border-bottom: none;
}
#sidebar .calendar td a {
  font-size: 20px;
  line-height: 40px;
  display: block;
  color: #592222;
  background: #ebd88c;
}
#sidebar .calendar td a:hover {
  color: #48053e;
  background: #fff;
}
#sidebar .calendar td.selected a {
  color: #ebd88c;
  background: #bc1836;
}
#sidebar .calendar td.selected a:hover {
  color: #fff;
}
#sidebar .calendar td.today a, #sidebar .calendar td.today span {
  border: 3px solid #bc1836;
  margin: -3px;
}
#sidebar .calendar td span {
  font-size: 20px;
  line-height: 40px;
  display: block;
  color: #592222;
}
#sidebar .calendar td.selected span {
  color: #ebd88c;
  background: #bc1836;
}
/* Events */
#page .events {
  margin: 0 !important;
  padding: 0;
  list-style: none !important;
}
#page .event-header {
  line-height: 1.0em;
}
#page .event-header strong {
  font-size: 12px;
}
#page .event-header p {
  padding: 0;
}
/* Twitter Page */
h2.followus {
  width: 116px;
  height: 30px;
  overflow: hidden;
  text-indent: -500em;
  background: url(images/followus.gif) 0 0 no-repeat;
}
.tweeters {
  float: left;
}
.tweeters li {
  display: inline;
}
.tweeters li a {
  float: left;
  display: block;
  margin: 0 10px 10px 0;
  border: 1px solid #592222;
  background: url(images/loaders/pink-on-purple.gif) center center no-repeat #48053e;
}
.tweeters li a img {
  float: left;
  width: 73px;
  height: 73px;
  display: block;
  border: 5px solid #48053e;
}
.tweeters li a:hover {
  background: url(images/loaders/purple-on-pink.gif) center center no-repeat #dc759c !important;
}
.tweeters li a:hover img {
  border-color: #dc759c;
}
h2.twitterfeed {
  width: 151px;
  height: 30px;
  overflow: hidden;
  text-indent: -500em;
  background: url(images/twitterfeed.gif) 0 0 no-repeat;
}
#page .tweets {
  margin: -40px 0 0;
}
#page .tweets li {
  position: relative;
  margin: 40px -5px 0;
  padding: 5px;
  cursor: pointer;
  border-bottom: 1px solid #592121;
}
#page .tweets li:hover {
  background: #592121;
}
#page .tweets li small {
  position: absolute;
  margin: 8px 0 0;
}
#page .tweets li small {
  color: #bdac74;
}


/* Footer */
#footer .wrapper {
  position: relative;
  width: 960px;
  margin: 0 auto 100px;
  background: url(images/footer/star.gif) bottom right no-repeat #180404;
}
#footer .wrapper:hover {
  background-image: url(images/footer/star-anim.gif);
}
#footer .container {
  _width: 950px;
  background: url(images/footer/line.gif) 0 0 repeat-x;
}
#footer .block {
  float: left;
  width: 200px;
  _width: 180px;
  margin: 0 20px;
}
#footer h3 {
  height: 55px;
  line-height: 55px;
  font-size: 24px;
  text-transform: lowercase;
  color: #fff;
}
#footer a {
  text-transform: lowercase;
}
/* Tags */
#footer-tags {
  _margin-left: 10px !important;
}
#footer-tags ul {
  text-align: left;
}
#footer-tags li {
  display: inline;
}
#footer-tags li a {
  color: #bc1836;
  padding: 2px;
  vertical-align: middle;
}
#footer-tags li a:hover {
  color: #180404;
  background: #dc759c;
}
/* Archive */
#footer-archive {
  _width: 220px !important;
  _margin-right: 0 !important;
}
#footer-archive ul li {
  float: left;
  width: 100px;
}
#footer-archive ul ul li {
  float: none;
}
#footer-archive ul h4 {
  font-weight: bold;
  text-transform: lowercase;
  letter-spacing: -1px;
  font-size: 18px;
  color: #c31936;
}
#footer-archive ul a {
  color: #dc759c;
  padding: 0 2px;
  text-decoration: underline;
}
#footer-archive ul a:hover {
  color: #180404;
  background: #dc759c;
  text-decoration: none;
}
/* Authors */
#footer-authors {
  _width: 220px !important;
  _margin-right: 0 !important;
}
#footer-authors a img {
  float: left;
  width: 73px;
  height: 73px;
  margin: 0 5px 10px 0;
  padding: 5px;
  border: 1px solid #b6a570;
  background: url(images/loaders/cream-on-brown.gif) center center no-repeat #592121;
}
#footer-authors a:hover img {
  background: url(images/loaders/brown-on-pink.gif) center center no-repeat #dc759c;
}
#footer-authors p br {
  clear: none;
}
#footer-authors p {
  clear: left;
}
#footer-authors p big {
  font-weight: bold;
  text-transform: lowercase;
  letter-spacing: -1px;
  font-size: 18px;
  color: #c31936;
  margin-left: -20px;
}
@media screen and (-webkit-min-device-pixel-ratio:0){ #footer-authors p big { margin-left: 0; } }
#footer-authors a {
  color: #dc759c;
  padding: 0 2px 0 20px;
  text-decoration: underline;
  background: url(images/bullet.gif) 0 -40px no-repeat;
}
#footer-authors a:hover {
  color: #180404;
  background-color: #dc759c;
  background-position: 0 -140px;
  text-decoration: none;
}
#footer-authors a:first-child {
  background: transparent;
}
/* Stuff */
#footer-stuff {
  _width: 220px !important;
  _margin-right: -20px !important;
}
#footer-stuff ul li {
  float: left;
  width: 100px;
}
#footer-stuff ul ul li {
  float: none;
  width: auto;
}
#footer-stuff ul h4 {
  font-weight: bold;
  text-transform: lowercase;
  letter-spacing: -1px;
  font-size: 18px;
  color: #c31936;
}
#footer-stuff ul a {
  color: #dc759c;
  padding: 0 2px;
  text-decoration: underline;
}
#footer-stuff ul a:hover {
  color: #180404;
  background: #dc759c;
  text-decoration: none;
}
/* Copyright */
#footer-copyright {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 960px;
  height: 75px;
  font-size: 12px;
  line-height: 14px;
  color: #723131;
}
#footer-copyright img {
  float: left;
  margin: -14px 20px 0 0;
}
#footer-copyright br {
  clear: none;
}
#footer-copyright a {
  color: #8d4b4b;
  text-transform: none;
  text-decoration: underline;
}
#footer-copyright a:hover {
  color: #fff;
}


/* Tooltip */
.tooltip {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px;
  height: 16px;
  line-height: 16px;
  margin: -40px 0 0 10px;
  color: #bc1836;
  background: #ebd88c;
  border: 1px solid #48053e;
}
