/*
DESIGN NAME: Hideout Chicago
VERSION: 1.0
Author: Drew Beck/Ticketfly
DESCRIPTION: Hideout Chicago theme, based on existing site
*/

* {margin:0;padding:0;}

/* Layout */
body {
	color: green;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	font-family: arial, helvetica, verdana, sans-serif;
	background-attachment: fixed;
	background-color: #AACBB2;
	margin-right: auto;
	margin-left: auto;
}
h1, h2, h3, h4,h5, p, li {
	font-size:12px;
	line-height:16px;
	font-weight:normal;
}
p {margin-bottom: 10px;}
.section-head {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
	padding-top: 10px;
}

/* STRUCTURE */
#wrapper {
	width: 925px;
	background-color: white;
	border: 0px solid black;
	margin: 0 auto;
}
#header {
    margin-bottom:0px;
	padding: 0;
	width: 100%;
	height: 100px;
	border: 0px solid black;
	background: url('images/HideoutHeader-2.png');
}
#nav {
	width: 100%;
	height: 24px;
	border: 0px solid black;
	padding-top: 5px;
	background-color: #006634;
	text-align: center;
}
#topbar {
	width: 100%;
	height: 363px;
	background-color: black;
	border-bottom: 12px solid #006634;
}
.banner {
	width: 858px;
	height: 290px;
	background-color: black;
	border-bottom: 12px solid #006634;
	padding-left: 67px;
	position: relative;
	display: block;
}
.gradient-overlay {
	position:absolute;
	top: 0px;
	left: 0px;
}
#main {
	padding: 10px;
	clear: both;
	width: 905px;
	margin-bottom: 15px;
	min-height: 200px;
}
#content {
	border: 0px solid black;
	margin-bottom: 15px;
	min-height: 600px;
}
#content.twocolumn {width: 600px;}
#content.centercolumn {width: 419px;float: right;}
.floatleft {clear: left;float: left;}
.floatright {clear: right;float: right;}
#sidebar-1 {width: 295px;border: 0px solid black;margin-bottom: 15px;}
#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;}
#footer {
	width: 100%;
	height: 30px;
	clear: both;
	background-color: #006634;
	color: white;
	padding-top: 5px;
}

/* nav */
#nav ul {margin-left: auto;margin-right: auto;}
#wrapper .menu li {
	display: inline;
	padding: 0px 30px 0 0px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
  }
#wrapper .menu li a {color: white;}
#wrapper .menu li a:hover {color: black;}

/* VENUE NAME STYLE/POSITION */
#venue-name {
	width: 925px;
	height: 107px;
	text-indent: -7000px;
	text-transform: uppercase;
}
#venue-name a {
	display: block;
	width: 925px;
	height: 107px;
}
#venue-name h1 {
	font-size: 25px;
	font-weight: normal;
	text-transform: none;
	line-height: 1.2em;
	color: black;
}

#venue-name h1 a:link, #venue-name h1 a:visited{
	color: red;
	text-decoration: none;
}

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



/* Links */

a:link, a:visited {
	color: #555;
	text-decoration: none;
	font-weight: bold;
}

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

a img {
	border: 0px solid #eaeaea;
}

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



/* SIDEBAR STYLING */

.sidebar {

}

#wrapper .sidebar ul li.widget {
	margin-bottom: 35px;
}

.widget {
	clear: both;
}

#twitter-2 {
	clear: both;
	margin-bottom: 43px;
}

#twitter-2 li a{
	border:0px;
	display:inline;
	font-weight:normal;
}

#twitter-2 li {
	border-bottom:#ccc solid 1px;
	margin:10px 0px 15px 0px;
}

#twitter-2 ul li span {
	visibility: visible;
}
 
#twitter-2 ul li span a {
	visibility: visible;
	display: inherit;
}
 
#twitter-2 ul li a {
	display: block; /* creates line-break b/f & after */
	text-align: right; /*aligns time-stamp to the right */
}


/* Etc. */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

.hidden {
	display: none;
}

ul {
	list-style: none;
}

blockquote {
	border-bottom: 3px solid #eaeaea;
	border-right: 3px solid #eaeaea;
	font-family: georgia;
	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;
}

label {
	cursor: pointer;
}

form {
	display: block;
}



/* BLOG */


.big-title{
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #aaa;
	padding-bottom: 3px;
	margin-bottom: 15px;
}

.hentry {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.entry-title{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 3px;
}

.entry-meta {
	padding-top: 10px;
	font-size: 11px;
	color: #666;
}
.entry-meta2 {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 11px;
	color: #888;
}

#nav-below {}

.nav-previous {
	margin-bottom: 10px;
	float: left;
}
.nav-next {
	float: right;
}

#comments {margin-top: 25px; clear: both;}

/* TF Plugin Styling */


#wrapper .sidebar-list{
	padding: 0;
	margin: 0;
}

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

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


#wrapper .event-info .headliners {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}

#wrapper .event-info h2 {
	padding-bottom: 3px;
}

#wrapper .artist-boxes {
	border: 1px solid #aaa;
	padding: 10px;
	margin-bottom: 15px;
}


/* List View Styles */

