/*
THEME NAME: Donnie's Homespun
VERSION: 1.0
Author: Max Harris/Ticketfly
DESCRIPTION: Ticketfly Venue Starter Theme
*/

* {
	margin:0;
	padding:0;	
}

/* Layout */


html {
}

body {
	text-align: left;
	font-family: 'myriad-pro',  helvetica, verdana, sans-serif;
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	background: #FAE894;
	color: #111;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #054E23;
	background-size: contain;
	
	/*background: rgb(235,60,57);
background: -moz-linear-gradient(top,  rgba(235,60,57,1) 0%, rgba(249,167,57,1) 20%, rgba(250,232,148,1) 40%, rgba(250,232,148,1) 50%, rgba(250,232,148,1) 60%, rgba(0,171,79,1) 80%, rgba(5,78,35,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,60,57,1)), color-stop(20%,rgba(249,167,57,1)), color-stop(40%,rgba(250,232,148,1)), color-stop(50%,rgba(250,232,148,1)), color-stop(60%,rgba(250,232,148,1)), color-stop(80%,rgba(0,171,79,1)), color-stop(100%,rgba(5,78,35,1)));
background: -webkit-linear-gradient(top,  rgba(235,60,57,1) 0%,rgba(249,167,57,1) 20%,rgba(250,232,148,1) 40%,rgba(250,232,148,1) 50%,rgba(250,232,148,1) 60%,rgba(0,171,79,1) 80%,rgba(5,78,35,1) 100%);
background: -o-linear-gradient(top,  rgba(235,60,57,1) 0%,rgba(249,167,57,1) 20%,rgba(250,232,148,1) 40%,rgba(250,232,148,1) 50%,rgba(250,232,148,1) 60%,rgba(0,171,79,1) 80%,rgba(5,78,35,1) 100%);
background: -ms-linear-gradient(top,  rgba(235,60,57,1) 0%,rgba(249,167,57,1) 20%,rgba(250,232,148,1) 40%,rgba(250,232,148,1) 50%,rgba(250,232,148,1) 60%,rgba(0,171,79,1) 80%,rgba(5,78,35,1) 100%);
background: linear-gradient(to bottom,  rgba(235,60,57,1) 0%,rgba(249,167,57,1) 20%,rgba(250,232,148,1) 40%,rgba(250,232,148,1) 50%,rgba(250,232,148,1) 60%,rgba(0,171,79,1) 80%,rgba(5,78,35,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb3c39', endColorstr='#054e23',GradientType=0 );
*/
}

h1, h2, h3, h4, h5, p, li {
	font-size:16px;
	line-height:20px;
	font-weight:normal;
}

p, ul {
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5 {
	 
}


strong {
}
/* STRUCTURE */

#wrapper {
	width: 1015px;
	padding:20px 0 0;
	margin: 0 auto;
	margin-top: -60px;
}


#header {
	width: 1015px;
	margin: 0 auto;
	padding: 0;
}

/* Navigation */

#nav {
	clear: both;
	padding: 10px 0;
	position: relative;
	height: 50px;
	top: 60px;
	background: #000;
	width: 100%;
	box-shadow: 0px 5px 10px #000;
	border: 0px solid #111;
	border-left: 0;
	border-right: 0;
	
	background: rgb(69,72,77);
background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1)));
background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );

}

.menu-main-container {
	width: 1015px;
	margin: 0px auto;
}

#nav ul {
	width: 1015px;
	margin: 0px auto;
	text-align: right;
	position: relative;
}

#nav ul li {
	display: inline-block;
	margin: 0;
	padding: 0 5px;	
	height: 100%;
}


#nav ul li a {
	color: #FFF;
	padding: 5px 10px;
	font-weight: light;
	display: inline-block;
	font-size: 18px;
	line-height: 40px;
	font-family: 'proxima-nova', helvetica, arial, sans-serif;
}

#nav ul .current-menu-item a, #nav ul li a:hover {
	color:#F9A739;
}

#nav ul li a:hover {
	
}

#main {
	clear: both;
	margin: 100px 0 15px;
	min-height: 600px;
	overflow: hidden;
	padding: 20px;
	padding-top: 30px;
	background: #FFF;
	box-shadow: 0px 0px 10px #000;
	border-radius: 0 0 8px 8px;
	
	background: rgb(238,238,238);
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(238,238,238,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(238,238,238,1)));
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%);
background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%);
background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%);
background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 );

}


#content {
	margin-bottom: 15px;
	min-height: 600px;
}

