@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

html {
	background: url(/images/bg_main.jpg);
}

body {
	background: url(/images/bg_body.jpg) top center repeat-x;
}

@font-face {
	font-family: 'ITCBerkeleyOldstyleStdBook';
	src: url('/type/berkeleystd-book-webfont.eot');
	src: local('☺'), 
	url('/type/berkeleystd-book-webfont.woff') format('woff'), 
	url('/type/berkeleystd-book-webfont.ttf') format('truetype'), 
	url('/type/berkeleystd-book-webfont.svg#webfonts5vx1gsv') format('svg');
	font-weight: normal;
	font-style: normal;
}

#container {
	position: relative;
	float: left;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}	

#navigation {
	position: relative;
	margin: 0 auto;
	width: 924px;
	height: 116px;
	background: url(/images/nav_line.png) bottom no-repeat;
}

#logo {
	position: absolute;
	top: 18px;
	left: 50%;
	margin: 0 0 0 -475px;
	z-index: 50;
}

#masttop {
	position: relative;
	margin: 0 auto;
	width: 914px;
	height: 14px;
	background: url(/images/mast_frame_top.png) center bottom no-repeat;
}

#mastmiddle {
	position: relative;
	margin: 0 auto;
	padding: 0 12px 0 14px;
	width: 888px;
	height: 209px;
	background: url(/images/mast_frame_middle.png) center no-repeat;
}

#mastbottom {
	position: relative;
	margin: 0 auto;
	width: 914px;
	height: 13px;
	background: url(/images/mast_frame_bottom.png) center top no-repeat;
}

.flash {
	position: relative;
	float: left;
	margin: 0;
	width: 638px;
	height: 209px;
	background: #FFFFFF;
}

.flash div {
	display: none;
}

.mastnews {
	position: relative;
	float: right;
	margin: 0;
	padding-right: 30px;
	width: 220px;
	height: 209px;
	background: url(/images/bg_mastnews.jpg) right top no-repeat;
}

.mastnews h1 {
	text-align: center;
	margin: 20px 0 10px;
}

.mastnews p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13.75px;
	text-align: center;
	line-height: 1.9em;
	margin-top: 0;
}

.mastnews a {
	color: #501E14;
	text-decoration: none;
	border-bottom: none;
}

.mastnews a:hover {
	color: #501E14;
	text-decoration: none;
	border-bottom: 1px solid #CCB0A1;
}

#content {
	position: relative;
	margin: 5px auto 178px;
	width: 850px;
	height: auto !important;
}

.left {
	position: relative;
	float: left;
	width: 615px;
	height: auto !important;
}

.posters {
	width: 843px !important;
}

.left h1, .right h1, .righthome h1 {
	margin-bottom: -10px;
	font-family: 'ITCBerkeleyOldstyleStdBook', Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #501E14;
	font-size: 30px;
}

.left h2, .left h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #501E14;
}

.left h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #501E14;
}

.left h4 {
	margin-top: 25px;
	margin-bottom: 0;
}

.left .date {
	font-size: 13px;
	margin: -19px 0 -10px;
	font-style: italic;
}

.left .title {
	font-size: 15px;
	font-weight: bold;
}

.left p, .left ol, .left ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.9em;
	color: #501E14;
}

.left ol li {
	margin-bottom: 1em;
}

.left a, .righthome a, .right a {
	color: #501E14;
	text-decoration: none;
	border-bottom: 1px solid #CCB0A1;
}

.left a:hover, .righthome a:hover {
	text-decoration: none;
	border-bottom: 1px solid #501E14;
}

.posterimg {
	float: right;
	text-align: center;
	margin-top: 15px;
	margin-left: 12px;
}

.introquotes {
	padding: 0 50px 0 50px;
}

.right {
	position: relative;
	float: right;
	width: 215px;
	height: auto !important;
}

.right h1 {
	text-align: center;
	margin-bottom: -15px;
}

.right p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: center;
	line-height: 1.5em;
	color: #501E14;
}

.righthome {
	position: relative;
	float: right;
	margin-top: 20px;
	width: 215px;
	height: auto !important;
}

.righthome h1 {
	text-align: center;
	margin-bottom: -15px;
}

.righthome p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: center;
	line-height: 1.5em;
	color: #501E14;
}

#footer {
	position: absolute;
	width: 100%;
	height: 160px;
	background: #501E14;
	bottom: 0 !important;
}

.footercontent {
	position: relative;
	margin: 20px auto;
	width: 900px;
	height: 120px;
	color: #E8E3D2;
}

.footerleft {
	position: relative;
	float: left;
	width: 570px;
	height: 120px;
	margin-top: 7px;
}

.footerleft p {
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 0;
}

.footerleft a {
	color: #E8E3D2;
	margin: 0 3px;
	text-decoration: none;
}

.footerleft a:hover {
	text-decoration: none;
	border-bottom: 1px solid #884e42;
}

.footerright {
	position: relative;
	float: right;
	width: 289px;
	height: 120px;
}

.footerright h1 {
	font-size: 23px;
	line-height: 1em;
	margin-top: 7px;
	margin-bottom: 5px;
	font-weight: normal;
	text-align: right;
}

.footerright p {
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 0;
	text-align: right;
}

.footerright a {
	color: #E8E3D2;
	text-decoration: none;
	border-bottom: 1px solid #CCB0A1;
}

.footerright a:hover {
	text-decoration: none;
	border-bottom: 1px solid #501E14;
}

#search {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: 268px;
	width: 186px;
	height: 20px;
}

