@import url("menustyle.css");
@import url("bodystyle.css");


body {
	background: #546eac url(../images/bg.gif) repeat-y;
}

/* Content Layout Information */

.item {
	padding: 10px 5px 0;
	display: block;
	clear: both;
	float: none;
}
#supportpic {
	margin-top: 30px;
}

/* Current Show Information */

#currentshow {
	width: 500px;
	height: auto;
	margin-left: 10px;
	border: 0px solid #FFFFFF;
	padding-bottom: 5px;
}


#showpic {
	float: right;
	background: #fff;
	padding: 5px 5px 5px 10px;
}

/* Additional Show Information */

#addshow {
	margin-left: 10px;
	width: 500px;
	float: left;
	border: 1px solid #990000;
	background-color: #000;
}

#addshow h3 {
	color: #fff;
}

#addshow2 {
	margin-left: 10px;
	width: 500px;
	float: left;
	border: 1px solid #336699;
	background-color: #99CCCC;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#addshow2 p {
	color: #336699;
}


/* Current Menu Information */

#menuhighlight {
	background-color: #000033;
	margin: 10px 0 10px 0;
	width: 160px;
	left: 5px;
	top: 449px;
	border: thin dashed #FFFFFF;
	z-index: 40;
	position: absolute;
	padding: 0px;
}

#menuhighlight h3, #menuhighlight p {
	color:#ffffff;
}

/* Font Information */

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000066;
	text-align: center;
	font-weight: normal;
	font-style: oblique;
	padding: 0 5px 0 5px;
}
#addshow h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	font-style: oblique;
	padding: 0 5px 0 5px;
}
#showdescrip h1 {
	background: transparent url(../images/show_lbntitle.gif) no-repeat center top;
	width: 190px;
	height: 75px;
	text-align: center;
	margin-left: 80px;
}
#showdescrip h1 span {
	display:none;
}
h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	font-style: oblique;
	color: #003399;
	text-align: center;
	padding: 0 5px 0 5px;
}
h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #003399;
	text-align: center;
	padding: 0 5px 0 5px;
}
h4 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #003399;
	text-align: center;
	padding: 0 5px 0 5px;
}
p {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	color: #003366;
	text-align: justify;
	padding: 0 5px 0 5px;	
}
.center {
	text-align: center;
	padding: 0px 15px 15px;
}
.right {
	text-align: right;
	padding: 0px 15px 15px;
}
.ticketinfo {
	margin-left: 25px;
}


a:link {
font-weight  :  bold;
text-decoration  :  none;
color: #0000FF;
background: transparent;
border-bottom: 1px dotted #0000FF;
}

a:visited {
font-weight  :  bold;
text-decoration  :  none;
color: #0000FF;
background: transparent;
border-bottom: 1px dotted #0000FF;
}

a:hover {
font-weight  :  bold;
text-decoration  :  none;
color: #FF0000;
background: transparent;
border-bottom: 1px dotted #FF0000;
}

a:active {
font-weight  :  bold;
text-decoration  :  none;
color: #0000FF;
background: transparent;
border-bottom: 1px dotted #0000FF;
}
li {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	color: #003366;
	text-align: justify;
	padding: 0 5px;
	list-style-type: circle;
	list-style-position: outside;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 20px;
	line-height: 13px;
}
.photoleft {
	float: left;
	margin: 2px 10px 10px 0;
	border: 1px solid #003399;
}
.photoright {
	float: right;
	margin: 2px 0 10px 10px;
	border: 1px solid #003399;
}

#boardlist {width: 500px;}

#boardlist ul.left {
	float: left;
	width: 200px;
	margin: 0px;
	border: 0px none;
	list-style-position: inside;
	list-style-type: square;
	position: relative;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 30px;
}

#boardlist ul.right {
	float: right;
	width: 250px;
	margin: 0px;
	padding: 15px 0px;
	border: 0px none;
	list-style-type: none;
	list-style-image: none;
}
#boardlist li .space {
	padding-bottom: 26px;
}
#boardlist .no-space {
	margin: 0px;
	padding: 0px;
}
#logo {
	padding: 0;
	margin-left: 3px;
}
h4 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #003399;
	text-align: left;
	padding: 0 5px 0 5px;
}
.photocredit {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	color: #003366;
	text-align: justify;
	padding: 0 5px 0 5px;
}
#directions {
margin: 30px 0 30px 0;
}
.gold {
	color: #FFCC00;
}
.red {
	color: #FF0000;
}
.blue {
	color: #0000FF;
}
.green {
	color: #009900;
}
