﻿@import url("layout.css");
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	background-image: url("../images/background_tile.gif");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-color: #405e97;
}
#container {
	background-color: #fff;
}
#masthead {
	height: 150px;
	text-align: right;
	background-color: #336699;
	background-image: url("../images/masthead_image.jpg");
	background-position: top;
	background-repeat: no-repeat;
}
#navigation {
	border-bottom-color: #fe9d3f;
	border-top-color: #fe9d3f;
	border-top: 1px solid;
	border-bottom: 1px solid;
	background-color: #ffeeaa;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 367px;
	padding: 15px;
	background-color: #fff;
	text-align: left;
}
html>body #column_l {
	width: 370px;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: #fff;
}
html>body #column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	color: #002874;
	margin-right: 0.5em;
	margin-bottom: 0;
	text-decoration:none;
}
#masthead a {
    text-decoration:none;
}
#masthead a:hover {
    text-decoration:none;
}
#masthead h3 {
	color: #000;
	margin-top: 0;
	margin-right: 1em;
    text-decoration:none;
}
#masthead img {
    border:0px;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #335d99;
	display: block;
	padding: 5px;
	border: 1px solid #ffeeaa;
	background-color: #fe9d3f;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fd7c00;
	border: 1px solid #002874;
	background-color: #336699;
}
/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #336699;
}
h2 {
	font-size: x-large;
	color: #336699;
}
h3 {
	font-size: large;
	color: #336699;
}
h4 {
	font-size: medium;
	color: #336699;
}
h5 {
	font-size: x-small;
	color: #334799;
}
h6 {
	font-size: xx-small;
	color: #334599;
}
.pastshows {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #fd7c00;
}
.orangeheading {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-size: large;
	color: #fd7c00;
}
#breadcrumb {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	clear: left;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-align: right;
	left: 0px;
	font-size: 10px;
	color: #999999;
	line-height: normal;
	margin: 0px;
	text-decoration: none;
}

/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
}
/* Links */
a {
	color: #002874;
	text-decoration: underline;
}
a:hover {
	color: #ffaa33;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.showdetails {
	margin: 5px;
	font-weight: bold;
	font-size: x-small;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}
#breadcrumb a {
	color: #999999;
	text-decoration: none
}
#breadcrumb a:hover {
	text-decoration: overline underline
}
