

/*	HTML5 display definitions
/*-----------------------------------------------------------------------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }



/*	Base
/*-----------------------------------------------------------------------------------*/

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; }
body { margin: 0; font-size: 14px; line-height: 1.231; background: #5F6671 url(assets/img/bg-lines-alpha.png); color: #fff }
body, button, input, textarea { font-family: sans-serif; color: #bec4cc; }
::selection, ::-moz-selection {
	background: #3F434A;
	color: #fff;
	text-shadow: none;
}




/*	Fonts
/*-----------------------------------------------------------------------------------*/
body, form {
	font: 13px "Helvetica Neue", Helvetica, Arial, "Nimbus Sans L", sans-serif;
	line-height: 1.625;
	/*font-weight: 300;*/
	font-style: normal;
}

/* Google Fonts - Oswald */
.fontface, h1, h2, h3, h4, h5, h6, .site-title, #primary-nav, .button, .gigpress-subscribe, .search-submit, .entry-excerpt span, .button, .gform_edit_link a, .gf_progressbar_wrapper, .gform_title, .gfield_label,	.gsection_title  {
	font-family: "Helvetica Neue", Helvetica, Arial, "Nimbus Sans L", sans-serif;
	font-weight: normal;
	font-style: normal;
}

select, input, textarea, button {
  font: 99% sans-serif;
}

pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}




/*	Links
/*-----------------------------------------------------------------------------------*/

a { color: #fff; }
/* a:visited { color: #bec4cc; } */
a:hover { text-decoration:none; }
a:focus { outline: thin dotted; }
a,a:active, a:visited { text-decoration:none }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }




/*	Headings
/*-----------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color:#ddd;
	/*text-transform: uppercase;*/
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color:#fff }

h1 { font-size: 16px }
h2 { font-size: 16px }
h3 { font-size: 16px }
h4 { font-size: 14px }
h5 { font-size: 13px }
h6 { font-size: 12px }




/*	Paragraph & Lists
/*-----------------------------------------------------------------------------------*/
p {	margin: 0 0 21px }
ul, ol { margin: 0 0 21px 1.5em; padding: 0; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }




/*	Embedded content
/*-----------------------------------------------------------------------------------*/

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */
svg:not(:root) { overflow: hidden; }




/*	Figures
/*-----------------------------------------------------------------------------------*/
figure { margin: 0; }




/*	Forms
/*-----------------------------------------------------------------------------------*/
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }




/*	Tables
/*-----------------------------------------------------------------------------------*/

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }




/*	Typography
/*-----------------------------------------------------------------------------------*/
abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote {
	color: #bec4cc;
	padding: 0 3em;
	margin-bottom: 1.8em;
}

blockquote cite {
	color: #fff;
}

blockquote:before {
	float: left;
	margin-left: -40px;
	font-size: 64px;
	line-height: 40px;
	font-weight: bold;
	content: "\201C";
}

dfn { font-style: italic; }


hr {
	clear: both;
	display: block; 
	height: 1px; 
	border: 0; 
	border-top: 1px solid #3F434A; 
	margin: 0 0 21px; 
	padding: 0; 
}

ins { background: #bec4cc; color: #252A31; text-decoration: none; }

mark { background: #bec4cc; color: #252A31; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

pre {
	padding: 1em;
	margin-bottom: 21px;
	background: #bec4cc;
	color: #252A31;
	text-shadow: none;
	white-space: pre; white-space: pre-wrap; word-wrap: break-word;
}

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

iframe,object,embed { display: block }




/*	Non-semantic Helpers
/*-----------------------------------------------------------------------------------*/

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }







/*-----------------------------------------------------------------------------------
----------------------------------------------------------------------------------*/
/*	Misc
/*-----------------------------------------------------------------------------------*/
.default-notice {
  margin-bottom: 20px;
}
.default-notice .entry-content {
  text-align: center;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px;
}
.default-notice h3 {
  color: #ffc8c8;
  margin: 4px 0 5px;
}
.default-notice p {
  margin-bottom: 4px;
}
.default-notice a {
  color: #ffc8c8;
  border-bottom: 1px dotted #ffc8c8;
}
#image-preview {
  display: none;
  position: absolute;
  padding: 7px;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
#image-preview img {
  display: block;
}
#tooltip {
  display: none;
  position: absolute;
  padding: 2px 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
.button a, a.button {
  color: #bec4cc;
  font-size: 12px;
  padding: 4px 10px;
  background: #3f434a;
  text-transform: uppercase;
}
.button a:hover, a.button:hover {
  color: #ffffff;
  border: none !important;
  text-decoration: none;
}
.entry-thumbnail img {
  display: block;
}
.instant {
  display: none;
}
.instant-view {
  text-align: center;
}
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
  max-width: 100%;
  height: auto;
}
.alignleft, img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}
.alignright, img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}
.aligncenter, img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {
  margin-bottom: 12px;
}
.wp-caption {
  background: #191d22;
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 632px !important;
  /* prevent too-wide images from breaking layout */

  padding: 4px;
  text-align: center;
}
.wp-caption img {
  margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
  font-size: 12px;
  margin: 5px;
}
.wp-smiley {
  margin: 0;
}
.gallery {
  margin: 0 auto 18px;
}
.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
}
.gallery a:hover {
  border: none !important;
}
.gallery img {
  width: 110px;
  height: 110px;
}
.gallery .gallery-caption {
  color: #bdbdbd;
  font-size: 12px;
  margin: 0 0 12px;
}
.gallery dl {
  margin: 0;
}
.gallery br + br {
  display: none;
}
/* Table Styles */
table {
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
}
tr th, thead th {
  font-weight: bold;
  line-height: 18px;
  padding: 9px 24px;
}
tr td {
  border-top: 1px solid #3f434a;
  padding: 6px 24px;
}
tr.odd td {
  background: #3f434a;
}
/* Columns */
.one-half {
  width: 48%;
}
.one-third {
  width: 30.66%;
}
.two-third {
  width: 65.33%;
}
.one-fourth {
  width: 22%;
}
.three-fourth {
  width: 74%;
}
.one-half,
.one-third,
.two-third,
.three-fourth,
.one-fourth {
  position: relative;
  float: left;
  display: inline;
  overflow: hidden;
  margin-right: 4%;
  margin-bottom: 24px;
}
.last {
  margin-right: 0 !important;
  clear: right;
}

a.ical {
	background: url(assets/img/calendar.gif) left 1px no-repeat;
	padding-left: 15px;
}

.columns5 {
	-webkit-column-count: 5;
	-webkit-column-gap: 15px; 
	-webkit-column-rule: 0px dotted black;
	-moz-column-count: 5;
	-moz-column-gap: 15px;  
	-moz-column-rule: 0px dotted black;
	column-count: 5;
	column-gap: 15px; 
	column-rule: 0px dotted black;
}

.listshows {
	list-style:disc outside none;
	display: inline-block;
	margin-bottom: 0px;
	padding-bottom: 20px;
}
/* 
.listshows li {
	display: inline-block;
}
 */
.showsLetter {
	list-style: none;
	font-weight: bold;
	font-size: 16px;
	color: #ddd;
}

