body {
  font-family: Georgia, Times New Roman, serif;
  font-size: 16px;
  line-height: 22px;
  color: #CFBBB6;
  background: url(../img/body_bg2.jpg) top center no-repeat;
  background-color: #000;
}

p { margin: 0px 0px 22px 0px; }
em { font-style: italic; }
strong { font-weight: bold; }

a { color: #7e8c9a; text-decoration: none; }
a:hover { color: #c6d5e3; text-decoration: none; }

ul { margin: 0px 0px 22px 22px; list-style: disc; }
ol { margin: 0px 0px 22px 22px; list-style: decimal; }

.clear { clear: both; }

/* header */

#header {
  position: relative;
  width: 920px;
  height: 236px;
  margin: 0px auto;
}

#header h1 a {
  position: absolute;
  top: 25px;
  left: 50%;
  display: block;
  width: 486px;
  height: 147px;
  margin-left: -243px;
  text-indent: -9999px;
}

#header ul {
  position: absolute;
  top: 194px;
  width: 920px;
  margin: 0px;
  text-align: center;
  list-style: none;
}
#header ul li {
  display: inline;
}
#header ul li a {
  margin: 0px 6px;
  font-style: italic;
  color: #CCC;
}
#header ul li a:hover,
#header ul li.current-menu-item a,
#header ul li.current_page_item a {
  color: #FFF;
}

/* footer */

#footer {
  width: 920px;
  margin: 0px auto;
  font-style: italic;
  color: #566577;
  color: rgba(255,255,255,0.25);
}
#footer a {
  color: rgba(126,140,154,0.8);
}
#footer a:hover {
  color: #FFF;
}
#footer .widget {
  float: left;
  margin: 0px 20px 0px 0px;
}
#footer .widget h4 {
  display: none;
}
#footer .widget ul {
  margin: 0px;
  list-style: none;
}
#footer .widget ul li {
  display: inline;
  margin: 0px 5px 0px 0px;
}

#footer #credit {
  float: right;
}

/* page structure */

.content {
  width: 920px;
  margin: 0px auto 10px auto;
  padding: 40px;
  background: rgba(0,17,36,0.8);
  -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}

.content h2 {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  font-style: italic;
  margin: 0px 0px 20px 0px;
}

.content .main {
  float: left;
  width: 552px;
  margin: 0px 68px 0px 0px;
}
.content .sidebar {
  float: left;
  width: 300px;
}
.content .sidebar .widget {
  margin: 0px 0px 40px 0px;
}
.content .sidebar .widget:after {
  content: '.';
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.content .sidebar .widget h4 {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  font-style: italic;
  color: #CFBBB6;
  margin: 0px 0px 10px 0px;
}

.content table.two_column {
  margin: 0px 0px 20px 0px;
}
.content table.two_column tr { }
.content table.two_column tr td {
  vertical-align: top;
}
.content table.two_column tr td.gutter {
  width: 40px;
}
.content table.two_column tr td.fat_column {
  width: 550px;
}
.content table.two_column tr td.skinny_column {
  width: 330px;
}
.content table.two_column tr td h3 {
  margin: 0px 0px 20px 0px;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  font-style: italic;
}

/* home template */

#home { }

#home .section {
  margin: 0px 0px 40px 0px;
}

#home #section_intro { }
#home #section_intro .image {
  float: left;
  width: 550px;
/*  margin: 0px 68px 0px 0px; */
  margin: 0px 40px 0px 0px;
}
#home #section_intro .text {
  float: left;
  width: 330px;
  text-align: center;
}
#home #section_intro .text h2.album_title {
  font-size: 36px;
  line-height: 36px;
}
#home #section_intro .text h2.album_title span {
  display: inline-block;
  width: 30px;
  height: 18px;
}
#home #section_intro .text h2.album_title span.left {
  margin-right: 8px;
  background: url(../img/wingding_large_left.png) top left no-repeat;
}
#home #section_intro .text h2.album_title span.right {
  margin-left: 8px;
  background: url(../img/wingding_large_right.png) top left no-repeat;
}

#home #section_intro .text iframe {
  margin: 0px 0px 20px 0px;
}

#home #section_intro .text a.button {
  display: inline-block;
  width: 210px;
  height: auto;
  margin: 0px;
  padding: 14px 0px;
  background: #333;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#111111');
  background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
  background: -moz-linear-gradient(top, #444, #111);
  border: 1px solid #262633;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-family: Georgia, Times New Roman, serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  font-style: italic;
  color: #cfbbb6;
  text-align: center;
  text-transform: lowercase;
  cursor: pointer;
}
#home #section_intro .text a.button:hover {
  background: #000;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#000000');
  background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#000));
  background: -moz-linear-gradient(top, #222, #000);
}
#home #section_intro .text a.button span {
  display: block;
  font-size: 20px;
  line-height: 26px;
}