#search input {
	width: 130px;
	height: 16px;
	border: 1px solid #501E14;
	float: left;
}

#search input#go {
	width: 52px;
	height: 20px;
	float: right;
	background: #501E14;
	color: #E8E3D2;
}

#subtop {
	position: relative;
	margin: 10px auto 0;
	padding-top: 25px;
	padding-bottom: 17px;
	width: 233px;
	height: auto !important;
	background: url(/images/sub_top.gif) top no-repeat;
}

#subtop p {
	margin: 13px 20px 0 20px;
	text-align: center;
	color: #E8E3D2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#subtop a {
	color: #E8E3D2;
	text-decoration: none;
	border-bottom: none;
}

#subtop a:hover {
	text-decoration: underline;
}

.oneon .one, .twoon .two, .threeon .three, .fouron .four, .fiveon .five, .sixon .six, .sevenon .seven, .eighton .eight, .nineon .nine, .tenon .ten, .elevenon .eleven, .twelveon .twelve, .thirteenon .thirteen, .fourteenon .fourteen {
	font-weight: bold;
}

#subbottom {
	position: relative;
	margin: 0 auto;
	width: 233px;
	height: 21px;
	background: url(/images/sub_bottom.gif) top no-repeat;
}

.space {
	padding: 9px;
}

.spaceright {
	padding: 5px 16px 16px 0;
}

.clear {
	clear: both;
}

.tablelist, .tablelist2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	line-height: 1.5em;
	color: #501E14;
	border-top: 1px solid #501E14;
	border-left: 1px solid #501E14;
}

.tablelist {
	border-right: 1px solid #501E14;
}

.tablelist td, .tablelist2 td {
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #501E14;
}

.tablelist2 td {
	border-right: 1px solid #501E14;
	border-bottom: 1px solid #501E14;
}

.tablelist td.title, .tablelist2 td.title {
	background: #4E6D17;
	color: #FFFFFF;
	font-weight: bold;
	border-top: 1px solid #4E6D17;
	border-bottom: 1px solid #4E6D17;
}

.weekend {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: left;
	line-height: 1.5em;
	color: #501E14;
	margin-top: 20px;
}

.weekend td {
	padding: 5px 10px 5px 10px;
}

.newarrivals ul {
	padding: 0;
	width: 340px;
}

.newarrivals li {
	float: left;
	display: inline;
	margin-right: 30px;
	width: 140px;
	line-height: 1.0em;
	margin-bottom: 7px;
}

.newarrivals li:nth-child(2n+1) {
	font-weight: bold;
}

.newarrivals li:nth-last-child(-n+2) {
	margin-bottom: 0;
}

.thumbnails {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

.thumbnails li {
	position: relative;
	float: left;
	display: inline;
	width: 155px;
	padding-right: 40px;
	text-align: center;
	line-height: 1.6em;
	font-size: 11px;
}

.thumbnails li a:hover {
	color: #501E14;
}

.hours {
	position: relative;
	float: left;
	margin: 0;
	padding: 20px 0 0;
}

.hours li {
	position: relative;
	float: left;
	display: inline;
	width: 165px;
	padding-right: 30px;
	text-align: left;
	line-height: 1.8em;
	font-size: 13px;
}

.mapalign {
	float: right;
	padding: 0 0 20px 20px;
}

.roselinks {
	position: relative;
	float: left;
	margin: 0;
	width: 180px;
	padding: 0 30px 30px 0;
}

.roselinks li {
	position: relative;
	float: left;
	display: inline;
	padding-right: 40px;
	text-align: left;
	line-height: 1.8em;
	font-size: 13px;
}

.archive {
	position: relative;
	float: left;
	width: 190px;
	margin: 15px 10px 15px 0;
}

.archive:nth-child(3n+2) {
	margin: 15px 0 !important;
}

.archive h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #501E14;
	margin-bottom: 0;
	padding-bottom: 0;
}

.archive p {
	margin-top: 0;
	font-size: 12px;
}

.photos {
	position: relative;
	float: left;
	padding-bottom: 20px;
	width: 615px;
}

.photos ul {
	margin: 0 0 0 -38px;
}

.photos li {
	display: inline;
	position: relative;
	float: left;
	width: 170px;
	height: 170px;
	margin: 10px 30px 10px 0;
	line-height: 1.5em;
}

.photos a {
	float: left;
	border: 1px solid #501E14;
}

.photos a:hover {
	border: 1px solid #CCB0A1;
}

.photos img {
	border: none;
}

#album p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.9em;
	color: #501E14;
}

#album a {
	color: #501E14;
	text-decoration: none;
	border-bottom: 1px solid #CCB0A1;
}

#album a:hover {
	text-decoration: none;
	border-bottom: 1px solid #501E14;
}

#cse-search-results {
	position: relative;
	float: left;
	width: 550px;
	background: none;
}

.righthome a.sml {
	border-bottom: 0px;
}

p.small {
	font-size: 10px;
	line-height: 1.3em;
}

.announcement {
	float: left;
	width: 130px;
}

.announcement h2 {
	font-size: 15px;
	margin-bottom: 0;
}

.announcement p {
	font-size: 11px;
	margin-top: 3px;
}

.announcementone {
	margin-right: 20px;
	width: 220px !important;
}

.strikethrough {
	text-decoration: line-through;
}

.mastnews em {
	line-height: 15px !important;
	color: #501E14;
}

.gone {
	display: none;
}

.red {
	color: #C00 !important;
}