/*	Layout
/*-----------------------------------------------------------------------------------*/
#header-content,
#vinil,
#main-container,
#primary-nav,
#footer-container {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.grid-3,
#site-info,
#featured-widgets-container,
#primary-widgets-container,
#secondary-widgets-container {
  width: 220px;
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
.grid-6, .entry {
  width: 700px;
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
.grid-9, #main .default-notice {
  width: 700px;
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
.grid-12, #footer {
  width: 940px;
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
/*	Z-Index Stackup
/*-----------------------------------------------------------------------------------*/
#hero, .jp-pause, .ti-image-carousel {
  z-index: 1;
}
#site-info,
.top-border,
.bottom-border,
.left-gradient,
.right-gradient,
.jp-play {
  z-index: 100;
}
#main-container {
  z-index: 200;
  position: relative;
  font-size: 14px;
}
#primary-nav, #primary-nav li:hover ul, #primary-nav li.sfHover ul {
  z-index: 300;
}
#hero .edit-link,
#hero .prev,
#hero .next,
#image-preview,
#tooltip,
.reveal-modal,
.sf-menu,
.reveal-modal-bg,
.jp-audio {
  z-index: 400;
}
/*	Header
/*-----------------------------------------------------------------------------------*/
#header-container {
  padding-bottom: 20px;
  background: url(assets/img/shadows.png) 0 100% repeat-x;
}
#header {
  position: relative;
}
.top-border, .bottom-border {
  position: absolute;
  left: 0;
  width: 100% !important;
  background: #252a31;
  background: url(assets/img/bg-dark-alpha.png);
  background: rgba(37, 42, 49, 0.97);
}
.top-border {
  top: 0;
  height: 8px;
}
.bottom-border {
  bottom: 0;
  height: 40px;
  border-top: 1px solid #191d22;
  border-bottom: 1px solid #191d22;
}
/*	Hero
/*-----------------------------------------------------------------------------------*/
#hero {
  background: #000;
  color: #fff;
}
#hero .slides {
  height: 440px;
  min-width: 960px;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
}
#hero .slide {
  position: relative;
  display: block;
  width: 100%;
  height: 440px;
  background: red;
}
#hero .slide img {
  display: block;
}
#hero .slide .post-edit-link {
  position: absolute;
  top: 18px;
  left: 0;
  width: 50px;
  height: 50px;
  text-indent: -999999px;
  background-image: url(assets/img/icons-buttons.png);
  background-repeat: no-repeat;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  background-position: 10px -711px;
}
#hero .slide .post-edit-link:hover {
  background-position: -30px -711px;
}
#hero .slide-content-container {
  position: relative;
  width: 940px;
  margin: 0 auto;
}
#hero .slide-content {
  width: 940px;
  overflow: hidden;
  margin: 0 auto;
}
#hero .format-image .entry-border,
#hero .format-video .entry-border {
	margin: 70px 0 70px 340px;
	width: 480px;
	padding: 5px;
	background: rgba(0,0,0,0.6);
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#hero .format-image .entry-border {
	width: 440px;
}

#hero .default-notice .entry-content {
  width: 480px;
  overflow: hidden;
  float: none;
  margin: 70px 0 0 320px;
}
#hero .format-gallery .entry-gallery {
  margin: 61px 0 61px 340px;
  width: 480px;
  list-style: none;
}
#hero .format-gallery .entry-gallery .gallery-item {
  float: left;
  display: block;
  margin: 0 10px 10px 0;
  width: 88px;
  height: 88px;
}
#hero .format-gallery .entry-gallery .gallery-item img {
  width: 88px;
  height: 88px;
  display: block;
}
#hero .format-gallery .entry-gallery .last {
  margin-right: 0;
}
#hero .format-image .entry-content {
  overflow: hidden;
  /*margin: 70px 0 70px 340px;*/
  width: 440px;
  height: 248px;
}
#hero .format-image .entry-content p {
  margin: 0;
}
#hero .format-image .entry-content img {
  max-width: 480px;
  width: auto;
  height: auto;
  object-fit: contain;
}
#hero .format-standard .entry-content {
  overflow: hidden;
  margin: 70px 0 70px 340px;
  width: 460px;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
#hero .format-standard .entry-content p:last-child {
  margin: 0;
}
#hero .format-video .embed {
  overflow: hidden;
  width: 480px;
  text-align: center;
  /*margin: 70px 0 70px 340px;*/
}
#hero .format-video iframe, #hero .format-video object, #hero .format-video embed {
  text-align: center;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}
#hero .prev, #hero .next {
	position: absolute;
	right: 10px;
	width: 50px;
	height: 50px;
	text-indent: -999999px;
	background-image: url(assets/img/icons-buttons.png);
	background-repeat: no-repeat;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.8);
}
#hero .next {
	top: 20px;
	background-position: 10px -591px;
}
#hero .next:hover {
  background-position: -30px -591px;
}
#hero .prev {
  top: 75px;
  background-position: 10px -551px;
}
#hero .prev:hover {
  background-position: -30px -551px;
}
/*	Site Info
/*-----------------------------------------------------------------------------------*/
#site-info {
  position: absolute;
  top: 33px;
  color: #fff;
  text-transform: uppercase;
}
#site-info .site-title {
  line-height: 1em;
  font-size: 36px;
}
#site-info .site-title img {
  display: block;
  height:160px;
  margin-left:7px;
}
#site-info .site-title a {
  color: #fff;
}
#site-info p {
  font-weight: 400;
  font-size: 14px;
  padding-top: 6px;
  margin: 0;
}
/*	Primary Navigation
/*-----------------------------------------------------------------------------------*/
#primary-nav {
  position: relative;
  text-transform: uppercase;
}
#primary-nav ul.sf-menu {
  position: absolute;
  bottom: 1px;
  left: 210px;
}
#primary-nav a {
  position: relative;
}
#primary-nav li {
  float: left;
  position: relative;
}
#primary-nav li:hover {
  visibility: inherit;
}
#primary-nav li li {
  width: 160px;
}
#primary-nav ul ul {
  position: absolute;
  top: -9999em;
}
#primary-nav li:hover ul, #primary-nav li.sfHover ul {
  left: 0;
  top: 41px;
}
#primary-nav li:hover li ul,
#primary-nav li.sfHover li ul,
#primary-nav li li:hover li ul,
#primary-nav li li.sfHover li ul,
#primary-nav li li li:hover li ul,
#primary-nav li li li.sfHover li ul {
  top: -9999em;
}
#primary-nav li li:hover ul,
#primary-nav li li.sfHover ul,
#primary-nav li li li:hover ul,
#primary-nav li li li.sfHover ul,
#primary-nav li li li li:hover ul,
#primary-nav li li li li.sfHover ul {
  left: 150px;
  top: 5px;
}
#primary-nav a {
  font-size: 18px;
  display: block;
  padding: 6px 18px 6px;
  color: #bec4cc;
}
#primary-nav a:hover {
  color: #fff;
}
#primary-nav ul > li {
  margin-right: 3px;
}
#primary-nav ul > li li {
  margin-right: 0;
}
#primary-nav ul {
  position: relative;
  float: left;
}
#primary-nav ul ul {
  padding: 5px 0;
  background: #191d22;
}
#primary-nav li:hover {
  background: #191d22;
}
#primary-nav li li {
  border: none;
}
#primary-nav li li:hover {
  border: none;
  background: #252a31 url(assets/img/bg-lines-alpha.png);
}
#primary-nav li li a {
  line-height: 1.4;
  padding-left: 12px;
  text-transform: none;
  font-size: 14px;
  font-weight: normal;
}
#primary-nav .current-menu-item,
#primary-nav .current_page_item a,
#primary-nav .sfHover > a,
#primary-nav .current-page-ancestor a {
  color: #fff;
}

/*	ON AIR
/*-----------------------------------------------------------------------------------*/


#player {
	background: #252A31;
	padding: 20px;
	overflow: hidden;
}

#gramophone {
	float: left;
	width: 184px;
	margin-top: -240px;
	height: 230px;
	background: rgba(0,0,0,0.6);
	margin-left: 10px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}

#playing {
	position: relative;
	float: left;
	margin-right: 20px;
}

#listen {
	display: block;
	padding: 10px;
	position: relative;
}

#vinyl {
	-webkit-border-radius: 500px;
	-khtml-border-radius: 500px;
	-moz-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
	width: 160px;
	margin: 0 auto;
	min-height: 1px;
	position: relative;
}
#playing #vinyl {
	width: 300px;
}

#vinyl:after1 {
  color: #f5f5f5;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5);
  content: "◉";
  font-size: 40px;
  line-height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
#vinylCenter {
	position: absolute;
	top: 10px;
	left: 12px;
}
#player #vinylCenter {
	position: absolute;
	top: 0;
	left: 0;
}

#artwork {
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	-khtml-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 500px;
	-khtml-border-radius: 500px;
	-moz-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
	display: block;
	margin: 0 auto;
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
	height: auto;
}

#onair {
	color: #bec4cc;
	margin-top: 8px;
	display: block;
	text-align: center;
	font-size: 12px;
}
marquee {
	color: #fff;
	font-size: 14px;
}

#playerWidgets {
	float: left;
}

#player object {
	margin: 90px 0 20px;
}

#listen:hover #artwork,
#playing #artwork {
	animation-name: spin;
	animation-duration: 10s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	-ms-animation-name: spin;
	-ms-animation-duration: 10s;
	-ms-animation-timing-function: linear;
	-ms-animation-iteration-count: infinite;
	-moz-animation-name: spin;
	-moz-animation-duration: 10s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-name: spin;
	-webkit-animation-duration: 10s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
}

