﻿@import url('fonts/futura/stylesheet.css');

/* --- Global --- */

body {
	background: url(images/back-curtains.png) center top repeat fixed #121212 !important;
	color: #2f1733;
	font-family: 'futura_stdbook';
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 22px;
	margin: 0;
	min-width: 1024px;
	padding: 0;
}

form {
	margin: 0 !important;
}



h1, h2, h3, h4, h5, h6 {
    color: #2f1733;
    display: block;
    font-family: 'futura_stdbold_condensed';
    letter-spacing: 1px;
}

h2 {
	font-size: 40px;
}

a, a:link, a:visited {
	text-decoration:none;
	color: #002395;
}
a:hover, a:active {
	text-decoration: underline;
}

img {
	border: 0px;
}

.first {
	margin-left: 0px !important;
	padding-left: 0px !important;
}
.last {
	margin-right: 0px;
	padding-right: 0px;
}

.wrapper {}

.inner {
	margin: 0 auto;
	padding: 20px;
	position: relative;
	width: 984px;
}

.clear {
	clear: both;
}

.TitleText {
    color: #2F1733;
    font-family: 'futura_stdbold_condensed';
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.SubTitleText {
    color: #2F1733;
    font-size: 18px;
    font-style: italic;
    font-weight: normal;
}
.AlertText {
    color: #F00;
    font-size: 24px;
    font-weight: bold;
}
.SmallText {
    color: #2F1733;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0px;
}

#siteWrapper {
	background: url(images/gray-curtains.png) top center fixed repeat-y;
}


/* --- Set Items --- */


#setItems {
    background-image: url(images/set_items.png), url(images/floor.png);
    background-position: center top, center bottom;
    background-repeat: no-repeat;
    display: block;
    height: 895px;
    margin: 0 auto;
    position: fixed;
    top: 165px;
    width: 100%;
}


/* --- Head --- */

#headWrapper {
    background-image: url(images/top-curtains.png), url(images/top-fill.png);
    background-position: center bottom, 50% 0;
    background-repeat: no-repeat;
    height: 250px;
    position: fixed;
    width: 100%;
    z-index: 10;
}
#head {
	height: 210px;
}

#head .logo {
	left: 303px;
	position: absolute;
	top: -15px;
}

#head .socialMedia {
	position: absolute;
	right: 20px;
	top: 90px;
}

#head .socialMedia img {
	margin: 0px 3px;
}

 /* --- Navigation --- */

#head .nav {
	position: relative;
	top: 140px;
}
#head .nav ul {
	list-style: none;
	text-align: center;
}
#head .nav ul li {
	display: inline-block;
	margin: 0 20px;
}
#head .nav ul li a {
	color: #f8fffd;
	font-size: 18px;
	text-transform: uppercase;
}
#head .nav ul li a:hover {
	text-decoration: underline;
}


/* --- Banner --- */

#banner {}

.bannerPane {
	padding-top: 73px;
	position: relative;
	z-index: 1;
}


/* --- Content --- */

#contentWrapper {
	padding-top: 140px;
}

#contentInner {}

#content {
	background: url(images/content-back.png) repeat-y center top;
	border-radius: 10px 10px 0 0;
	min-height: 300px;
	padding-bottom: 100px;
}

.contentPane {}
.contentPane p {
	font-size: 16px;
}

#two Column {
	margin-bottom: 20px;
}

.leftPane {
	float: left;
	margin-right: 10px;
	position: relative;
	width: 510px;
}

.sidebarPane {
	float: right;
	margin-left: 10px;
	position: relative;
	width: 454px;
}
.sidebarPane iframe {
	border: solid 4px #000;
}

.bottomPane p {
	font-size: 16px;
}

.showDate {
	background: url(images/date-circle.png) no-repeat;
	float: left;
	height: 55px;
	padding: 5px;
	position: relative;
	text-align: center;
	top: 46px;
	width: 55px;
}
.showDate .month {
	color: #FFF;
	font-family: 'futura_stdbold_condensed';
	font-size: 12px;
	padding: 2px;
	text-transform: uppercase;
}
.showDate .day {
	color: #FFF;
	font-family: 'futura_stdheavy';
	font-size: 30px;
	padding: 2px;
}

.artistImage {
	background-color: #000;
	float: left;
	margin-left: -33px;
	text-align: center;
	width: 318px;
}
.artistImage img {
	border: solid 4px #000;
	max-height: 150px;
	max-width: 310px;
}

.concertInfo {
	float: left;
	margin-left: 20px;
	width: 293px;
}
.concertInfo .artistName {
	font-size: 24px;
	margin: -8px 0px 0px;
	text-transform: uppercase;
}
.concertInfo .artistGuests {
	font-size: 14px;
	letter-spacing: 0;
}
.concertInfo .showPrice, 
.concertInfo .showTime, 
.concertInfo .surcharge,
.concertInfo .ageRestriction {
	letter-spacing: 0;
	margin: 0px;
	text-transform: uppercase;
}
.concertInfo .showButtons {
	margin: 19px 0 0;
}
.concertInfo .showButtons img {
	margin: 0 8px;
}


/* --- Footer --- */

#footerWrapper {
	background: url(images/footer-back.png) no-repeat center top;
	height: 390px;
	margin-top: -90px;
	position: relative;
}

