/*
Theme Name: Troubadour V2
Version: 2.1
*/
/* general settings */
html, body {
	width:100%;
}
body {
	margin:0;
	font:12px/18px Helvetica, Arial, Verdana sans-serif;
	color:#666;
	min-width:998px;
	background:url(images/body-bg.gif) repeat;
}
img {
	border-style:none;
}
a {
	color:#cf1010;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
input, textarea, select {
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
form, fieldset {
	margin:0;
	padding:0;
	border:none;
}
/* wrapper */
#wrapper {
	width:100%;
	overflow:hidden;
	position:relative;
}
/* inner */
.inner {
	width:990px;
	margin:0 auto;
	position:relative;
}
/* header */
#header {
	width:100%;
	height:120px;
	min-width:998px;
	position:absolute;
	top:0;
	left:0;
	background:url(images/bg-header.gif) repeat-x;
}
#header .inner {
	height:100%;
	background:url(images/bg-header-inner.gif) no-repeat 0 38px;
}
/* logo */
#header .logo {
	position:absolute;
	top:26px;
	left:24px;
}
#header .logo a {
	width:323px;
	height:74px;
	display:block;
	text-indent:-9999px;
	outline:none;
	background:url(images/logo.png) no-repeat;
}
/* header navigation */
#nav {
	position:absolute;
	top:58px;
	left:307px;
	margin:0;
	padding:0;
	list-style:none;
}
#nav li.link-listing {display:none;}
#menu-main li {
	float:left;
	padding:0 8px 0 9px;
	background:url(images/separator1.gif) no-repeat;
  font-size:12px;
  text-transform:uppercase;
  font-weight:bold;
  text-shadow:1px 1px 0px #2c2c2c;
	display:inline;
  letter-spacing:0.75px;
  }
#menu-main li:first-child {background:none;padding-left:0;}
#menu-main li a {
	display:block;
	height:17px;
	outline:none;
  color:#d2d2d2;
  }
#menu-main li a:hover {color:#fff;text-decoration:none;}

