/*
Theme Name: Key Club
*/
/* general settings */
html, body {
	width:100%;
}
body {
	margin:0;
	font:12px/18px Lucida Grande, Arial,sans-serif;
	color:#ccc;
	min-width:998px;
	background: #000 url(images/bg_diag.gif) repeat;
}
img {
	border-style:none;
}
a {
	color:#ff0000;
	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:#000 url(images/bg_diag.gif);
}
#header .inner {
	height:100%;
	background:#000;
	width: 998px;
	padding-bottom: 2px;
	border-bottom: 1px solid #222;
}
/* logo */
#header .logo {
	position:absolute;
	top:22px;
	left:24px;
}
#header .logo a {
	width:220px;
	height:95px;
	display:block;
	text-indent:-9999px;
	outline:none;
	background:url(images/logo.png) no-repeat;
}
/* main navigation */
#nav {
position: absolute;
top: 90px;
margin:0 0 0 300px;
	padding:0;
	list-style:none;
}
#nav li.link-home {
	display:none;
}
#nav li {
	float:left;
	padding:0 5px;
}

#nav li:first-child {
	background:none;
}
#nav li a, #nav li a:visited {
	display:block;
	outline:none;
	background: transparent;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	color: #ff0000;
	text-decoration: none;
	padding: 7px 8px;
	font-size: 12px;
	text-transform: uppercase;
}

#nav li a:hover {
	background: #333;
}


/* 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;
	padding-right:10px;
}
/* signup form */
.signup {
	float:right;
	margin:8px 10px 0;
	width:260px;
	height:23px;
	background:none;
	padding-right: 10px;
	font-family: Lucida Grande, Arial, sans-serif;
}
/* input text */
.signup .textform {
	width:214px;
	float:left;
	margin:0;
	padding:4px 8px;
	border:none;
	background:none;
	font-size:12px;
	line-height:16px;
	color:#ddd;
	font-weight:bold;
}
* html .signup .textform {
	line-height:15px;
}
*+html .signup .textform {
	line-height:15px;
}
/* submit button */
.signup .submit {
	width:48px;
	height:20px;
	border:none;
	padding:0;
	display:inline;
	margin:2px 3px;
	background:#ff0000;
	border: 1px solid #ccc;
	color: #fff;
	font-size: 11px;
}
/* address */
#header address {
	position:absolute;
	top:103px;
	left:25px;
	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:#333;
}
#header address a:hover {
	color:#69595b;
	text-decoration:none;
}
/* main block */
#main {
	width:910px;
	margin:0 auto;
	padding:147px 44px 74px;
	overflow:hidden;
	background:#000;
}
.details#main {
	width:938px;
	padding:147px 30px 74px;
	background:#000;
}
/* 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:560px;
}
/* heading h3 */
#content h3 {
	margin:0 0 18px;
	font-size:14px;
	line-height:16px;
	color: #ccc;
}
#content p {
	margin:0 0 18px;
}
/* links */
.more, #content a {
}
.more:hover, #content a:hover {
	text-decoration:none;
	color: #fff;
}
/* sidebar */
#sidebar {
	float:right;
	width:255px;
	padding:5px 0 0 0px;
	margin-bottom: 20px;
}
.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;
}

#sidebar #twtr-widget-1 {
	padding: 15px 0;
}
/* 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;
}
#footer .inner {
	padding:43px 4px 16px;
	overflow:hidden;
	background: #000;
		border-top: 1px solid #333;

}
/* logo */
#footer .logo {
	float:left;
}
#footer .logo a {
	display:block;
	margin-left: 23px;
	width:180px;
	height:70px;
	text-indent:-9999px;
	background:url(images/logo2.png) 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:-831px 0;
}
.nav li.active .contact, .nav li .contact:hover {
	background-position:-831px -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:250px;
	overflow:hidden;
	margin:0 0 21px;
	float: left;
}
#footer .bottom {
	width:700px;
	overflow:hidden;
	float: right;
	margin-bottom: 10px;
	
}
/* powered ico */
.powered {
	float:right;
	width:84px;
	height:26px;
	padding-right: 180px;
	text-indent:-9999px;
	background:url(images/ico-powered.png) no-repeat;
}
/* BEGIN TFLY OVERRIDE */
#wrapper .tfly-upcoming a.calendar {
	display: none;
	float: right;
	color: #ff0000;
	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;
	color: #ccc;
}
#wrapper .stack-content {
	margin:0;
	width:250px;
	margin:0 0 0 210px;
}

#wrapper .stack-content .dates {
	border-top: 2px dotted #333;
}

#wrapper .stack-content h2 a,a:visited,a:active {
	color: #ff0000;
}

#wrapper .stack-content h2 a:hover {
	color: #fff;
}


#wrapper .tfly-upcoming h3 {
	font-size:18px;
	line-height:21px;
	color: #ccc;
	margin-bottom:5px;
}
#wrapper ul.upcoming-events h5 {
	margin:0;
	color: #ccc;
}

#wrapper ul.upcoming-events h5 a, a:visited, a:active {
	margin:0;
	color: #ccc;
}
#wrapper ul.upcoming-events h5 a:hover{
	margin:0;
	color: #fff;
}

