/*!
 * Theme Name: Shaken Encore
 * Theme URI: http://www.shakenandstirredweb.com/
 * Description: A minimal and user-friendly theme for audio lovers, by Shaken and Stirred Web
 * Version: 1.0.4
 * Author: Shaken and Stirred Web
 * Author URI: http://www.shakenandstirredweb.com/
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: shaken
 */

/*
!! DO NOT EDIT THIS FILE !!

If you need to overwrite the CSS styling, create a child theme.
(http://codex.wordpress.org/Child_Themes)
*/
/**
 * normalize.css v3.0.1 | MIT License | git.io/normalize
 * -----------------------------------------------------------------------------
 */

html {
	font-family: sans-serif;

	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}


body {
	margin: 0;
}


article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}


audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}


audio:not([controls]) {
	display: none;
	height: 0;
}


[hidden], template {
	display: none;
}


a {
	background: transparent;
}


a:active, a:hover {
	outline: 0;
}


abbr[title] {
	border-bottom: 1px dotted;
}


b, strong {
	font-weight: bold;
}


dfn {
	font-style: italic;
}


h1 {
	font-size: 2em;
	margin: 0.67em 0;
}


mark {
	background: #ff0;
	color: #000;
}


small {
	font-size: 80%;
}


sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}


sup {
	top: -0.5em;
}


sub {
	bottom: -0.25em;
}


img {
	border: 0;
}


svg:not(:root) {
	overflow: hidden;
}


figure {
	margin: 1em 40px;
}


hr {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}


pre {
	overflow: auto;
}


code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}


button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}


button {
	overflow: visible;
}


button, select {
	text-transform: none;
}


button, html input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;

	-webkit-appearance: button;
}


button[disabled], html input[disabled] {
	cursor: default;
}


button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}


input {
	line-height: normal;
}


input[type="checkbox"], input[type="radio"] {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}


input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}


input[type="search"] {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;

	-webkit-appearance: textfield;
}


input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}


fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}


legend {
	border: 0;
	padding: 0;
}


textarea {
	overflow: auto;
}


optgroup {
	font-weight: bold;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}


td, th {
	padding: 0;
}


.clearfix {
	zoom: 1;
}

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}


* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}


body {
	background: url(images/white-bg.png) #f2f2f2;
	color: #222;
	font-family: "Open Sans";
	font-size: 16px;

	text-rendering: optimizeLegibility;
}


.wrap {
	margin: 60px auto;
	max-width: 1200px;
	min-width: 860px;
	width: 90%;
	zoom: 1;
}

.wrap:before, .wrap:after {
	content: "";
	display: table;
}

.wrap:after {
	clear: both;
}


img, embed, video {
	height: auto !important;
	max-width: 100%;
}


nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


a {
	color: #000;
}

a:hover {
	background: #ffe58d;
	text-decoration: none;
}