/* social icons */
.social {
	float:right;
	margin:8px 0 0;
	padding:0;
	list-style:none;
}
.social li {
	float:left;
	margin:0 0 0 7px;
	display:inline;
}
.social li a {
	display:block;
	height:24px;
	text-indent:-9999px;
}
/* facebook icon */
.social .facebook-client a {
	width:24px;
	background:url(images/ico-facebook.png) no-repeat;
}
/* twitter icon */
.social .twitter-client a {
	width:23px;
	background:url(images/ico-twitter.png) no-repeat;
}
/* instagram icon */
.social .instagram-client a {
	width:24px;
	background:url(images/ico-instagram.png) no-repeat;
}
/* spotify icon */
.social .spotify-client a {
	width:23px;
	border-radius: 3px;
	background:url(images/spotify.png) no-repeat -1px -1px;
}
/* signup form */
.signup-form {
	float:right;
	margin:8px 0 0;
	width:260px;
	height:23px;
	background:url(images/bg-signup-header.gif) no-repeat;
}
/* input text */
.signup-form .tfly-email-subscribe-text {
	width:214px;
	float:left;
	margin:0;
	padding:4px 8px;
	border:none;
	background:none;
	font-size:12px;
	line-height:16px;
	color:#9a9a9a;
	font-weight:bold;
}
* html .signup-form .tfly-email-subscribe-text {
	line-height:15px;
}
*+html .signup-form .tfly-email-subscribe-text {
	line-height:15px;
}
/* submit button */
.signup-form .tfly-email-subscribe-submit {
	float:right;
	width:25px;
	height:17px;
	border:none;
	padding:0;
	display:inline;
	margin:3px 5px 0 0;
	background:none;
	font-size:0;
	line-height:0;
	outline:none;
	cursor:pointer;
}
/* address */
#header address {
	position:absolute;
	top:100px;
	left:56px;
	font-style:normal;
	font-size:11px;
	line-height:17px;
}
#header address a {
	background: url(images/tfly-override/map-link.png) no-repeat right;
	padding:0px 9px 0px 0px;
	display:block;
	color:#666;
}
#header address a:hover {
	color:#69595b;
	border-bottom:1px dotted #CCC;
	text-decoration:none;
}
/* main block */
#main {
	width:910px;
	margin:0 auto;
	padding:147px 44px 74px;
	overflow:hidden;
	background:url(images/bg-main.png) repeat-y;
}
.details#main {
	width:938px;
	padding:147px 30px 74px;
}
/* content */
#content {
	height:1%;
	overflow:hidden;

}
.details #content {
	width:650px;
}
/* heading h1 */
#content h1 {
	margin:0 0 10px;
	font-size:24px;
	line-height:26px;
}
/* heading h2 */
#content h2 {
	margin:0 0 14px;
	font-size:18px;
	line-height:20px;
}
.narrowcolumn {
	width:500px;
}
/* heading h3 */
#content h3 {
	margin:0 0 18px;
	font-size:14px;
	line-height:16px;
}
#content p {
	margin:0 0 18px;
}
/* links */
.more, #content a {
	border-bottom:1px dotted #d0bfc4;
}
.more:hover, #content a:hover {
	text-decoration:none;
	color:#3a1818;
	border-bottom:1px dotted #999;
}
/* sidebar */
#sidebar {
	float:right;
	width:315px;
	padding:5px 0 0 0px;
}
.details #sidebar {
	float:right;
	width:260px;
	padding:0;
}
#sidebar p {
	text-align:justify;
	margin:0 0 18px;
}
#sidebar #twtr-widget-1 p {
	text-align:left;
}
/* image holder */
#sidebar .image {
	width:315px;
	margin:0 0 10px;
	overflow:hidden;
}
#sidebar .image img {
	display:block;
	border:1px solid #999;
}
.widget {
	list-style:none;
}
/* join link */
.join {
	float:right;
	font-size:15px;
	line-height:18px;
	color:#ccc;
}
/* footer */
#footer {
	width:100%;
	overflow:hidden;
	min-width:998px;
	background:url(images/bg-footer.gif) repeat-x;
}
#footer .inner {
	padding:43px 4px 16px;
	overflow:hidden;
	background:url(images/bg-footer-inner.gif) no-repeat;
}
/* logo */
#footer .logo {
	float:left;
}
#footer .logo a {
	display:block;
	width:263px;
	height:56px;
	text-indent:-9999px;
	background:url(images/logo2.gif) no-repeat;
}
/* navigation */
div.menu-footer-nav-container .nav {
	float:right;
	display:inline;
	margin:21px -1px 0 0;
	padding:0;
	overflow:hidden;
	list-style:none;
  }
div.menu-footer-nav-container .nav li {
	float:left;
	margin:0 10px 0 16px;
	display:inline;
  }
div.menu-footer-nav-container .nav li a {
  font-size:12px;
  text-transform:uppercase;
  font-weight:bold;
  color:#666;
  text-shadow:2px 2px 0px #bfabab;
  }
div.menu-footer-nav-container .nav li a:hover {
  color:#333;
  text-shadow:2px 2px 0px #bfabab;
  text-decoration:none;
  }
/* event item */
.nav li.link-home {
	display:none;
}
.nav li .events {
	width:51px;
}
.nav li.active .events, .nav li .events:hover {
	background-position:0 -11px;
}

/* signup form */
#footer .signup-form {
	float:right;
	background:url(images/bg-signup-footer.gif) no-repeat;
}
/* input text */
#footer .signup-form .tfly-email-subscribe-text {
	color:#656565;
}
#footer .top {
	width:100%;
	overflow:hidden;
	margin:0 0 21px;
}
#footer .bottom {
	width:100%;
	overflow:hidden;
  }
