body{
	background: url(old_map.png) repeat fixed left top;
	font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	font-size: 12pt;
}
#container{
	width: 960px;
	background: #fafafa url('cream_dust.png');
	margin: 2px auto 5px auto;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border: 1px solid #381D10;
	position: relative;
}
#header{
	width: 960px;
	height: 200px;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #8F4925;
}
#branding{
	background: url('curtain.jpg');
	width: 960px;
	height: 200px;
	position: relative;
}
#branding h1 a,
#branding h2{
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
}
#branding h1 a{
	background-image: url('omplogo.png');
	width: 180px;
	height: 144px;
	left: 20px;
	top: 5px;
}
#branding h2{
	background-image: url('omptagline.png');
	width: 225px;
	height: 46px;
	right: 20px;
	top: 55px;
}
#authenticated-navigation{
	position: absolute;
	top: 165px;
	left: 10px;
}
#navigation{
	position: absolute;
	top: 165px;
	right: 0;
}
#authenticated-navigation li,
#navigation li{
	display: block;
	float: left;
	margin-right: 20px;
}
#authenticated-navigation li a,
#navigation li a{
	color: black;
	text-decoration:none;
	border-bottom: 1px dotted #1D5067;
	padding-top: 5px;
	display: inline-block;
	font-weight: bold;
	font-size: 13pt;
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#navigation li a:hover{
	color: #2B7597;
	border-bottom: 1px dotted #2B7597;
}

#content{
	padding: 0 25px 20px 25px;
	min-height: 600px;
}

/* ------------------ Main Content Styles ------------------ */
#content ul,
#content ol,
#content dl,
#content p{
	font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif," "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
#content legend,
#content dl dt{
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}
#content ul {
	list-style:disc;
	margin-left:20px;
}
#content ul.inline{
	list-style: none;
}
#content ul.inline li{
	display: inline-block;
	margin-right: 20px;
}
	
#content ol {
	list-style:decimal;
	margin-left: 1.2em;
	list-style-position:outside;
}
#content ol li ol{
	margin-left: 3em;
	list-style: lower-alpha;
}
#content li{
	margin: 2px 0;
}
#content p {
	line-height:1.2em;
	padding:5px 0 10px;
}
#content h1 {
	font-size:3em;
	font-weight:normal;
	letter-spacing:-.05em;
	margin:15px 0 10px 0;
	color: #6E170E;
}
#content h1 a{
	color: #6E170E;
}
#content h1 a:hover{
	text-decoration: none;
}
#content h2 {
	font-size:1.5em;
	color: #0D3068;
	font-weight:bold;
	text-align:left;
	margin:25px 0 5px 0;
	}
#content h3{
	font-size:1.2em;
	text-transform:uppercase;
	color:#6E170E;
	margin: 25px 0 2px 0;
}
#content h4{
	font-size:1.1em;
	color: #83140D;
	margin: 10px 0 5px 0;
}
#content dl{
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}
#content dl dt{
	font-weight: bold;
	font-size: 1em;
	color: #0D3068;
	margin: 10px 0 0 0;
}
#content dl dd {
	padding-left: 2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 2px 0;
}
#content dl.castlist{
	width: 705px;
}
#content dl.castlist dt{
	float: left; width: 400px; overflow: hidden; white-space: nowrap; display: inline-block; padding: 0; margin: 0;}
#content dl.castlist dd { float: left; width: 300px; overflow: hidden; display: inline-block; padding: 0 0 0 5px; margin: 0; }
#content dl.castlist dt:after { content: "........................................................................................................................................." }
#content dl.castlist dt,
#content dl.castlist dd{
	line-height: 2em;
}
#content dl.orchestralist dt{
	width: 250px;
}
#content dl.orchestralist dd{
	width: 450px;
}
a.withtext, input.withtext, button.withtext
#content input.filetype.withtext,
#content a {
	text-decoration: none;
	color: #5a829b;
}
#content input.filetype.withtext:hover,
#content a:hover{
	text-decoration: underline;
}
#content table{
	border: 2px solid #fdfdfd;
}
#content table.cssbis{
	width: 100%;
}
#content table th,
#content table td{
	padding: 5px 15px;
}
#content table tr th{
	background-color: #333;
	color: #f1f1f1;
}
#content table tr th a{
	color: #ffffff;
}
#content table tbody tr td{
	border-bottom: 2px solid #fdfdfd;
}
#content .odd{
	background-color: #F4F1DC;
}
#content .even{
	background-color: #FAEFF1;
}
#content td.currency{
	text-align:right;
	font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}