.button, input[type="submit"] {
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6f6f6));
	background: -webkit-linear-gradient(#fff, #f6f6f6);
	background: -moz-gradient(center top, #fff 0%, #f6f6f6 100%);
	background: linear-gradient(#fff, #f6f6f6);
	-moz-background-clip: padding;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding;
	-webkit-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-left: 1px solid #cacaca;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-right: 1px solid #cacaca;
	border-top: 1px solid #e4e4e4;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
	color: #222;
	cursor: pointer;
	display: inline-block;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	margin-right: 5px;
	padding: 8px 12px;
	text-decoration: none;
	text-shadow: 0 1px #fff;

	-ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
}

.button:hover, input[type="submit"]:hover {
	background: #f7f7f7;
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e4e4e4));
	background: -webkit-linear-gradient(#f7f7f7, #e4e4e4);
	background: -moz-gradient(center top, #f7f7f7 0%, #e4e4e4 100%);
	background: linear-gradient(#f7f7f7, #e4e4e4);
	border-color: #c9c9c9;
}

.button:active, .button:focus, input[type="submit"]:active, input[type="submit"]:focus {
	background: #ebebeb;
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#d7d7d7));
	background: -webkit-linear-gradient(#ebebeb, #d7d7d7);
	background: -moz-gradient(center top, #ebebeb 0%, #d7d7d7 100%);
	background: linear-gradient(#ebebeb, #d7d7d7);
	border-color: #bcbcbc;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
	top: 1px;

	-ms-box-shadow: none;
}


.button.primary, input[type="submit"] {
	background: #ffe58d;
	border: 1px solid #ffcd27;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;

	-ms-box-shadow: none;
}

.button.primary:hover, input[type="submit"]:hover {
	background: #ffdc69;
	border-color: #ffc403;
}


h1, h2, h3, h4 {
	font-weight: normal;
	line-height: 1;
	margin: 0 0 0.3em;
}


h1 {
	font-size: 72px;
	font-style: italic;
}


h2 {
	font-size: 48px;
}


h3 {
	font-size: 30px;
}


h4 {
	font-size: 20px;
}


h5 {
	font-size: 18px;
}


p, ul, ol {
	margin-top: 0;
}


.summary {
	color: #444;
}


footer.primary {
	margin-bottom: 40px;
}

footer.primary .social-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer.primary .social-links li {
	display: inline;
	margin-right: 10px;
}

footer.primary .social-links a img {
	vertical-align: top;
}

footer.primary .social-links a:hover {
	background: none;
}

footer.primary .copyright {
	color: #444;
	color: #9b9b9b;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
}


.tagline {
	color: #6b6b6b;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
}


.audio-player {
	zoom: 1;
}

.audio-player:before, .audio-player:after {
	content: "";
	display: table;
}

.audio-player:after {
	clear: both;
}

.audio-player .jp-no-solution {
	display: none;
}

.audio-player .jp-controls {
	list-style: none;
	margin: 0;
	padding: 0;
}

.audio-player .jp-play, .audio-player .jp-pause, .audio-player .jp-previous, .audio-player .jp-next {
	background: center center no-repeat #fff;
	-moz-background-clip: padding;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding;
	-webkit-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
	cursor: pointer;
	display: block;
	float: left;
	height: 35px;
	margin-right: 10px;
	text-indent: -9999px;
	-webkit-transition: all none ease;
	transition: all none ease;
	width: 35px;

	-ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.audio-player .jp-play {
	background-image: url(images/play.png);
	background-position: 52% 11px;
}

.audio-player .jp-play:hover {
	background-position: 52% -13px;
}

.audio-player .jp-pause {
	background-image: url(images/pause.png);
	background-position: 50% 11px;
	display: none;
}

.audio-player .jp-pause:hover {
	background-position: 50% -13px;
}

.audio-player .jp-previous, .audio-player .jp-next {
	background-position: 50% 8px;
	height: 24px;
	margin-right: 5px;
	margin-top: 6px;
	width: 24px;
}

.audio-player .jp-previous:hover, .audio-player .jp-next:hover {
	background-position: 50% -16px;
}

.audio-player .jp-previous {
	background-image: url(images/prev.png);
	background-position: 45% 8px;
}

.audio-player .jp-previous:hover {
	background-position: 45% -16px;
}

.audio-player .jp-next {
	background-image: url(images/next.png);
}

.audio-player .jp-progress {
	float: left;
	margin-top: 5px;
	padding-left: 20px;
	position: relative;
	width: 72%;
}

.audio-player .jp-seek-bar {
	-moz-background-clip: padding;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding;
	-webkit-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	display: block;
	height: 30px;
	position: relative;
	width: 100% !important;
}

.audio-player .jp-play-bar {
	background: #ffe58d;
	-moz-background-clip: padding;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding;
	-webkit-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	height: 28px;
	position: absolute;
	top: 0;
	left: 0;
}

.audio-player .song-title {
	color: #5e5e5e;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin-top: 8px;
	overflow: hidden;
	padding: 0 10px;
	pointer-events: none;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	z-index: 10;
}

.audio-player .toggle-playlist {
	background: url(images/playlist.png) 50% 10px no-repeat;
	-moz-background-clip: padding;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding;
	-webkit-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: block;
	float: right;
	height: 30px;
	margin-top: 5px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 30px;
}

.audio-player .toggle-playlist:hover {
	background-position: 50% -15px;
}


.jp-playlist {
	clear: both;
}

.jp-playlist ul {
	-moz-background-clip: padding;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding;
	-webkit-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: block;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	margin: 15px 0 0;
	padding: 0;
}

.jp-playlist ul .jp-artist {
	font-weight: normal;
}

.jp-playlist ul a {
	background: url(images/black-border.png) center bottom repeat-x;
	color: #444;
	display: block;
	margin-bottom: 8px;
	padding-bottom: 8px;
	text-decoration: none;
}

.jp-playlist ul a:hover {
	text-decoration: underline;
}

.jp-playlist ul li:last-child a {
	background: none;
	margin-bottom: 0;
	padding-bottom: 0;
}


#tracklist-tab {
	position: relative;
}

#tracklist-tab .jp-playlist ul {
	display: block;
	font-family: "Crimson Text", Georgia, Times, serif;
	font-size: 18px;
	font-weight: normal;
	list-style: none;
	margin: 0;
	overflow: visible !important;
	padding: 0;
	zoom: 1;
}

#tracklist-tab .jp-playlist ul:before, #tracklist-tab .jp-playlist ul:after {
	content: "";
	display: table;
}

#tracklist-tab .jp-playlist ul:after {
	clear: both;
}

#tracklist-tab .jp-playlist ul a {
	background: none;
	color: #222;
	display: block;
	margin-bottom: 0;
	padding: 15px 20px 15px 37px;
	position: relative;
	text-decoration: none;
	z-index: 110;
	zoom: 1;
}

#tracklist-tab .jp-playlist ul a:before, #tracklist-tab .jp-playlist ul a:after {
	content: "";
	display: table;
}

#tracklist-tab .jp-playlist ul a:after {
	clear: both;
}

