/* colors
bg
page background red			200600
text
mainnavigation yellow		d7c889
h1							3f3219
h*							600
*/

/* fonts */
@font-face {
	font-family: 'FontinSmallCaps';
	src: url('/fonts/fontinsmallcaps.eot');
	src: local('Fontin SmallCaps'), local('Fontin-SmallCaps'), url('/fonts/fontinsmallcaps.ttf') format('truetype');
}
@font-face {
	font-family: 'FontinRegular';
	src: url('/fonts/fontinregular.eot');
	src: local('Fontin'), local('Fontin-Regular'), url('/fonts/fontinregular.ttf') format('truetype');
}
/*
@font-face {
	font-family: 'FontinBold';
	src: url('fontinbold.eot');
	src: local('Fontin'), local('Fontin-Bold'), url('fontinbold.ttf') format('truetype');
}
@font-face {
	font-family: 'FontinItalic';
	src: url('fontinitalic.eot');
	src: local('Fontin'), local('Fontin-Italic'), url('fontinitalic.ttf') format('truetype');
}
*/

/* standard elements */
body{
	margin: 0;
	padding: 0;
	background: #200600 url('/images/bg_page.jpg') repeat-y center top;
	font-family: "FontinRegular", sans-serif;
}
body, th, td{
	font-size: 12px;
	line-height: 1.4;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #600;
	font-family: "FontinSmallCaps", serif;
}
h1{
	margin: 0 60px 20px 0;
	text-align: center;
	font-size: 24px;
	color: #2f2209;
}
h2{
	margin-top: 20px;
	font-size: 20px;
}
h3{
	margin-top: 20px;
	font-size: 16px;
}
p{
	margin: 0 0 15px 0;
	padding: 0;
}
a{
	margin: 0;
	text-decoration: none;
	color:#220066;
}
a:hover{
	text-decoration: underline;
}
img{
	border: none;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
table, tr, td{
	margin: 0;
}

/* reusable classes */
.screen_reader_only, #jump_to_main a{
	position: absolute;
	left: -9000px;
}
.float_left{
	float: left;
}
.float_right{
	float: right;
}
.clear_both{
	clear: both;
}

/* pagewrap */
#pagewrap{
	position: relative;
	margin: 0 auto 80px;
	padding: 88px 14px 0 56px;
	width: 891px;
	background: url('/images/bg_main.jpg') repeat-y 49px top;
}
#maintopleft{
	position: absolute;
	top: 0;
	left: 0;
	width: 96px;
	height: 656px;
	background: url('/images/bg_main_top_left.jpg') no-repeat center top;
/* background: white; */
/* z-index: 200; */
}
#maintopmiddle{
	position: absolute;
	top: 0;
	left: 96px;
	width: 682px;
	height: 110px;
	background: url('/images/bg_main_top_middle.jpg') no-repeat center top;
/* background: red; */
/* z-index: 200; */
}
#maintopright{
	position: absolute;
	top: 0;
	right: 0;
	width: 183px;
	height: 185px;
	background: url('/images/bg_main_top_right.jpg') no-repeat center top;
