@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #deddce;
	text-align: center;
	background-image: url(images/bkgd.gif);
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

a {
	color: #ed1c24;
	text-decoration: none;
	outline: none; /* GETS RID OF DOTTED BORDERS AROUND IMG LINKS */
	font-weight: bold;
}

a:hover {
	color: #A90E15;
	text-decoration: none;
	font-weight: bold;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 12px;
	color: #000000;
	text-transform: uppercase;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 6px;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 6px;
	color: #000000;
	text-transform: uppercase;
}


p {
margin-top: 10px; 
margin-bottom: 10px; 
}

.smalltext {
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 10px;
}

.paginate {
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clr { /* Used when bkgd img in a div disappears when using a float. Place <div class="clr"></div> in html under floats. */
clear: both;
margin: 0;
padding: 0;
}

/* CONTAINERS */

#container_bkgd_cat_top {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(images/bkgd_cat_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#container_bkgd_cat_bottom {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(images/bkgd_cat_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#container {
	margin: 0px auto 0px auto; /* TOP, RIGHT, BOTTOM, LEFT */
	width: 955px;
	text-align: left;

}

#header_container1 { /* holds "header_cat" & "header_container2" */
	width: 955px;
	height: 139px;
	background-image: url(images/border1.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#header_cat {
	width: 140px;
	height: 139px;
	float: left;
	background-image: url(images/header_logocat.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#header_container2 { /* holds "header_logo" & "header_address" */
	width: 815px;
	height: 103px;
	float: left;
}

#header_logo { /* contains "h1 a" */
	width: 150px;
	height: 103px;
	float: left;
	background-image: url(images/header_logo.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

h1 a {
	display: block; /* Allows you to change the width and height of the image */
	width: 150px;
	height: 103px;
	text-indent: -2000em; /* Hides the text in the h1 tag */
	text-decoration: none; /* Hides the underline of the hyperlink */
	z-index: 1000; /* IE Fix*/
}

#header_address {
	width: 663px;
	height: 63px; /* 103 - 36 margin */
	margin-top: 36px;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #000;
	line-height: 1.3em;
	text-align: left;
	vertical-align: top;
}

#menu { /* Holds: NAV */
	width: 786px;
	height: 36px;
	float: left;
	background-image: url(images/border1_menu.gif);
	background-repeat: repeat-x;
	background-position: left top;
	position: relative;
}

#main {
	width: 545px; /* 574 - 29 padding */
	height: auto;
	padding: 16px 0px 16px 29px; /* TOP, RIGHT, BOTTOM, LEFT */
	float: left;
}

#sidebar {
	width: 317px; /* 382 - 17 - 17 - 29 padding */
	height: auto;
	margin-left: 17px;
	padding: 16px 29px 16px 17px; /* TOP, RIGHT, BOTTOM, LEFT */
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
}

#footer {
	width: 897px; /* 900 - 29 - 29 padding */
	height: 21px;
	padding: 11px 29px 0px 29px; /* TOP, RIGHT, BOTTOM, LEFT */
	background-image: url(images/border1.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #000;
	text-align: center;
	clear: both;
}

.divider {
	width: 100%;
	height: 1px;
	margin: 16px 0px 16px 0px;  /* TOP, RIGHT, BOTTOM, LEFT */
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	clear: both;
}



/* RELEASES */

.release h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 4px;
	color: #A90E15;
	text-transform: uppercase;
}

.release h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 6px;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.release {
	width: 574px;
	height: auto;
}

.cover {
	width: 125px;
	height: 125px;
	float: left;
	text-align: right;
}

.release img {
	border: 1px solid #000;
}

.blurb {
	width: 396px; /* 420 - 12 - 12 */
	height: auto;
	margin: 0px 12px 0px 12px;  /* TOP, RIGHT, BOTTOM, LEFT */
	float: left;
}

.details {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: UPPERCASE;
	font-size: 10px;
}

.details_red {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: UPPERCASE;
	font-size: 11px;
	color: #A90E15;
	font-weight: bold;
	margin-bottom: 6px;
}

/* TICKETS */

.date_header{
	width: 45px;
	padding: 2px 3px 4px 4px;  /* TOP, RIGHT, BOTTOM, LEFT */
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000;
	font-weight: bold;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}

.event_header{
	width: 387px;
	padding: 2px 3px 4px 6px;  /* TOP, RIGHT, BOTTOM, LEFT */
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000;
	font-weight: bold;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}

.price_header{
	width: 80px;
	padding: 2px 0px 4px 6px;  /* TOP, RIGHT, BOTTOM, LEFT */
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000;
	font-weight: bold;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}

.ticket {
	width: 545px;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000;
	float: left;
}


.date{
	width: 45px;
	padding: 2px 3px 4px 4px;  /* TOP, RIGHT, BOTTOM, LEFT */
	float: left;
}

.event{
	width: 387px;
	padding: 2px 3px 4px 6px;  /* TOP, RIGHT, BOTTOM, LEFT */
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
}

.price{
	width: 80px;
	padding: 2px 0px 4px 6px;  /* TOP, RIGHT, BOTTOM, LEFT */
	float: left;
}

.tickets_event {
	color: #A90E15;
}

/* CONTACT */

#googlemap {
	width: 545px;
	height: 300px;
	border: 1px solid #000;
}

.viewmap {
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 10px;
	margin-top: 4px;
}


/* FORMS */

input,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.fields1 {
	width: 100%;
	margin-bottom: 3px;
	padding: 3px;
	font-size: 11px;
	border: 0px solid #666;
	background-color: #cecece;
}

/* NAV */

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav a {
	display: block;
}

#nav li {
	display: inline;
	float: left;
	padding-left: 2px;
	padding-right: 14px;
	padding-top: 0px;
}

/* NAV Images */

#nav a.releases {
	display: block;
	width: 72px;
	height: 36px;
	background-image: url(images/nav_releases.png);
	text-decoration: none;
	text-indent: -999em;
}
#nav a.releases:hover {
	background-position: bottom;
}

#nav a.tickets {
	display: block;
	width: 62px;
	height: 36px;
	background-image: url(images/nav_tickets.png);
	text-decoration: none;
	text-indent: -999em;
}
#nav a.tickets:hover {
	background-position: bottom;
}

#nav a.about {
	display: block;
	width: 72px;
	height: 36px;
	background-image: url(images/nav_about.png);
	text-decoration: none;
	text-indent: -999em;
}
#nav a.about:hover {
	background-position: bottom;
}

#nav a.contact {
	display: block;
	width: 92px;
	height: 36px;
	background-image: url(images/nav_contact.png);
	text-decoration: none;
	text-indent: -999em;
}
#nav a.contact:hover {
	background-position: bottom;
}

/* NAV Current State */

body#releases_state a.releases {
	display: block;
	width: 72px;
	height: 36px;
	background-image: url(images/nav_releases.png);
	text-decoration: none;
	text-indent: -999em;
	background-position: bottom;
}

body#tickets_state a.tickets {
	display: block;
	width: 62px;
	height: 36px;
	background-image: url(images/nav_tickets.png);
	text-decoration: none;
	text-indent: -999em;
	background-position: bottom;
}

body#about_state a.about {
	display: block;
	width: 72px;
	height: 36px;
	background-image: url(images/nav_about.png);
	text-decoration: none;
	text-indent: -999em;
	background-position: bottom;
}

body#contact_state a.contact {
	display: block;
	width: 92px;
	height: 36px;
	background-image: url(images/nav_contact.png);
	text-decoration: none;
	text-indent: -999em;
	background-position: bottom;
}