@charset "UTF-8";

/* Global Elements */

* {	padding: 0; margin: 0; }

html { background: url(images/site/background-main.png) #000 repeat-x; }

img { border: none; }

p {	padding-top: 5px; padding-bottom: 10px; }

h1 { color: #efca36; font-size: 40px; font-weight: lighter; font-family: Impact; }

.shows-upcoming { color: #efca36; font-size: 34px; padding-left: 10px; font-family: Impact; }

.shows-seefull { padding-left: 25px; font-size: 14px; }

.shows-seefull strong { font-family: Impact; font-weight: lighter; }

#right-text h1 { color: #efca36; font-size: 32px; font-family: Impact; font-weight: lighter; }

#contact-text h1 { color: #fff; font-size: 32px; font-weight: lighter; }

#big-text h1 { color: #efca36; font-size: 48px; font-weight: lighter; }

#big-text h2 { font-size: 20px; font-weight: lighter; padding-top: 8px; }

#big-text h3 { font-size: 22px; font-weight: bold; background: url(images/site/background-player.png) repeat; margin: 15px; padding: 10px; display: inline-block; }

input { font-size: 14px; border-style: solid; border-color: #745838; color: #745838; background: #efca36; text-align: center; font-weight: bold; }

small { color: #f76841; font-style: italic; }

a span { display: none; }

span { display: block; }

body {
	background: url(.png) center top repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	width: 100%;
	display: table;
}

#wrapper {
	width: 100%;
	position: relative;
	margin: 0 auto;
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	height: 100%;
    height: auto !important;
}

html>body #wrapper { height: auto; }

#main {	width: 1022px; position: relative; margin: 0 auto; }

/* Header Elements */

#header { width: 955px; left: 34px; padding: 0; position: relative; margin: 0 auto; }

#logo { float: left; position: relative; padding-top: 75px; margin: 0 auto; width: 399px; }

#navigation { float: right; width: 556px; text-align: center; position: relative; margin: 0 auto; top: 65px; }

/* Navigation Styles */

.navlist { height: 67px; }

.navlist li { height: 67px;	float: left; }

.navlist li a {	display: block; overflow: hidden; }

#nav-buttons ul { list-style-type: none; margin: 0px; padding: 0px; }

#nav-buttons li { margin: 0px; padding: 0px; }

#nav-buttons a { text-decoration: none;	border: none; outline: none; }

a#home:link, a#home:visited { width: 77px; height: 67px; background: url(images/site/nav-home.png) no-repeat; background-position: 0 0; }

a#home:hover, a#home:active { background-position: -77px 0; }

a#shows:link, a#shows:visited { width: 76px; height: 67px; background: url(images/site/nav-shows.png) no-repeat; background-position: 0 0; }

a#shows:hover, a#shows:active { background-position: -76px 0; }

a#about:link, a#about:visited { width: 76px; height: 67px; background: url(images/site/nav-about.png) no-repeat; background-position: 0 0; }

a#about:hover, a#about:active { background-position: -76px 0; }

a#gallery:link, a#gallery:visited { width: 76px; height: 67px; background: url(images/site/nav-gallery.png) no-repeat; background-position: 0 0; }

a#gallery:hover, a#gallery:active { background-position: -76px 0; }

a#press:link, a#press:visited { width: 77px; height: 67px; background: url(images/site/nav-press.png) no-repeat; background-position: 0 0; }

a#press:hover, a#press:active { background-position: -77px 0; }

a#store:link, a#store:visited { width: 75px; height: 67px; background: url(images/site/nav-store.png) no-repeat; background-position: 0 0; }

a#store:hover, a#store:active { background-position: -75px 0; }

a#contact:link, a#contact:visited { width: 81px; height: 67px; background: url(images/site/nav-contact.png) no-repeat; background-position: 0 0; }

a#contact:hover, a#contact:active { background-position: -81px 0; }

/* Body Elements */

#content { clear: both; width: 100%; position: relative; margin: 0 auto; top: -5px; }

#social { width: 143px; text-align: center; float: left; position: relative; margin: 0 auto; }

#columns-home { width: 879px; float: right; background: #4f9d45 url(images/site/background-home.jpg) top no-repeat; position: relative; margin: 0 auto; }

#columns-shows { width: 879px; float: right; background: #4f9d45 url(images/site/background-shows.jpg) top no-repeat; position: relative; margin: 0 auto; }

#columns-press { width: 879px; float: right; background: #4f9d45 url(images/site/background-press.jpg) top no-repeat; position: relative; margin: 0 auto; }

#columns-about { width: 879px; float: right; background: #4f9d45 url(images/site/background-about.jpg) top no-repeat; position: relative; margin: 0 auto; }

#columns-contact { width: 879px; float: right; background: #4f9d45 url(images/site/background-contact.jpg) top no-repeat; position: relative; margin: 0 auto; }

#columns-gallery { width: 879px; float: right; background: #4f9d45 url(images/site/background-gallery.jpg) top no-repeat; position: relative; margin: 0 auto; }

#columns-store { width: 879px; float: right; background: #4f9d45 url(images/site/background-store.jpg) top no-repeat; position: relative; margin: 0 auto; }

#left { width: 358px; float: left; position: relative; margin: 0 auto; background: url(images/site/background-rgt-column.png) top right no-repeat; }

#left-text { position: relative; padding-top: 180px; padding-left: 5px; }

#right { width: 521px; float: right; position: relative; margin: 0 auto; top: 10px; }

#right-text { position: relative; margin: 0 auto; padding-left: 14px; padding-right: 5px; }

#contact-text { position: relative; padding-left: 14px; padding-right: 5px; }

#big-text { position: relative; padding-left: 14px; padding-right: 5px; }

.press-bold { color: #efca36; }

/*#right-text img, #right-text object { max-width: 495px; width: expression(this.width > 495 ? 495: true); height: auto; }*/

/* Mailing List */

#mail-list { height: 175px; padding-top: 20px; font-size: 20px; font-weight: bold; }

/* Show Date Styles */

.show-box { padding-left: 35px; padding-top: 15px; }

.show-title { color: #fff; font-size: 18px; text-decoration: none; }

.show-info { color: #efca36; padding-top: 8px; font-size: 15px; }

.show-title-small { color: #fff; font-size: 15px; text-decoration: none; }

.show-info-small { color: #efca36; padding-top: 8px; font-size: 12px; }

/* Store Styles */

.product-box { margin-top: 25px; width: 95%; display: inline-block; padding: 10px; background: url(images/site/background-player.png) repeat; }

.product-box strong { color: #000; }

.product-box em { font-size: 14px; }

/* Footer Styles */

#footer { padding-top: 30px; clear: both; text-align: center; }

/* Link Styles */

a:link, a:visited { color: #eef036; text-decoration: underline; font-weight: bold; }

a:hover, a:active { color: #f76841; text-decoration: underline; font-weight: bold; }