#content tr.error td{
	background: #FFCCCC;
	color: red;
	font-weight: bold;
}
b.error,
#content tr.error td a{
	color: red;
}


/* ------------------ Generic Useful Stuff ------------------ */
.floatleft{
	float: left;
	margin: 10px 15px 15px 0;
}
.floatright{
	float: right;
	margin: 10px 0 15px 15px;
}
.help_text,
.discreet {
	color: #76797c;
	font-size: 90%;
	font-weight: normal;
}
.help_text a,
.discreet a {
	color: #989bff;
	text-decoration: none;
}
.help_text a:hover,
.discreet a:hover{
	text-decoration: underline;
	color: #0006B3;
}
.help_text{
	display: block;
}
fieldset>.help_text{
	margin: 10px 0 15px 0;
}


/* ----- Drawer --- */

#drawer{
	background-color: #915938;
	height: 70px;
	width: 960px;
	position: relative;
	border-top: 2px dotted #8F4925;
	clear: both;
}
#drawer-address{
	position: absolute;
	left: 20px;
	top: 5px;
	font-size: 14px;
}
#drawer-theatrerocs{
	position: absolute;
	text-indent: -99999px;
	overflow: hidden;
	width: 184px;
	height:48px;
	display: block;
	background: url('theatrerocs.png') no-repeat center;
	top: 12px;
	right: 15px;
}
#drawer-donate .donate-button{
	display:block;
	border-radius: 4px;
	background-color:#ebb700;
	color:black;
	font-weight:bold;
	padding: 5px 10px;
	border:1px solid black;
	text-decoration:none;
}
#drawer-donate{
	position: absolute;
	right: 415px;
	top: 16px;
	padding: 4px;

}
#socmed{
	position: absolute;
	width: 255px;
	bottom: 24px;
	right: 10px;
}
#socmed a{
	display: inline-block;
	float:right;
	width: 24px;
	height: 24px;
	overflow: hidden;
	text-indent: -99999px;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 5px;
}
#socmed .facebook{
	background-image: url(icon_facebook.png);
}
#socmed .twitter{
	background-image: url(icon_twitter.png);
}
#socmed .flickr{
	background-image: url(icon_flickr.png);
}
#socmed .youtube{
	background-image: url(icon_youtube.png);
}
#socmed .instagram{
	background-image: url(icon_instagram.png);
}
#sosumi{
	width: 960px;
	margin: 10px auto 30px auto;
	text-decoration: none;
	text-align: center;
	font-size: 70%;
	font-family: "Arial Narrow", Arial, sans-serif;
}
#sosumi,
#sosumi a{
	color: #C0C099;
	text-decoration: none;
}
#sosumi a:hover{
	text-decoration: underline;
}


/* ------ L2 Body Class is used on "level 2" pages to provide the left navigation and stuff --------- */
body.l2 #container{
	background: url('l2_background.jpg');
}
body.l2 #nav{
	position: absolute;
	padding: 20px 0 0 20px;
	color: #f1f1f1;
	width: 180px;
}
body.l2 #nav h2{
	font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
	margin-bottom: 5px;
	margin-left: -2px;
}
body.l2 #nav h2 a{
	color: white;
	text-decoration:none;
}
body.l2 #nav h2 a:hover{
	text-decoration:underline;
}
body.l2 #nav ul li{
	margin-bottom: 2px;
}
body.l2 #nav ul li:before{
	content: "> ";
}
body.l2 #nav ul li a{
	font-size: .8em;
	color: #f9f9f9;
	text-decoration: none;
}
body.l2 #nav ul li a:hover{
	text-decoration: underline;
}
body.l2 #nav ul li ul{
	margin-left: 20px;
}
body.l2 #content{
	position: relative;
	margin-left: 195px;
}