#desctopPlayer {
	background: url(assets/img/vinyl.png) left top no-repeat;
	color: #BEC4CC;
	display:block;
	line-height: 32px;
	padding-left: 37px;
}
#desctopPlayer:hover {
	color: #fff;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}




/*	Main
/*-----------------------------------------------------------------------------------*/
#main {
  width: 960px;
  float: none;
}
#main #entry-container {
  float: left;
}
.page-header {
  width: 700px;
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  background: #252a31;
}
.page-header .page-title, .page-header .entry-title {
  padding: 9px 10px;
  font-size: 16px;
  text-transform: uppercase;
}
.page-header .category-description, .page-header .entry-content {
  border-top: 1px solid #3f434a;
  background: url(assets/img/bg-gradient.png) repeat-x;
}
.page-header p {
  color: #bec4cc;
  margin: 0;
  padding: 7px 10px 6px;
}
.page-header p:first-child {
  border-top: 1px solid #252a31;
}
#entry-container a {
	color: #fff;
}
#entry-container a:hover {
  text-decoration:underline;
}
#entry-container .entry {
  background: #252a31;
  margin-bottom: 20px;
  position: relative; /*for the social buttons*/
}
#entry-container .entry p:last-child {
  margin-bottom: 5px;
}
#entry-container .entry-header a:hover {
  border: none;
}
#entry-container .entry-header .entry-excerpt {
  text-align: center;
  margin: 0 !important;
  padding: 10px;
  background: #191d22;
  border-bottom: 1px solid #3f434a;
}
#entry-container .entry-media, #entry-container .entry-thumbnail {
  padding: 10px;
  background: #191d22;
  border-bottom: 1px solid #3f434a;
  clear: both;
}
#entry-container .entry-media iframe, #entry-container .entry-media embed, #entry-container .entry-media object {
  width: 100%;
}
#entry-container .entry-thumbnail {
  position: relative;
}
#entry-container .entry-thumbnail img {
  display: block;
}
#entry-container .entry-thumbnail .attachment-post-thumbnail {
  width: 200px;
  height: 200px;
}
#entry-container .entry-meta {
  float: left;
  width: 100%;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #3f434a;
  background: #191d22;
}
#entry-container .entry-meta li {
  float: left;
  padding: 5px;
}
#entry-container .entry-meta .sep {
  padding: 0 10px;
}
#entry-container .entry-meta .date {
  padding-left: 10px;
  font-weight: bold;
}
#entry-container .entry-meta .author {
  font-weight: bold;
  color: #bec4cc;
}
#entry-container .entry-meta .author .sep {
  padding-right: 0;
}
#entry-container .entry-title {
  padding: 9px 10px;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #3f434a;
}
#entry-container .entry-title span {
  float: right;
  color: #bec4cc;
  text-transform: none;
  font: 13px "Helvetica Neue", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-weight: bold;
}
#entry-container .entry-title a {
  color: #fff;
}
#comments {
	margin: 20px 10px;
}

#entry-container .entry-title span.comments {
  display: block;
  padding-left: 21px;
  margin: 4px 5px 5px 10px;
  text-align: center;
  background: url(assets/img/comments.png) 0 4px no-repeat;
  height: 20px;
  color: #bec4cc;
  line-height: 1.6;
}
#entry-container .entry-content {
  padding: 10px;
  clear: both;
  border-top: 1px solid #252a31;
  background: url(assets/img/bg-gradient.png) repeat-x;
}
#entry-container .entry-footer {
  border-top: 1px solid #3f434a;
  clear: both;
  padding: 12px 10px 11px;
}
#entry-container .entry-footer span {
  font-size: 14px;
  float: right;
  font-weight: bold;
}
#entry-container .format-gallery .entry-gallery {
  float: left;
  margin: 0;
  padding: 10px 10px 0;
  list-style: none;
  border-bottom: 1px solid #3f434a;
  background: #191d22;
}
#entry-container .format-gallery .entry-gallery .gallery-item {
  float: left;
  margin: 0 13px 13px 0;
}
#entry-container .format-gallery .entry-gallery .gallery-item img {
  display: block;
}
#entry-container .format-gallery .entry-gallery .gallery-item a:hover {
  border: none;
}
#entry-container .format-gallery .entry-gallery .last {
  margin-right: 0;
}
.multiple #entry-container {
  width: 480px;
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  margin: 0;
}

.entry-content p + ul, 
.entry-content p + ol { margin-top: -1.4em; }

.social {
	position: absolute;
	right: 690px;
	top: 60px;
}
#wide-container .social {
	right: 930px;
}
.fb-like {}
.twitter-share-button {}
.googleplus {
	margin-top:6px;
}


/*	Page Templates
/*-----------------------------------------------------------------------------------*/
.hentry a:hover {
	text-decoration: underline;
}

.box {
	width: 700px;
	display: inline;
	float: left;
	margin: 0 10px;
	background: #252A31;
	margin-bottom: 20px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-background-clip: padding-box;
	-khtml-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.35);
	box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.35);
	position: relative;
}
.box-header {
	border-bottom: 1px solid #252A31;
}
.box-title {
  padding: 9px 10px;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #3f434a;
  color: #ddd;
}
.box-body {
	background: url(assets/img/bg-gradient.png) 0 0 repeat-x;
	color: #bec4cc;
	overflow: hidden;
}
.box-footer {
  clear: both;
/*
  padding: 12px 10px 11px !important;
  border-top: 1px solid #3f434a;
*/
}
#box-navi {
	overflow: hidden;
	clear: both;
	height: 44px;
	line-height: 44px;
	background: #252A31;
}

/* HOME */
#blog-container {
	float: left;
	width: 720px;
}
.box .hentry {
	padding: 10px;
	border-bottom: 1px solid #3f434a;
	overflow: hidden;
}
.box .post:after { content:'.'; display:block; height:0; clear:both; visibility:hidden; }

.news-thumbnail {
	float: left;
	margin-right: 10px;
}
.news-title {
	padding-bottom: 10px;
}
.news-title a {
	color: #fff;
	font-size: 16px;
}
.news-title a:hover {
	text-decoration:underline;
}
.news-date {
	float: right;
}
.news-excerpt {
	height: 64px;
	overflow: hidden;
}
.news-excerpt p {
	margin: 0;
	font-weight: 400;
}


/* No Sidebar */
.no-sidebar .entry {
  width: 700px;
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
.home #main {
  width: 960px;
  float: none;
}

/* Wide */
#wide-container {
	float: left;
	width: 960px;
}
#wide-container .box {
	width: 940px;
}

.showThumb {
	margin: 0 14px 28px;
	float: left;
	position: relative;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.35);
	box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.35);
	/*border: 2px solid #3F434A;*/
	border: 4px solid #3F434A;
	padding:0;
	background:#3F434A;
}
.showThumb img {
	width: 190px;
	height: 190px;
}
.showThumb p {
	position: absolute;
	bottom: 0;
	margin: 0;
	background: rgba(0, 0, 0, 0.5);
	width: 170px;
	padding: 10px;
	font-weight: bold;
}
.showThumb:hover {
	border-color: #999;
}
.showThumb:hover a:hover {
	text-decoration: none;
}
.showThumb:hover p,
#allShowsThumb:hover a {
	background: rgba(0,0,0,0.7);
}
#allShowsThumb {
	border: 4px dashed #999;
}
#allShowsThumb a {
	display: table-cell;
	width: 190px;
	height: 190px;
	vertical-align: middle;
}
#allShowsThumb span {
	text-align: center;
	width: 160px;
	padding: 0 15px;
	display: block;
	font-weight: bold;
}
#allShowsThumb #gotoall {
	display: block;
	width: 32px;
	height: 32px;
	background: url(assets/img/next-buttons.png) -4px -39px no-repeat;
	margin: 15px auto 0;
	padding: 0;
}
#allShowsThumb:hover #gotoall {
	background: url(assets/img/next-buttons.png) -4px 1px no-repeat;
}

/* Program */
.sevenDayProgram {
	float: left;
	width: 122px;
	overflow: hidden;
	margin-right: 11px;
	text-align: center;
	min-height: 200px;
}
#sevenDayProgram7 {
	margin-right: 0;
}

.sevenDayProgram span {
	background: url(assets/img/calendar.gif) left center no-repeat;
	padding-left: 20px;
	display: inline-block;
	color: #ddd;
	font-weight: bold;
}
.sevenDayProgram ul {
	border-top: 1px solid #999;
	width: 100%;
	margin: 0;
	text-align: left;
}
.sevenDayProgram ul li {
	line-height: 18px;
	padding-bottom: 10px;
}
#programNav {
	clear: both;
	text-align:center;
	padding-top: 10px;
}
#programNav span {
	margin: 0 10px;
}
#programNav a:hover {
	text-decoration:none;
}