#content.twocolumn {
	width: 635px;
	padding: 10px 10px 20px;
	background: #FFF;
	box-shadow: 0px 0px 8px #000;
	border-radius:8px;
}


.home #wrapper #content.twocolumn, .listing-pages #content.twocolumn {
	background: none;
	border: none;
	box-shadow: none;
	padding: 0;
	width: 662px;
	margin-top: 0;
}

#content.centercolumn {
	width: 419px;
	float: right;
}


.floatleft {
	clear: left;
	float: left;
}

.floatright {
	clear: right;
	float: right;
}

#wrapper #sidebar-1 {
	width: 285px;
	padding-bottom:20px;
	font-size: 16px;
	line-height: 18px;
	font-family: 'myriad-pro', helvetica, verdana, sans-serif;
}

#sidebar-1 .widget {
	margin-bottom:30px;
	padding: 10px;
	position: relative;
	background: #FFF;
	border-radius: 8px;
	box-shadow: 0px 0px 8px #333;
}
  
#wrapper .just-announced, #wrapper .upcoming {
}

  
#wrapper #twitter-2 {
	text-align: left;	
	
}

#wrapper #twitter-2  .intent-meta {
	float: left;
	width: 100%;
}

#wrapper #twitter-2  .intent-meta a {
	margin-right: 8px;
	font-size:13px;
	line-height: 14px;
}

#wrapper #sidebar-1 .widget_twitter .twitter-avatar {
	background: #FFF;
}

#wrapper #sidebar-1 .widget_twitter .twitter-avatar img {
	padding: 3px;
}

#wrapper #sidebar-1 .widget_twitter li {
	margin: 0;
	background: #FFF;
	padding: 5px;
	overflow: hidden;
	border-bottom: 1px solid #CCC;	
}

#wrapper #sidebar-1 .widget_twitter li .entry-content {
	float: left;
}

#wrapper #sidebar-1 .widget_twitter li .time-meta a {
	color: #555;
	float: left;
	font-size: 13px;
	line-height: 14px;
	margin-top:5px;
}

#sidebar-2 {
	width: 100%;
}

#header p,#header ul {
	margin-bottom: 0;
}

#search {
	float: right;
	padding: 10px 10px;
	border-radius: 0 0 5px 5px;
	background: #F9A739;
	box-shadow: 0px 0px 5px #333;
	margin-right: 20px;
	width: 265px;
}

#sidebar-1-3col {
	width: 200px;
	height: 50px;
	border: 1px solid black;
	margin-bottom:15px;
	margin-right: 15px;
}

#sidebar-2-3col {
	width: 200px;
	height: 50px;
	border: 1px solid black;
	margin-bottom: 15px;
	margin-left: 15px;
}

#sidebar-1 .floatright {
	margin-left: 15px;
}

#sidebar-1 .floatleft {
	margin-right: 15px;
}

#sidebar-2 .floatright {
	margin-left: 15px;
}

#sidebar-2 .floatleft {
	margin-right: 15px;
}

/* Forms */

#wrapper .sidebar-widgets form {
margin: 10px 0 5px;
clear: both;
}


#wrapper .sidebar-widgets form input[type="text"], #wrapper .sidebar-widgets form textarea {
height: 14px;
width: 156px;
border: 1px solid #000;
border-radius: 3px;
margin: 0 10px 0 0;
padding-left: 8px;
line-height: 14px;
text-transform: capitalize;
}

#sidebar-2 form input[type="text"], #sidebar-2 form textarea {
height: 14px;
width: 160px;
border: 1px solid #000;
border-radius: 3px;
margin: 0 10px;
padding: 4px 0 4px 8px;
line-height: 14px;
text-transform: capitalize;
}



#wrapper form input[type="text"], #wrapper form textarea {
	padding: 5px 2px;
}

#wrapper form input[type="submit"] {
color: #FFF;
font-weight: bold;
text-align: center;
background: #000;
height: 26px;
width: 60px;
padding: 3px;
cursor: pointer;
border: 2px solid #000;

}

#sidebar-2 form input[type="submit"] {
color: #FFF;
font-weight: bold;
text-align: center;
background: #000;
height: 24px;
width: 60px;
padding: 3px;
cursor: pointer;
border: 0px solid #FFF;
}


#wrapper #fb-rsvp, #wrapper .fb-rsvp-modal-status-box {
	text-align: center;
}


#wrapper .youtube-video-sidebar {
	border: 2px solid #fff;
}