.action.flickr{
	background-image: url(actions/flickr.gif);
	
}
.action.pdf{
	background-image: url(actions/pdf.gif);
}
.action.rss{
	background-image: url(actions/rss.gif);
}
.action.ical{
	background-image: url(actions/ical.gif);
}
.action.gcal{
	background-image: url(actions/icon-google-cal.gif);
}
.action.reservation{
	background-image: url(actions/reservation.png);
}
#content .actionform fieldset{
	border: 0;
	margin: 0;
	padding: 0;
}

.cta_inline{
	display: inline-block;
	border: 2px solid #ccc;
	padding: 15px 20px;
	background-color: #f1f1f1;
	font-weight: bold;
	color: #0000FF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.cta_inline:hover{
	text-decoration:none!important;
	background-color: #eeeee5;
	color: #0000CC;
}

/* ------------------ User Messages ------------------ */
#container #content ul.usermessages {
	list-style: none;
	margin: -2px -25px 20px -25px;
	font-size: 14pt;
}

#container #content ul.usermessages li{
	background: #FFFFCC url('info.gif') no-repeat .25em center;
	padding: 5px 5px 5px 25px;
	border: 1px dotted #ebb700;
}

#container #content ul.usermessages li.success{
	background: #CCFFCC url('icon_success.gif') no-repeat .25em center;
}
#container #content ul.usermessages li.error{
	background: #FFCCCC url('icon_error.gif') no-repeat .25em center;
	font-weight: bold;
	text-decoration: blink;
}


.ui-tooltip{
	font-size: 10pt !important;
	padding: 4px;
}




/* forms */
#content ul.fields{
	margin: 0;
}
ul.fields li{
	padding: 10px 0;
}
ul.fields select{
	float:right;
	width: 500px;
}
input.text{
	border: none;
	border-bottom: 1px solid #999999;
	width: 500px;
	display: block;
	float: right;
}
input.boolean{
	position: absolute;
	right: 610px;
}
input.performance_field{
	border: none;
	border-bottom: 1px solid #999999;
	display: inline-block;
	width: 80px;
	margin-left: 10px;
}
#performance-fields li{
	display: inline-block;
	width: 300px;
}
ul.fields select,
ul.fields textarea,
ul.fields input.text{
	margin-right: 100px;
}
ul.fields textarea{
	width: 500px;
	display: block;
	float: right;
}
#content fieldset ul li{
	list-style: none;
}
#content fieldset ul li.inline ul{
	margin: 0;
}
#content fieldset ul li.inline ul li{
	width: auto;
	display: inline-block;
	position: relative;
}
#content fieldset ul li.inline ul li label{
	display: inline-block;
	margin-right: 5px;
}
#content fieldset ul li.inline ul li select,
#content fieldset ul li.inline ul li input.text{
	width: auto;
	display: inline-block;
	margin-right: 20px;
}
fieldset#submit,
fieldset#submit1,
fieldset#submit2{
	text-align: center;
}
fieldset#submit,
fieldset#submit1,
fieldset#submit2{
	border: none;
}
#content fieldset{
	border-top: 2px solid #cccccc;
	padding-bottom: 25px;
	margin-top: 15px;
}
#content fieldset legend{
	font-size: 14pt;
	color:#6E170E;
	font-weight: bold;
	padding-right: 5px;
}
#content fieldset#submit{
	border: 0;
}
fieldset#submit legend{
	display: none;
}
.errormessage{
	display: block;
	color: #bd5151;
	font-weight: bold;
}
#content fieldset ul li.inline ul li .errormessage{
	position: absolute;
}
.required{
	padding-left: 2px;
	color: #999;
}
fieldset ul.fields li .errormessage,
fieldset ul.fields li .help_text{
	margin-left: 310px;
	margin-top: 5px;
}
#submitbutton,
#submitbutton1,
#submitbutton2{
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	background-color: #F5F5CF;
	border: 1px solid #915938;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