/* ShowPage */
#showPage .box-body {
	overflow: visible;
}
#showPage .box-body article {
	overflow: visible;
	min-height: 330px;
}
.showPlayer {
	float: left;
}
#showPage .box-body article .showDescription {
	margin-left: 240px;
}


/* Post Gallery & Discography */
.page-template-template-post-gallery-php #entry-container, .page-template-template-discography-php #entry-container {
  overflow: hidden;
}
.page-template-template-post-gallery-php #entry-container .entry-media,
.page-template-template-discography-php #entry-container .entry-media,
.page-template-template-post-gallery-php #entry-container .entry-thumbnail,
.page-template-template-discography-php #entry-container .entry-thumbnail,
.page-template-template-post-gallery-php #entry-container .entry-gallery,
.page-template-template-discography-php #entry-container .entry-gallery {
  border-bottom: none;
}
.page-template-template-post-gallery-php .page-header, .page-template-template-discography-php .page-header {
  width: 700px !important;
}
.page-template-template-post-gallery-php .entry, .page-template-template-discography-php .entry {
  float: left;
  width: 220px;
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
.page-template-template-post-gallery-php .gallery-item img, .page-template-template-discography-php .gallery-item img {
  width: 200px;
  height: 200px;
}
.page-template-template-post-gallery-php #nav-below, .page-template-template-discography-php #nav-below {
  width: 700px;
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
/* Full Page */
.page-template-template-full-php .entry {
  width: 700px;
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
/* Gigpress - more styles in css/gigpress.css 
 * There is a check in functions.php to see if the 
 * plugin is activated, if so, it loads the styles
 */
.page-template-template-gigpress-php #entry-container .entry {
  position: relative;
  width: 700px;
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
.page-template-template-gigpress-php #entry-container .gigpress-table {
  width: 700px !important;
  margin-left: -10px;
}
.page-template-template-discography-php .album-artwork, .type-discography .album-artwork {
  float: left;
  width: 200px;
  color: #bec4cc;
}
.page-template-template-discography-php .album-tracks, .type-discography .album-tracks {
  margin: 0;
}
.page-template-template-discography-php .album-tracks li, .type-discography .album-tracks li {
  list-style-position: inside;
}
.page-template-template-discography-php .album-tracks .track-title, .type-discography .album-tracks .track-title {
  display: inline;
  cursor: pointer;
}
.page-template-template-discography-php .album-tracks .track-details, .type-discography .album-tracks .track-details {
  display: inline;
}
.page-template-template-discography-php .album-details, .type-discography .album-details {
  margin: 0;
  list-style: none;
  padding: 10px;
  color: #bec4cc;
  border-bottom: 1px solid #3f434a;
}
.page-template-template-discography-php .album-details li, .type-discography .album-details li {
  float: left;
  padding-right: 10px;
}
.page-template-template-discography-php .purchase, .type-discography .purchase {
  color: #ffffff;
  font-weight: bold;
}
.page-template-template-discography-php a.purchase-link, .type-discography a.purchase-link {
  margin-right: 10px;
  padding: 3px 10px;
  background: #3f434a;
}
.page-template-template-discography-php a.purchase-link:hover, .type-discography a.purchase-link:hover {
  border-bottom: none !important;
}
.page-template-template-discography-php .all-track-previews-trigger, .type-discography .all-track-previews-trigger {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
/*	Thumbnail Icons
/*-----------------------------------------------------------------------------------*/
.thumbnail-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  display: none;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  border: none !important;
}
.thumbnail-icon:hover {
  border: none !important;
}
.thumbnail-icon.audio,
.thumbnail-icon.gallery,
.thumbnail-icon.image,
.thumbnail-icon.standard,
.thumbnail-icon.video {
  background-image: url(assets/img/icons-buttons.png);
  background-repeat: no-repeat;
}
.thumbnail-icon.audio {
  background-position: 10px -470px;
}
.thumbnail-icon.audio:hover {
  background-position: -30px -470px;
}
.thumbnail-icon.gallery {
  background-position: 10px -510px;
}
.thumbnail-icon.gallery:hover {
  background-position: -30px -510px;
}
.thumbnail-icon.image {
  background-position: 10px -390px;
}
.thumbnail-icon.image:hover {
  background-position: -30px -390px;
}
.thumbnail-icon.standard {
  background-position: 10px -190px;
}
.thumbnail-icon.standard:hover {
  background-position: -30px -190px;
}
.thumbnail-icon.video {
  background-position: 10px -430px;
}
.thumbnail-icon.video:hover {
  background-position: -30px -430px;
}
/*	Sidebar
/*-----------------------------------------------------------------------------------*/
#main-widgets-container {
  float: left;
  width: 240px;
  margin-top: -331px;
}
#featured-widgets-container {
  float: left;
/*
  margin-bottom: 20px;
  min-height: 320px;
*/
}
#primary-widgets-container {
  float: right;
}
#homebar-widgets-container {
  clear: both;
  width: 960px;
  overflow: hidden;
}
#homebar-widgets-container .widget {
  width: 220px;
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
#homebar-widgets-container .ti-featured-category {
  float: right;
  width: 460px;
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
#homebar-widgets-container .default-notice {
  width: 100%;
  max-width: 940px;
}
ul.sidebar {
  margin: 0;
  list-style: none;
}
.widget {
  margin-bottom: 20px;
  color: #bec4cc;
  background: #252a31;
}
.widget .widget-title {
  padding: 9px 10px;
  font-size: 16px;
  color: #ddd;
  text-transform: uppercase;
  border-bottom: 1px solid #3f434a;
}
.widget .widget-title span {
  float: right;
  color: #bec4cc;
  text-transform: none;
  font: 13px "Helvetica Neue", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-weight: bold;
  padding-top: 4px;
}
.widget a,
.widget .widget-title span a {
  color: #fff;
}
.widget a:hover,
.widget .widget-title span a:hover {
    text-decoration:underline;
}
.widget .widget-title + *, .widget .widget-content {
  border-top: 1px solid #252a31;
  background: url(assets/img/bg-gradient.png) 0 0 repeat-x;
}
.widget .widget-content {
  width: 100%;
}
.widget .widget-footer,
.widget .gform_footer {
  clear: both;
  padding: 12px 10px 11px !important;
  border-top: 1px solid #3f434a;
}
.widget-footer .button a,
.widget-footer a.button {
	color: #bec4cc;
}
.widget-footer .button a:hover,
.widget-footer a.button:hover {
  color: #ffffff;
  border: none !important;
  text-decoration: none;
}
.widget ul {
  margin: 0;
  list-style: none;
}
.widget ul li {
  border-bottom: 1px solid #3f434a;
}
.widget ul li:last-child {
  border: none;
}
.widget ul > li {
  padding: 5px 10px;
}

.widget ul li.scheduleDate {
color: #ddd;
/*text-transform: uppercase;*/
padding-left: 30px;
background: #3F434A url(assets/img/calendar.gif) 10px center no-repeat;
}

/* Footer widgets */
#footer-widgets-container {
	margin: 0 10px;
	float: left;
}
#footer1-widgets {
	width: 340px;
	float: left;
	margin-right: 20px;
}
#footer2-widgets {
	width: 340px;
	float: right;
}