#wrapper .tfly-email-subscribe {
	text-align: center;
}

#footer {
	width: 100%;
	height: 50px;
	clear: both;
	padding-left: 20px;
	margin:30px 0 10px;
}


/* VENUE NAME STYLE/POSITION */

#venue-name {
	position: absolute;
	left: -110px;
	top: -100px;
	z-index: 101;
}

#venue-name h1 {
	font-size: 26px;
	font-weight: normal;
	text-transform: none;
	line-height: 1.2em;
	color: black;
}

#venue-name h1 a {
	text-decoration: none;
	background: url(images/logo_s.png) center no-repeat;
	display: inline-block;
	height:224px;
	width: 224px;

}

#venue-name h1 a:hover{
	text-decoration: none;
}

/* Links */

a:link, a:visited {
	color: #054E23;
	text-decoration: none;
	
}

a:hover {
	color: #00AB4F;
	text-decoration: none;
}

a img {
	border: none;
}

a:hover img {
	border-color: #b5d5ff;
}



/* SIDEBAR STYLING */

#wrapper .sidebar {
}



/* Etc. */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

ul {
	list-style: none;
}

blockquote {
	border-bottom: 3px solid #eaeaea;
	border-right: 3px solid #eaeaea;
	font-weight: bold;
	margin: 25px;
	padding: 0 20px 5px;
}

code, pre {
	background: #d4d4d4;
	overflow: auto;
	padding: 4px;
}

small {
	font-size: 0.85em;
}

sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}

sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}

acronym, abbr {
	border-bottom: 1px dotted;
	cursor: help;
}

label {
	cursor: pointer;
}

form {
	display: block;
}



/* TF Plugin Styling */

#wrapper .page_item {

}

#wrapper .sidebar-list{
	padding: 0;
	margin: 0;
	background: #FFF;
	border-bottom: 5px solid #FFF;
}

#wrapper .sidebar-list ul li a{
	padding: 5px;
}

#wrapper .sidebar-list ul li a:hover {
}

#wrapper .widgettitle {
	font-size: 20px;
	display: inline-block;
	width: 265px;
	padding: 10px;
	margin: -10px;
	margin-bottom: 10px;
	background-color: #000;
	border-radius: 8px 8px 0 0;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
	
	border-bottom: 5px solid #00AB4F;
	color: #FFF;
	text-align: center;
	text-shadow: 0px 2px 3px #333;
	font-family: 'proxima-nova', helvetica, arial, sans-serif;

background: rgb(69,72,77);
background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1)));
background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
}


/*List View Styles */


#wrapper .list-view {
	padding-bottom: 5px;
	box-shadow: 0px 0px 5px #333;
	background: #FFF;
	border-radius: 8px;
}

#wrapper .list-view-heading {
	padding:5px 0;
	border-radius: 5px;
	text-align: center;
	color: #111;
	background: #FFF;
	position:relative;
	background: -moz-linear-gradient(center top , #45484D 0%, #000000 100%) repeat scroll 0 0 transparent;
    border-bottom: 5px solid #00AB4F;
    border-radius: 8px 8px 0 0;
    color: #FFFFFF;
    font-family: 'proxima-nova',helvetica,arial,sans-serif;
    font-size: 20px;
    text-align: center;
    text-shadow: 0 2px 3px #333333;
    
    background: rgb(69,72,77);
background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1)));
background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );

  }


#wrapper .list-view .list-view-title {
    font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	width: 100%;
	   
}

 #wrapper .list-view .calendar-link a { 
	font-weight: light;
	font-size: 14px;
	color: #F9A739;
	line-height: 28px;  
	position: absolute;
	right: 10px;
}


#venuenav {
margin: 15px 0 15px 0;
padding: 0px;
height: 33px;
}

#venuenav ul {
	width: 100%;
	margin: 0px 0px 0px 0px;
	display: inline-block;
}

#venuenav li {
float: left;
padding-top: 0px;
margin: 0px 10px 0px 0px;
list-style-image: none;
list-style: none;
padding: 8px 12px;
font-size: 16px;
line-height: 17px;
letter-spacing: 0.3px;
}

#venuenav li a {
	color: #00AB4F;
}

#venuenav li.current-venue, #venuenav li:hover {
	border-radius: 15px;
	background: #CCC;
}

#venuenav li.current-venue a, #venuenav li:hover a {
	color: #333;
}

#wrapper .list-view-item {
	padding: 15px;
	margin: 5px 0;
	background: #FFF;
	border: 0px solid #333;
	border-bottom: 5px solid #00AB4F;
}

