/*
Theme Name: Troubadour
*/
/* 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;
}
/* main navigation */
#nav {
	position:absolute;
	top:58px;
	left:336px;
	margin:0;
	padding:0;
	list-style:none;
}
#nav li.link-home {
	display:none;
}
#nav li {
	float:left;
	height:17px;
	padding:0 9px;
	background:url(images/separator1.gif) no-repeat;
}
#nav li:first-child {
	background:none;
}
#nav li a {
	display:block;
	height:17px;
	outline:none;
	background:url(images/nav.gif) no-repeat;
	text-indent:-9999px;
}
/* events item */
#nav li .events {
	width:52px;
}
#nav li.active .events, #nav li .events:hover {
	background-position:0 -17px;
}
/* ticket item */
#nav li .ticket {
	width:83px;
	background-position:-70px 0;
}
#nav li.active .ticket, #nav li .ticket:hover {
	background-position:-70px -17px;
}
/* hystory item */
#nav li .history {
	width:58px;
	background-position:-171px 0;
}
#nav li.active .history, #nav li .history:hover {
	background-position:-171px -17px;
}
/* gallery item */
#nav li .gallery {
	width:63px;
	background-position:-247px 0;
}
#nav li.active .gallery, #nav li .gallery:hover {
	background-position:-247px -17px;
}
/* faq item */
#nav li .faq {
	width:26px;
	background-position:-328px 0;
}
#nav li.active .faq, #nav li .faq:hover {
	background-position:-328px -17px;
}
/* contact item */
#nav li .contact {
	width:140px;
	background-position:-373px 0;
}
#nav li.active .contact, #nav li .contact:hover {
	background-position:-373px -17px;
}
/* store item */
#nav li .store {
	width:45px;
	background-position:-535px 0;
}
#nav li.active .store, #nav li .store:hover {
	background-position:-535px -17px;
}
/* links item */
#nav li .links {
	width:39px;
	background-position:-599px 0;
}
#nav li.active .links, #nav li .links:hover {
	background-position:-599px -17px;
}
/* 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:23px;
	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;
}
/* signup form */
.signup {
	float:right;
	margin:8px 0 0;
	width:260px;
	height:23px;
	background:url(images/bg-signup-header.gif) no-repeat;
}
/* input text */
.signup .textform {
	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 .textform {
	line-height:15px;
}
*+html .signup .textform {
	line-height:15px;
}
/* submit button */
.signup .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;
	text-align:justify;
}
.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 */
.nav {
	float:right;
	display:inline;
	margin:21px -16px 0 0;
	padding:0;
	height:11px;
	overflow:hidden;
	list-style:none;
}
.nav li {
	float:left;
	margin:0 17px 0 16px;
	display:inline;
}
.nav li a {
	display:block;
	height:11px;
	outline:none;
	background:url(images/nav2.gif) no-repeat;
	text-indent:-9999px;
}
/* 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;
}
/* ticket item */
.nav li .ticket {
	width:80px;
	background-position:-81px 0;
}
.nav li.active .ticket, .nav li .ticket:hover {
	background-position:-81px -11px;
}
/* hystory item */
.nav li .history {
	width:54px;
	background-position:-195px 0;
}
.nav li.active .history, .nav li .history:hover {
	background-position:-195px -11px;
}
/* gallery item */
.nav li .gallery {
	width:59px;
	background-position:-281px 0;
}
.nav li.active .gallery, .nav li .gallery:hover {
	background-position:-281px -11px;
}
/* faq item */
.nav li .faq {
	width:25px;
	background-position:-373px 0;
}
.nav li.active .faq, .nav li .faq:hover {
	background-position:-373px -11px;
}
/* contact item */
.nav li .contact {
	width:131px;
	background-position:-431px 0;
}
.nav li.active .contact, .nav li .contact:hover {
	background-position:-431px -11px;
}
/* store item */
.nav li .store {
	width:42px;
	background-position:-602px 0;
}
.nav li.active .store, .nav li .store:hover {
	background-position:-602px -11px;
}
/* links item */
.nav li .links {
	width:37px;
	background-position:-677px 0;
}
.nav li.active .links, .nav li .links:hover {
	background-position:-677px -11px;
}
/* signup form */
#footer .signup {
	float:right;
	background:url(images/bg-signup-footer.gif) no-repeat;
}
/* input text */
#footer .signup .textform {
	color:#656565;
}
#footer .top {
	width:100%;
	overflow:hidden;
	margin:0 0 21px;
}
#footer .bottom {
	width:100%;
	overflow:hidden;
}
/* powered ico */
.powered {
	float:right;
	margin:7px 0 0 12px;
	width:84px;
	height:26px;
	text-indent:-9999px;
	background:url(images/ico-powered.png) no-repeat;
}
/* BEGIN TFLY OVERRIDE */
#wrapper .tfly-upcoming a.calendar {
	float: right;
	color: #cf1010;
	font-size: 14px;
	font-weight: bold;
	padding-top: 0px;
	border-bottom:none;
}
#wrapper ul.upcoming-events {
	margin-top:0px;
	padding-top:0px;
}
#wrapper ul.upcoming-events h2, #wrapper ul.upcoming-events h4, #wrapper ul.upcoming-events h5, #wrapper ul.upcoming-events .dates {
	width:200px;
	padding:0px;
	margin:0;
	text-align:left;
	margin-bottom:0px;
}
#wrapper .stack-content {
	margin:0;
	width:200px;
	margin:0 0 0 210px;
}
#wrapper .tfly-upcoming h3 {
	font-size:18px;
	line-height:18px;
	color: #666;
	margin-bottom:5px;
}
#wrapper ul.upcoming-events h5 {
	margin:0;
}
#wrapper ul.upcoming-events li {
	border-top: 1px solid #ddd;
	padding: 10px 0px 10px 0px;
	background: none;
	margin: 0px;
}
#wrapper ul.upcoming-events li.tfly-alt {
	background: none;
}
#wrapper ul.upcoming-events h2 a, #wrapper ul.upcoming-events h5 a {
	text-align:left;
	border-bottom:none;
}
#wrapper ul.upcoming-events h4 {
	display:none;
}
#wrapper div.tfly-stack li img {
	margin-right:10px;
	display:inline;
}
#wrapper ul.upcoming-events .dates {
	padding-top:10px;
	margin-top:10px;
}
#wrapper ul.upcoming-events {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#wrapper ul.upcoming-events .buy-area a.tickets {
	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;
}
.tfly-stack .fail {
	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 h2, #wrapper .tfly-calendar .calendar-list-flip, #wrapper .tfly-calendar .tfly-ical {
	display:none;
}
#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 {
	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 .head {
	font-weight: bold;
	text-transform: capitalize;
}
#wrapper .tfly-calendar table tr td.data .head a {
	color: #333;
}
#wrapper .tfly-calendar table tr td.data .head 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 a.tickets {
	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;
}
#wrapper .tfly-calendar td.data a.tickets:before {
	content:"BUY ";
}
#wrapper .tfly-calendar td.data a.tickets:hover {
	background:#f90202;
}
#wrapper .tfly-calendar .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 */