/* powered ico */
.powered {
	float:right;
	margin:2px 0 0 12px;
	width:91px;
	height:35px;
	text-indent:-9999px;
	background:url('https://cdn.ticketfly.com/files/2011/07/ticketfly-powered-badge-light-bg.png') no-repeat;
}
/* BEGIN TFLY OVERRIDE */
#content h2.calendar-link { margin-bottom: 0; }
#content h2.calendar-link a.calendar {
	float: right;
	color: #cf1010;
	font-size: 14px;
	font-weight: bold;
	padding-top: 0px;
	border-bottom:none;
}
.list-view .list-view-item {
	border: none; 
	border-top: 1px solid #ddd;
	padding: 10px 0px 10px 0px;
	background: none;
	margin: 0px;
}

#content h1.headliners, #content h1.headliners a {
	text-align:left;
	border-bottom:none;
	color: #333; 
	margin:0 0 0;
	padding:0;
	text-align:left;
	width:200px;
	font-size:18px;
	line-height:20px;
}
#content h2.supports, #content h2.supports a { 
	color:#333333;
	font-size:12px;
	font-weight:normal;
	border: none;
	margin-bottom: 0;
}
#content h2.dates, #content h2.times {
	padding-top:10px;
	margin:10px 0 0 0;
	border-top:1px solid #DDDDDD;
	color:#333333;
	font-size:12px;
	font-weight: normal;
}
#content h2.times {
	padding:0px;
	margin:0px;
	border:none;
	color:#333333;
}


#content .ticket-price { 
	float:right;
	font-size:10px;
	text-align:center;
	width:80px; 
}
#content .ticket-price h3.price-range { font-size: 10px; font-weight:normal; }
#content h3.ticket-link { margin-bottom: 5px; }
#content h3.ticket-link a {
	background: url(images/tfly-override/stack-ticket-link.gif) no-repeat;
	overflow:hidden;
	display:block;
	text-indent:-60000px;
	height: 25px;
	width: 71px;
	border:none;
	padding:0;
	margin: 5px;
}
#content h3.fail, #content h3.free {
	display: block;
	background: #e9e9e9;
	color: #666666;
	margin: 0;
	font-weight: bold;
	padding: 3px;
	width: 71px;
	border: 1px solid #c7c7c7;
	font-size: 11px;
	line-height: 14px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 3px;
	text-shadow: 1px 1px 1px #bfa5a5;
	text-transform:uppercase;
}
/* CALENDAR */
#wrapper .tfly-calendar {
	text-align: left;
	border-collapse: collapse;
}

#wrapper .tfly-calendar table {
	width: 100%;
	padding: 0px;
	margin: 0px 0px 25px 0px;
	border-spacing: 0px 0px;
	border-collapse: collapse;
	margin-top: 10px;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	border: none;
}
#wrapper .tfly-calendar table tr {
	padding: 0px;
	margin: 0px;
	border: none;
}
#wrapper .tfly-calendar table h3.month {
	background:url(images/tfly-override/calendar-heading.gif) no-repeat center top;
	color: #990000;
	text-align: center;
	padding:0px;
	text-transform:uppercase;
	margin: 0px auto 0px auto;
	font: normal 24px Helvetica, Arial, Verdana, Geneva, sans-serif;
	height: 63px;
	width: 395px;
	letter-spacing: 2px;
	text-shadow: 2px 2px 2px #ccc;
}
#wrapper .tfly-calendar table h5 {
	background: #666;
	color: #fefdfd;
	padding: 3px;
	margin: 0px;
	text-transform: uppercase;
	margin: 1px;
	font: bold 11px Helvetica, Arial, Verdana, Geneva, sans-serif;
}
#wrapper .tfly-calendar table tr td {
	padding: 0px;
	margin: 0px;
	height: auto;
	line-height: 1;
	text-align: left;
}
#wrapper .tfly-calendar .one-event {
	padding: 5px 5px 15px 5px;
}
#wrapper .tfly-calendar .last-event {
	padding: 5px;
}
#wrapper .tfly-calendar table tr td.data {
	height: 80px;
	vertical-align: top;
	font-size: 11px;
	line-height:13px;
	margin: 0px;
	background:#d8dada;
	border-top: none;
	border-right: 8px solid #fff;
	border-bottom: 8px solid #fff;
	border-left: 8px solid #fff;
}