#wrapper .venue {
	color:#00AB4F;
}

#wrapper .tfly-venue-id-5565 .venue {
	color:#EB3C39;
}

#wrapper .alt {
	border-bottom: 5px solid #054E23;
}

#wrapper .list-view img {
	border: 3px solid #FFF;
	box-shadow: 0px 0px 5px #333;
}

#wrapper .list-view-item  .list-view-details {
	max-width: 60%;
}


#wrapper .list-view-item .topline-info, #wrapper .list-view-item .dates, #wrapper .list-view-item .times, #wrapper .list-view .ticket-price .price-range{
}

#wrapper .topline-info {
	font-size: 14px;
	line-height: 18px;
	 	
}

#wrapper .list-view-item .headliners {
}

#wrapper .headliners, #wrapper .headliners a {
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 5px;
	font-family: 'proxima-nova', helvetica, arial, sans-serif;
	font-weight: bold;  
}

#wrapper .supports, #wrapper .supports a {
	font-size: 18px;
	font-weight: bold;	 
	font-family: 'proxima-nova', helvetica, arial, sans-serif;

}

#wrapper .dates{
	margin-top:5px;
}

#wrapper .venue {
}

/* Tix */

#wrapper .ticket-link a, #wrapper .sold-out,#wrapper  .cancelled,#wrapper  .postponed, #wrapper .free, #wrapper .tickets-at-the-door,#wrapper  .future-sale a,#wrapper  .on-sale-soon, #wrapper .custom {
	border: 0px solid #333;
	background: #CCC;
	color: #333;
	border-radius: 3px;
}

#wrapper .list-view .ticket-link a, #wrapper  .list-view .sold-out, #wrapper  .list-view .cancelled, #wrapper  .list-view .postponed, #wrapper  .list-view .free, #wrapper  .list-view .tickets-at-the-door, #wrapper  .list-view .future-sale a, #wrapper  .list-view .on-sale-soon, #wrapper  .list-view .custom {
	
}

#wrapper .list-view .ticket-price .price-range {
	width: 110px;
	text-align: center;
	color: #333;
	font-size: 14px;
}

#wrapper .ticket-link a, #wrapper .list-view .ticket-link a, #wrapper .future-sale a, #wrapper  .list-view .future-sale a {
	font-weight: normal;
	color: #EEE;
	padding: 5px 3px;
	border: 1px solid #333;
	border-radius: 3px;

background: rgb(255,48,25);
background: -moz-linear-gradient(top,  rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,48,25,1)), color-stop(100%,rgba(207,4,4,1)));
background: -webkit-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
background: -o-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
background: -ms-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
background: linear-gradient(to bottom,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
}

#wrapper .ticket-link a:hover, .future-sale a:hover {
	background: rgb(207,4,4);
background: -moz-linear-gradient(top,  rgba(207,4,4,1) 0%, rgba(255,48,25,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(207,4,4,1)), color-stop(100%,rgba(255,48,25,1)));
background: -webkit-linear-gradient(top,  rgba(207,4,4,1) 0%,rgba(255,48,25,1) 100%);
background: -o-linear-gradient(top,  rgba(207,4,4,1) 0%,rgba(255,48,25,1) 100%);
background: -ms-linear-gradient(top,  rgba(207,4,4,1) 0%,rgba(255,48,25,1) 100%);
background: linear-gradient(to bottom,  rgba(207,4,4,1) 0%,rgba(255,48,25,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf0404', endColorstr='#ff3019',GradientType=0 );
}

#wrapper .sold-out{
}

/* Event Details */

#wrapper .event-detail img {
	 border: 3px solid #FFF;
	 box-shadow: 0px 0px 5px #333;
}

#wrapper .event-detail .headliners {
	font-size: 26px;
  line-height: 28px;
}

#wrapper .event-detail .supports {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 5px;
}

#wrapper .event-detail .ticket-link, #wrapper .event-detail .ticket-price {
	margin: 5px 0;
}

#wrapper .event-detail .ticket-price  {
	width: 112px;
	text-align: center;	
}

#wrapper .event-detail .ticket-link {
	margin: 2px 0 20px 0;
} 
 
#wrapper .event-detail  .dates, #wrapper .event-detail  .times, #wrapper .event-detail  .venue, #wrapper .event-detail  .location, #wrapper .event-detail  .city-state {
	line-height: 18px;
	color: #555;
	font-family: 'myriad-pro', helvetica, verdana, sans-serif;
}