#wrapper ul.upcoming-events li {
	border-top: 1px solid #333;
	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: #ff0000;
	overflow:hidden;
	display:block;
	height: 18px;
	width: 71px;
	border:none;
	padding:0;
	color: #efefef;
	border: 1px solid #333;
	margin: auto;
	padding: 1px;
	top: 0;
	bottom: 0;
}
.tfly-stack .fail {
	display: block;
	background: #e9e9e9;
	color: #333666;
	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;
}

.tfly-stack .end {
display: none;
}

/* @group Just Announced */

div.tfly-just-announced {
	padding-left: 0px;
	margin-left: 0px;
	border: 2px solid #333;
	width: 250px;
	font-family: Lucida Grande, Arial, sans-serif;
	color: #ccc;
}

div.tfly-just-announced ul {
	list-style-type: none;
	padding-left: 0px;
	margin: 0px;
		color: #ccc;

}

div.tfly-just-announced li {
	font-size: 12px;
	background: none;
	margin-bottom: 4px;
	line-height: 1.5;
	margin-left: 0px;
	font-family: Lucida Grande, Arial, sans-serif;
	color: #ccc;
	padding: 2px 5px 0px;

}

div.tfly-just-announced li a {
	font-size: 12px;	
	color: #ccc;
	text-decoration: none;
	font-family: Lucida Grande, Arial, sans-serif;
	display:block;

}

div.tfly-just-announced li:hover, div.tfly-just-announced li:hover a {
	background: #ff0000;
	color: #efefef;
}


div.tfly-just-announced h4 {
	padding: 2px 0;
	margin: 0px;
	font-weight: bold;
	color: #ccc;
	text-transform: capitalize;
}

div.tfly-just-announced .meta {
	font-style: italic;
	position: relative;
	top: -3px;
	font-weight: normal;
	text-transform: none;
	font-family: Lucida Grande, Arial, sans-serif;

}


div.tfly-just-announced h2 {
	background: none;
	color: #ccc;
	border-bottom: 1px solid #333;
	text-align: center;
	padding-bottom: 7px;
	font-size: 16px;	
}

/* DETAILS */

#wrapper #tfly-event-details .left-matter {
	width: 315px;
	font-size: 12px;
	color: #ccc;
	font-family: lucida grande, helvetica, arial, sans-serif;
}
#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;
	color: #ccc;
	font-family: lucida grande, helvetica, arial, sans-serif;

}
#wrapper #tfly-event-details h1 {
	font-size: 24px;
	color: #ff0000;
	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: #ccc;
	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: 15px;
	padding:0px;
	margin:0px;
	line-height: 18px;
	color: #ff0000;
	font-family: lucida grande, helvetica, arial, sans-serif;

}
#wrapper #tfly-event-details .headliner ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#wrapper #tfly-event-details .headliner li a {
	color: #ff0000;
	border:none;
}
#wrapper #tfly-event-details .headliner li a:hover {
	color: #fff;
	text-decoration: none;
}
#wrapper #tfly-event-details .act-info {
	clear:both;
	color:#ccc;
	padding:0;
	font-size: 12px;
	line-height: 18px;
	font-family: Lucida Grande, Arial, sans-serif;
}
#wrapper .tfly-upcoming-list h2 {
	text-indent: -6000px;
	display: block;
	height: 23px;
	width: 180px;
	overflow: hidden;
	margin: 10px 5px 5px 5px;
	padding: 0px;
	color: #ccc;
}
#wrapper .tfly-upcoming-list {
	border: 2px solid #999;
}


.tfly-rss a {
	display: none;
}


#wrapper .tfly-upcoming-list li:hover, #wrapper .tfly-upcoming-list li:hover a {
	background: #ff0000;
	color: #efefef;
}
#wrapper .tfly-upcoming-list li {
	padding-right: 5px;
}
#wrapper #tfly-event-details #details a.tickets {
	background: #ff0000;
	display: block;
	height: 18px;
	width: 107px;
	overflow: hidden;
	border:none;
	margin: 0;
	padding:2px;
	border: 1px solid #333;
	color: #efefef;
}
#wrapper #tfly-featured-events {
margin:0 0 25px 0;
}
#wrapper #tfly-featured-events ul.nav {
	overflow:visible;
}
#wrapper #tfly-featured-events ul.nav li a {
text-indent:0;
}
/*HISTORY*/
#history-wrapper h2 {
	letter-spacing: 2px;
	margin:0px 0px 15px 0px;
	padding:5px;
	font-size:18px;
	line-height:18px;
	color:white;
	background:#ff0000;
	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;
}
#footer-contact {
	float:right;
	vertical-align: top;
	font-size: 12px;
}

#footer-contact td {
	padding-right: 10px;
}

/***Edits by Amber***/

.tfly-calendar table h3, .tfly-calendar table h5, .tfly-calendar table tr td.data, .tfly-calendar td.data a.tickets { font-family: Lucida Grande, Arial, sans-serif !important; }
a.tickets { background: #FF0000 !important; }
.tfly-calendar h2 { color: #FF0000 !important; }
.tfly-calendar table tr td.data .head a { color: #CCC !important; }
.tfly-calendar table tr td.data .head a:hover { color: #FF0000 !important; }
.tfly-calendar table h3, .tfly-calendar table h5 { background: #666 !important; }
.tfly-calendar td.data:hover { background: none !important; }
.tfly-calendar table tr td.data .head { padding: 5px 0; }
.tfly-calendar .last-event { line-height: 15px; }
.tfly-calendar table { margin-top: 50px !important; }