/* blog posts */

#posts { }
#posts .post {
  margin: 0px 0px 30px 0px;
  border-bottom: 1px solid #47474F;
}
#posts .post:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}
#posts .post h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
  color: #7e8c9a;
  margin: 0px;
}
#posts .post .featured_image {
  margin: 0px 0px 20px 0px;
}
#posts .post .featured_image img {
  display: block;
  margin: 0px;
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
#posts .post .meta {
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
}
#posts .post .comments {
  float: right;
}

#posts .post #comments {
  border-top: 1px solid #47474f;
}
#posts .post #comments h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  margin: 20px 0px;
}
#posts .post #comments ol {
  margin: 0px;
  list-style: none;
}
#posts .post #comments ol li {
  margin: 0px 0px 20px 0px;
  border-bottom: 1px solid #47474f;
}
#posts .post #comments ol li p.meta {
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  margin: 0px 0px 15px 0px;
}

#posts .post #comments #comment_form { }
#posts .post #comments #comment_form label {
  display: block;
  margin: 0px 0px 3px 0px;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
}

#posts .post #comments #comment_form input[type="text"] {
  width: 432px;
  padding: 8px 10px;
  background: #FFF;
  border: 0px;
  font-size: 12px;
  line-height: 18px;
  color: #444;
}
#posts .post #comments #comment_form textarea {
  width: 432px;
  height: 160px;
  padding: 8px 10px;
  background: #FFF;
  border: 0px;
  font-size: 12px;
  line-height: 18px;
  color: #444;
}
#posts .post #comments #comment_form input[type="submit"] {
  padding: 8px 10px;
  background: #7e8c9a;
  border: 0px;
  font-family: Georgia, Times New Roman, serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  font-style: italic;
  color: #FFF;
  cursor: pointer;
}
#posts .post #comments #comment_form input[type="submit"]:hover { background: #c6d5e3; }

#posts .pagination {
  margin: -10px 0px 0px 0px;
}
#posts .pagination .older {
  float: left;
}
#posts .pagination .newer {
  float: right;
}

/* photo & video gallery */

#gallery {
  width: 920px;
  margin: 0px auto 10px auto;
  padding: 0px;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#gallery .featured_image {
  margin: 0px 0px 20px 0px;
}
#gallery .featured_image img {
  display: block;
  margin: 0px;
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

/* store */

#store { }
#store .featured_image {
  margin: 0px 0px 20px 0px;
}

#store .products { }
#store .products .product {
  float: left;
  width: 300px;
  height: 463px;
  margin: 0px 10px 40px 0px;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  color: #cfbbb6;
}
#store .products .product:nth-child(3n) {
  margin-right: 0px;
}
#store .products .product .product_image {
  margin: 0px 0px 12px 0px;
  background: #151930;
  border: 3px solid #939193;
  border: 3px solid rgba(255,255,255,0.15);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#store .products .product .product_image img {
  display: block;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
#store .products .product .product_text {
  position: relative;
  height: 151px;
  padding: 0px 6px;
}
#store .products .product .product_text h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  color: #cfbbb6;
  margin: 0px;
}
#store .products .product .product_text p {
  margin-bottom: 0px;
}
#store .products .product .product_text form { }
#store .products .product .product_text form input[type="submit"] {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

#store .products .product .product_text .button {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: inline-block;
  width: 126px;
  height: auto;
  margin: 0px;
  padding: 14px 0px;
  background: #333;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#111111');
  background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
  background: -moz-linear-gradient(top, #444, #111);
  border: 1px solid #262633;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: Georgia, Times New Roman, serif;
  font-size: 17px;
  line-height: 17px;
  font-weight: bold;
  font-style: italic;
  color: #CCC !important;
  text-align: center;
  text-transform: lowercase;
  cursor: pointer;
}
#store .products .product .product_text .button:hover {
  background: #000;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#000000');
  background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#000));
  background: -moz-linear-gradient(top, #222, #000);
}

/* default template */

#default .featured_image {
  margin: 0px 0px 40px 0px;
}
#default h3,
#default h4 {
  margin: 0px 0px 10px 0px;
  font-style: italic;
}

/* upcoming shows table */

table.gigpress-table {
  width: 940px;
  margin: 0px 0px 40px -10px;
}
table.gigpress-table tr { }
table.gigpress-table tr th {
  padding: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  text-align: left;
  vertical-align: top;
}
table.gigpress-table tr td {
  padding: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  text-align: left;
  vertical-align: top;
}