#wrapper .event-detail .artist-boxes .artist-name, #wrapper  .event-detail .artist-boxes .artist-start-time {
	 
	font-size: 22px;
	line-height: 26px;
	 
}

#wrapper .event-detail #toolbox {
	margin: 5px 0;
}

#wrapper .event-detail .share-text {
	padding-top:5px;	
}

#wrapper .event-detail .artist-boxes .artist-box-headliner,#wrapper .event-detail .artist-boxes .artist-box-support {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 3px solid #ccc;
}


#wrapper #fbComments {
	border-bottom: 3px solid #ccc;
	margin: 20px 0;
}

#wrapper .venue-info {
	margin-top:10px;
}




/* CAROUSEL */

#wrapper #tfly-featured-events {
	width: 654px;
	border: 2px solid #000;
}

#wrapper #tfly-featured-events ul.nav li a {
	width: 15px;
	height: 15px;
	line-height: 15px;
	color: #FFF;
	margin-left: 5px;
	border-radius: 15px;
	border: 2px solid #FFF;
	text-shadow: none;
	background: #000;
}

#wrapper #tfly-featured-events ul.nav li a.selected {
	background-color: #C52E27;
}

#wrapper #tfly-featured-events #overlay .ticket-link a:hover {
}

#wrapper #tfly-featured-events #overlay h1 {
	font-size: 22px;
}

#wrapper #tfly-featured-events #overlay h2 {
	font-size: 16px;
	line-height:28px;
}


#wrapper #tfly-featured-events ul li img {
} 

#wrapper #tfly-featured-events #overlay {
}

#wrapper #tfly-featured-events #grey-back {
	bottom: 0px;
	height: 90px;
	opacity: 0.7;
	position: absolute;
	width: 100%;
	z-index: 10;
	opacity: 0.8;
}


/* CALENDAR */


#wrapper .tfly-calendar {
	
}


#wrapper .tfly-calendar .calendar-sync {
	margin: 0 0 20px 10px;
}

#wrapper .tfly-calendar-title, .calendar-list-flip {
	display: none;
}

#wrapper .month {
	font-size: 22px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	margin: -4px;
	margin-bottom: -5px;
	background: #000;
	padding: 12px 5px;
	font-family: 'proxima-nova', helvetica, arial, sans-serif;
	border-radius: 5px 5px 0 0;
	border-bottom: 5px solid #00AB4F;
	
	background: rgb(69,72,77);
background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1)));
background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );

}

#wrapper .tfly-calendar .date {
	width: 100%;
	line-height: 14px;
	margin: -5px -5px 15px -5px;
	padding: 6px 5px;
	font-weight: light;
}

#wrapper .tfly-calendar table, #wrapper .tfly-calendar tr, #wrapper .tfly-calendar td {
	text-align: center;
	border: 0;
}

#wrapper .tfly-calendar table {
	margin-bottom:30px;
	border: 0px solid #000;
	border-collapse: collapse;
	background: #000;
	clear:both;
	border-radius: 10px;
	box-shadow: 0px 0px 5px #333;
}

#wrapper .tfly-calendar table tr td.data {
	background: #FFF;
	margin-bottom: 5px;
	height: 120px;
	max-width: 140px;
	overflow: hidden;
	padding-bottom: 8px;
	border: 1px solid #999;
	border-top: 0;
	word-wrap: break-word;
}

#wrapper .one-event h1{
	font-size: 18px;
	line-height: 20px;
} 

#wrapper .one-event img {
	margin-bottom: 5px;
	border: 1px solid #999;
}

#wrapper .one-event h2, #wrapper .one-event h3{
	text-align: center;
	margin:0 auto;
}


#wrapper .one-event .age-restriction {
	font-size: 14px;
}

#wrapper .tfly-calendar .one-event .headliners, #wrapper .one-event .supports {
	margin:0 auto 10px;
	width: 85%;
	word-wrap: break-word;
}

#wrapper .tfly-calendar .one-event .headliners a {
	font-size: 18px;
	word-wrap: break-word;
}

#wrapper .tfly-calendar .one-event .headliners a:hover{

}

#wrapper .one-event .supports a {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	display: inline-block;
	word-wrap: break-word;
	  
}

#wrapper .one-event .supports a:hover {
}


#wrapper .one-event .venue {
	font-size: 14px;
	 
}

#wrapper .one-event .sold-out {
}

