@charset "UTF-8";

/* Body ------------------------ */

body {
	background: #000000 url(../art/page-background.jpg) no-repeat fixed center top;
	text-align: center;
	color: #fff;
	font-family: Georgia;
	margin-top: 25px;
}

.container {
	width: 975px;
	text-align:left;
	margin: auto;
}

a:link {
	text-decoration: none;
	color: #00549e;
}

a:visited {
	text-decoration: none;
	color: #4d7191;
}

a:active {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

/* remove outline around big buttons in gallery image */
a:focus, a:active { 
	outline: 0; 
	-moz-outline: none; 
}


/* Title ------------------------ */

h1 {
	font-size: 70px;
	font-weight: normal;
	color: #ffffff;
	font-family: Georgia;
	letter-spacing: -2px;
	margin: 0px 0px 10px 0px;
	padding: 0;
	position: relative;
}

h1 a, h1 a:link {
	color: #fff;
}

.title {
	position: relative;
}

.title .role {
	color: #aa9b93;
	font-size: 25px;
	position: absolute;
	z-index: 20;
	left: 32px;
	top: 57px;
	
}



/* Utility ------------------------ */

.flash-replaced .alt {
	display: block;
	height: 0;
	position: absolute;
	overflow: hidden;
	width: 0;
}
			
.hide {
	display: none;
}

.clearfix {
	clear: both;
}



/* Navigation ------------------------ */

.navigation {
	height: 1%;
	float: none;
}

.navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #693f18 url(../art/nav_bg_notselected.gif) repeat-x;
	float: left;
}

.navigation a:link, .navigation a:visited {
	color: #fff;

}

.navigation li.selected {
	width: 65%;
	padding-left: 35px;
	background: #8f5620 url(../art/nav_bg_selected.gif) repeat-x;
}

.navigation li {
	float: left;
	padding: 8px 0px 8px 50px;
	background: transparent none;
}

.navigation #selector .label {
	padding-left: 5px;
	padding-right: 10px;
	display: inline;
	text-transform: uppercase;
	font-size: 10px;
}

.navigation #selector .label a {
	color: #ece0d4;
}

.navigation #selector .label a.disabled:hover {
	text-decoration: none;
	cursor: default;
}

div.disabled {
	cursor: default !important;
}
	
.navigation #selector ol {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	
}

.navigation #selector ol li {
	padding: 0px 5px 0px 0px;
	margin: 0;
	display: inline;
	float: none;
	background-color: transparent;
	font-size: 0.1px;
	line-height: 0.1px;
}

.navigation #selector {
	padding-left: 30px;
	display: inline;
}

.navigation #selector ol li a {
	border: 1px solid #ccc;
	background-color: #ccc;
	padding: 4px;
	position: relative;
	top: -3px;
	
}

/* must use !important here — otherwise overridden by jQuery in the a tag itself */

.navigation #selector ol li a.current {
	border: 1px solid #fff !important;
}

.navigation #selector ol li a:hover {
	border: 1px solid #fff !important;
	text-decoration: none;
}



/* Body Frame ------------------------ */


.frame {
	background: #fff url(../art/page-notch.gif) repeat-x 60px 0px;
	color: black;
	padding: 35px;
	clear: both;
}


/* Gallery Setup ------------------------ */

.gallery-frame {
	position: relative;
	overflow: hidden;
	height: 650px;
	width: 975px;
	padding: 0px;

}

.gallery-frame ul.gallery {
	width: 10000px;
	margin: 10px;
	position: relative;
}

li.entry {
	background: #fff no-repeat left top;
	height: 630px;
	width: 965px;
	float: left;
}

ul.gallery ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

ul.gallery li {
	list-style: none;
}


ul.gallery ul.link {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font: 11px Arial, Helvetica, sans-serif;
}

ul.gallery ul.link li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0px 20px 0px 0px;
}

ul.gallery ul.link li a {
	text-decoration: underline;
	white-space: nowrap;
	padding-right: 15px;
	line-height:15px;
}

#previousslide {
	position: absolute;
	width: 350px;
	height: 630px;
	left: 10px;
	top: 10px;
	z-index: 10;
	cursor: pointer;
}

#nextslide {
	position: absolute;
	width: 350px;
	height: 630px;
	left: 610px;
	top: 11px;
	z-index: 10;
	cursor: pointer;
}


/* Gallery Entry Typography ------------------------ */


.entry .text {
	position: relative;
	z-index: 20;
	top: 20px;
	left: 25px;
	padding-bottom: 20px;
}

.entry h3 {
	margin: 0;
	font-size: 28px;
	font-weight: normal;
}

.entry .role {
	color: #7997b4;
	font: bold 11px Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
}

.entry p {
	margin: 5px 0px 8px 0px;
	font: 12px/15px Arial, Helvetica, sans-serif;
}

.entry .upperl {

}

.entry .dark {
	color: #000;
}

.entry .dark a {
	color: #1e5281;
}

.entry .light {
	color: #fff;
}

.entry .light a:link, .entry .light a:visited {
	color: #fc0;
}


/* Footer ------------------------ */

.footer {
	margin-top: 10px;
	text-align: right;
	color: #959595;
	font-size: 13px;
}

.footer a:link, .footer a:visited {
	color: #fff;
}


/* To Be Filed ------------------------ */


.about h2 {
	font-size: 30px;
	font-weight: normal;
	color: #70431A;
	margin: 0px 0px 15px 0px;
}

.about p {
	font: normal 14px/21px Arial, Helvetica, sans-serif;
	color: #414141;
	margin-top: 0px;
	margin-bottom: 15px;
}

.about h3 {
	font: normal 20px Georgia, "Times New Roman", Times, serif;
	color: #3A1E08;
	margin-bottom: 15px;
}
.about .quote {
	font: italic 16px/24px Georgia, "Times New Roman", Times, serif;
	color: #804d1e;
	margin-bottom: 3px;
}
.about .speaker {
	font: 12px Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-bottom: 35px;
}