#footer {
	height: 350px;
}

#footer .nav {
	left: 20px;
	position: absolute;
	top: 100px;
}
#footer .nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#footer .nav ul li {
	float: left;
	margin: 0px 17px;
}
#footer .nav ul li a {
	color: #FFF;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#footer .ads {
	position: absolute;
	top: 175px;
	left: 30px;
}
#footer .ads img {
	margin: 0 36px;
}

#SteadyRain {
	color: #FFF;
	font-size: 11px;
	left: 0;
	position: absolute;
	text-transform: uppercase;
	top: 340px;
}
#SteadyRain a {
	color: #FFF;
}

#footer .logo {
	position: absolute;
	right: 23px;
	top: 55px;
}

#contactInfo {
	position: absolute;
	right: 27px;
	top: 155px;
}
#contactInfo, 
#contactInfo a {
	color: #FFF;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
}

#footer .socialMedia {
	position: absolute;
	right: 70px;
	top: 260px;
}
#footer .socialMedia img {
	margin: 0px 3px;
}

#copyright {
	color: #FFF;
	font-size: 11px;
	letter-spacing: 1px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 340px;
}

#secondaryMenu {
	position: absolute;
	right: 0px;
	top: 362px;
}
#secondaryMenu, 
#secondaryMenu a {
	color: #FFF;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#secondaryMenu .loginGroup {
	display: inline;
}


/* --- Admin Styling --- */

.form-horizontal input[type='text'] {
	height: 30px;
}

.form-horizontal input[type='text'] { height: 20px\9; }
.form-horizontal input[type='text'] { height/*\**/: 20px\9; }

.steadyrain.admin .gridview {
	border-color: #2f1733;
	margin: 20px 0;
}

.steadyrain.admin .gridview .sortable {
	cursor: pointer;
}

.steadyrain.admin .gridview .sortUp {
	background: url(images/sort.png) no-repeat center top;
	display: inline-block;
	height: 9px;
	margin-left: 5px;
	width: 12px;
}
.steadyrain.admin .gridview .sortDown {
	background: url(images/sort.png) no-repeat center bottom;
	display: inline-block;
	height: 9px;
	margin-left: 5px;
	width: 12px;
}

.steadyrain.admin .gridview thead, .steadyrain.admin .gridview tfoot {
	background-color: rgba(171, 16, 210, 0.2)
}

.steadyrain.admin .gridview tr.altRow {
	background-color: rgba(150, 150, 150, 0.5);
}

.steadyrain.admin .gridview th, .steadyrain.admin .gridview td {
	border-color: #2f1733;
}

.steadyrain .gridview .gridview-pager, .steadyrain .listview .listview-pager {
	padding: 10px 5px;
}
.steadyrain .gridview .gridview-pager a, .steadyrain .listview .listview-pager a {
	background-color: #F00;
	border: solid 2px #000;
	border-radius: 12px;
	color: #FFF;
	font-size: 11px;
	margin: 0 3px;
	padding: 3px 6px;
	text-decoration: none;
}
.steadyrain .gridview .gridview-pager a:hover, .steadyrain .gridview .gridview-pager a.active,
.steadyrain .listview .listview-pager a:hover, .steadyrain .listview .listview-pager a.active {
	background-color: #AB10D2;
}


/* --- Dynamic Forms --- */

.DynamicForms_SaveFormDiv {
	margin-top: 10px;
}
.DynamicForms_SaveFormDiv input {
	background-color: #F00;
	border: solid 2px #000;
	color: #FFF;
	cursor: pointer;
	float: left;
	margin-left: 160px;
	padding: 5px 10px;
	text-decoration: none;
}
.DynamicForms_SaveFormDiv input:hover {
	background-color: #AB10D2;
}


/* --- DNN OVERRIDES --- */

.DNNEmptyPane {
	background: none !important;
	height: 0px !important;
	width: 0px !important;
}

.C_ContentTools span {
	position: relative;
	z-index: 1;
}

.dnnFormPopup {
	margin-top: 0 !important;
	position: fixed !important;
	top: 10% !important;
	z-index: 103 !important;
}

.ui-widget-overlay {
	z-index: 90 !important;
}

form .actionMenu ul {
	z-index: 1 !important;
}

.dnnFormPopup .dnnModalCtrl .ui-icon-closethick {
	display: none !important;
}

.dnnFormPopup .dnnModalCtrl .ui-dialog-titlebar-close {
	position: relative;
	right: 0;
	top: 0;
}

.dnnFormPopup #iPopUp {
	margin-left: -1em !important;
}


/* --- Halo Bar --- */
.halo-bar .show .balcony,
.halo-bar .show .showTime,
.halo-bar .show .showButtons {
	display: none;
}




/*--- jQuery UI Modal ---*/
#newsletter-dialog{display:none;}
.thepageant div.ui-dialog-titlebar > a.ui-dialog-titlebar-close{
	top:-14;
	right:-14;
	background:none;
	background-color:#ffffff;
	border:1px solid #AAAAAA;
}

.thepageant.ui-dialog .ui-dialog-content
{
	padding:0px;
}
/*--- Newsletter Signup Overrides ---*/
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.thepageant.ui-draggable {
    top: 5% !important;
}