#tracklist-tab .jp-playlist ul a:hover {
	background-color: #f7f7f7;
}

#tracklist-tab .jp-playlist ul a:hover:before {
	background-position: 50% 1px;
}

#tracklist-tab .jp-playlist ul a:before {
	background: url(images/play.png) 50% -23px no-repeat;
	content: "";
	display: block;
	height: 14px;
	margin-top: -7px;
	position: absolute;
	top: 50%;
	left: 20px;
	width: 7px;
}

#tracklist-tab .jp-playlist ul.playing a {
	z-index: 0;
}

#tracklist-tab .jp-playlist ul.playing a.jp-playlist-current:before {
	background: url(images/pause.png) 50% -23px no-repeat;
}

#tracklist-tab .jp-playlist ul.playing a.jp-playlist-current:hover:before {
	background: url(images/pause.png) 50% 1px no-repeat;
}

#tracklist-tab .jp-playlist ul li {
	background: url(images/black-border.png) center bottom repeat-x;
	margin: 0 -20px;
	padding-bottom: 1px;
}

#tracklist-tab .jp-playlist ul li:last-child {
	background-image: none;
}

#tracklist-tab .jp-playlist ul .jp-track-title {
	display: block;
	float: left;
	width: 50%;
}

#tracklist-tab .jp-playlist ul .jp-artist, #tracklist-tab .jp-playlist ul .jp-track-duration {
	color: #777;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 7px 0 0 10px;
}

#tracklist-tab .jp-playlist ul .jp-track-duration {
	float: right;
	text-align: right;
}

#tracklist-tab .toggle-playlist, #tracklist-tab .jp-progress {
	display: none;
}