#wrapper .list-view-heading {
	padding-bottom: 10px;
	display: none;
}

#wrapper .list-view-details .supports, #wrapper .list-view-details .supports a {
	font-size: 14px;
	padding-bottom: 5px;
	color: #006634;
	font-weight: bold;
}

#wrapper .list-view-title {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	color: #006634;
	padding: 0;
	margin: 0;
}

#wrapper .calendar-link {
	display: none;
}

#wrapper .list-view-item {
    margin-bottom: 10px;
	background-color: #d8e5db;
	border: 0;
}

#wrapper .list-view-details .headliners{
	font-size: 18px;
	font-weight: bold;
	color: #006634;
	line-height: 20px;
	margin-bottom: 3px;
}

#wrapper .list-view-details .headliners a{
	color: #006634;
}

#wrapper .list-view-details .headliners a:hover{
	color: #888;
	
}


#wrapper .list-view-details h1, #wrapper .list-view-details h2, #wrapper .list-view-details h3{
	color: black;
}

#wrapper .list-view-details h2{
	text-transform: none;
}

#wrapper .list-view-details .dates, #wrapper .list-view-details .timnes {
	font-size: 14px;
	line-height: 18px;
}
 
#wrapper .list-view-details .age-restriction {
	padding-top: 5px;
}

#wrapper .dates, #wrapper .times, #wrapper .venue{
	font-size: 13px;
	line-height: 15px;
}

#wrapper .venue {
}

#wrapper .list-view .ticket-price {
	width: 112px;
}

.price-range {
	
}

#wrapper .ticket-link a {
	background: #9bebc5;
	color: black;
	font-weight: normal;
	border: 1px solid #AAA;
}

#wrapper .cancelled, #wrapper .postponed #wrapper .free, #wrapper .tickets-at-the-door, #wrapper .future-sale, #wrapper .on-sale-soon, #wrapper .custom  {
	color: black;
	font-weight: normal;
	border: 0;
	text-align:left
}

#wrapper .cancelled, .postponed, .free, .tickets-at-the-door, .on-sale-soon {
}

#wrapper .ticket-link a:hover, .future-sale a:hover {
	background: #888;
	color: white;
	border: 1px solid #888;
}

#wrapper .sold-out{
}


#searchform {
	float: right;
	margin: 0;
	padding: 0px;
	border: 1px solid black;
	width: 293px;
	margin-bottom: 25px;
}

#searchform .textform {
	background: none;
	border: none;
	color: black;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 14px;
	padding: 4px;
	width: 260px;
}

#searchform #s {
	background: none;
	border: none;
	color: black;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 14px;
	padding: 4px;
	width: 260px;
}

#searchform input#searchsubmit {
	background: url(images/search-trans.png) no-repeat;
	border: 0;
	height: 20px;
	overflow: hidden;
	text-indent: -7000px;
	width: 20px;
	text-transform: capitalize;
}

#searchform input:focus {
	background: white;
	color: black;	
}


/* CAROUSEL */
#wrapper #tfly-featured-events {
	width: 500px;
	float: left;
	border-left: 45px solid black;
	border-top: 15px solid black;
	border-bottom: 15px solid black;
	
}
#wrapper #tfly-featured-events #grey-back {
	background-color: #001109;
	bottom: 0px;
	height: 70px;
	opacity: 0.7;
	position: absolute;
	width: 100%;
	z-index: 10;
}
#wrapper #tfly-featured-events #overlay .ticket-link a {color:black;}
#wrapper #overlay .ticket-link a, #wrapper #overlay .ticket-link, #wrapper #overlay-content .ticket-link a, #wrapper #overlay-content .ticket-link {color: black;}

/* JUST ANNOUNCED */
#wrapper .just-announced-div {
	width: 305px;
	height: 313px;
	float: right;
	padding: 20px 40px 10px 10px;
	overflow: hidden;
  }

#wrapper .just-announced-div .widgettitle {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid white;
	margin-bottom: 3px;
	padding-bottom: 5px;
	color: white;
}

#wrapper .just-announced-div .just-announced a {
	color: white;
}


#wrapper .sidebar-widgets .widgettitle {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid black;
	margin-bottom: 3px;
	padding-bottom: 5px;
	color: green;	
	margin-left: 0px;
	margin-right: 0px;
}

#wrapper .sidebar-list li {
	margin-left: 0px;
	margin-right: 0px;
}


#text-7 {
	border: 1px solid #ccc;
	padding: 8px;
	margin-bottom: 30px;
	-moz-border-radius: 4px;
		border-radius: 4px;
	-webkit-border-radius: 4px;
}


.widget_recent_entries {
	margin-bottom: 30px;
}

/* CALENDAR */

#wrapper .tfly-calendar  {
}

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

#wrapper .month {
	font-size: 16px;
}

#wrapper .tfly-calendar table, #wrapper .tfly-calendar tr, #wrapper .tfly-calendar td {
}

#wrapper .one-event {
	word-wrap: break-word;
	white-space: normal;
}

#wrapper .one-event .custom {
	width: 70px;
	padding-top: 2px;
}

#wrapper .one-event .custom a {
	font-weight: normal;
}