#submit>div{
	display: block;
	margin: 20px auto;
	width: 310px;
}


#content hr{
	border: 0; height: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

blockquote{
	float: right;
	font-family: Georgia, serif;
	font-size: 16px;
	font-style: italic;
	text-align: center;
	width: 335px;
	margin: 1em 40px;
	padding: 0.5em 10px;
	line-height: 1.45;
	position: relative;
	color: #383838;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.title{
	font-style: italic;
	font-variant:small-caps;
	color: #333;
}

.help_text,
.errormessage{
	clear:both;
}

/* Captioned Photos (see javascript) */
div.caption{
	background: #DEB18A;
	display: inline-block;
}
div.caption span{
	display: block;
	padding: 5px;
	text-align: center;
	font-size: .8em;
}


/* TODO */
.todo{
	font-size: 1.2em;
	color: red;
	font-weight: bold;
}


/* Used on links page */
a.totop{
	display: block;
	float: right;
	position: relative;
	top: -20px;
	font-size: 80%;
}


/* Calendar */
.cal_month_calendar{
	margin-top: 20px;
	border: 1px solid #333;
}
.cal_month_calendar tr th,
.cal_month_calendar tr td{
	width: 130px;
}
#content table.cal_month_calendar tbody tr td{
	height: 120px;
	border: 1px solid #ddd;
	padding: 2px;
}
#content table.cal_month_calendar tbody tr td .cal_event{
	font-size: .9em;
	list-style: none;
	margin: 0;
}
#content table.cal_month_calendar tbody tr td .cal_event li{
	margin-top: 5px;
}
#content table.cal_month_calendar tbody tr td .caldate{
	font-weight: bold;
}




/* "Brady Bunch" style is used on the "Shows" page */
#content ul.bradybunch{
	list-style: none;
	margin: 0;
}
#content ul.bradybunch li{
	display: inline-block;
	width: 350px;
	margin-bottom: 20px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}
#content ul.bradybunch li span{
	font-weight: bold;
	background: #f1f1f1;
	border: 1px solid #ccc;
	display: inline-block;
	width: 340px;
	height: 100px;
	vertical-align: middle;
}
#content ul.bradybunch li span b{
	display: inline-block;
	margin-top: 35px;

}

#memberphotos{
	text-align: center;
}




/* Accounts */
#account{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #ccc;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-left-radius: 20px;
	padding: 5px 10px;
	width: 60px;
	text-align:center;
	height: 20px;
}
#account.inactive{
	width: 16px;
	height: 16px;
	padding: 0;
}
#account a{
	color: #5a829b;
	text-decoration:none;
	font-size: 95%;
	display: inline-block;
	padding-left: 10px;

}
#account.inactive a{
	display:none;
}


#cookbooknav{
	list-style-type:none !important;
	margin: 10px 0 !important;
	padding: 10px 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
#cookbooknav li{
	display: inline-block;
	margin-right: 20px;
}





/* Patron Admin Section */
/* NOTE: Not mobile optimized */
#patron_admin_top_drawer{
	background: #915938;
	height: 30px;
	padding: 10px;
}

#admin-filters{
	width: 890px;
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #666;
}
#admin-filters b{
	display: block;
	margin-bottom: 5px;
}
#admin-filters span{
	width: 260px;
	display: inline-block;
}
#admin-filters.small-labels span{
	width: 100px;
}
#admin-filters p{
	padding: 0;
}

.adminheader{
	position: relative;
	width: 910px;
	height: 80px;
}
.adminheader div.actions{
	position: absolute;
	display: block;
	right: 0;
	bottom: 0;
}