#wrapper .tfly-calendar table tr td.data h1.headliners a {
	color: #333;
}
#wrapper .tfly-calendar table tr td.data h2.supports a {
	font-weight:normal;
	color: #333;
}

#wrapper .tfly-calendar table tr td.data h1.headliners a:hover, #wrapper .tfly-calendar table tr td.data .supports a:hover {
	border-bottom:1px dotted #545454;
}
#wrapper .tfly-calendar table tr td.data .head, #wrapper .tfly-calendar table tr td.data .supports {
	margin-bottom:7px;
}
#wrapper .tfly-calendar td.data h3.ticket-link a {
	font-size: 10px;
	line-height:14px;
	padding:1px;
	border: 1px solid #5e0808;
	text-align: center;
	background:#c30000;
	text-transform:uppercase;
	margin: 15px 0 0;
	min-width:70px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #fff;
}
#wrapper .tfly-calendar td.data h3.ticket-link a:before {
	content:"BUY ";
}
#wrapper .tfly-calendar td.data h3.ticket-link a:hover {
	background:#f90202;
}
#wrapper .tfly-calendar h3.free, #wrapper .tfly-calendar h3.fail {
	display: block;
	background: #e9e9e9;
	color: #666666;
	font-weight: bold;
	padding: 3px;
	border: 1px solid #c7c7c7;
	font-size: 10px;
	line-height: 14px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 4px;
	text-shadow: 1px 1px 1px #bfa5a5;
	text-transform:uppercase;
}
#wrapper .tfly-calendar a {
	text-decoration:none;
}
#wrapper #tfly-event-details .left-matter {
	width: 315px;
	font-size: 12px;
}
/* DETAILS */

#content .event-detail .event-info {
width:320px;
padding:0;

}

#content .event-detail img {
	float: right;
	margin-bottom: 10px;
	border: 2px solid #999;
}
#content .event-detail h2.dates, #content .event-detail h2.times {
	margin: 0px 0px 15px 0px;
	line-height: 16px;
	border-top: none;
	margin: 0;
	padding: 0;
}

#content .event-detail .additional-event-info {

font-size:12px;
font-weight:normal;

color:#333;
}

#content .event-detail h1.headliners {
	font-size: 24px;
	line-height: 24px;
	color: #333333;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
	width: 270px;
	text-align:left;
}

#content .event-detail h2.supports {
	font-size: 14px;
	/* text-transform: capitalize; */
	font-weight: bold;
	color: #333333;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
#content .share-events a {
	border:none;
}
#content .artist-boxes {
	padding: 0px;
	margin: 10px 0px 20px;
	border: none;
}
#content .artist-boxes .artist-headline {
	font-size: 13px;
	padding:0px;
	margin:0px;
	line-height: 18px;
	color: #333;
}
#content .artist-boxes ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#content .artist-boxes li a {
	color: #333;
	border:none;
}
#content .artist-boxes li a:hover {
	color: #999;
	text-decoration: none;
}