/*	Widget: Search
/*-----------------------------------------------------------------------------------*/
.gform_widget .gform_wrapper {
  max-width: 100% !important;
  padding-top: 10px;
}
.gform_widget .gform_heading, .gform_widget .gform_body, .gform_widget .validation_error {
  width: 200px !important;
  padding: 0 10px;
  margin: 0 !important;
}
.gform_widget .gform_body {
  padding-bottom: 6px;
}
.gform_widget .gform_heading {
  padding-bottom: 8px !important;
}
.gform_widget .ginput_complex .ginput_left, .gform_widget .ginput_complex .ginput_right {
  float: left;
}
.gform_widget .gfield_label {
  margin: 0 !important;
}
.gform_widget textarea,
.gform_widget input[type=text],
.gform_widget input[type=url],
.gform_widget input[type=email],
.gform_widget input[type=phone],
.gform_widget input[type=number],
.gform_widget input[type=file],
.gform_widget input[type=password] {
  width: 95% !important;
}
.gform_widget .gform_footer {
  height: 25px;
  overflow: hidden;
  margin: 0 !important;
}
/*	Widget: Search
/*-----------------------------------------------------------------------------------*/
#search {
	padding: 7px 7px 7px 10px;
}
#search input {
  color:#fff;
  font-size: 14px;
  background: #3F434A url(assets/img/search1.png) 4px center no-repeat;
  padding-left: 25px;
}
#search input:hover {
  text-shadow: none;
}
#search .search-field {
  width: 137px;
}
#search .search-submit, #search input[type=submit] {
  float: none !important;
  font-size: 12px !important;
  background: none !important;
  padding: 0 0 0 0px !important;
  margin: 0 !important;
}
/*	Widget: Text
/*-----------------------------------------------------------------------------------*/
.widget_text .textwidget {
  padding: 10px;
}
.widget_text p:last-child {
  margin-bottom: 0;
}
.widget_text img {
  display: block;
}
/*	Widget: Image Carousel
/*-----------------------------------------------------------------------------------*/
.ti-image-carousel {
  overflow: hidden;
  float: left;
  position: relative;
  height: 80px;
  margin-bottom: 20px;
}
.ti-image-carousel .lines {
  position: absolute;
  z-index: 1;
  top: -9px;
  left: 10px;
}
.ti-image-carousel .lines span {
  display: block;
  width: 700px;
  height: 1px;
  border-bottom: 1px solid #252a31;
  padding: 9px 0;
}
#image-carousel {
  margin: 0;
  list-style: none;
}
#image-carousel li {
  float: left;
}
.jcarousel-skin-tango {
  width: 700px;
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  float: right;
  margin-bottom: 20px;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
  width: 620px;
  margin: 0 auto;
}
.jcarousel-skin-tango .jcarousel-clip {
  overflow: hidden;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
  height: 80px;
}
.jcarousel-skin-tango .jcarousel-item {
  float: left;
  position: relative;
  z-index: 999999;
  margin: 0;
  list-style: none;
  overflow: hidden;
  height: 80px;
}
.jcarousel-skin-tango .jcarousel-item li {
  float: left;
  position: relative;
  width: 155px;
  zoom: 1;
}
.jcarousel-skin-tango .jcarousel-item .entry-thumbnail {
  width: 120px;
  background: #252a31;
  padding: 7px;
  float: left;
}
.jcarousel-skin-tango .jcarousel-item img {
  display: block;
  width: 120px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
  margin: 0 10px;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
  background: #fff;
  color: #000;
}
.jcarousel-skin-tango .jcarousel-prev, .jcarousel-skin-tango .jcarousel-next {
  z-index: 9999;
  position: absolute;
  top: 0;
  width: 30px;
  height: 80px;
  text-indent: -999999px;
  cursor: pointer;
  background: #252a31 url(assets/img/image-carousel-nav.png) 0 0 no-repeat;
}
.jcarousel-skin-tango .jcarousel-next {
  right: -40px;
  background-position: 0 -80px;
}
.jcarousel-skin-tango .jcarousel-next:hover {
  background-position: 0 -80px;
}
.jcarousel-skin-tango .jcarousel-prev {
  left: -40px;
}
.jcarousel-skin-tango .jcarousel-prev:hover {
  background-position: 0 0;
}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
  cursor: default;
}
/*	Widget: Post Meta
/*-----------------------------------------------------------------------------------*/
.ti-post-content-widget {
  width: 460px;
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
/*	Widget: Post Meta
/*-----------------------------------------------------------------------------------*/
.ti-post-meta-widget .entry-thumbnail {
  background: #191d22;
}
.ti-post-meta-widget .entry-thumbnail img {
  padding: 10px;
  border-bottom: 1px solid #3f434a;
  display: block;
}
.ti-post-meta-widget .entry-thumbnail .attachment-post-thumbnail {
  width: 200px;
  height: 200px;
}
.ti-post-meta-widget ul li {
  padding: 10px;
}
.ti-post-meta-widget .date, .ti-post-meta-widget .utility-title {
  color: #ffffff;
  float: left;
  font-weight: bold;
  width: 68px;
}
.ti-post-meta-widget .author, .ti-post-meta-widget .categories {
  font-weight: bold;
  display: block;
  color: #bec4cc;
}
.ti-post-meta-widget .meta-content {
  overflow: hidden;
}
.ti-post-meta-widget .thumbnail-trigger a {
  text-align: center;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 16px;
  line-height: 1em;
  font-weight: bold;
}
.ti-post-meta-widget .thumbnail-trigger a:before {
  content: "\2B \00a0";
}
.ti-post-meta-widget .thumbnail-trigger.active a:before {
  content: "\2212 \00a0";
}
/*	Widget: Sharing Widget
/*-----------------------------------------------------------------------------------*/
.ti-social-sharing {
  height: 40px;
}
.ti-social-sharing .sharing-buttons {
  padding: 5px;
  float: left;
}
.ti-social-sharing li {
  float: left;
  height: 20px;
  margin: 5px;
  padding: 0 !important;
  border: none !important;
}
.ti-social-sharing .facebook-send {
  width: 50px;
  overflow: hidden;
}
.ti-social-sharing .google-plus {
  width: 33px;
  overflow: hidden;
}
.ti-social-sharing .email-this a {
  display: block;
  width: 26px;
  height: 20px;
  background: url(assets/img/email-icon.png) no-repeat;
}
.ti-social-sharing .email-this a:hover {
  background-position: 0 -20px;
}
/*	Widget: Latest Tweets
/*-----------------------------------------------------------------------------------*/
.ti-latest-tweet .user-details, .ti-latest-tweets .user-details {
  padding: 10px 10px 0;
}
.ti-latest-tweet .gravatar, .ti-latest-tweets .gravatar {
  float: left;
  margin: 0 12px 8px 0;
}
.ti-latest-tweet .gravatar img, .ti-latest-tweets .gravatar img {
  display: block;
  width: 48px;
  height: 48px;
}
.ti-latest-tweet .name, .ti-latest-tweets .name {
  display: block;
  color: #fff;
  font-weight: bold;
}
.ti-latest-tweet .username, .ti-latest-tweets .username {
  color: #bec4cc;
  font-weight: bold;
}
.ti-latest-tweet ul, .ti-latest-tweets ul {
  min-height: 134px;
}
.ti-latest-tweet li, .ti-latest-tweets li {
  padding: 5px 10px !important;
  clear: both;
  max-width: 200px;
}
.ti-latest-tweet li a, .ti-latest-tweets li a {
  color: #ffffff;
}
/*	Widget: Latest Posts
/*-----------------------------------------------------------------------------------*/
.ti-featured-category ul {
  float: left;
  width: 460px;
}
.ti-featured-category ul li {
  padding: 10px;
}
.ti-featured-category .entry-date {
	float: right;
	/*  
	color: #bec4cc;
	font-size: 13px;
	font-weight: bold;
	margin-right: 12px;*/
}
.ti-featured-category .entry-content {
  overflow: hidden;
}
.ti-featured-category .entry-thumbnail {
	float: left;
	margin-right: 12px;
}
.ti-featured-category .entry-thumbnail img {
  display: block;
  width: 40px;
  height: 40px;
}
.ti-featured-category .entry-title {
  display: block;
  margin-bottom: 1px;
  text-transform: none;
}
.ti-featured-category .entry-title a {
  /*color: #bec4cc;*/
  color: #fff;
  font: 16px "Helvetica Neue", Helvetica, Arial, "Nimbus Sans L", sans-serif;
}
.ti-featured-category .entry-title a:hover {
  text-decoration: underline;
}
.ti-featured-category p {
  margin: 0;
  font-size: 12px;
}
.ti-featured-category .more-link {
  display: none;
}
/*	Widget: GigPress Styles
/*-----------------------------------------------------------------------------------*/
.widget_gigpress .gigpress-listing {
  border-top: 1px solid #252a31;
  background: url(assets/img/bg-gradient.png) 0 0 repeat-x;
}
.widget_gigpress .gigpress-listing li {
  padding: 10px 10px 9px;
}
.widget_gigpress .gigpress-listing li li {
  padding: inherit 0;
}
.widget_gigpress .gigpress-listing li li:last-child {
  border: none;
  padding-bottom: 0;
}
.widget_gigpress .gigpress-listing .gigpress-list-tour-heading {
  font-size: 13px;
  text-align: center;
  display: block;
}
.widget_gigpress .gigpress-listing .gigpress-sidebar-date {
  color: #ffffff;
  float: left;
  font-weight: bold;
  width: 65px;
  margin: 0 0 9px 0;
}
.widget_gigpress .gigpress-listing .gigpress-sidebar-date abbr {
  border: none;
  cursor: default;
}
.widget_gigpress .gigpress-listing .gigpress-sidebar-prep {
  display: none;
}
.widget_gigpress .gigpress-listing .gigpress-sidebar-city {
  font-weight: bold;
  display: block;
}
.widget_gigpress .gigpress-listing .gigpress-sidebar-venue {
  color: #fff;
  font-size: 12px;
}
.widget_gigpress .gigpress-sidebar-status {
  display: none;
}
.widget_gigpress .gigpress-subscribe {
  clear: both;
  overflow: hidden;
  padding: 9px 10px 10px;
  margin: 0;
  text-indent: -9999em;
  border-top: 1px solid #3f434a;
}
.widget_gigpress .gigpress-subscribe a {
  margin: 0 10px 0 0;
  width: auto;
  text-indent: 0;
  float: left;
  color: #bec4cc;
  font-size: 12px;
  padding: 3px 10px 3px 27px;
  background-position: 10px 7px;
  background-color: #3f434a;
  text-transform: uppercase;
}
.widget_gigpress .gigpress-subscribe a:hover {
  color: #fff;
  background-position: 10px 7px;
  background-color: #3f434a;
}
/*	Widget: Audio Player (jPlayer)
/*-----------------------------------------------------------------------------------*/
.ti-media-player {
  position: relative;
  z-index: 100;
}
.ti-media-player ul li {
  padding: 0;
  border: none;
}
.jp-jplayer {
  width: 0;
  height: 0;
  background-color: #000000;
}
.jp-audio {
  border-top: 1px solid #252a31;
  position: absolute;
  width: 220px;
  background: #191d22 url(assets/img/bg-gradient.png) repeat-x;
}
.jp-interface {
  position: relative;
}
.jp-interface .jp-artwork, .jp-interface img {
  width: 220px;
  height: 220px;
}
.jp-interface .jp-artwork {
  background: #000;
}
.jp-interface img {
  display: block;
}
.jp-interface .jp-controls-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130px;
  height: 50px;
  list-style-type: none;
  padding: 0;
  margin: -25px 0 0 -65px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
.jp-interface .jp-controls a {
  position: absolute;
  text-indent: -9999em;
}
.jp-interface .jp-controls li {
  display: inline-block;
}
.jp-interface .jp-play,
.jp-interface .jp-pause,
.jp-interface .jp-previous,
.jp-interface .jp-next {
  display: block;
  background: url(assets/img/icons-buttons.png) no-repeat;
}
.jp-interface .jp-play, .jp-interface .jp-pause {
  width: 41px;
  height: 41px;
  top: 5px;
  left: 45px;
}
.jp-interface .jp-play {
  background-position: 0 0;
}
.jp-interface .jp-play:hover {
  background-position: -40px 0;
}
.jp-interface .jp-pause {
  display: none;
  background-position: 0 -40px;
}
.jp-interface .jp-pause:hover {
  background-position: -40px -40px;
}
.jp-interface .jp-previous, .jp-interface .jp-next {
  width: 31px;
  height: 31px;
  top: 10px;
}
.jp-interface .jp-previous {
  left: 10px;
  background-position: 0 -240px;
}
.jp-interface .jp-previous:hover {
  background-position: -40px -240px;
}
.jp-interface .jp-next {
  left: 90px;
  background-position: 0 -280px;
}
.jp-interface .jp-next:hover {
  background-position: -40px -280px;
}
.jp-player-content {
  position: relative;
  height: 100px;
  line-height: 1.5em;
}
.jp-player-content span {
  float: left;
  clear: both;
}
.jp-player-content .jp-current-item, .jp-player-content .jp-notification {
  margin-left: 10px;
  padding-top: 9px;
}
.jp-player-content .jp-current-track, .jp-player-content .jp-notification-title {
  width: 170px;
  height: 60px;
  overflow: hidden;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
}
.jp-player-content .jp-current-artist {
  font-weight: bold;
  color: #bec4cc;
}
.jp-player-content .jp-current-album, .jp-player-content .jp-notification-description {
  font-size: 12px;
  color: #bec4cc;
}
.jp-player-content .jp-notification {
  position: absolute;
  top: 0;
  left: 0;
}
.jp-player-content .jp-notification-description {
  max-width: 200px;
}
.jp-player-content .jp-no-solution {
  display: none;
}
.jp-progress-wrap {
  overflow: hidden;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.jp-progress-wrap .jp-progress, .jp-progress-wrap .jp-seek-bar, .jp-progress-wrap .jp-play-bar {
  background: url(assets/img/player-progress-bars.png) repeat-x;
}
.jp-progress-wrap .jp-progress {
  width: 150px;
  height: 6px;
  padding: 1px;
  background-position: 0 -20px;
}
.jp-progress-wrap .jp-seek-bar, .jp-progress-wrap .jp-play-bar {
  width: 0px;
  height: 6px;
}
.jp-progress-wrap .jp-seek-bar {
  cursor: pointer;
  background-position: 0 -10px;
}
.jp-progress-wrap .jp-play-bar {
  background-position: 0 0;
}
.jp-current-time {
  position: absolute;
  bottom: 5px;
  right: 10px;
  width: 40px;
  font-size: 12px;
  text-align: right;
}
.jp-type-playlist {
  position: relative;
  display: none;
  background: #191d22;
}
.jp-type-playlist ul {
  width: 220px;
}
.jp-playlist {
  width: 100%;
  border-top: none;
}
.jp-playlist .jp-artist {
  display: none;
}
.jp-playlist a {
  color: #bec4cc;
  text-decoration: none;
}
.jp-playlist a:hover {
	color: #fff;
	text-decoration: none;
}
.jp-playlist ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.jp-playlist li {
  padding: 5px 10px !important;
  border-top: 1px solid #3f434a !important;
}
.jp-playlist li div {
  display: inline;
}
.jp-playlist li:hover {
  padding: 5px 14px 5px 6px !important;
}
.jp-playlist li:hover .jp-track-number {
  text-indent: 9999em;
  margin-right: 4px;
  background: url(assets/img/icons-player-elements.png) 0 1px no-repeat;
}
.jp-playlist li.jp-playlist-current {
  color: #ffffff !important;
  padding: 5px 14px 5px 6px !important;
}
.jp-playlist li.jp-playlist-current .jp-track-number {
  text-indent: 9999em;
  margin-right: 4px;
  background: url(assets/img/icons-player-elements.png) 0 1px no-repeat;
}
.jp-playlist li.jp-playlist-current a.jp-playlist-item {
  color: #ffffff;
}
.jp-playlist a.jp-playlist-item {
  display: block;
  position: relative;
}
.jp-playlist .jp-track-number {
  float: left;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.jp-playlist .jp-free-media {
  float: right;
  color: #3f434a;
}
.jp-playlist .jp-free-media a {
  color: #3f434a;
}
.jp-playlist .jp-free-media a:hover {
  color: #bec4cc;
}
.jp-playlist-trigger {
  display: block;
  position: absolute;
  top: 230px;
  right: 10px;
  width: 20px;
  height: 20px;
  text-indent: -9999em;
  background: url(assets/img/icons-buttons-small.png) 0 -90px no-repeat;
  background-position: 0 -120px;
  cursor: pointer;
}
.jp-playlist-trigger:hover {
  background-position: 0 -120px;
}
.jp-playlist-trigger:active {
  background-position: 0 -120px;
}

/*	Pagination
/*-----------------------------------------------------------------------------------*/
#nav-below {
  overflow: hidden;
  clear: both;
  margin: 0 10px 20px;
  height: 44px;
  line-height: 44px;
  background: #252a31;
}
.page-links {
  padding: 10px;
  margin-bottom: 24px;
  background: #bec4cc;
}
#main .pagenavi {
  text-align: right;
}
#main .pagenavi a, #main .pagenavi span {
  border: none;
}
#main .pagenavi .pages {
  float: left;
  padding: 0;
}
#main .pagenavi .current {
  color: #fff;
}
#main .pagenavi .nav-previous {
  margin-left: 10px;
  float: left;
}
#main .pagenavi .nav-next {
  margin-right: 10px;
  float: right;
}
#main .pagenavi .wp-pagenavi {
  padding: 0 10px;
}
#main .pagenavi .wp-pagenavi .pages {
  margin: 0;
}
#main .pagenavi .wp-pagenavi .current {
  margin: 0 0 0 5px;
  padding: 5px 10px;
  background: #191d22;
}
#main .pagenavi .wp-pagenavi a {
  margin: 0 0 0 5px;
  padding: 5px 10px;
  color: #bec4cc;
  background: #3f434a;
}
#main .pagenavi .wp-pagenavi a:hover {
  color: #ffffff;
  border: none !important;
}
/*	Footer
/*-----------------------------------------------------------------------------------*/
#footer {
  height: 85px;
  font-size: 12px;
  background: #252a31;
  color: #bec4cc;
}
#footer p {
  margin: 0;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  text-decoration: underline;
}
#copyright {
  float: left;
  padding: 13px 10px 12px;
}
#media-icons {
  float: right;
  margin: 0;
  padding: 12px 10px 12px 30px;
  list-style: none;
  background: url(assets/img/media-icons-bg.png) 0 0 repeat-x;
}
#media-icons a {
  display: block;
}
#media-icons li {
  float: left;
  width: 21px;
  height: 21px;
  margin-left: 10px;
  background: url(assets/img/icons-media.png) 0 0 no-repeat;
}
#media-icons li.amazon {
  background-position: 0 0;
}
#media-icons li.facebook {
  background-position: 0 -25px;
}
#media-icons li.flickr {
  background-position: 0 -50px;
}
#media-icons li.lastfm {
  background-position: 0 -75px;
}
#media-icons li.itunes {
  background-position: 0 -100px;
}
#media-icons li.myspace {
  background-position: 0 -125px;
}
#media-icons li.rss {
  background-position: 0 -150px;
}
#media-icons li.twitter {
  background-position: 0 -175px;
}
#media-icons li.youtube {
  background-position: 0 -200px;
}
#media-icons li.vimeo {
  background-position: 0 -225px;
}
#media-icons li.soundcloud {
  background-position: 0 -250px;
}
#media-icons li.bandcamp {
  background-position: 0 -275px;
}
#role-credits {
  display: none;
  padding: 0 10px 20px;
  clear: both;
  float: right;
}
/*	Form Elements
/*-----------------------------------------------------------------------------------*/
body form, body .gform_wrapper {
  margin: 0;
}
body form ul, body .gform_wrapper ul {
  margin: 0;
  list-style: none;
}
body form p, body .gform_wrapper p {
  margin-bottom: 10px;
}
body form textarea,
body .gform_wrapper textarea,
body form input[type=text],
body .gform_wrapper input[type=text],
body form input[type=url],
body .gform_wrapper input[type=url],
body form input[type=email],
body .gform_wrapper input[type=email],
body form input[type=phone],
body .gform_wrapper input[type=phone],
body form input[type=number],
body .gform_wrapper input[type=number],
body form input[type=file],
body .gform_wrapper input[type=file],
body form input[type=password],
body .gform_wrapper input[type=password],
body form input[type=submit],
body .gform_wrapper input[type=submit] {
  font-size: 13px;
  padding: 5px 8px;
  outline: none;
  color: #bec4cc;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
  border: none;
  background: #3f434a;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -khtml-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body form textarea:hover,
body .gform_wrapper textarea:hover,
body form input[type=text]:hover,
body .gform_wrapper input[type=text]:hover,
body form input[type=url]:hover,
body .gform_wrapper input[type=url]:hover,
body form input[type=email]:hover,
body .gform_wrapper input[type=email]:hover,
body form input[type=phone]:hover,
body .gform_wrapper input[type=phone]:hover,
body form input[type=number]:hover,
body .gform_wrapper input[type=number]:hover,
body form input[type=file]:hover,
body .gform_wrapper input[type=file]:hover,
body form input[type=password]:hover,
body .gform_wrapper input[type=password]:hover,
body form input[type=submit]:hover,
body .gform_wrapper input[type=submit]:hover {
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
body form input[type=button],
body .gform_wrapper input[type=button],
body form input[type=submit],
body .gform_wrapper input[type=submit] {
  border: none;
  background: none;
}
body form select, body .gform_wrapper select {
  height: 35px;
  font-size: 16px;
}
body form .gform_fields,
body .gform_wrapper .gform_fields,
body form .gfield,
body .gform_wrapper .gfield,
body form .ginput_complex,
body .gform_wrapper .ginput_complex,
body form .ginput_left,
body .gform_wrapper .ginput_left,
body form .ginput_right,
body .gform_wrapper .ginput_right,
body form .ginput_full,
body .gform_wrapper .ginput_full {
  overflow: visible !important;
}
body form .ginput_left label,
body .gform_wrapper .ginput_left label,
body form .ginput_right label,
body .gform_wrapper .ginput_right label,
body form .ginput_full label,
body .gform_wrapper .ginput_full label {
  font-size: 1em;
}
body form .ginput_complex .ginput_left,
body .gform_wrapper .ginput_complex .ginput_left,
body form .ginput_complex .ginput_right,
body .gform_wrapper .ginput_complex .ginput_right {
  width: 48%;
}
body form .ginput_complex .ginput_left, body .gform_wrapper .ginput_complex .ginput_left {
  clear: both;
}
body form .gsection, body .gform_wrapper .gsection {
  margin: 0 0 24px;
}
body form .gform_title, body .gform_wrapper .gform_title {
  margin: 0 0 1em;
}
body form .gform_title,
body .gform_wrapper .gform_title,
body form .gfield_label,
body .gform_wrapper .gfield_label,
body form .gsection_title,
body .gform_wrapper .gsection_title {
  font-size: 1.1em;
  font-weight: normal !important;
  text-transform: uppercase;
}
body form .gfield_time_hour input,
body .gform_wrapper .gfield_time_hour input,
body form .gfield_time_minute input,
body .gform_wrapper .gfield_time_minute input,
body form .gfield_date_month input,
body .gform_wrapper .gfield_date_month input,
body form .gfield_date_day input,
body .gform_wrapper .gfield_date_day input,
body form .gfield_date_year input,
body .gform_wrapper .gfield_date_year input {
  width: 50% !important;
}
body form .gfield, body .gform_wrapper .gfield {
  padding: 5px 0;
}
body form .gfield_label, body .gform_wrapper .gfield_label {
  margin-bottom: 8px !important;
}
body form .gfield_required, body .gform_wrapper .gfield_required {
  color: #ffc8c8;
}
body form ul.gfield_checkbox,
body .gform_wrapper ul.gfield_checkbox,
body form ul.gfield_radio,
body .gform_wrapper ul.gfield_radio {
  margin: 0;
}
body form .gfield_description,
body .gform_wrapper .gfield_description,
body form .validation_message,
body .gform_wrapper .validation_message,
body form .instruction,
body .gform_wrapper .instruction {
  font-size: .8em;
}
body form .gf_progressbar_wrapper, body .gform_wrapper .gf_progressbar_wrapper {
  width: 95%;
}
body form .gf_progressbar_wrapper h3.gf_progressbar_title, body .gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
  font-size: 1em;
}
body form .gf_progressbar, body .gform_wrapper .gf_progressbar {
  border: none;
}
body form .percentbar_blue, body .gform_wrapper .percentbar_blue {
  background: #bec4cc url(/wp-content/themes/images/gforms-progress-bar.png) repeat-x;
}
body form .gfield_error, body .gform_wrapper .gfield_error {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -khtml-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
body form .gform_hidden, body .gform_wrapper .gform_hidden {
  padding: 0;
}
body form .button,
body .gform_wrapper .button,
body form input[type=submit],
body .gform_wrapper input[type=submit],
body form .gform_button,
body .gform_wrapper .gform_button,
body form .gform_edit_link a,
body .gform_wrapper .gform_edit_link a {
  float: left;
  padding: 0 10px;
  margin-right: 10px !important;
  height: 25px;
  line-height: 25px;
  color: #bec4cc;
  font-weight: normal !important;
  text-transform: uppercase;
  border: none;
  background: #3f434a !important;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -khtml-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
body form .gform_edit_link, body .gform_wrapper .gform_edit_link {
  font-size: 1em;
}
body form .button:hover,
body .gform_wrapper .button:hover,
body form .gform_edit_link a:hover,
body .gform_wrapper .gform_edit_link a:hover {
  -webkit-box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.35);
}
body form .gform_edit_link, body .gform_wrapper .gform_edit_link {
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}
body form .gform_edit_link a, body .gform_wrapper .gform_edit_link a {
  border-bottom: none !important;
}
body form .gform_page_footer, body .gform_wrapper .gform_page_footer {
  width: auto;
  overflow: hidden;
}
/*	CSS3
/*-----------------------------------------------------------------------------------*/
/* Border Radius */
.default-notice .entry-content,
#image-preview,
#tooltip,
.button a,
a.button,
.jp-audio,
.jp-type-playlist,
#primary-nav ul ul ul,
.image-carousel-items .entry-thumbnail,
.page-header,
#entry-container .entry,
.gigpress-calendar-links-inner,
.thumbnail-icon,
.widget,
.prev,
.next,
.jcarousel-prev,
.jcarousel-next,
.post-edit-link,
.gigpress-subscribe a,
.jp-progress,
#hero .edit-link,
div.orbit-wrapper div.slider-nav,
.pagenavi,
a.purchase-link,
.wp-pagenavi .current,
.wp-pagenavi a,
#footer {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -khtml-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.gravatar img,
.gallery-item img,
.entry-thumbnail img,
.entry-media iframe,
.entry-media object,
.entry-media embed,
.avatar {
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -khtml-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.jp-controls-wrap, .jp-seek-bar, .jp-play-bar {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -khtml-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
#primary-nav li,
.jp-interface,
.jp-interface .jp-current-poster,
.jp-interface .jp-current-poster img {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -khtml-border-radius-topleft: 4px;
  -khtml-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-background-clip: padding-box;
  -khtml-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
#media-icons {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -khtml-border-radius-topright: 4px;
  -khtml-border-radius-bottomright: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-background-clip: padding-box;
  -khtml-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
#primary-nav ul ul,
.page-header p,
#entry-container .entry-content,
.widget .widget-title + *,
.widget .widget-content,
.ti-post-meta-widget ul,
.jp-audio,
#entry-container .entry-media,
#entry-container .entry-gallery,
#entry-container .entry-thumbnail {
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -khtml-border-radius-bottomleft: 4px;
  -khtml-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-background-clip: padding-box;
  -khtml-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
#primary-nav li li:hover, #image-preview {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -khtml-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
/* Box Shadow */
.default-notice .entry-content,
.jp-type-playlist,
#primary-nav ul ul,
.page-header,
#entry-container .entry,
.gigpress-calendar-links-inner,
.widget,
.image-carousel-item,
.jcarousel-prev,
.jcarousel-next,
.gravatar,
.ti-social-sharing .email-this a {
  -webkit-box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.35);
}
.ti-image-carousel {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
/* Text Shadow */
#primary-nav,
#main,
.widget,
#search input,
.jp-audio,
#hero .edit-link,
#footer {
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
}
#site-info {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}
#entry-container span.comments a {
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}
/* Transition */
.search-submit,
#submit,
#media-icons li {
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  -webkit-transition: border 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out;
  -ms-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.jp-controls-wrap,
#hero .prev,
#hero .next,
#hero .bx-start,
#hero .edit-link,
#media-icons li,
.fade,
.gallery-item a img,
.entry-thumbnail .thumbnail-icon,
.gallery-item .thumbnail-icon {
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
/* Opacity */
#media-icons li {
  zoom: 1;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
#media-icons li:hover {
  zoom: 1;
  filter: alpha(opacity=50);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
/*	Print Styles
/*-----------------------------------------------------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}







.taxonomy-images-the-terms {
	margin: 10px 0;
	padding: 0;
	zoom: 1;
}
.taxonomy-images-the-terms:before,
.taxonomy-images-the-terms:after {
	clear: both;
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}
.taxonomy-images-the-terms li,
.taxonomy-images-the-terms a,
.taxonomy-images-the-terms img {
	float:left;
	margin:0;
	padding:0;
}
.taxonomy-images-the-terms li {
	list-style-type:none;
	margin:0 10px 10px 0;
}





/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}






		
						
			body {
				background-color: #3F434A !important; background-image: url(assets/img/bg-lines-alpha.png) !important;background-repeat: repeat !important; background-position: top left !important; background-attachment: scroll !important; 			}
			
			/* TEXT: Text Logo and description */
			#site-info .site-title a, #site-info p
			{	color: #ffffff !important; }
			

			/* TEXT: Primary */
			body, input, textarea, h1, h2, h3, h4, h5, h6, #entry-container .entry-title a, .ti-latest-tweet .name,	#main-container .search-submit:hover, .gigpress-date, .gigpress-sidebar-date, .ti-post-meta-widget .date, .ti-post-meta-widget .utility-title, .ti-media-player .jp-current-track, .purchase, blockquote cite,  .ti-featured-category .entry-title a:hover
			{	color: #ffffff !important; }
			
			/* TEXT: Secondary */
			blockquote, .widget, #footer, .ti-latest-tweet .username, .ti-media-player .jp-current-artist, .ti-media-player .jp-current-album, #main-container .search-submit, .gigpress-row, .respond-title-wrap .respond-caption, .ti-post-meta-widget .author, .ti-post-meta-widget .categories, .entry-meta .author, .comment-meta, .ti-featured-category .entry-title a
			{ color: #bec4cc !important; }
			
			/* TEXT: Shadow */
			#primary-nav, #main, .widget, #search input, .jp-audio, #hero .edit-link, #site-info, #entry-container span.comments a, #footer
			{  !important; }

			
			/* LINK: Color */
			#main-container a, #commentform #submit:hover, .ti-featured-category .entry-title a 
			{	color: #bec4cc !important; }
			
			/* LINK: Other Color */
			#main-container a:hover, #entry-container a:hover, .ti-featured-category .entry-title a:hover, .entry-date, .ti-latest-tweets .name
			{ color: #ffffff !important;
			  border-color: #ffffff !important; }
			
			
			/* NAVIGATION */
			#primary-nav li:hover 
			{ border-color: #191D22;
				background-color: #191D22; }
				
			#primary-nav ul ul
			{ background-color: #191D22;	}
			
			#primary-nav li li:hover 
			{ background-color: #252A31;	}
			
			#primary-nav a 
			{ color: #bec4cc; }
			
			#primary-nav a:hover,	#primary-nav .sfHover > a, #primary-nav .current_page_item a, #primary-nav .current-menu-item a
			{ color: #ffffff; }
			
			
			/* BUTTONS: */
			a.button, .widget_gigpress .gigpress-subscribe a, a.purchase-link, .wp-pagenavi a
			{ color: #bec4cc !important;
			  background-color: #3F434A !important; }
			  
			a.button:hover, .widget_gigpress .gigpress-subscribe a:hover, a.purchase-link:hover, .wp-pagenavi a:hover
			{ color: #ffffff !important;
			  background-color: #3F434A !important; }
			
			
			/* BORDERS: primary_2 */
			.widget .widget-footer, .widget .widget-title, .widget ul li, .page-header .category-description,  .page-header .entry-content, #entry-container .entry-title, #entry-container .entry-thumbnail, #entry-container .entry-media, .widget_gigpress .gigpress-subscribe, #entry-container .entry-header .entry-excerpt, .gigpress-header, .gigpress-heading, .jp-type-playlist .jp-playlist li, .album-details, .comment-title-wrap, .comment
			{	border-color: #3F434A !important; }
			
			/* BORDERS: primary_3 */
			.widget .widget-title + *, .jp-audio, .widget .widget-content, .page-header p, #entry-container .entry-content, .vevent, .ti-image-carousel .lines span
			{	border-color: #252A31 !important; }
			
			/* BORDERS: primary_4 */
			.top-border, .bottom-border 
			{	border-color: #191D22 !important; }
			

			/* BACKGROUND: primary_3 */
			.jp-audio, .ti-image-carousel .jcarousel-prev, .ti-image-carousel .jcarousel-next, .ti-image-carousel .entry-thumbnail, .widget, .page-header, #entry-container .entry, #footer
			{ background-color: #252A31 !important; }
			
			.top-border, .bottom-border
			{ background: #252A31 !important; }
			
			/* BACKGROUND: primary_4 */
			#entry-container .entry-header .entry-excerpt, .gigpress-heading, #entry-container .entry-meta, #main .entry-gallery, #main .entry-media, #entry-container .entry-thumbnail, .widget .entry-thumbnail, .jp-type-playlist, 
			.wp-caption, .wp-pagenavi .current
			{ background-color: #191D22 !important;}
				
		
		




