/*layout*/
#container {
	width:1020px;
	margin:auto;
	padding:30px 0 0 0;
}	

#header {
	height:200px;
	padding:2px 0;
	margin:0 0 10px 0;
}

#header h1 {
	width:270px;
	height:200px;
	float:left;
	text-indent:-999px;
	background:url(../img/title.jpg) top left no-repeat;
}

#navigation {
	float:right;
	height:22px;
}

#navigation li {
	float:right;
}

#navigation li a{
	display:block;
	padding:2px 6px;
	border-right: 1px solid;
}

#navigation #rightLi a {
	border-right: none;
}

#navigation li ul {
	display:none;
}

#headerSlideshow {
	width:750px;
	float:left;
	overflow:hidden;
}
.slide {
	position: absolute;
	width: 750px;
	//height: 767px;	
	overflow:hidden;	
}

#keyNavigation {
	width:200px;
	float:left;
}

#keyNavigation li {
	width:116px;
	height:116px;
	margin:4px auto;
	clear:both;
	text-indent:-999em;
}

#keyNavigation li a {
	border:none;
	display:block;
	width:116px;
	height:116px;
}

#keyNavigation #music {
	background:url(../img/music-button.jpg) top left no-repeat;
}

#keyNavigation #music a:hover {
	background:url(../img/music-button-rollover.jpg) top left no-repeat;
}

#keyNavigation #art {
	background:url(../img/art-button.jpg) top left no-repeat;
}

#keyNavigation #art a:hover {
	background:url(../img/art-button-rollover.jpg) top left no-repeat;
}

#keyNavigation #exhibits {
	background:url(../img/exhibit-button.jpg) top left no-repeat;
}

#keyNavigation #exhibits a:hover {
	background:url(../img/exhibit-button-rollover.jpg) top left no-repeat;
}

#keyNavigation #theater {
	background:url(../img/theater-button.jpg) top left no-repeat;
}

#keyNavigation #theater a:hover {
	background:url(../img/theater-button-rollover.jpg) top left no-repeat;
}

#keyNavigation #facebook a {
        background:url(../img/facebook.png) top left no-repeat;
}


#content {
	width:800px;
	padding:5px;
	margin:5px 10px 5px 5px;
	float:right;
}

#footer {
	clear:both;
}

#bio td {
	text-align:center;
	vertical-align:middle;
}

#social {
	float:right;
}
	


/*styles*/
body {
    font: 75% "Century Gothic", Georgia, Arial, sans-serif;
    background:url(../img/bodyBG.jpg) top center repeat-y #ffffcc;
    color: #1e1e1e;
 }

p {
    text-align: justify;
    line-height: 1.5em;
    padding-left: 0.5em;
}

a {
    color: #000000;
    text-decoration:underline;
}

a:hover {
	color:#1e1e1e;
	text-decoration:none;
}

em {
	font-style: italic;
}

h1 {

}

h2 {
	font-family: "Trajan Pro", "Century Gothic", Georgia, Arial, sans-serif;
	font-weight:bold;
	font-size:150%;
	font-variant: small-caps;
	border-bottom:1px solid;
	text-align:right;
}

h3 {
	font-family: "Trajan Pro", "Century Gothic", Georgia, Arial, sans-serif;
	font-weight:bold;
	font-size:140%;
	font-variant: small-caps;
	border-bottom:1px solid;
	text-align:left;
	margin:25px 0 0 0;
}

code,
blockquote,
pre {
    font-size: 120%;
    padding: 1em;
    color: Black;
    background-color: #dedede;
display:block;
}

#header {
	background:#999999;
}

#container {
	background:#e0e0e0;
}

#content {
	width:74%;
	min-width:450px;
	max-width:1000px;
}

#content h3 {

}

#navigation {
	color:#ebebeb;
	font-weight:normal;
	font-size:100%;
}

#navigation a {
	color:#ebebeb;
	text-decoration:none;
	text-transform:uppercase;
}

#navigation a:hover {
	color:#ffff00;
}

#subNav {
	background:#999999;
	float:right;
	width:755px;
	font-weight: normal;
}

#subNav li {
	float:right;
}

#repeatNav {
	font-weight:normal;
	clear:both;
	width:1000px;
}

#repeatNav a{
	color:#000000;
	font-size:80%;
	text-transform:none;
	padding:0 2px;
}

#repeatNav a:hover {
	color:#1e1e1e;
}

#pageContent {
	width:100%;
}

#footer {
	display:block;
	width:auto;
	
	text-align:right;
	background: #999999;
	padding:4px 10px;	
}

.articlesDisplay {
	margin-left:0px;
	padding:6px 10px;
	list-style:none;
}

.articleDisplay {
	margin-left:0px;
	list-style:none;
	padding:8px;
	background:#fefefe;
	margin:4px 0;
	
}

.articleDisplay p{
	padding:0 .5em;
	margin:0;
}

.articleDisplay h4 a{
	color:#660000;
	font-weight:bold;
	font-size:110%;
	text-decoration:none;
	text-transform:uppercase;
}

.date {
	font-style:italic;
	font-size:90%;
}

/* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span.current {
	color: #000;
}
.snippit {
	padding:4px 0 22px 0;
}