/* Homepage */
body.home #content{
	margin: 0 !important;
	padding: 0 !important;
}
body.home #container #content ul.usermessages {
	margin: 0 !important;
}
#homepage-reservations{
	height: 160px;
	width: 920px;
	background: url(OMP_Tickets_Small.png) no-repeat 10px center;
	border: 1px dotted #B22A37;
	margin-top: 20px;
	margin-bottom: 20px;
	left: 20px;
	position: relative;
}
#homepage-reservations h2,
#homepage-reservations h3,
#homepage-reservations h4,
#homepage-reservations p{
	margin-left: 200px;
}
#homepage-reservations a{
	display: block;
}

#content .homewidget{
	display: inline-block;
	vertical-align:top;
	margin: 20px;
}
#homepage.widgets-1 .homewidget{
	width: 940px;
}
#homepage.widgets-2 .homewidget,
#homepage.widgets-3 .homewidget,
#homepage.widgets-4 .homewidget{
	width: 420px;
}
#homepage.widgets-3 .homewidget:last-child{
	width: 940px;
}

#content .homewidget h3{
	margin: 10px 0 5px 0;
}
#content .homewidget h3 a{
	color: #75160E;
}
#content .homewidget ul{
	list-style:none;
	margin: 15px 0 0 0;
}
#content .homewidget ul li{
	position: relative;
	height: 64px;
	margin-bottom: 10px;
}
#content .homewidget ul li a,
#contnet .homewidget ul li a:hover{
	text-decoration: none;
	color: black;
}

a.more{
	display: block;
	font-size: 8pt;
}
.pr-img,
.news-img{
	position: absolute;
	background-size: cover;
	background-position: center;
	width: 110px;
	height: 64px;
	display: block;	
}
.news-headline,
.news-summary,
.pr-title,
.pr-dates{
	margin-left: 125px;
	display: block;
	position: relative;
}
.pr-dates,
.pr-loc,
.news-summary{
	font-size: .9em!important;
	color: #666!important;
}
.news-summary span{
	font-size: .8em;
}
.news-headline,
.event-detail-link,
.pr-title{
	font-weight: bold;
	font-size: 11pt;
}
.pr-loc{
	display:block;
	margin: 5px 0 10px 125px;
	font-size: .7em!important;
}


.date-icon-link{
	text-decoration:none !important;
}
.date-icon{
	background: url(calendar_icon.png);
	width: 48px;
	height: 48px;
	display: inline-block;
	text-align:center;
	position: relative;
}
.date-icon .date-icon-month{
	color: white;
	display: inline-block;
	position:relative;
	font-size: 12pt !important;
}
.date-icon .date-icon-day{
	position: absolute;
	top: 20px;
	left: 0;
	width: 48px;
	text-align:center;
	color: black;
	font-size: 14pt;
	font-weight: bold;
}
#homepage-events ul li{
	position: relative;
}
.event-detail{
	font-size: 11pt;
	width: 260px;
	height: 30px;
	position: absolute;
	left: 55px;
	top: 20px;
}
.event-detail.withdesc{
	top: 10px;
}
.event-detail a{
	color: black;
	font-weight: bold;
}
.event-detail span{
	font-size: .7em;
	display: block;
	color: #666;
}

.homepage-slider div{
	width: 100%;
	height: 320px;
	background-size: cover;
	background-position: center;
	position: relative;
}



#homepage .slide-description-container{
	width: 450px;
	height: 50px;
	z-index: 999;
	background-color: #191919;
	background-image: url(greyzz_inverse.jpg);
	opacity: .85;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px 15px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}
#homepage .slide-title{
	font-size: 16px;
	color: white;
	font-weight: bold;
	font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
}
#homepage .slide-description{
	color: white;
	display: block;
	font-size: 13px;
	line-height: 15px;
	margin-top: 5px;
	font-family: "Arial Narrow", Arial, sans-serif;
}

#content table th.actions,
#content table td.actions{
	padding: 0!important;
}
td.actions form,
td.actions form input{
	display:inline-block;
	margin-right: 2px;
}
