@charset "utf-8";
/* global.css */

/* Basic Page Styles */

body {
	background-color: #31395d;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 830px;
	background-image: url(images/background.jpg);
	border: 10px solid #FFF;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#wrapper2 {
	width: 820px;
	margin-left: 5px;
	background-image:url(images/rightsidebar_bg.png);
}

#header {
	width: 820px;
	height: 130px;
	margin: 5px;
	margin-bottom: 0px;
	background-image: url(images/banner.png);
}

#leftsidebar {
	float: left;
	display: inline;
	width: 182px;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 10px;
	text-align: center;
}

#rightsidebar {
	float: right;
	display: inline;
	width: 175px;
	background-image: url(images/rightsidebar_bg.jpg);
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

#main {
	margin-top: 0;
	margin-left: 187px;
	margin-right: 183px;
}

#mainContent {
	background-color: #FFF;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 2px;
}

#footer {
	width: 820px;
	height: 46px;
	margin: 5px;
	margin-top: 0;
	background-image:url(images/footer.png);
	background-repeat: no-repeat;
	clear: both;
}

img {
	margin: 0;
	padding: 0;
}


/* Font Styles */

p {
	margin: 0;
	padding: 0;
	font-size: .7em;
	margin-bottom: .5em;
}

p.smallFont {
	font-size: .6em;
}

p.jenny {
	font-size: .6em;
	color: #666;
}

.jenny a {
	color: #666;
	font-style: italic;
}

.jenny a:hover {
	font-weight: bold;
}

p.artist {
	font-size: .6em;
	color: #666;
}

.artist a {
	color: #666;
	font-style: italic;
}

.artist a:hover {
	font-weight: bold;
}

h1 {
	margin: 0;
	padding: 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.46em;
	color: #273a98;
	font-variant: small-caps;
	text-align: right;
	margin-right: 5px;
	margin-bottom: 5px;
}

h2 {
	margin: 0;
	padding: 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: .8em;
	font-weight: bold;
	color: #273a98;
	margin-bottom: .7em;
	margin-top: 1.3em;
}

h3 {
	margin: 0;
	padding: 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 1.3em;
	font-style: italic;
}


h2.smallFont {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .6em;
}

hr {
	border: 0;
	margin: auto;
	width: 133px;
	height: 1px;
	color: #FFF;
	background-color: #FFF;
}

/* Link Styles */
a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
    border: none;
	margin: 0;
	padding: 0;
}

a {
	color: #273a98;
}

/* Image Spacing */
.FAClogo {
	margin: 10px;
}

img.logo {
	margin: 10px;
}

/* Concert Links */
a.concert:link, a.concert:visited, a.concert:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	color: #F48422; /* Orange */
	font-size: .9em;
}

a.kids:link, a.kids:visited, a.kids:hover {
	font-family: "Comic Sans MS", cursive;
	font-size: 1em;
	color: #F48422; /* Orange */
}


/* Transforms Unordered Lists into Navigation Menus */
ul {
	margin: 0;
	padding: 0;
}

ul.menu {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

ul.menu li {
	display: inline;
}

ul.mainNav {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	text-align: left;
}

ul.mainNav a {
	display: block;
	width: 182px;
	height: 42px;
}

ul.mainNav a.donate {
	height: 57px;
}

/* Styles for Rolloever Buttons */
a.home {
	background-image: url(images/home_b.png);
	background-repeat: no-repeat;
}

a.home:hover {
	background-position: 0 -42px;
	text-decoration: none;
}

a.about {
	background-image: url(images/about_b.png);
	background-repeat: no-repeat;
}

a.about:hover {
	background-position: 0 -42px;
	text-decoration: none;
}

a.gallery {
	background-image: url(images/gallery_b.png);
	background-repeat: no-repeat;
}

a.gallery:hover {
	background-position: 0 -42px;
	text-decoration: none;
}

a.reviews {
	background-image: url(images/reviews_b.png);
	background-repeat: no-repeat;
}

a.reviews:hover {
	background-position: 0 -42px;
	text-decoration: none;
}

a.maps {
	background-image: url(images/maps_b.png);
	background-repeat: no-repeat;
}

a.maps:hover {
	background-position: 0 -42px;
	text-decoration: none;
}

a.previous {
	background-image: url(images/previous_b.png);
	background-repeat: no-repeat;
}

a.previous:hover {
	background-position: 0 -42px;
	text-decoration: none;
}

a.donate {
	background-image: url(images/donation_b.png);
	background-repeat: no-repeat;
}

a.donate:hover {
	background-position: 0 -57px;
	text-decoration: none;
}

/* Styles for Header Menu */
#header ul {
	color: #fbefa9; /* tan */
	font-size: 14px;
	text-align: right;
	margin-right: 28px;
	margin-top: 36px;
}

#header ul a:link, #header ul a:visited {
	color: #000;
	font-size: 12px;
}


/* Styles for Footer */
#footer ul {
	padding-left: 10px;
	padding-top: 10px;
}

#footer ul li.bar {
	color:#fbefa9; /* tan */
	font-size: 12px;
}

#footer, #footer a:link, #footer a:visited {
	color: #FFF;
	font-size: 10px;
}

#footer p {
	color: #26284f;
	text-align: center;
	padding-top: 12px;
	font-size: 1em;
}

#footer p a:link, #footer p a:visited {
	color: #26284f;
}

#footer p a:hover {
	font-weight: bold;
}

/* Styles for Main Content */
#main table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	text-align: center;
}

#main h2 {
	padding: 0;
	margin: 0;
	font-size: 1.2em;
}

img.floatLeft {
	float: left;
	margin-right: 10px;
	margin-top: 8px;
}

img.concert {
	margin-right: 10px;
}

p.subheading {
	color: #273a98;
	font-size: .9em;
}

p.subheading2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #273a98;
	font-size: 1em;
	margin-bottom: 0;
}

.concert p {
	font-size: .9em;
}

.concert a {
	font-style: italic;
}

.gray {
	color: #666;
}

img.logo2 {
	width: 125px;
	margin-left: 20px;
	margin-bottom: 5px;
}

td{
	padding: 3px;
}
