/*
Theme Name: Speakerpunch
Theme URI: http://www.speakerpunch.com/
Author: Speakerpunch
Author URI: http://www.speakerpunch.com
Description: Custom theme for Speakerpunch website
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sp
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Speakerpunch is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Tyler Tate http://semantic.gs/
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
/* apply a natural box layout model to all elements */
/* http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: #000;
  color: #b3b3b3;
}
.container {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
}
nav {
  background: #000;
  background-color: rgba(0, 0, 0, 0.5);
}
a {
  color: #e50e07;
}
.heading-light {
  color: #ffffff;
}
.heading-color {
  color: #e50e07;
}
hr {
  border-color: #b3b3b3;
}
mark {
  color: #e50e07;
  background: transparent;
}
main {
  display: block;
  width: 979.9999999999999px;
  margin: 0 -10px;
  *zoom: 1;
}
main:before,
main:after {
  content: "";
  display: table;
}
main:after {
  clear: both;
}
main:before,
main:after {
  content: "";
  display: table;
}
main:after {
  clear: both;
}
main a:hover {
  opacity: 1;
  transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out;
}
main a:hover:hover {
  opacity: 0.7;
}
.bgfill {
  background: #1d1d1d;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 21px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}
h1,
h2 {
  font-size: 33.6px;
  text-transform: uppercase;
  line-height: 1.2;
  color: #ffffff;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 22.400000000000002px;
}
h5 {
  font-size: 16.8px;
}
h6 {
  font-size: 14px;
}
a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
p,
ul {
  margin-top: 21px;
}
p:first-child {
  margin-top: 0;
}
nav a {
  font-size: 12.6px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}
footer p {
  font-size: 12.6px;
}
.row {
  display: block;
  width: 979.9999999999999px;
  margin: 0 -10px;
  *zoom: 1;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.col-1 {
  background: #1d1d1d;
  display: inline;
  float: left;
  width: 60px;
  margin: 0 10px;
  margin-top: 20px;
}
.col-2 {
  background: #1d1d1d;
  display: inline;
  float: left;
  width: 140px;
  margin: 0 10px;
  margin-top: 20px;
}
.col-3 {
  background: #1d1d1d;
  display: inline;
  float: left;
  width: 220px;
  margin: 0 10px;
  margin-top: 20px;
}
.col-4 {
  background: #1d1d1d;
  display: inline;
  float: left;
  width: 300px;
  margin: 0 10px;
  margin-top: 20px;
}
.col-5 {
  background: #1d1d1d;
  display: inline;
  float: left;
  width: 380px;
  margin: 0 10px;
  margin-top: 20px;
}
.col-6 {
  background: #1d1d1d;
  display: inline;
  float: left;
  width: 460px;
  margin: 0 10px;
  margin-top: 20px;
}
.col-7 {
  background: #1d1d1d;
  display: inline;
  float: left;
  width: 540px;
  margin: 0 10px;
  margin-top: 20px;
}
.col-8 {
  background: #1d1d1d;
  display: inline;
  float: left;
  width: 620px;
  margin: 0 10px;
  margin-top: 20px;
}
.col-9 {
  background: #1d1d1d;
  display: inline;
  float: left;
  width: 700px;
  margin: 0 10px;
  margin-top: 20px;
}
.col-10 {
  background: #1d1d1d;
  display: inline;
  float: left;
  width: 780px;
  margin: 0 10px;
  margin-top: 20px;
}
.col-11 {
  background: #1d1d1d;
  display: inline;
  float: left;
  width: 860px;
  margin: 0 10px;
  margin-top: 20px;
}
.col-12 {
  background: #1d1d1d;
  display: inline;
  float: left;
  width: 940px;
  margin: 0 10px;
  margin-top: 20px;
}
.pad {
  padding: 15px;
}
header {
  display: block;
  width: 979.9999999999999px;
  margin: 0 -10px;
  *zoom: 1;
}
header:before,
header:after {
  content: "";
  display: table;
}
header:after {
  clear: both;
}
header:before,
header:after {
  content: "";
  display: table;
}
header:after {
  clear: both;
}
header nav {
  height: 60px;
  line-height: 60px;
  margin-bottom: 21px;
  margin-top: 15px;
}
header nav ul {
  margin-top: 0;
}
header nav li {
  display: block;
  float: left;
  width: 144px;
}
header nav li a {
  display: block;
  width: 144px;
  height: 60px;
  color: #ffffff;
}
header nav li a:hover {
  background: #e50e07;
}
header nav li.current_page_item a,
header nav li.current_page_parent a {
  border-bottom: 5px solid #e50e07;
}
header nav .logo-container {
  display: block;
  float: left;
}
header nav .logo-container img {
  width: 200px;
  margin-top: 25px;
}
header nav .logo-container a {
  display: inline-block;
  width: 200px;
  text-align: left;
  height: 60px;
  width: 220px;
  text-align: center;
}
header nav .logo-container .current_page_item,
header nav .logo-container.current_page_parent {
  border-bottom: 5px solid #e50e07;
}
header nav .logo-container a:hover {
  background: transparent;
}
.container > footer {
  display: block;
  width: 979.9999999999999px;
  margin: 0 -10px;
  *zoom: 1;
}
.container > footer:before,
.container > footer:after {
  content: "";
  display: table;
}
.container > footer:after {
  clear: both;
}
.container > footer:before,
.container > footer:after {
  content: "";
  display: table;
}
.container > footer:after {
  clear: both;
}
.container > footer p,
.container > footer ul {
  height: 65px;
}
.container > footer p {
  background: #1d1d1d;
  display: inline;
  float: left;
  width: 540px;
  margin: 0 10px;
  margin-top: 20px;
  margin-top: 20px !important;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 65px;
}
.container > footer ul {
  background: #1d1d1d;
  display: inline;
  float: left;
  width: 380px;
  margin: 0 10px;
  margin-top: 20px;
}
.container > footer ul li {
  float: left;
  margin-left: 19px;
  margin-top: 1px;
}
.container > footer ul li:first-child {
  margin-left: 0;
}
.container > footer ul li a img {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.container > footer ul li a:hover img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.topimage {
  display: inline;
  float: left;
  width: 940px;
  margin: 0 10px;
  position: relative;
  height: 412px;
  background-color: #131313;
  background-position: top left;
  background-repeat: no-repeat;
  overflow: hidden;
}
.topimage h1 {
  position: absolute;
  display: inline-block;
  left: 10px;
  bottom: 25px;
  z-index: 20;
  left: 0;
}
.topimage span {
  display: inline;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 10px 0 0 rgba(0, 0, 0, 0.8), -10px 0 0 rgba(0, 0, 0, 0.8);
}
.topimage nav {
  position: relative;
  z-index: 20;
}
.topimage-high {
  height: 595px;
}
.topimage-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background: #000;
  z-index: 10;
}
.topimage-crosshatch {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url('img/crosshatch.png') top left repeat transparent;
  z-index: 15;
}
.article {
  background: #1d1d1d;
  display: inline;
  float: left;
  width: 940px;
  margin: 0 10px;
  margin-top: 20px;
}
.shows-past {
  margin-top: 40px;
}
.gigpress-listing .hide,
.gigpress-table .hide {
  visibility: hidden;
  display: none;
  height: 0;
}
.gigpress-listing li:before {
  color: #e50e07;
  content: "\2605\00A0\00A0";
}
.gigpress-listing .gigpress-sidebar-date {
  color: #ffffff;
  font-weight: bold;
}
.gigpress-listing a {
  color: inherit;
}
.gigpress-table {
  text-align: left;
}
.gigpress-table .gigpress-links-cell div {
  visibility: hidden;
  display: none;
  height: 0;
}
.gigpress-table .gigpress-row {
  background: transparent;
  color: #ffffff;
  border-bottom: 1px solid #000;
}
.gigpress-table .gigpress-info {
  background: #171717;
  border-bottom: 1px solid #000;
}
.gigpress-table th {
  width: 227.5px;
  background: #e50e07;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #000;
}
.gigpress-table th,
.gigpress-table td {
  padding: 10px;
}
.gigpress-table .gigpress-row a {
  color: inherit;
}
.gigpress-table .gigpress-info a {
  color: inherit;
}
.gigpress-table.upcoming {
  margin-bottom: 40px;
}
.gigpress-table.past {
  margin-top: 40px;
}
.blog-image {
  background: #1d1d1d;
  display: inline;
  float: left;
  width: 300px;
  margin: 0 10px;
  margin-top: 20px;
  text-align: center;
  height: 300px;
  max-height: 300px;
  overflow: hidden;
}
.blog-image img {
  margin-top: 10px;
  margin-bottom: 10px;
}
.blog-text {
  background: #1d1d1d;
  display: inline;
  float: left;
  width: 620px;
  margin: 0 10px;
  margin-top: 20px;
  height: 300px;
  max-height: 300px;
  overflow: hidden;
  position: relative;
}
.posted-on a,
.byline a {
  color: inherit;
}
.star-list li:before {
  color: #e50e07;
  content: "\2605\00A0\00A0";
}
.video-list-container {
  display: inline;
  float: left;
  width: 940px;
  margin: 0 10px;
}
.video-list {
  display: block;
  width: 979.9999999999999px;
  margin: 0 -10px;
  *zoom: 1;
}
.video-list:before,
.video-list:after {
  content: "";
  display: table;
}
.video-list:after {
  clear: both;
}
.video-list:before,
.video-list:after {
  content: "";
  display: table;
}
.video-list:after {
  clear: both;
}
.video-list li {
  background: #1d1d1d;
  display: inline;
  float: left;
  width: 460px;
  margin: 0 10px;
  margin-top: 20px;
  padding: 15px;
}
.shows {
  background: #1d1d1d;
  display: inline;
  float: left;
  width: 940px;
  margin: 0 10px;
  margin-top: 20px;
  padding: 15px;
}
.shows-compact,
.message-compact {
  display: inline;
  float: left;
  width: 460px;
  margin: 0 10px;
  padding: 15px;
  height: 250px;
}
.shows-compact,
.message-compact {
  position: relative;
}
.video {
  display: inline;
  float: left;
  width: 940px;
  margin: 0 10px;
}
.video ul {
  display: block;
  width: 979.9999999999999px;
  margin: 0 -10px;
  *zoom: 1;
}
.video ul:before,
.video ul:after {
  content: "";
  display: table;
}
.video ul:after {
  clear: both;
}
.video ul:before,
.video ul:after {
  content: "";
  display: table;
}
.video ul:after {
  clear: both;
}
.video li {
  display: inline;
  float: left;
  width: 460px;
  margin: 0 10px;
  margin-top: 20px;
  background: #1d1d1d;
  padding: 15px;
}
.mark {
  display: inline;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 10px 0 0 rgba(0, 0, 0, 0.8), -10px 0 0 rgba(0, 0, 0, 0.8);
}
.more {
  position: absolute;
  padding: 20px;
  bottom: 0;
  right: 0;
}
section {
  position: relative;
}
.social-icons {
  display: inline;
  float: left;
  width: 940px;
  margin: 0 10px;
}
.fixed-height {
  height: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#contact img {
  margin-top: 34px;
}
.text-center {
  text-align: center;
}
.subnavigation nav {
  background: #1d1d1d;
  display: inline;
  float: left;
  width: 940px;
  margin: 0 10px;
  margin-top: 20px;
  padding: 15px;
}
#promo {
  display: inline;
  float: left;
  width: 940px;
  margin: 0 10px;
  margin-top: 20px;
}
#promo .press-list {
  margin-top: 0;
}
#promo .press-list > li {
  display: block;
  float: left;
  width: 223.75px;
  background: #1d1d1d;
  margin-left: 15px;
  height: 225px;
}
#promo .press-list > li:first-child {
  margin-left: 0;
}
#promo .press-list h2 {
  text-align: center;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 15px;
  background: #1d1d1d;
}
#promo .press-sublist {
  padding-left: 10px;
}
#promo .press-sublist h2 {
  text-align: left;
}
#promo .press-sublist a {
  text-decoration: none;
}
#promo .highlight {
  text-align: center;
  height: 171px;
  margin-bottom: 20px;
}
#promo .highlight:hover {
  background-color: #cc0c06;
}
#promo .highlight-music {
  background: url('img/music.png') center center no-repeat #e50e07;
}
#promo .highlight-rider {
  background: url('img/list.png') center center no-repeat #e50e07;
}
#promo .highlight-presskit {
  background: url('img/camera.png') center center no-repeat #e50e07;
}
.album-showcase-column {
  float: left;
  width: 50%;
  text-align: center;
}
.album-showcase-column a {
  width: 100%;
  float: left;
  clear: both;
  margin-top: 20px;
}
