/*
THEME NAME: The Evening Muse
VERSION: 1.0
Author: Max Harris/Ticketfly
DESCRIPTION: Ticketfly Venue Starter Theme
*/

* {
	margin:0;
	padding:0;	
}

/* Layout */


html {
	background: #306;
}

body {
	text-align: left;
	font-family: 'myriad-pro',  helvetica, verdana, sans-serif;
	background-attachment: fixed;
	background-color: white;
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	background: #306;
}

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

p {
	margin-bottom: 8px;
}

h1, h2, h3, h4, h5 {
	letter-spacing: 0.08em;
}


strong {
	color: #C2B8CC;
}
/* STRUCTURE */

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

#header {
	padding: 0;
	width: 100%;
	float: left;
}

/* Navigation */

#nav {
	clear: both;
	padding: 12px 0;
	text-align: center;
	position: relative;
}

#wrapper #nav ul {
	display: inline-block;
	margin: 0 auto;
	clear:both;
}

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


#wrapper #nav ul li a {
	color: #FFF;
	font-size: 20px;
	line-height:30px;
	font-family: 'apolline',Georgia,serif; 
	text-transform:uppercase;
	padding: 0;
	font-weight: light;
	letter-spacing: 0.07em;
}

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

#wrapper #nav ul li a:hover {
	
}

#main {
	clear: both;
	margin-bottom: 15px;
	min-height: 600px;
	overflow: hidden;
	padding: 20px;
	padding-top: 30px;
	border-radius: 30px;
	background: #C2B8CC;
}


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

#content.twocolumn {
	width: 635px;
	 border: 3px solid #FFF;	 
	background: #0D001A;
	color: #FFF;
	border-radius: 8px;
	padding: 10px 10px 20px;
}


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

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


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

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

#wrapper #sidebar-1 {
	width: 285px;
	background-color: #0D001A;
	color: #F0F0F0;
	border-radius: 8px;
	padding-bottom:20px;
	 border: 3px solid #FFF;
	font-size: 16px;
	line-height: 18px;
	font-family: 'myriad-pro', helvetica, verdana, sans-serif;
}

#sidebar-1 .widget {
	margin-top:20px;
	padding: 0 10px;
	position: relative;
}
  
#wrapper .just-announced, #wrapper .upcoming {
	text-align: center;
}

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

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

#wrapper #sidebar-1 .widget_twitter .twitter-avatar img {
	border: 2px solid #FC3;
	
}

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

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

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

#sidebar-2 {
	width: 265px;
	height: 50px;
	border: 1px solid black;
}

#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;
}


#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: 160px;
border: 0;
margin: 0 10px 0 0;
padding-left: 8px;
border-radius: 5px;
line-height: 14px;
text-transform: capitalize;
}

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

#wrapper form input[type="submit"] {
color: #0D001A;
text-align: center;
background: #C2B8CC;
height: 24px;
width: 60px;
padding: 3px;
cursor: pointer;
border: 0;
text-transform: uppercase;
border-radius: 5px;
}


#wrapper #fb-rsvp, #wrapper .fb-rsvp-modal-status-box {
	background-color: #0D001A;
	border: 1px solid #C2B8CC;
	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 {
	
}

#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.png) no-repeat;
	display: block;
	height:150px;
	width: 321px;
	clear: both;
	margin: 0 auto;
}

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

/* Links */

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

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

a img {
	border: none;
}

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



/* SIDEBAR STYLING */

#wrapper .sidebar {
 
 
background: #0D001A;
color: #F0F0F0;
border-radius: 8px;	
}



/* 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;
	padding-top:5px;
	margin: 0;
}

#wrapper .sidebar-list ul li a{
	padding: 5px;
	border-bottom: 1px solid #333;
}

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

#wrapper .widgettitle {
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	color: #F0F0F0;
	font-family: 'apolline',Georgia,serif; 
}


/*List View Styles */


#wrapper .list-view {
	background: #0D001A;
	border-radius: 10px;
	padding-bottom: 25px;
	 border: 3px solid #FFF;
}

#wrapper .list-view-heading {
	border-bottom: 1px solid #C2B8CC;
	padding:15px 0 15px;
	border-radius: 10px 10px 0 0;
	text-align: center;
	position:relative;
}


#wrapper .list-view .list-view-title {
	font-weight: bold;
	font-size: 20px;
	font-family: 'apolline',Georgia,serif; 
	text-align: center;
	line-height: 30px;
	width: 100%;
	text-transform: uppercase;
}

 #wrapper .list-view .calendar-link { 
	font-weight: light;
	font-size: 14px;
	font-family: 'apolline',Georgia,serif; 
	position: absolute;
	right: 10px;
}

#wrapper .list-view-item {
	border:0;
	border-bottom: 1px solid #C2B8CC;
	color: #FFF;
	padding: 20px 10px;
	margin: 0 15px;
}

#wrapper .list-view img {
	border: 2px solid #C2B8CC;
}

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


#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: 16px;
	line-height: 18px;
	letter-spacing: 0.08em;	
}

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

#wrapper .headliners{
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 5px;
	font-weight: bold;
	font-family: 'apolline',Georgia,serif; 
}