#tracklist-tab .jp-controls {
	height: 55px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

#tracklist-tab .jp-controls li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#tracklist-tab .jp-controls a {
	display: none;
	height: 55px;
}

#tracklist-tab .jp-controls a.jp-play {
	display: none !important;
}

#tracklist-tab .jp-controls a.jp-pause {
	background: none;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	padding: 0 20px;
	position: absolute;
	top: 0;
	right: -20px;
	left: -20px;
	text-indent: -9999px;
	width: 100%;

	-ms-box-sizing: content-box;
	-o-box-sizing: content-box;
}


.sidebar {
	float: left;
	width: 17.67677%;
}

.sidebar .logo {
	margin: 0 0 20px;
}

.sidebar .logo a {
	text-decoration: none;
}

.sidebar .logo a:hover {
	background: none;
}

.sidebar .site-title {
	font-size: 48px;
	margin-bottom: 5px;
}

.sidebar .audio-player .jp-progress {
	margin-top: 10px;
	padding-left: 0;
	width: 100%;
}

.sidebar nav {
	line-height: 1;
}

.sidebar nav li {
	padding: 3px 0;
}


.primary-nav {
	font-size: 32px;
	font-style: italic;
}

.primary-nav a {
	color: #222;
	display: block;
	text-decoration: none;
}

.primary-nav a:hover {
	background: none;
}

.primary-nav a:hover span {
	background: #ffe58d;
}


.widget {
	background: url(images/black-border.png) left bottom repeat-x;
	margin-bottom: 20px;
	padding-bottom: 20px;
	zoom: 1;
}

.widget:before, .widget:after {
	content: "";
	display: table;
}

.widget:after {
	clear: both;
}

.widget p:last-child, .widget ul:last-child {
	margin-bottom: 0;
}


.page-wrap {
	float: right;
	width: 72.22222%;
}