#wrapper .one-event .tickets-at-the-door {
	padding-top: 2px;
	width: 70px;
}

#wrapper .one-event h1{
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	word-wrap: break-word;
	margin-bottom: 3px;
} 

#wrapper .one-event h2, #wrapper .one-event h3{
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 5px 0;
}

#wrapper .date{
	padding-bottom: 5px;
}

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

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

#wrapper .one-event .ticket-link {
}

/* EVENT DETAILS */

.details-column {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}


/* CONTENT */

.content-left {
	width: 445px;
	float: left;
}

.content-right {
	width: 445px;
	float: right;
	
}

/* MISC */

#social-buttons {
	margin-top: 15px;
	margin-bottom: 25px;
	border: 0;
	height: 95px;
		border: 1px solid #ccc;
	-moz-border-radius: 4px;
		border-radius: 4px;
	-webkit-border-radius: 4px;
}



.entry-content #social-buttons {
	width: 300px;
	margin-top: 30px;
}

.social-link {
	height: 40px;
	width: 40px;
	border: 0;
	float: left;
	padding: 0 28px;
	text-align: center;
}

.social-link a {
	padding-top: 5px;
	color: #006634;
	font-weight: bold;
}

#follow-legend {
	position:relative;
	top: -15px;
	white-space: normal;
	font-weight: bold;
	background: #fff;
	padding: 4px 10px;
	margin-left: 6px;
	border: 1px solid #ccc;
-moz-border-radius: 4px;
	border-radius: 4px;
-webkit-border-radius: 4px;
	font-size: 12px;
	width: 116px;
	font-family:Arial, Helvetica, sans-serif
}

/*  EMMA FORM STYLES */

.mailing-list {
	margin-top: 0px;
		border: 1px solid #ccc;
	-moz-border-radius: 4px;
		border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 4px 10px 10px 10px;	
	line-height: 13px;
}


.entry-content .mailing-list {
	width: 280px;
}

#wrapper .mailing-list {
	margin-bottom: 55px;
}

#wrapper .mailing-list .e2ma_signup_image_container {
	display: none;
}

#wrapper .entry-content .mailing-list .e2ma_signup_form {
	width:293px;
    height: 100px;
}

#wrapper .mailing-list .e2ma_signup_form {
	width:275px;
    height: 100px;
}

#wrapper .mailing-list .e2ma_signup_form input[type=text],
#wrapper .mailing-list .e2ma_signup_form textarea,
#wrapper .mailing-list .e2ma_signup_form select { 
	width: 125px; 
}

#wrapper .e2ma_signup_form_row {
    border: 0;
    float: left;
    width: 125px;
    margin-right: 5px;
	margin-left: 0;
	padding-left: 0;

}

#wrapper .mailing-list .e2ma_signup_form_required_footnote {
  border: 0;
  padding-top:5px;
}

#wrapper .mailing-list .e2ma_signup_form_label {
	padding: 0;
	border: 0;
}

#wrapper .mailing-list .e2ma_signup_form_required_footnote {
	clear: both;
	float: left;
	padding-left: 0;
	margin-left: 0;
}

#wrapper .mailing-list .e2ma_signup_form_button_row #e2ma_signup_reset_button{
}

#wrapper .mailing-list .e2ma_signup_form_button_row {
	float: right;
	margin-right: 0px;
	margin-top: 3px;
	padding-top:5px;
}

.mailing-list p {
	margin-bottom: 0;
}


/*  FACEBOOK INTEGRATION */
/* transparent left-aligned for light backgrounds */

#wrapper #fb-rsvp {
	padding: 10px 10px 0 10px;
	margin: 0 0 15px 0;
	background-color: transparent;
	color: black;
	border: 0;
	border: 1px solid black;
}


#wrapper #fb-rsvp-status a {
	margin-bottom: 5px;
}

#wrapper .fb-rsvp-attending {
	margin-bottom: 0;
	margin-top: 4px;
	line-height: 14px;
	color: black;
	width: 178px;
}

#wrapper #fb-rsvp .profile-name{
	color: black;
}

#container .fb-rsvp-list {
	padding-top:3px;
}
#wrapper .fb-rsvp-list-item {
	float: left;
	padding: 4px 5px 5px 0px;
}
#wrapper .fb-rsvp-list-item a{
	padding: 0;
	margin: 0;
	color: black;
	text-decoration: none;
}
#wrapper #fbComments {
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 0;
	width: 500px;

}
#wrapper #fbComments p {
	border-bottom: 1px solid #555;
	color: #555;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-bottom: 5px;
	padding-left: 0;
	margin-left: 0;
}

/* TicketFly Powered Badge */
.tfly-powered {
float: right;
padding: 10px 0;
}


/*Marc's CSS*/
.tfly-calendar table {
  clear: both;
}
.tfly-calendar .calendar-sync {
  padding-bottom: 5px;
}
#wrapper .tfly-calendar table, #wrapper .tfly-calendar tr, #wrapper .tfly-calendar td {
  margin-top: 0px;
}

/* riverwalk styles */
div.carousel-widget {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  color: #dddddd;
  font-weight: 300;
}