#wrapper .supports{
	font-size: 18px;
	line-height: 22px;	
	font-weight: bold;	 
	font-family: 'apolline',Georgia,serif; 
}

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

#wrapper .venue {
}

/* Tix */


#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 {
	border: 2px solid;
	border-radius: 3px;
}

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

#wrapper .ticket-link a, .cancelled, .postponed, .free, .tickets-at-the-door, .future-sale a, .on-sale-soon {
	background: #306; 
	color: #FFF;
	font-weight: normal;
	border: 2px solid #C2B8CC;
	padding: 5px 3px;
	letter-spacing: 0.1em;
}

#wrapper .ticket-link a:hover, .cancelled, .postponed, .free, .tickets-at-the-door, .future-sale a:hover, .on-sale-soon {
	background: #C2B8CC;
	color: #306;
	border-color: #306;
}

#wrapper .sold-out{
	color: #FC3;
	border:2px solid #fff !important;
}
#wrapper .tfly-calendar .sold-out{
	color: #FC3;
	border:2px solid #fff !important;
}
#wrapper .tfly-calendar h3.cancelled{
	width:59px;
}
/* Event Details */

#wrapper .event-detail img {
	 border: 3px solid #FFF;
}

#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: #999;
	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;
	letter-spacing: 0.05em;
}

#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 #C2B8CC;
}


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

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

/* CAROUSEL */

#wrapper #tfly-featured-events {
	border: 3px solid #190033;
	width: 654px;
	height: 500px;
}

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

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

#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.nav li a.selected {
	background: #330066;
	color: #FFF;
}


#wrapper #tfly-featured-events ul li.tfly-event-id-1505774 img {
  -ms-transform: translateY(-28%); /* IE 9 */
  -webkit-transform: translateY(-28%);
  -moz-transform: translateY(-28%);
  -o-transform: translateY(-28%);
  transform: translateY(-28%);
} 

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

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


/* 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;
	border-bottom: 1px solid #C2B8CC;
	text-align: center;
	font-weight: bold;
	margin: -5px;
	background: #190033;
	padding: 12px 5px;
	font-family: 'apolline',Georgia,serif;
}

#wrapper .tfly-calendar .date{
	width: 100%;
	color: #FFF;
	border-bottom: 1px solid #C2B8CC;
	background: #330066;
	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 {
	background: #306;
	text-align: center;
}

#wrapper .tfly-calendar table {
	margin-bottom:30px;
	 border: 3px solid #FFF;
	border-collapse: separate;
	border-radius: 8px;
	clear:both;
}

#wrapper .tfly-calendar table tr td.data {
	background: #0D001A;
	margin-bottom: 5px;
	border: none;
	border-left: 1px solid #C2B8CC;
	border-bottom: 1px solid #C2B8CC;
	border-top:0;
	border-right:0;
	height: 120px;
	overflow: hidden;
	padding-bottom: 8px;
}
#wrapper .tfly-calendar .one-event {
	border-bottom: 1px solid #333;
  margin-bottom: 12px;
  }
#wrapper .one-event h1{
	font-size: 16px;
	line-height: 18px;
} 

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


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

#wrapper .tfly-calendar .one-event .headliners, #wrapper .one-event .supports {
	padding-bottom: 8px;
	margin:0 auto 8px;
	width: 85%;
}

#wrapper .tfly-calendar .one-event .headliners a {
	color:#C2B8CC;
}

#wrapper .tfly-calendar .one-event .headliners a:hover{
	color:#FFBF00;
}

#wrapper .one-event .supports a {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #C2B8CC;
	display: inline-block;
	font-family: 'apolline',Georgia,serif; 
}

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


#wrapper .one-event .venue {
	padding: 4px 0 6px 0;
	 
}

#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: #190033;
}


#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 {
	color: #FFF;
	text-align: center;
	margin: 8px auto 0;
	border: 2px solid #C2B8CC;
	font-size: 12px;
	line-height: 16px;
	width: 85px;
	text-transform: uppercase;
	border-radius: 3px;
}

 #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, #wrapper #tfly-featured-events #overlay .ticket-link a {
	border: 1px solid #FC3;
	background: #FC3;
	color:#0D001A;
	letter-spacing: 0.1em;
	padding: 3px 5px;
	width:63px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	border: 1px solid;
	text-transform: uppercase;
	font-family: 'myriad-pro', helvetica, verdana, sans-serif;
	border-radius: 3px;
}

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


/* Gallery (Past Events) */

#wrapper #gallery-1 .gallery-item {
	float: left;
	margin: 10px 30px;
	text-align: center;
	width: auto;
	color: #999;
}

#wrapper #gallery-1 img {
	margin-bottom: 3px;
}


/* Pages */

.page-title {
	font-size: 28px;
	font-family: 'apolline',Georgia,serif;
	margin: 5px 0 10px;
	letter-spacing: 0.05em; 	
}

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

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


#map {
	text-align: center;
	margin-top:20px;
}

#map iframe {
	 border: 3px solid #FFF;
	margin-bottom: 3px;
}
	
/* Social Icons */

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

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

#wrapper #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;}