.details #sidebar ul .sidebar-list { padding: 0; }
.details #sidebar ul { padding: 0; margin: 0; }
.details #sidebar li > h2 {
	background: transparent url(images/tfly-override/upcoming-shows-heading.gif) no-repeat;
	text-indent: -6000px;
	display: block;
	height: 23px;
	width: 180px;
	overflow: hidden;
	margin: 10px 5px 5px 5px;
	padding: 0px;
}
.details #sidebar .widget {
	border: 2px solid #999;
}
.details #sidebar .widget .date { text-transform: uppercase; }
.details #sidebar .widget a {
	color:#666666;
	display:block;
	font-family:Helvetica,Arial,Verdana,Geneva,sans-serif;
	font-size:11px;
	text-decoration:none;
	font-weight: bold;
}
.details #sidebar .widget li:hover, .details #sidebar .widget li:hover a {
	background: #ab0000;
	color: #FFF;
}
.details #sidebar .widget li {
	padding: 0 10px;
}
#content .event-detail .ticket-price { float: left; width: auto; }
#content .event-detail .ticket-price h3.price-range { text-align: left; font-size: 12px; color: #333;}
#content .event-detail .ticket-price h3.ticket-link a {
	background: url(images/tfly-override/detail-ticket-link.gif) no-repeat;
	display: block;
	height: 27px;
	width: 101px;
	text-indent: -6000px;
	overflow: hidden;
	border:none;
	margin:0px;
	padding:0px;
	margin-top: 15px;
}
#content .event-detail .ticket-price h3.ticket-link.external-link a {
  border: solid 1px #9E0000;
  background: #C20000;
  background: -moz-linear-gradient(top, #D64545 5%, #CF1010 95%);
  background: -webkit-gradient(linear, center top, center bottom, from(#D64545), to(#CF1010));
  text-indent: 0;
  color: #FFF;
  width: 100%;
  height: 100%;
  padding: 5px 3px 3px 3px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0px 0.5px #252525;
  -webkit-box-shadow: 0px 0.5px #252525;
  box-shadow: 0px 0.5px #252525;
  font-size: 12px;
  text-transform: uppercase;
}
#content .event-detail .age-restriction, #content .event-detail h4.share-text  {
color:#7F7A7A;
font-size:10px;
font-weight:bold;
padding-top:1px;
text-transform:uppercase;
clear:left;
}
/*HISTORY*/
#history-wrapper h2 {
	letter-spacing: 2px;
	margin:0px 0px 15px 0px;
	padding:5px;
	font-size:18px;
	line-height:18px;
	color:white;
	background:#cf1010;
	width:45px;
	border-bottom:solid 2px #9f0c0c;
	border-right:solid 2px #9f0c0c;
	text-shadow: 2px 2px 2px #9f0c0c;
}
#history-wrapper img {
	border:1px solid #999;
}
#history-wrapper .month {
	font-weight: bold;
}
#history-wrapper li {
	padding:0px 0px 15px 0px;
}
#history-wrapper ul {
	margin:0px 0px 0px 0px;
	list-style: disc url(images/tfly-override/history-list-bullet.gif) outside;
}
/*STORE*/
.wp-image-63 {
	margin-bottom:25px;
}
#store-wrapper a {
	border:none;
}

/*2.0 Plugin Tweaks*/


#wrapper .list-view h2.list-view-title-alt {
float:left;
}

#wrapper .start:before {
content:"Doors open ";
}


#wrapper .list-view .topline-info {

display:none;

}

#wrapper .tfly-calendar h3.sold-out, #wrapper .tfly-calendar h3.tickets-at-the-door, #wrapper .tfly-calendar h3.tickets-at-the-door, #wrapper .tfly-calendar h3.future-sale a  {
display: block;
background: #e9e9e9;
color: #666666;
margin: 0;
font-weight: bold;
padding: 3px;
width: 71px;
border: 1px solid #c7c7c7;
font-size: 11px;
line-height: 14px;
-moz-border-radius: 5px;
-webkit-border-radius: 3px;
text-shadow: 1px 1px 1px #bfa5a5;
text-transform:uppercase;
}