section.page {
	background: #fff;
	-moz-background-clip: padding;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding;
	-webkit-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
	padding: 30px;

	-ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

section.page .album-cover {
	float: left;
	height: auto !important;
	margin: 0 15px 0 0;
}

section.page .album-cover img {
	vertical-align: bottom;
}

section.page h1 {
	margin: 0 0 5px;
}


.buttons a, .buttons span {
	float: left;
}

.buttons a:hover {
	text-decoration: none;
}


.share-buttons {
	display: none;
	margin-left: 5px;
}


.tweet-button, .like-button {
	float: left;
	margin-top: 5px;
}


.tweet-button {
	margin: 5px 10px 0 5px;
}


.audiotheme_record header {
	zoom: 1;
}

.audiotheme_record header:before, .audiotheme_record header:after {
	content: "";
	display: table;
}

.audiotheme_record header:after {
	clear: both;
}

.audiotheme_record.page h1 {
	font-size: 48px;
	margin-bottom: 0;
	position: relative;
	top: -5px;
}

.audiotheme_record .record-info, .audiotheme_record p {
	color: #6b6b6b;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

.audiotheme_record .record-info {
	margin: 30px 0;
}


body.page-template-template-home-php .wrap {
	max-width: 500px;
	min-width: 320px;
	text-align: center;
	width: 95%;
}

body.page-template-template-home-php .audio-player, body.page-template-template-home-php nav {
	margin-top: 40px;
}

body.page-template-template-home-php .audio-player {
	text-align: left;
}

body.page-template-template-home-php .site-title, body.page-template-template-home-php .tagline {
	margin: 0;
}

body.page-template-template-home-php nav {
	background: url(images/double-top-border.png) left top repeat-x;
	background: url(images/double-top-border.png) left top repeat-x, url(images/double-bottom-border.png) left bottom repeat-x;
	margin-bottom: 20px;
	zoom: 1;
}

body.page-template-template-home-php nav:before, body.page-template-template-home-php nav:after {
	content: "";
	display: table;
}

body.page-template-template-home-php nav:after {
	clear: both;
}

body.page-template-template-home-php nav a {
	padding: 20px 0;
	text-align: center;
}

body.page-template-template-home-php nav a:hover {
	background: none;
}

body.page-template-template-home-php nav li {
	background: url(images/black-border.png) left bottom repeat-x;
	float: left;
	width: 48%;
}

body.page-template-template-home-php nav li:nth-child(2n) {
	margin-left: 4%;
}

body.page-template-template-home-php footer.primary {
	text-align: center;
}


.primary-nav li {
	position: relative;
}

.primary-nav li > ul {
	background: #fff;
	-moz-background-clip: padding;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding;
	-webkit-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
	display: none;
	font-size: 16px;
	padding: 5px 10px;
	position: absolute;
	top: 70px;
	right: 0;
	left: 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index: 1;

	-ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.primary-nav li > ul ul {
	display: none !important;
}

.primary-nav li > ul a {
	padding: 5px 0;
}

.primary-nav li > ul li {
	background: none;
	display: block;
	float: none;
	margin: 0;
	width: auto;
}

.primary-nav li > ul li:nth-child(2n) {
	margin-left: 0;
}


.sidebar .primary-nav li > ul {
	top: 38px;
	z-index: 90;
}

.sidebar .primary-nav li > ul li {
	padding: 0;
}


article.album {
	background: #fff;
	-moz-background-clip: padding;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding;
	-webkit-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
	float: left;
	margin: 0 3.0303% 3.0303% 0;
	padding: 10px 10px 15px;
	text-align: center;
	width: 47.9021%;

	-ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

article.album:nth-child(even) {
	margin-right: 0;
}

article.album a {
	color: #444;
	text-decoration: none;
}

article.album h1 {
	font-size: 18px;
	margin-top: 15px;
}

article.album a {
	display: block;
	position: relative;
}

article.album a:hover {
	background: none;
}

article.album a:hover h1 {
	background: #ffe58d;
	display: inline-block;
}

article.album a:hover:after {
	display: block;
	top: -45px;
	z-index: 0;
}

article.album img {
	position: relative;
	z-index: 10;
}

article.album .video img {
	width: 100%;
}


.audiotheme_gig header {
	margin-bottom: 20px;
	zoom: 1;
}

.audiotheme_gig header:before, .audiotheme_gig header:after {
	content: "";
	display: table;
}

.audiotheme_gig header:after {
	clear: both;
}

.audiotheme_gig.page h1 {
	float: left;
	margin-bottom: 0;
	position: relative;
	top: -5px;
}

.audiotheme_gig .buttons {
	float: right;
}


.gig-details {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

.gig-details li {
	background: url(images/black-border.png) center bottom repeat-x;
	font-size: 30px;
	line-height: 30px;
	padding: 20px 0;
	vertical-align: baseline;
}

.gig-details li em {
	font-size: 24px;
	padding-right: 10px;
}


.gig-location {
	position: relative;
}

.gig-location .gig-map {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: 800px 250px;
	background-size: 800px 250px;
	display: block;
	height: 120px;
	width: 100%;
}

.gig-location .gig-venue-address {
	color: #fff;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	position: absolute;
	top: 10px;
	left: 10px;
}

.gig-location .gig-venue-address a {
	text-decoration: none;
}

.gig-location .gig-venue-address .venue-name {
	font-weight: bold;
}

.gig-location .gig-venue-address .venue-name, .gig-location .gig-venue-address .street-address, .gig-location .gig-venue-address .venue-location {
	background: #000;
	clear: both;
	color: #fff;
	float: left;
	margin: 0 0 1px 0;
	padding: 5px;
}


.gig-list {
	background: #fff;
	-moz-background-clip: padding;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding;
	-webkit-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
	font-family: "Crimson Text", Georgia, Times, serif;
	font-size: 16px;
	font-weight: normal;
	margin-top: 30px;
	overflow: visible !important;
	zoom: 1;

	-ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.gig-list:before, .gig-list:after {
	content: "";
	display: table;
}

.gig-list:after {
	clear: both;
}

.gig-list .gig-summary {
	background: url(images/black-border.png) center bottom repeat-x;
	margin: 0;
	padding: 9px 10px 10px 85px;
	zoom: 1;
}

.gig-list .gig-summary:before, .gig-list .gig-summary:after {
	content: "";
	display: table;
}

.gig-list .gig-summary:after {
	clear: both;
}

.gig-list .gig-summary:hover {
	background-color: #f7f7f7;
}

.gig-list .gig-summary:last-child {
	background-image: none;
}

.gig-list .gig-summary .gig-title {
	float: left;
	line-height: 30px;
	width: 300px;
}

.gig-list .gig-summary .gig-date {
	float: left;
	margin-left: -375px;
}

.gig-list .gig-summary .gig-date a {
	background: #000;
	-moz-background-clip: padding;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding;
	-webkit-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: block;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	width: 65px;
}

.gig-list .gig-summary .gig-venue {
	color: #6b6b6b;
	float: left;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 30px;
}


.post, .post-bubble {
	background: #fff;
	-moz-background-clip: padding;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding;
	-webkit-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
	margin-bottom: 30px;
	padding: 30px;
	word-wrap: break-word;

	-ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.post .feature-image, .post .video, .post-bubble .feature-image, .post-bubble .video {
	display: block;
	margin-bottom: 20px;
	text-align: center;
}

.post .feature-image:hover, .post .video:hover, .post-bubble .feature-image:hover, .post-bubble .video:hover {
	background: none;
}

.post h1, .post-bubble h1 {
	font-size: 48px;
}

.post h1 a, .post-bubble h1 a {
	text-decoration: none;
}

.post p:last-child, .post-bubble p:last-child {
	margin-bottom: 0;
}

.post .postmeta, .post-bubble .postmeta {
	border-top: 1px solid #ccc;
	color: #444;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin-top: 15px;
	padding-top: 15px;
}

.post .postmeta a, .post-bubble .postmeta a {
	color: #444;
}

.post .postmeta a:hover, .post-bubble .postmeta a:hover {
	background: none;
}

.post .postmeta a:hover span, .post-bubble .postmeta a:hover span {
	background: #ffe58d;
}

.post .categories, .post-bubble .categories {
	font-size: 11px;
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
}

.post .categories li, .post-bubble .categories li {
	display: inline;
	margin-right: 10px;
}


.post-navigation {
	clear: both;
	padding-right: 0;
	text-align: center;
}

.post-navigation .old, .post-navigation .new {
	background: url(images/left-ar.png) center center no-repeat;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: inline-block;
	height: 55px;
	padding: 0 30px;
	text-indent: -9999px;
	width: 28px;

	-ms-box-sizing: content-box;
	-o-box-sizing: content-box;
}

.post-navigation a {
	opacity: 0.6;
}

.post-navigation a:hover {
	opacity: 1;
}

.post-navigation span {
	opacity: 0.2;
}

.post-navigation .new {
	background-image: url(images/right-ar.png);
}


label {
	display: inline-block;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
}


input[type="text"], input[type="email"], input[type="password"], textarea {
	-moz-background-clip: padding;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding;
	-webkit-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.18);
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.13);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.13);
	color: #222;
	display: block;
	font-family: "Crimson Text", Georgia, Times, serif;
	font-size: 14px;
	margin-bottom: 15px;
	padding: 8px;

	-ms-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.13);
}


textarea {
	height: 75px;
}


#comments {
	font-size: 14px;
}

#comments .commentlist {
	padding: 0;
}

#comments li {
	list-style: none;
	margin-bottom: 30px;
	zoom: 1;
}