#wrapper #tfly-event-details .left-matter {
	width: 315px;
	font-size: 12px;
}
#wrapper #tfly-event-details #details img {
	float: right;
	margin-bottom: 10px;
	border: 2px solid #999;
}
#wrapper .details .venue, #wrapper .details .tfly-rss, #wrapper #tfly-event-details .venue-info, #wrapper #tfly-event-details .promoter {
	display:none;
}
#wrapper #tfly-event-details .info {
	margin: 0px 0px 15px 0px;
	line-height: 18px;
}
#wrapper #tfly-event-details h1 {
	font-size: 24px;
	color: #333333;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
	width: 270px;
	position: relative;
	left: -2px;
	text-align:left;
}
#wrapper #tfly-event-details .additional-info {
	padding-top: 5px;
}
#wrapper #tfly-event-details h4 {
	font-size: 14px;
	text-transform: capitalize;
	font-weight: bold;
	color: #333333;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
#wrapper .share-area a {
	border:none;
}
#wrapper #tfly-event-details .headliner {
	padding: 0px;
	margin: 10px 0px 20px;
	border: none;
}
#wrapper #tfly-event-details .headliner h1 {
	font-size: 13px;
	padding:0px;
	margin:0px;
	line-height: 18px;
}
#wrapper #tfly-event-details .headliner ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#wrapper #tfly-event-details .headliner li a {
	color: #333;
	border:none;
}
#wrapper #tfly-event-details .headliner li a:hover {
	color: #999;
	text-decoration: none;
}
#wrapper #tfly-event-details .act-info {
	clear:both;
	color:#333;
	padding:0;
}
#wrapper .tfly-upcoming-list 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;
}
#wrapper .tfly-upcoming-list {
	border: 2px solid #999;
}
#wrapper .tfly-upcoming-list li:hover, #wrapper .tfly-upcoming-list li:hover a {
	background: #ab0000;
	color: #FFF;
}
#wrapper .tfly-upcoming-list li {
	padding-right: 5px;
}
#wrapper #tfly-event-details #details a.tickets {
	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;
}
/*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;
}