#wrapper .one-event .ticket-link a, #wrapper .one-event .sold-out, #wrapper .one-event .cancelled, #wrapper .one-event .postponed, #wrapper .one-event .free, #wrapper .one-event .tickets-at-the-door, #wrapper .one-event .future-sale a, #wrapper .one-event .on-sale-soon, #wrapper .one-event .custom {
	background: #333;
	color: #FFF;
}


#wrapper .one-event .ticket-link a, #wrapper .one-event .sold-out a, #wrapper .one-event .cancelled a, #wrapper .one-event .postponed a, #wrapper .one-event .free, #wrapper .one-event .tickets-at-the-door, #wrapper .one-event .future-sale a, #wrapper .one-event .on-sale-soon a, #wrapper .one-event .custom {
	text-align: center;
	margin: 8px auto 0;
	border: 0px solid #000;
	background: #999;
	color: #FFF;
	font-size: 14px;
	line-height: 16px;
	width: 85px;
	border-radius: 0;
}

#wrapper .one-event .ticket-link a, #wrapper #tfly-featured-events #overlay .ticket-link a {
	padding: 3px 5px;
	width:63px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	border: 1px solid #000;
	font-family: 'myriad-pro', helvetica, verdana, sans-serif;
	border-radius: 0px;
	background: rgb(255,48,25);
background: -moz-linear-gradient(top,  rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,48,25,1)), color-stop(100%,rgba(207,4,4,1)));
background: -webkit-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
background: -o-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
background: -ms-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
background: linear-gradient(to bottom,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );

}

 #wrapper .one-event .free {
	 width:60px;
 }


#wrapper .one-event .ticket-link {
	text-align: center;
	display: inline-block;
	margin-top: 5px;
}


#wrapper .one-event .ticket-link a:hover {
	background-color:#F93;
}



/* Pages */

.page-title {
	font-size: 28px;
	margin: 5px 0 10px;
	background: #000;
	margin: -10px;
	margin-bottom: 20px;
	border-bottom: 5px solid #00AB4F;
	border-radius: 8px 8px 0 0;
	color: #FFF;
	padding:15px 10px;
	text-align: center;
	font-family: 'proxima-nova', helvetica, arial, sans-serif;
	
	background: rgb(69,72,77);
background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1)));
background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );

}

#content.twocolumn .entry-content ul.list li {
	margin-left: 15px;
	list-style-type: disc;
	list-style-position: inside;
}

.home .page-title, .page-id-5 .page-title {
	display: none;
}

.bio {
	font-family: 'myriad-pro', helvetica, verdana, sans-serif;
}

.menu-link img {
	margin-bottom: 5px;
	box-shadow: 0px 0px 5px #000;
}


.map {
	text-align: center;
	width: 300px;
	margin: 20px 0;
	background: #EEE;
	border: 5px solid #FFF;
	padding: 0px;
	box-shadow: 0px 0px 5px #000;
}

.map iframe {
	float: left;
	margin: 0px 0 3px 0;
	border-top: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
}


.map p {
	margin-bottom: 0;
}

.map h2 {
	font-weight: bold;
}

.map .map-heading {
	background: #FFF;
	font-size: 20px;
	font-weight: normal;
	padding:5px 0;
	width: 100%;
}


#wrapper .map .address  {
	margin-bottom: 5px;
	display: inline-block;	
	
}


.address h2 {
	text-align: left;
	font-weight: bold;
}

#wrapper .address {
	text-align: left;
	float: left;
	clear:none;
	display: inline-block;
	margin: 0px 20px 0 0;
	padding: 3px;
}

#wrapper .address li {
	font-size: 14px;
	line-height: 18px;
}
	
/* Social Icons */

#nav #social_icons {
	margin:0;
	height:32px;
	padding:0;
	overflow: hidden;
	text-align: right;
	float:right;
	clear:both;
}

#nav #social_icons li {
	display: inline-block;
}

#nav .social_icon {
	display: block;
	border-radius: 3px;
	width: 32px;
	height: 32px;
	padding:0;
	margin-left: 5px;
	line-height: 16px;
	float: left;
	background-repeat: no-repeat;
	background-image:url(images/social.png);
}

#facebook_icon {background-position: -5px -39px;}
#twitter_icon {background-position: -39px -39px;}
#yelp_icon {background-position: -180px -39px;}
#rss_icon {background-position:-215px -39px;}

#facebook_icon:hover {background-position: -5px -4px;}
#twitter_icon:hover {background-position: -39px -4px;}
#yelp_icon:hover {background-position: -180px -4px;}
#rss_icon:hover {background-position:-215px -4px;}