#comments li:before, #comments li:after {
	content: "";
	display: table;
}

#comments li:after {
	clear: both;
}

#comments li #respond, #comments li .children {
	margin-left: 11.88811%;
}

#comments li #respond {
	clear: both;
	padding-top: 30px;
}

#comments li .children {
	margin-bottom: 0;
	margin-top: 30px;
	padding: 0;
}

#comments li .children .children {
	margin-left: 0;
}

#comments li .children li:last-child {
	margin-bottom: 0;
}

#comments .author-avatar {
	background: #fff;
	-moz-background-clip: padding;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding;
	-webkit-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
	display: inline-block;
	float: left;
	line-height: 1;
	padding: 3px;
	width: 9.79021%;

	-ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

#comments .author-avatar a:hover {
	background: none;
}

#comments .author-avatar img {
	vertical-align: bottom;
}

#comments .comment-content {
	background: #fff;
	-moz-background-clip: padding;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding;
	-webkit-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
	float: right;
	padding: 15px;
	width: 88.11189%;

	-ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

#comments .comment-content p:last-child {
	margin-bottom: 0;
}

#comments .comment-content .reply {
	margin-top: -5px;
}

#comments .comment-content .reply a {
	color: #444;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
}

#comments .comment-content .reply a img {
	margin-right: 3px;
	opacity: 0.5;
	position: relative;
	top: 6px;
}