/* background: white; */
/* z-index: 200; */
}
/* solid jpg */
/*
#mainbottom{
	z-index: 0;
	position: absolute;
	right: 21px;
	bottom: 0;
	width: 885px;
	height: 92px;
	background: url('/images/bg_main_bottom.jpg') no-repeat right bottom;
}
*/
/* png with jpg for crack */
/*
#mainbottomleft{
	position: absolute;
	bottom: -51px;
	left: 55px;
	width: 20px;
	height: 51px;
	background: url('/images/bg_main_bottom_left.png') no-repeat right top;
}
#mainbottomright{
	position: absolute;
	right: 13px;
	bottom: -51px;
	width: 37px;
	height: 51px;
	background: url('/images/bg_main_bottom_right.png') no-repeat right top;
}
#mainbottommiddle{
	position: absolute;
	bottom: -51px;
	left: 75px;
	width: 837px;
	height: 17px;
	background: url('/images/bg_main_bottom_middle.png') no-repeat right top;
}
#mainbottommiddletop{
	position: absolute;
	bottom: -34px;
	left: 75px;
	width: 837px;
	height: 34px;
	background: url('/images/bg_main_bottom_middle_top.jpg') no-repeat right top;
}
*/
/* png with repeated bit no crack */
#mainbottomleft{
	position: absolute;
	bottom: -51px;
	left: 58px;
	width: 23px;
	height: 51px;
	background: url('/images/bg_main_bottom_left.png') no-repeat right top;
}
#mainbottomright{
	position: absolute;
	right: 13px;
	bottom: -51px;
	width: 42px;
	height: 51px;
	background: url('/images/bg_main_bottom_right.png') no-repeat right top;
}
#mainbottommiddle{
	position: absolute;
	right: 55px;
	bottom: -51px;
	left: 285px;
	height: 16px;
	background: url('/images/bg_main_bottom_middle.png') repeat-x right top;
}
#mainbottommiddleleft{
	position: absolute;
	bottom: -51px;
	left: 77px;
	width: 210px;
	height: 16px;
	background: url('/images/bg_main_bottom_middle_left.png') repeat-x right top;
}
#mainbottommiddletop{
	position: absolute;
	right: 55px;
	bottom: -36px;
	left: 77px;
	height: 36px;
	background: url('/images/bg_main.jpg') no-repeat -29px center;
}
#vinesbit{
	z-index: 2;
	position: absolute;
	left: 84px;
	top: 416px;
	width: 68px;
	height: 212px;
	background: url('/images/vines.png') no-repeat right top;
}
/* header */
#jump_to_main{
	position: absolute;
}
#jump_to_main a:hover, #jump_to_main a:active, #jump_to_main a:focus{
	position: relative;
	left: 0;
}
/* mainwrap */
#mainwrap{
	z-index: 1;
	position: relative;
}
#stanhywetlogo{
	display: block;
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 226px;
	text-align: center;
}

/* sidebar */
#sidebar{
	float: left;
	position: relative;
	margin: 0 0 90px 0;
	padding: 0 0 0 16px;
	width: 210px;
	min-height: 570px;
	text-align: center;
	font-family: "FontinSmallCaps", sans-serif;
/* background: yellow; */
}
#logo{
	display: block;
	margin: 0 0 20px 0;
}
#mainnavigationwrap{
	position: relative;
	margin: 0 auto;
	padding: 14px 0 16px;
	width: 185px;
	background: url('/images/navigation_middle.jpg') repeat-y center top;
/* background: red; */
}
#mainnavigation{
	z-index: 1;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
#mainnavigation .topitem{
	display: block;
	font-size: 16px;
	color: #d7c889;
	cursor: pointer;
}
#mainnavigation .topitem span{
	display: block;
	margin: 0 auto;
	padding: 3px 0;
	width: 115px;
	border-top: 1px solid black;
	
}
#mainnavigation .topitem.first span{
	border-top: none;
}

#mainnavigation a{
	color:#fff5e5;
}

#mainnavigation a:hover{
	color: #FFCC66;
	text-decoration: none;
}
#mainnavigationtop{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 14px;
	background: url('/images/navigation_top.jpg') no-repeat center top;
/* background: white; */
}
#mainnavigationbottom{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 18px;
	background: url('/images/navigation_bottom.jpg') no-repeat center bottom;
/* background: blue; */
}

.subnavigation {
	padding:0px;
	margin:0px;
}

.subnavigation dl {
	padding:0px 0px 10px 0px;
	margin:0px;
}

/* maincontent */
#maincontent{
	float: right;
	margin: 25px 0 0;
	width: 560px;
	padding: 0 50px 0 30px;
}
.box{
	padding: 5px;
	line-height: 1;
	background: url('/images/bg_imagebox.gif') repeat center center;
}
.box.float_left{
	margin: 0 20px 20px 0 ;
}
.orderform{
	margin-top: 5px;
}
.orderform td{
	padding: 0 0 8px;
}
.orderform label{
	margin: 0 10px 0 0;
}
.orderform input{
	margin: 0 0 0 10px;
	vertical-align: middle;
}

/* gallery */

.gallerywrap {
	float:left;
	margin: 0px 20px 20px 0px;
}

.gallerytitle {
	font-size:14px;
	text-align: center;	
}

/* shows */

.showhr {
	clear:both;
	border-bottom: 1px solid #857055;
	padding-top: 5px;
	margin-bottom:10px;
}

.student_tickets {
	padding:14px 0;
	color: #222;
}

#bios_content h2{
	margin: 0;
	font-size: 20px;
}

#bios_content img {
	float: right;
	margin: 0 0 4px 20px;
	border: 2px solid #600;
	overflow: hidden;
}