/* twitter feed */

.content .sidebar .widget_twitter {
  padding: 14px;
  background: rgba(126,140,154,0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.content .sidebar .widget_twitter h4 {
  display: block;
  padding: 0px 0px 0px 30px;
  background: url(../img/icon_twitter_24x24.png) top left no-repeat;
  line-height: 24px;
  color: #CFBBB6;
}
.content .sidebar .widget_twitter ul {
  margin: 0px;
  list-style: none;
}
.content .sidebar .widget_twitter ul li {
  margin: 0px 9px 12px 9px;
  padding: 0px 9px 12px 9px;
  border-bottom: 1px solid #494C57;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
}
.content .sidebar .widget_twitter ul li:first-child {
  margin: 0px 0px 12px 0px;
  padding: 18px;
  background: rgba(0,17,36,0.8);
  border-bottom: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
}
.content .sidebar .widget_twitter ul li:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}
.content .sidebar .widget_twitter ul li .time-meta a {
  display: block;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

/* mailchimp signup */

.content .sidebar .widget_mailchimpsf_widget #mc_message {
  margin: 0px 0px 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  font-style: italic;
}
.content .sidebar .widget_mailchimpsf_widget #mc_message .mc_success_msg {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  font-style: italic;
}
.content .sidebar .widget_mailchimpsf_widget #mc_message .mc_success_msg {
  color: #999;
}

.content .sidebar .widget_mailchimpsf_widget .mc_merge_var {
  float: left;
  margin: 0px 5px 0px 0px;
}
.content .sidebar .widget_mailchimpsf_widget .mc_merge_var label {
  display: none;
}
.content .sidebar .widget_mailchimpsf_widget .mc_merge_var input[type="text"] {
  display: inline-block;
  width: 190px;
  padding: 6px;
  background: #CCC;
  border: none;
  font-family: Georgia, Times New Roman, serif;
  font-size: 12px;
  line-height: 12px;
  font-style: italic;
  color: #666;
}
.content .sidebar .widget_mailchimpsf_widget .mc_merge_var input[type="text"]:focus {
  background: #FFF;
}
.content .sidebar .widget_mailchimpsf_widget .mc_signup_submit {
  float: left;
}
.content .sidebar .widget_mailchimpsf_widget .mc_signup_submit input[type="submit"] {
  display: inline-block;
  padding: 5px 10px;
  background: #333;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#111111');
  background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
  background: -moz-linear-gradient(top, #444, #111);
  border: 1px solid #262633;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: Georgia, Times New Roman, serif;
  font-size: 14px;
  line-height: 14px;
  font-style: italic;
  color: #CCC;
}
.content .sidebar .widget_mailchimpsf_widget .mc_signup_submit input[type="submit"]:hover {
  background: #000;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#000000');
  background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#000));
  background: -moz-linear-gradient(top, #222, #000);
}

#default .mc_custom_border_hdr {
  margin: 0px 0px 10px 0px;
  font-style: italic;
}
#default #mc_signup { }
#default #mc_signup:after {
  content: '.';
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

#default #mc_message {
  margin: 0px 0px 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  font-style: italic;
}
#default #mc_message .mc_success_msg {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  font-style: italic;
}
#default #mc_message .mc_success_msg {
  color: #999;
}

#default #mc_signup .mc_merge_var {
  float: left;
  margin: 0px 5px 0px 0px;
}
#default #mc_signup .mc_merge_var label {
  display: none;
}
#default #mc_signup .mc_merge_var input[type="text"] {
  display: inline-block;
  width: 190px;
  padding: 6px;
  background: #CCC;
  border: none;
  font-family: Georgia, Times New Roman, serif;
  font-size: 12px;
  line-height: 12px;
  font-style: italic;
  color: #666;
}
#default #mc_signup .mc_merge_var input[type="text"]:focus {
  background: #FFF;
}
#default #mc_signup .mc_signup_submit {
  float: left;
}
#default #mc_signup .mc_signup_submit input[type="submit"] {
  display: inline-block;
  padding: 5px 10px;
  background: #333;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#111111');
  background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
  background: -moz-linear-gradient(top, #444, #111);
  border: 1px solid #262633;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: Georgia, Times New Roman, serif;
  font-size: 14px;
  line-height: 14px;
  font-style: italic;
  color: #CCC;
}
#default #mc_signup .mc_signup_submit input[type="submit"]:hover {
  background: #000;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#000000');
  background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#000));
  background: -moz-linear-gradient(top, #222, #000);
}