#comments .comment-content .reply a:hover {
	background: none;
	color: #000;
}

#comments .comment-content .reply a:hover img {
	opacity: 1;
}

#comments .author-name, #comments time {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
}

#comments time {
	color: #777;
	display: block;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 10px;
}

#comments #reply-title small {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#comments #respond p:not(.comment-notes):not(.logged-in-as) {
	margin-bottom: 0;
}

#comments input[type="text"], #comments input[type="password"], #comments textarea {
	width: 100%;
}

#comments .comment-form-author {
	margin-right: 4.1958%;
}

#comments .comment-form-author, #comments .comment-form-email {
	float: left;
	width: 47.9021%;
}


#tabs {
	-moz-background-clip: padding;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding;
	-webkit-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	-webkit-border-radius: 0 4px 4px 4px;
	border-radius: 0 4px 4px 4px;
	margin-top: 63px;
	padding: 0 20px;
	position: relative;
}

#tabs .tab-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 100%;
	left: -1px;
}

#tabs .tab-nav li {
	display: inline;
	margin-right: 5px;
}

#tabs .tab-nav a {
	-moz-background-clip: padding;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding;
	-webkit-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	color: #444;
	display: inline-block;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 12px;
	text-decoration: none;
}

#tabs .tab-nav a:hover {
	background: #f2f2f2;
}

#tabs .tab-nav .ui-tabs-selected a {
	border-bottom: 1px solid #fff;
}

#tabs .tab-nav .ui-tabs-selected a:hover {
	background: none;
}

#tabs .media-tab {
	margin: -8px -10px;
}

#tabs .thumb {
	display: block;
	float: left;
	padding: 8px 10px;
	width: 25%;
}

#tabs .thumb img {
	border: 3px solid #fff;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);

	-ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

#tabs .thumb:hover {
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}


.gallery {
	clear: both;
	float: left;
	margin: auto;
	width: 100%;
}

.gallery .gallery-item {
	float: left;
	margin: 0 0 15px 0;
	text-align: center;
}

.gallery .gallery-item img {
	height: auto;
	max-width: 95%;
}

.gallery .gallery-item .gallery-caption {
	margin-left: 0;
}

.gallery .gallery-item .gallery-icon a {
	border-width: 0;
}

.gallery .gallery-item .gallery-icon img {
	display: inline-block;
	margin: 0 0 5px 0;
}

.gallery.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery.gallery-columns-6 .gallery-item {
	width: 16%;
}


#colorbox, #cboxOverlay, #cboxWrapper {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}