#wrapper .event-detail h3.sold-out, #wrapper .event-detail h3.tickets-at-the-door, #wrapper .event-detail  h3.tickets-at-the-door, #wrapper .event-detail h3.future-sale a  {
display: block;
background: #e9e9e9;
color: #666666;
margin: 0;
font-weight: bold;
padding: 3px;
width: 100px;
border: 1px solid #c7c7c7;
font-size: 12px;
line-height: 14px;
-moz-border-radius: 5px;
-webkit-border-radius: 3px;
text-shadow: 1px 1px 1px #bfa5a5;
text-transform:uppercase;
}

#wrapper .list-view h3.sold-out, #wrapper .list-view h3.tickets-at-the-door, #wrapper .list-view  h3.tickets-at-the-door, #wrapper .list-view h3.future-sale a, #wrapper .list-view h3.canceled, #wrapper .list-view h3.postponed, #wrapper .list-view h3.custom  {
display: block;
background: #e9e9e9;
color: #666666;
margin: 0;
font-weight: bold;
padding: 3px;
width: 70px;
border: 1px solid #c7c7c7;
font-size: 12px;
line-height: 14px;
-moz-border-radius: 5px;
-webkit-border-radius: 3px;
text-shadow: 1px 1px 1px #bfa5a5;
text-transform:uppercase;
}
#wrapper .list-view .list-view-details{
width:200px;
text-align:left;
}
#wrapper .event-detail .bio {
	text-align:justify;
}
#wrapper .event-detail {margin:2px 0 0 0;}


/*  FACEBOOK INTEGRATION */
#wrapper #sidebar #fb-rsvp {
	padding: 10px 10px 0 10px;
	margin: 0 0 20px 0;
	border: 2px solid #999;
}
#wrapper #sidebar #fb-rsvp-status a {
	border: 0;
	padding: 0 0 5px 0;
	margin: 0;
}
#wrapper #sidebar .fb-rsvp-attending {
	margin-top: 5px;
	margin-bottom: 2px;
	line-height: 14px;
}
#wrapper #sidebar .fb-rsvp-list-item {
	padding: 0px 9px 6px 0px;
}
#wrapper #sidebar .fb-rsvp-list-item a{
	padding: 0;
	margin: 0;
}

.textwidget .sponsor-info {display:block; margin:0 auto 20px; width:125px;position:relative; font-weight:bold;}

.textwidget .sponsor-info img {margin:10px 0 0 0;}
.textwidget .sponsor-info:after {clear:both; content:" "; display:block;}
#wrapper .event-info .settime {font-size:12px;}


/* gallery pages */
div.format-gallery {
  border: 0px solid #ccc;
  padding: 10px 0;
  margin: 10px 0 30px;
  overflow:auto;
  }
  p.gallery {
    font-size: 13px;
    color: #666;
    }
  div.gallery-thumb-wrap {
    width: 128px;
    float: left;
    padding: 5px;
    margin: 0px 0px 10px;
    display: block;
    }
  h4.gallery-title {
    font-size: 15px;
    line-height: 22px;
    margin: 8px 0 0 4px;
    font-weight: bold;
    }
  a.gallery-thumb img {
    background-color: #fff;
    border: 1px solid #a9a9a9;
    width:110px;
    height:85px;
    display: block;
    margin: 4px;
    padding: 4px;
    position: relative;
    border-radius:3px;
    }
  a:hover.gallery-thumb img {background-color: #ccc;}
  p.gallery-text {
    font-style:italic;
    font-size:0.9em;
    margin: 0px 8px;
    }
div.gallery {
  margin: 10px auto 0;
}
  dt.gallery-icon {}
  dt.gallery-icon img {
    padding: 3%;
    border-radius:3px;
    background-color: #fff;
    border: 1px solid #a9a9a9 !important;
    display: block;
    margin: 10px auto;
  }
  .gallery-caption {
    font-size:0.9em;
    line-height: 1.4;
  }
  dd.wp-caption-text {margin-left: 15px !important;margin-right: 15px !important;}
div.spacer {clear:both;height:20px;}