#cboxOverlay {
	height: 100%;
	position: fixed;
	width: 100%;
}


#cboxMiddleLeft, #cboxBottomLeft {
	clear: left;
}


#cboxContent {
	-moz-background-clip: padding;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding;
	-webkit-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
	color: #444;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 10px;
	position: relative;

	-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}


#cboxLoadedContent {
	overflow: auto;
}


#cboxTitle {
	margin: 0;
}


#cboxLoadingOverlay, #cboxLoadingGraphic {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}


#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor: pointer;
}


.cboxPhoto {
	border: 0;
	display: block;
	float: left;
	margin: auto;
	max-width: none;
}


.cboxIframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}


#colorbox, #cboxContent, #cboxLoadedContent {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}


#cboxOverlay {
	background: rgba(0, 0, 0, 0.5);
}


#cboxContent {
	background: #fff;
	overflow: hidden;
}


.cboxIframe {
	background: #fff;
}


#cboxError {
	border: 1px solid #ccc;
	padding: 50px;
}


#cboxLoadedContent {
	margin-bottom: 20px;
}


#cboxTitle {
	color: #999;
	position: absolute;
	bottom: 8px;
	left: 0;
	text-align: center;
	width: 100%;
}


#cboxCurrent {
	display: none !important;
}


#cboxSlideshow {
	color: #6b6b6b;
	position: absolute;
	right: 42px;
	bottom: 8px;
}


#cboxPrevious {
	color: #6b6b6b;
	position: absolute;
	bottom: 8px;
	left: 10px;
}


#cboxNext {
	color: #6b6b6b;
	position: absolute;
	bottom: 8px;
	left: 63px;
}


#cboxLoadingOverlay {
	background: #fff url(images/loading.gif) no-repeat center center;
}


#cboxClose {
	color: #6b6b6b;
	display: block;
	position: absolute;
	right: 11px;
	bottom: 8px;
}


.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.alignleft {
	float: left;
	margin: 5px 16px 0 0;
}


.alignright {
	float: right;
	margin: 5px 0 0 16px;
}


.assistive-text, .screen-reader-text {
	display: none;
}


.wp-caption {
	max-width: 100%;
}


.ui-tabs-panel {
	zoom: 1;
}

.ui-tabs-panel:before, .ui-tabs-panel:after {
	content: "";
	display: table;
}

.ui-tabs-panel:after {
	clear: both;
}


.ui-tabs {
	padding: 0.2em;
	position: relative;
	zoom: 1;
}


/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor: text;
}


.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	cursor: pointer;
}


/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */

.ui-tabs .ui-tabs-panel {
	display: block;
}


.ui-tabs .ui-tabs-hide {
	display: none !important;
}


.clearfix {
	zoom: 1;
}

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}


@media screen and (min-width: 900px) {
	.post, .post-navigation, #comments {
		padding: 0 145px 0 0;
	}

	.post {
		background: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		position: relative;

		-ms-box-shadow: none;
	}

	.post .entry {
		background: #fff;
		-moz-background-clip: padding;
		-moz-background-clip: padding-box;
		-webkit-background-clip: padding;
		-webkit-background-clip: padding-box;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
		padding: 30px;

		-ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
	}

	.post .postmeta {
		border: 0 none;
		color: #222;
		font-family: "Crimson Text", Georgia, Times, serif;
		font-size: 24px;
		margin: 30px 0 0;
		padding: 0;
		position: absolute;
		top: 0;
		right: 0;
		width: 115px;
	}

	.post .postmeta time {
		background: url(images/black-border.png) center bottom repeat-x;
		display: block;
		font-style: italic;
		line-height: 1;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.post .postmeta .month {
		display: block;
	}

	.post .postmeta .categories {
		font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
		margin: 0;
	}

	.post .postmeta .categories li {
		display: block;
		margin: 0;
	}

	.post .postmeta .categories a {
		display: block;
		padding: 4px 0;
	}

}
