/* @override http://www.shakespearetavern.com/stylesheets/master.css */

/* @override http://www.shakespearetavern.com/stylesheets/master.css */

@import url(reset-fonts.css);

body{
	background: #100b08 url(images/wood-background.jpg) top center repeat-y;
}

/* @group Grid */

/* Columns
-------------------------------------------------------------- */

/* Sets up basic grid floating and margin. */
div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {float:left;margin-right: 8px;}

/* The last column in a row needs this class. */
div.last { margin-right: 0; }

/* Use these classes to set the width of a column. */
.span-1  { width: 32px;}
.span-2  { width: 72px;}
.span-3  { width: 112px;}
.span-4  { width: 152px;}
.span-5  { width: 192px;}
.span-6  { width: 232px;}
.span-7  { width: 272px;}
.span-8  { width: 312px;}
.span-9  { width: 352px;}
.span-10 { width: 392px;}
.span-11 { width: 432px;}
.span-12 { width: 472px;}
.span-13 { width: 512px;}
.span-14 { width: 552px;}
.span-15 { width: 592px;}
.span-16 { width: 632px;}
.span-17 { width: 672px;}
.span-18 { width: 712px;}
.span-19 { width: 752px;}
.span-20 { width: 792px;}
.span-21 { width: 832px;}
.span-22 { width: 872px;}
.span-23 { width: 912px;}
.span-24, div.span-24{ width: 952px; margin: 0; clear: both;}

div.full {
	clear: both;
}

.span-24, div.span-24, div.full:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	
}
/* Add these to a column to append empty cols. */
.append-1  { padding-right: 40px;}
.append-2  { padding-right: 80px;}
.append-3  { padding-right: 120px;}
.append-4  { padding-right: 160px;}
.append-5  { padding-right: 200px;}
.append-6  { padding-right: 240px;}
.append-7  { padding-right: 280px;}
.append-8  { padding-right: 320px;}
.append-9  { padding-right: 360px;}
.append-10 { padding-right: 400px;}
.append-11 { padding-right: 440px;}
.append-12 { padding-right: 480px;}
.append-13 { padding-right: 520px;}
.append-14 { padding-right: 560px;}
.append-15 { padding-right: 600px;}
.append-16 { padding-right: 640px;}
.append-17 { padding-right: 680px;}
.append-18 { padding-right: 720px;}
.append-19 { padding-right: 760px;}
.append-20 { padding-right: 800px;}
.append-21 { padding-right: 840px;}
.append-22 { padding-right: 880px;}
.append-23 { padding-right: 920px;}


/* Add these to a column to prepend empty cols. */
.prepend-1  { padding-left: 40px;}
.prepend-2  { padding-left: 80px;}
.prepend-3  { padding-left: 120px;}
.prepend-4  { padding-left: 160px;}
.prepend-5  { padding-left: 200px;}
.prepend-6  { padding-left: 240px;}
.prepend-7  { padding-left: 280px;}
.prepend-8  { padding-left: 320px;}
.prepend-9  { padding-left: 360px;}
.prepend-10 { padding-left: 400px;}
.prepend-11 { padding-left: 440px;}
.prepend-12 { padding-left: 480px;}
.prepend-13 { padding-left: 520px;}
.prepend-14 { padding-left: 560px;}
.prepend-15 { padding-left: 600px;}
.prepend-16 { padding-left: 640px;}
.prepend-17 { padding-left: 680px;}
.prepend-18 { padding-left: 720px;}
.prepend-19 { padding-left: 760px;}
.prepend-20 { padding-left: 800px;}
.prepend-21 { padding-left: 840px;}
.prepend-22 { padding-left: 880px;}
.prepend-23 { padding-left: 920px;}





/* @end */
div#shakespeare-tavern{
	width: 1008px;
	margin: 0 auto;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	background: url(images/wood-footer.jpg) center bottom no-repeat;
	min-height: 100%;
}

/* @group Typography and Utility Classes */

div#shakespeare-tavern a.collapsible { padding-left: 16px; background: url(images/icons/arrow-right.png) left 35% no-repeat; margin-left: -4px; }

div#shakespeare-tavern a.active.collapsible { background: url(images/icons/arrow-down.png) left center no-repeat; }

div#shakespeare-tavern ol,
div#shakespeare-tavern ul {
	margin: 1em 0;
	margin-left: 2.5em;
}

div#shakespeare-tavern ol li{
	list-style-type: decimal;
	margin-bottom: 0.25em;
}

div#shakespeare-tavern ul li{
	list-style-type: disc;
	margin-bottom: 0.25em;
}

div#shakespeare-tavern ul.address li{
	list-style-type: none;
	font-size: 1.33em;
	line-height: 1.33em;
	padding-left: 1em;
}

div#shakespeare-tavern ul.address.important{
	margin-top: 0;
}


div#shakespeare-tavern ul.address.important li{
	font-size: 2em;
	line-height: 1.2em;
	padding-left: 0;
}

div#shakespeare-tavern ul.address.important li strong{
	display: block;
	margin-bottom: 0.5em;
	font-size: 0.85em;
}


div#shakespeare-tavern h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #abc5ff;
	font-size: 1.33em;	
	margin-bottom: 0.5em;
	margin-top: 1em;
}

div#shakespeare-tavern .no-margin{
	margin-top: 0;
	margin-bottom: 0;
}

div#shakespeare-tavern .no-margin-bottom{
	margin-bottom: 0;
}

div#shakespeare-tavern .no-margin-top{
	margin-top: 0;
}


div#shakespeare-tavern h4{
	font-size: 1.25em;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	color: #d2d8b8;
	margin-bottom: 0.5em;
	margin-top: 1.67em;
}

div#shakespeare-tavern .indent{
	margin-left: 1em;
}

div#shakespeare-tavern .collapsed-content{
	background: #f1e8cf;
	padding: 20px 40px;
	border: 1px dotted #b39d86;
	margin-top: 1em;
}

div#shakespeare-tavern .collapsed-content h4{
	margin-top: 0; 
}

div#shakespeare-tavern .notice{
	background: #1e1b14;
	padding: 20px 40px;
	border-top: 3px solid #b39d86;
	margin-top: 3em;
	color: #dbd3be;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 0.9em;
}

div#shakespeare-tavern .notice h4:first-child{
	margin-top: 0;
}

div#shakespeare-tavern .notice h5{
	color: white;
}

/* @end */


/* @group Header */

/* @group social */

div#shakespeare-tavern div.social-links{
	position: absolute;
	top: 15px;
	left: 450px;
	font-style: italic;
	color: #808eab;
}

div#shakespeare-tavern div.social-links a{
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-right: 0.2em;
	margin-top: -3px;
}

div#shakespeare-tavern div.social-links a span.label{
	position: absolute;
	left: -9999em;
	top: -9999em;
}

div#shakespeare-tavern a.facebook span.indicator,
div#shakespeare-tavern a.twitter span.indicator,
div#shakespeare-tavern a.instagram span.indicator{
	display: block;
	background: red;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 0;
}

div#shakespeare-tavern div.social-links a.facebook{
	background: url(images/icons/facebook.png);
	margin-left: 0.4em;
}

div#shakespeare-tavern div.social-links a.twitter{
	background: url(images/icons/twitter.png);
}

div#shakespeare-tavern div.social-links a.google{
	background: url(images/icons/google.png);
}

div#shakespeare-tavern div.social-links a.instagram{
	background: url(images/icons/instagram.png);
}




/* @end */

/* @group navigation */

div#shakespeare-tavern div#header ul.navigation{
	float: left;
	white-space: nowrap;
	width: 100%;
}

div#shakespeare-tavern div#header ul.navigation > li{
	display: block;
	float: left;
	word-spacing: normal;
	line-height: 1em;
	margin-right: 1em;
	font-size: 1.1em;
	position: relative;
	padding-bottom: 2px;
}

body#home div#shakespeare-tavern div#header ul.navigation li.home > a,
body#now-playing div#shakespeare-tavern div#header ul.navigation li.now-playing > a,
body#education div#shakespeare-tavern div#header ul.navigation li.education > a,
body#about-us div#shakespeare-tavern div#header ul.navigation li.about-us > a,
body#support-us div#shakespeare-tavern div#header ul.navigation li.support-us > a{
	background-color: #0e4993;
}

body#home div#shakespeare-tavern div#header ul.navigation li.home a,
body#now-playing div#shakespeare-tavern div#header ul.navigation li.now-playing > a,
body#education div#shakespeare-tavern div#header ul.navigation li.education > a,
body#about-us div#shakespeare-tavern div#header ul.navigation li.about-us > a,
body#support-us div#shakespeare-tavern div#header ul.navigation li.support-us > a{
	color: white;
	text-decoration: none;
}

body#home div#shakespeare-tavern div#header ul.navigation li.home > a:hover,
body#now-playing div#shakespeare-tavern div#header ul.navigation li.now-playing > a:hover,
body#education div#shakespeare-tavern div#header ul.navigation li.education > a:hover,
body#support-us div#shakespeare-tavern div#header ul.navigation li.support-us > a:hover,
body#about-us div#shakespeare-tavern div#header ul.navigation li.about-us > a:hover{
	color: #fcd87f;
}

div#shakespeare-tavern div#header ul.navigation > li > a{
	color: #bfcad8;
	text-decoration: underline;
	display: block;
	padding: 0.4em 1em;
	text-shadow: 1px 1px black;
	font-weight: bold;
	background-color: #000f2d;
	border: 1px solid #213f65;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

div#shakespeare-tavern div#header ul.navigation > li:hover > a{
	color: white;
	background: #213f65;
}

div#shakespeare-tavern div#header ul.navigation li div.drop-down{
	position: absolute;
	top: 2em;
	background: #151a23;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 272px;
	border: 1px solid #213f65;
	border-top: none;
	display: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

div#shakespeare-tavern div#header ul.navigation li:last-child div.drop-down{
	right: -1px;
}

div#shakespeare-tavern div#header ul.navigation li:hover div.drop-down{
	display: block;
}

div#shakespeare-tavern div#header ul.navigation li div.drop-down ul{
	margin: 0 20px 1.5em 20px;
}

div#shakespeare-tavern div#header ul.navigation li div.drop-down ul li{
	list-style-type: disc;
	padding: 0;
	font-size: 0.85em;
	color: white;
	margin-left: 1.325em;
}

div#shakespeare-tavern div#header ul.navigation li div.drop-down ul li a{
	color: #bfcad8;
}

div#shakespeare-tavern div#header ul.navigation li div.drop-down ul li a:hover{
	color: white;
	background: none;
}


div#shakespeare-tavern div#header ul.navigation li div.drop-down h5{
	background: #213855;
	text-shadow: none;
	color: white;
	padding: 0.5em 20px;
	margin-bottom: 1em;
	display: block;
	white-space: normal;
	font-size: 0.85em;
	font-weight: bold;
	border-top: 1px solid #395a84;
}


/* @end */

div#shakespeare-tavern div#header{
	background: url(images/header.png) top repeat-x;
	position: relative;
	height: 70px;
	padding-left: 345px;
	padding-top: 42px;
	z-index: 5;
}

div#shakespeare-tavern div#header h1 a{
	display: block;
	position: absolute;
	top: 0;
	left: -30px;
	width: 343px;
	height: 134px;
	background: url(images/logo.png);	
}

body#education div#shakespeare-tavern div#header h1 a{
	background: url(images/logo_ed.png);
}

div#shakespeare-tavern div#header h1 a span{
	display: none;
}

div#shakespeare-tavern div#header form{
	position: absolute;
	right: 20px;
	top: 12px;	
	width: 252px;
}

div#shakespeare-tavern div#header form input{
	border: 1px solid #3e537e;
	background-color: #13213e;
	color: #808eab;
	padding: 0.2em;
	width: 192px;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}

div#shakespeare-tavern div#header form input.active{
	color: white;
}

div#shakespeare-tavern div#header form button{
	position: absolute;
	top: 0;
	left: 200px;
	border: 1px solid #304163;
	background: #0f285a url(images/white-overlays.png) repeat-x;
	color: #8797b5;
	padding: 0.4em 0.67em;
	font-size: 0.8em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-top-color: #304061;
}

div#shakespeare-tavern div#header form button:hover{
	color: white;
	background-color: #001f5d;
	cursor: pointer;
}


/* @end */

/* @group Content */

/* @group .wide */


div#shakespeare-tavern div#content.wide{
	background-position: -1994px 0;
	padding: 20px 20px 32px 20px;
}

div#shakespeare-tavern div#content.wide div#content-header{
	background-position: 0 -20px;
}

div#shakespeare-tavern div#content.wide div#content-footer{
	background-position: 0 -30px;
}



/* @end */

/* @group Secondary Content */

div#shakespeare-tavern div#content div.secondary-content{
	width: 208px;
	margin-right: 32px;
	padding: 0;
	padding-right: 0;
	padding-top: 1.975em;
	float: left;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

div#shakespeare-tavern div#content div.secondary-content .page-navigation{
	margin-bottom: 2.5em;
}

div#shakespeare-tavern div#content div.secondary-content ul {
	margin: 0;
	margin-bottom: 2em;	
	margin-left: 0;
}

div#shakespeare-tavern div#content div.secondary-content ul li{
	list-style-type: none;
	border-bottom: 1px dotted #cabd98;
	margin-bottom: 0;
	line-height: 1.2em;
}

div#shakespeare-tavern div#content div.secondary-content ul li.active a{
	background: #cbc1a3;
	color: #403820;
	font-weight: bold;
	text-decoration: none;
}

div#shakespeare-tavern div#content div.secondary-content ul li.active ul li a:hover{
	background-color: #e5dfce;
}

div#shakespeare-tavern div#content div.secondary-content ul li a{
	color: #615841;
	display: block;
	padding: 0.33em 0.25em;
	text-decoration: none;
}

div#shakespeare-tavern div#content div.secondary-content ul li a:hover{
	background: #e5dfce;
	text-decoration: none;
}

div#shakespeare-tavern div#content div.secondary-content ul li a:hover span.title{
	text-decoration: none;
}

div#shakespeare-tavern div#content div.secondary-content ul li a span.title{
	text-decoration: underline;
}

div#shakespeare-tavern div#content div.secondary-content ul li a span.date{
	display: block;
	font-size: 0.85em;
	line-height: 1.33em;
	color: #7e7564;
	margin-top: 0.25em;

}


div#shakespeare-tavern div#content .secondary-content h3{
	font-size: 2em;
	margin-bottom: 1em;
	margin-top: 0;
	color: #a97900;

}

div#shakespeare-tavern div#content .secondary-content h3 a{
	display: inline; 
	color: #a97900;
	padding: 0;
}

div#shakespeare-tavern div#content .secondary-content h3 a:hover{
	text-decoration: none;
	background: none;
}

div#shakespeare-tavern div#content .secondary-content h4{
		text-transform: none;
		font-variant: normal;
		border-bottom: 2px solid #c2b695;
		padding-bottom: 0.2em;
	color: #80692b;
}

/* @end */

/* @group Primary Content */

div#shakespeare-tavern #content div.primary-content img.mast-head {
	border: 8px solid #c6b196;
	width: 685px;
	height: 300px;
	margin-bottom: 1em;
	background: #fbf7ec;
}

div#shakespeare-tavern div#content div.primary-content{
	width: 712px;
	padding: 16px 0;
	margin: 0;
	margin-right: 12px;
	float: right;
}



div#shakespeare-tavern div#content div.primary-content p.important{
	font-size: 1.2em;
	margin-bottom: 0.7em;
}
/* @end */

/* @group bootstrap */

/* @group images */

/* @end */

div#shakespeare-tavern div#content{
	background: url(images/content-background.jpg) repeat-y;
	background-position: -997px 0;
	margin-top: 72px;
	position: relative;
	color: #55260c;
	padding: 0 16px;
	padding-bottom: 32px;
	margin-bottom: 48px;
	z-index: 1;
	width: 964px;
	font-size: 1.1em;	
}

div#shakespeare-tavern div#content:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

div#shakespeare-tavern div#content div#content-header{
	background: url(images/content-borders.jpg) no-repeat;
	background-position: 0 0;
	height: 10px;
	width: 100%;
	position: absolute;
	top: -10px;
	left: 0;
}

div#shakespeare-tavern div#content div#content-footer{
	background: url(images/content-borders.jpg) no-repeat;
	background-position: 0 -10px;
	height: 10px;
	width: 100%;
	position: absolute;
	bottom: -10px;
	left: 0;
}



/* @end */

/* @group Typography */

/* @group headers */

div#shakespeare-tavern #content h2 {
	z-index: 2;
	color: #233553;
	margin-top: 0.25em;
	margin-bottom: 0.75em;
	font: 2.5em Palatino, Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
}

div#shakespeare-tavern #content h2 a.edit{
	display: block;
	width: 3em;
	margin-top: 0.33em;
	padding: 0.1em;
	padding-top: 0.2em;
	background: #b10025;
	border: 3px solid #7e0031;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #ebdcdd;
	text-align: center;
	line-height: 1em;
	font-size: 0.5em;
	text-decoration: none;

}

div#shakespeare-tavern #content h2 a.edit:hover{
	color: white;
	background: #720017;
	border-color: #540011;
}


div#shakespeare-tavern #content h3 {
	color: #a91538;
	font: 1.75em Palatino, Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
}

div#shakespeare-tavern #content div.image-title:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

div#shakespeare-tavern #content div.image-title{ padding-left: 80px; height: 1%;}
div#shakespeare-tavern #content div.image-title img{ width: 60px; float: left; margin-left: -80px;}
div#shakespeare-tavern #content div.image-title h3{ margin-top: 0; float: right;}


div#shakespeare-tavern #content h3.alternate {
	color: #233553;
	margin-top: 1.5em;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #e5d6c3;
}

div#shakespeare-tavern #content h3.column-header {
	border-bottom: 1px solid #c6ae92;
	margin-bottom: 1em;
}

div#shakespeare-tavern #content h3.script {
	font-size: 2em;
	margin-bottom: 0;
}

div#shakespeare-tavern #content h3 em{
	font-weight: bold;
	color: #650017;
}


div#shakespeare-tavern div#content h4{
	color: #c49200;
}

div#shakespeare-tavern div#content h4.photo-gallery-title{
	font-size: 0.85em;
	color: #654a00;
}

div#shakespeare-tavern div#content h5{
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

div#shakespeare-tavern #content h4.column-header {
	border-bottom: 1px dotted #e5dace;
	margin-bottom: 1em;
}


div#shakespeare-tavern div#content h4 a{
	color: #007f55;
}



/* @end */



div#shakespeare-tavern #content span.membership-price{
	color: #15803e;
	font-size: 1.33em;
	font-variant: small-caps;
	display: block;
	border-top: 1px solid;
	padding-top: 0.25em;
	margin-top: 1em;
}
div#shakespeare-tavern #content .subtle{
	color: #a97c55;
}

div#shakespeare-tavern #content em{
	font-style: italic;
	color: #a90032;
	font-size: 1.05em;
}



div#shakespeare-tavern #content a.feed-link img{
	position: relative;
	top: 5px;
}

/* @group lists */

div#shakespeare-tavern #content ul.bulleted{
	margin-left: 1em;
	margin-top: 0.5em;
}

div#shakespeare-tavern #content ul.bulleted li{
	margin-bottom: 0.33em;
	list-style-type: disc;
	margin-left: 1em;
}

/* @end */

div#shakespeare-tavern div#content hr{
	border: none;
	height: 1px;
	background: url(images/hr.png) repeat-x;
	position: relative;
}

div#shakespeare-tavern #content img.bordered{
	padding: 4px;
	background: #b39c7a;
}

div#shakespeare-tavern #content img.prepend-1{
	margin-left: 40px;
	margin-bottom: 2em;
}

div#shakespeare-tavern #content img.append-1{
	margin: 0.25em 0 2em 0;
}


/* @end */



/* @end */

/* @group Footer */

/* @group ul.blog-entries */

div#shakespeare-tavern div#footer ul.blog-entries{
	margin: 0;
}

div#shakespeare-tavern div#footer ul.blog-entries li{
	list-style-type: none;
	margin-bottom: 0.67em;
}

div#shakespeare-tavern div#footer ul.blog-entries li strong{
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	color: #afa597;
	display: block;
	margin-bottom: 0.1em;	
	font-weight: normal;
}


div#shakespeare-tavern div#footer ul.blog-entries li span.excerpt{
	font: 0.85em "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* @end */

div#shakespeare-tavern div#footer{
	padding-right: 16px;
	padding-left: 16px;
	width: 964px;
	margin-top: 64px;
	padding-bottom: 92px;
	color: #878577;
	background: url(images/footer2.png) bottom right no-repeat;
	z-index: 2;
	position: relative;

}

div#shakespeare-tavern div#footer div.notes{
	margin-top: 5em;
	text-align: center;
	color: #7e564d;
	font: 0.85em "Lucida Grande", Lucida, Verdana, sans-serif;
}

div#shakespeare-tavern div#footer:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

div#shakespeare-tavern div#footer span.blog-link{
	display: block;
	text-align: right;
	margin-top: 2em;
	
}

div#shakespeare-tavern div#footer span.blog-link a{
	color: #4d80e7;
}

div#shakespeare-tavern div#footer ul.links li{
	margin-bottom: 0.5em;
}

div#shakespeare-tavern div#footer a{
	color: #afa597;
	text-decoration: underline;
}


div#shakespeare-tavern div#footer a.facebook{
	margin-top: 0.75em;
}

div#shakespeare-tavern div#footer a.twitter,
div#shakespeare-tavern div#footer a.facebook,
div#shakespeare-tavern div#footer a.instagram{
	display: inline-block;
	padding-left: 24px;
	position: relative;
	margin-bottom: 0.25em;
}

div#shakespeare-tavern a.facebook span.indicator,
div#shakespeare-tavern a.twitter span.indicator,
div#shakespeare-tavern a.instagram span.indicator{
	display: block;
	background: red;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 0;
}

div#shakespeare-tavern a.facebook span.indicator{
	background: url(images/icons/facebook.png);
}

div#shakespeare-tavern a.twitter span.indicator{
	background: url(images/icons/twitter.png);
}

div#shakespeare-tavern a.instagram span.indicator{
	background: url(images/icons/instagram.png);
}




div#shakespeare-tavern div#footer a:hover{
	color: white;
}

div#shakespeare-tavern div#footer h5{
	color: #ffbe00;
	font-size: 1.5em;
	text-shadow: 1px 1px black;
	margin-bottom: 0.5em;
}

div#shakespeare-tavern div#footer .blog-syndication,
div#shakespeare-tavern div#footer .related-content,
div#shakespeare-tavern div#footer .learn-more{
	width: 304px;
	margin-right: 16px;
	float: left;	
}

div#shakespeare-tavern div#footer .blog-syndication h5{
	background: url(images/feather.png) left top no-repeat;
	padding-top: 108px;	
	padding-left: 32px;
	margin-top: -108px;
	margin-left: -32px;
	z-index: 2;
	
}

div#shakespeare-tavern div#footer .learn-more{
	margin: 0;
	color: #d8cfc3;
}

div#shakespeare-tavern div#footer .learn-more ul{
	margin-left: 0;
}

div#shakespeare-tavern div#footer .learn-more ul li{
	list-style-type: none;
}

/* @end */

/* @group Facebox */

#facebox .b {
  background:url(images/b.png);
}

#facebox .tl {
  background:url(images/tl.png);
}

#facebox .tr {
  background:url(images/tr.png);
}

#facebox .bl {
  background:url(images/bl.png);
}

#facebox .br {
  background:url(images/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

/* @end */

/* @group Masthead
 */

/* @group div#directions */

div#shakespeare-tavern div#masthead div#directions{
	display: none;
	background: #081913;
	padding: 12px;
	font: 1em/1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #ddd;
	margin-top: 1em;
}

div#shakespeare-tavern div#masthead div#directions:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/* @end */

/* @group body#now-playing */

body#now-playing div#shakespeare-tavern div#masthead h2{
	font-size: 0.85em;
	text-transform: uppercase;
	color: #80aa9c;
	margin-top: -1em;
}

body#now-playing div#shakespeare-tavern div#masthead h3{
	font-size: 2.5em;
	margin-top: 0;
	margin-bottom: 0.33em;
}

body#now-playing div#shakespeare-tavern div#masthead h3 a{
	color: #ffbe00;	
}

/* @end */

/* @group bootstrap */

div#shakespeare-tavern div#masthead{
	background: #99d093 url(images/green-background.jpg) repeat-y;
	margin-top: 56px;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #c9f1ce;
	padding: 20px;
	padding-bottom: 11px;
	margin-bottom: -16px;
	z-index: 2;
	width: 957px;
	min-height: 312px;
}


div#shakespeare-tavern div#masthead:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

div#shakespeare-tavern div#masthead a{
	color: #5e9ff1;	
}

div#shakespeare-tavern div#masthead a.buy-tickets{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

div#shakespeare-tavern div#masthead h2{
	font-size: 2.5em;
	color: #ffbd00;
	margin-bottom: 0.5em;	
}


div#shakespeare-tavern div#masthead p.important{
	font-size: 1.2em;
	line-height: 1.5em;
}

div#shakespeare-tavern div#masthead p strong{
	font-weight: bold;
	color: white;
	font-family: "Helvetica Neue";
	text-shadow: #a5ff8f 0 0 3px;
}

div#shakespeare-tavern div#masthead div.section-image-container{
	padding-right: 512px;
	position: relative;
	min-height: 320px;
}

div#shakespeare-tavern div#masthead .section-image,
div#shakespeare-tavern div#masthead video{
	width: 472px;
	max-height: 300px;
	background: #243e31;
	padding: 5px;
	position: absolute;
	right: 0;
	top: 0;
}

div#shakespeare-tavern div#masthead .section-image .credit{
  top: auto;
  bottom: 1em;
}

div#shakespeare-tavern div#masthead .section-image img{
	width: 100%;
	max-height: 300px;
	border: none;
}

div#shakespeare-tavern div#masthead div#masthead-header{
	background: url(images/green-top.jpg) no-repeat;
	height: 13px;
	width: 100%;
	position: absolute;
	top: -13px;
	left: 0;
}

div#shakespeare-tavern div#masthead div#masthead-footer{
	background: url(images/green-bottom.jpg) no-repeat;
	height: 11px;
	width: 100%;
	z-index: 2;
	position: absolute;
	bottom: -11px;
	left: 0;
}

/* @end */

/* @end */

/* @group Collections / Sections */

/* @group education */

/* @group superheros */

/* @group quote-image */

div.quote-image{
	padding-left: 240px;
	position: relative;
}

div.quote-image div.quote{
	height: 142px;
	background: #f3e2ca;
	overflow: auto;
	padding: 10px;
}

div.quote-image div.quote blockquote::before{ content: "“"; }
div.quote-image div.quote blockquote::after{ content: "”"; }


div.quote-image div.quote blockquote{
margin-bottom: 0.75em;	
}

div.quote-image img{
	position: absolute;
	left: 0;
	top: 0;
}


/* @end */

/* @end */

/* @end */

/* @group Sponsors */

div#shakespeare-tavern div.sponsors{
	width: 100%;	
}

div#shakespeare-tavern div.sponsors:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

div#shakespeare-tavern div.secondary-content div.sponsor,
div#shakespeare-tavern div.secondary-content div.membership{
	margin: 0 auto;
	margin-bottom: 1em;
}

div#shakespeare-tavern div.sponsor{
	width: 152px;
	margin-right: 8px;
	margin-bottom: 2em;
	        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline;
        color: #7e7661;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  text-align: center;
}

div#shakespeare-tavern div.sponsor p{
  font-size: 0.85em;
  line-height: 1.33em;
  margin-top: 0.5em;
}

div#shakespeare-tavern div.sponsor img{
	max-width: 152px;
	max-height: 152px;
	display: block;
	margin: auto;
}


/* @end */

/* @group news */

div#shakespeare-tavern div.news{
	width: 712px;
}

div#shakespeare-tavern div.news:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

div#shakespeare-tavern div.news h3{
	margin-bottom: -0.5em !important;
	padding-right
}


div#shakespeare-tavern div.news div.news-story{
	position: relative;
	font-size: 0.9em;
}

div#shakespeare-tavern div.news div.news-story span.date{
	background: url(images/date.png);
	width: 72px;
	display: block;
	height: 27px;
	line-height: 25px;
	color: #beb7a4;
	text-align: center;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 0.85em;
	float: right;
}

div#shakespeare-tavern div.news div.news-story span.date span.month{
	font-weight: bold;
	color: #d5d4d1;
	text-transform: uppercase;
}

/* @end */

/* @group Home */

/* @group div.recent-comments */

div#shakespeare-tavern div.recent-comments{
	margin-bottom: 1.33em;
}

div#shakespeare-tavern div.recent-comments div.comment{
	font-size: 0.85em;
}

div#shakespeare-tavern div.recent-comments div.comment p:before,
div#shakespeare-tavern div.recent-comments div.comment p:after{
	content: "“";
	font-size: 1.67em;
	color: #998c72;
	margin-left: -0.4em;
}

div#shakespeare-tavern div.recent-comments div.comment p:after{
	content: "”";
	margin-left: 0;	
}


div#shakespeare-tavern div.recent-comments div.comment{
	margin-bottom: 1em;
}

div#shakespeare-tavern div.recent-comments div.comment cite{
	text-align: right;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	color: #756951;
}

div#shakespeare-tavern div.recent-comments div.comment cite:before{
	content: "–";
}

/* @end */

/* @group miscellaneous */

body#home div#shakespeare-tavern div.news{
	width: 312px;
	float: left;
	margin-right: 16px;
}

div#shakespeare-tavern p.club-membership{
	padding-right: 80px;
	font-size: 0.85em;
	line-height: 1.4em;
	background: url(images/club-membership.jpg) top right no-repeat;
}

div#shakespeare-tavern p.donate{
	padding-left: 80px;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-top: -0.5em;
	margin-left: -19px;
	font-size: 0.85em;
	line-height: 1.4em;
	background: url(images/donate-box.png) top left no-repeat;
}

div#shakespeare-tavern p.email{
	padding-right: 90px;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-top: -0.5em;
	margin-right: -19px;
	font-size: 0.85em;
	line-height: 1.4em;
	background: url(images/email.png) 165px 10px no-repeat !important;
}

/* @end */

/* @group div#now-playing*/

div#shakespeare-tavern div#now-playing{
	background: url(images/now-playing.png);
	width: 728px;
	height: 420px;
	margin-left: -46px;
	margin-top: -40px;
	position: relative;
}

div#shakespeare-tavern div#now-playing div#show-card{
	padding-top: 50px;
	padding-left: 60px;
	z-index: 1;
	height: 360px;
	overflow: hidden;
}

div#shakespeare-tavern div#now-playing div#show-card *{
	z-index: 3;
}

div#shakespeare-tavern div#now-playing div#show-card span.now-playing{
	color: #c3cfe5;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 0.8em;
	text-transform: uppercase;
	margin-bottom: 0.75em;
	display: block;
	letter-spacing: 0.1em;
	word-spacing: 0.33em;
}

div#shakespeare-tavern div#now-playing div#show-card span.date,
div#shakespeare-tavern div#now-playing div#show-card span.credit{
	color: lightgrey;
	z-index: 3;
	right: 16px;
	top: 0;
	margin-top: 2.75em;
}

div#shakespeare-tavern div#now-playing div#show-card span.credit{
  position: absolute;
  top: 24px;
  right: 8px;
  white-space: nowrap;
  color: #888;
  background: url(images/black-pixel-50.png);
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 10px;
  line-height: 21px;
  padding: 0 4px;
}
div#shakespeare-tavern div#now-playing div#show-card a.buy-tickets{
	position: absolute;
	right: 42;
	top: 0;
}

div#shakespeare-tavern div#now-playing div#show-card .title-container{
	background: url(images/black-pixel-50.png);
	padding: 0.5em 16px;
	width: 630px;	
	position: absolute;
	bottom: 10px;
	z-index: 3;
}

div#shakespeare-tavern div#now-playing div#show-card h2{
	margin: 0;
	margin-bottom: 0.25em;
	z-index: 3;	
	display: block;
	font-size: 2em;
}

div#shakespeare-tavern div#now-playing div#show-card h2 a{
	color: white;
	font-style: italic;
}

div#shakespeare-tavern div#now-playing div#show-card img{
	z-index: 2;
	width: 662px;
	position: relative;
}


/* @end */

/* @group div#site-map */

/* @group bootstrap */

body#home div#shakespeare-tavern div#content div#content-header{
	height: 8px;
	top: -8px;
	}

body#home div#shakespeare-tavern div#content div#content-footer{
	height: 9px;
	bottom: -9px;
	background-position: bottom left;
}

body#home div#shakespeare-tavern div#content{
	background-position: 0 0;
}

body#home div#shakespeare-tavern div#content div.primary-content h3{
	color: #402c20;
	font-size: 2em;
}

body#home div#shakespeare-tavern div#content div.secondary-content h3{
	color: #996c1d;
	font-size: 1.5em;
	margin-bottom: 0.5em;
}

body#home div#shakespeare-tavern div#content div.primary-content{
	float: left;
	width: 680px;
	margin-right: 40px;
	padding-left: 8px;
}

body#home div#shakespeare-tavern div#content div.secondary-content{
	width: 232px;
	margin-right: 0;
}


/* @end */

div#shakespeare-tavern div#site-map{
	font-family: "Helvetica";
	font-size: 0.85em;
	padding-top: 2em;
	clear: both;
}

div#shakespeare-tavern div#site-map h3{
	margin-bottom: 0;
}

div#shakespeare-tavern div#site-map ul {
	margin: 0;
	margin-bottom: 1.5em;
}

div#shakespeare-tavern div#site-map ul li{
	list-style-type: none;
}

div#shakespeare-tavern div#site-map h5{
	color: #65504b;
}

div#shakespeare-tavern div#site-map .span-4{
	margin-right: 24px;
}

div#shakespeare-tavern div#site-map .span-4.last{
	margin-right: 0;
}

/* @end */

/* @group Note */

div#shakespeare-tavern div.note{
	width: 332px;
	background: url(images/note2.jpg) top right repeat-y;
	padding: 10px;
	float: left;
	color: #224542;
	margin-top: 3.875em;
}

div#shakespeare-tavern div.note h3{
	color: #997c32 !important;
	margin-top: 0.25em;
	margin-bottom: 0.275em;
	font-size: 1.5em !important;
	letter-spacing: normal !important;
}

div#shakespeare-tavern div.note div.note-footer{
	background: url(images/note-footer.jpg) bottom right;
	width: 352px;
	height: 120px;
	margin-bottom: -10px;
	margin-left: -10px;
	margin-top: -110px;
}

/* @end */


/* @end */

/* @group People */

/* @group ul.people-name-only */

div#shakespeare-tavern ul.people-name-only{	
	margin-top: 1em;
	margin-left: 0;
	margin-right: -32px;
	margin-bottom: 2em;
}

div#shakespeare-tavern ul.people-name-only:after,
div#shakespeare-tavern ul.people-name-only li:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

div#shakespeare-tavern div#content ul.people-name-only li{
	font-size: 1em;
	list-style-type: none;
	width: 180px;
	padding: 4px;
	padding-left: 40px;
	margin-right: 8px;
	margin-bottom: 1em;
	margin-left: -4px;
	float: left;
	border: 1px solid transparent;
}

div#shakespeare-tavern div#content ul.people-name-only li:hover{
	background-color: #fff7e4;
	border-color: #c2b695;
}

div#shakespeare-tavern div#content ul.people-name-only li span.name{
	line-height: 32px;
}

div#shakespeare-tavern div#content ul.people-name-only li span.job-title,
div#shakespeare-tavern div#content ul.people-name-only li span.email-address,
div#shakespeare-tavern div#content ul.people-name-only li span.phone-extension{
	color: #ba9c82;
	font: 0.67em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	display: block;

}

div#shakespeare-tavern div#content ul.people-name-only li span.job-title{
	color: #998965;
	font-weight: bold;
	margin-bottom: 0.25em;
}

div#shakespeare-tavern div#content ul.people-name-only li span.email-address a{
	color: #ba9c82;
}

div#shakespeare-tavern div#content ul.people-name-only li a{
	display: block;
	color: #1f7e5d;
}

div#shakespeare-tavern div#content ul.people-name-only li img{
	display: block;
	float: left;
	height: 34px;
	width: 24px;
	padding: 1px;
	background: #ccc5ae;
	margin-left: -36px;
}


/* @end */



/* @end */

/* @group ul.comments */

div#shakespeare-tavern ul.comments{
	margin: 0;
}

div#shakespeare-tavern ul.comments li{
	list-style-type: none ;
	font: 0.85em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: url(images/hr.png) bottom repeat-x;
	padding-bottom: 1em;
}

div#shakespeare-tavern ul.comments li div.author{
	text-align: right;
	margin-top: 1.5em;
	font-size: 0.85em;
	font-weight: bold;
}


/* @end */

/* @group Photo-container */

div#shakespeare-tavern div.photo-container{
	padding: 8px;
	padding-bottom: 0;
	padding-right: 0;
	background: #e5e1d1;
	border: 1px dotted #dad2bd;	
	margin-bottom: 1.5em;
}

div#shakespeare-tavern div.photo-container img{
	padding: 4px;
	background: white;
	margin-right: 0.5em;
	margin-bottom: 8px;
	width: 72px;
	height: 48px;
}

div#shakespeare-tavern div.photo-container a:hover img{
	background: #009866;
}

/* @end */

/* @group Now Playing */

/* @group Bardometer */

div#shakespeare-tavern div#bardometer{
	background: url(images/bardometer.jpg) top left no-repeat;
	padding-top: 60px;
	padding-left: 82px;
	padding-right: 80px;
	padding-bottom: 50px;
	line-height: 75px;
	font-size: 3.5em;
	text-align: center;
	text-indent: 0.33em;
	margin-top: 0.25em;
	position: relative;
}

div#shakespeare-tavern div#bardometer div.description h5{
	margin-top: 0;
}

div#shakespeare-tavern div#bardometer div.description{
	position: absolute;
	text-align: left;
	width: 300px;
	background-color: #fdfaf1;
	text-decoration: none;
	display: block;
	padding: 1em;
	border: 1px solid #5c4c3a;
	z-index: 1;
	left: -3.5em;
	text-indent: 0;
  font: 0.225em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  visibility: hidden;
}

div#shakespeare-tavern div#bardometer:hover div.description{
	visibility: visible;
  
}

div#shakespeare-tavern div#bardometer div.description span.indicator{
	display: block;
	background: url(images/tick-down.png) no-repeat;
	position: absolute;
	width: 8px;
	height: 8px;
	left: 50%;
	top: 0;
	margin-left: -4px;
	margin-top: -8px;
}




/* @end */

/* @group dl */

div#shakespeare-tavern dl dd,
div#shakespeare-tavern dl dt{
	display: block;
}

div#shakespeare-tavern dl dt{
	text-transform: uppercase;
	font-size: 0.85em;
	color: #80692b;
	letter-spacing: 0.25em;
	margin-top: 1em;
	margin-bottom: 0.25em;
}

div#shakespeare-tavern dl dd{
	display: block;
	font-size: 0.85em;
}


/* @end */

/* @group table.performance-calendar */

div#shakespeare-tavern table.performance-calendar{
	width: 100%;
	text-align: center;
	border: 1px solid #cebe97;
	border-collapse: collapse;
	font-size: 1.25em;
}

div#shakespeare-tavern table.performance-calendar thead{
	border: none;
}

div#shakespeare-tavern table.performance-calendar thead tr.calendar-header th{
	padding: 0.67em 0.25em;
	padding-bottom: 0.75em;
	background: url(images/brown.jpg);
	text-align: center;
}
div#shakespeare-tavern table.performance-calendar thead tr th a{
	text-align: center;
	color: white;
	font-size: 1.25em;
	text-decoration: none;
	font-style: italic;
}

div#shakespeare-tavern table.performance-calendar tr.days{
	border-top: 1px solid #ccc;
}
div#shakespeare-tavern table.performance-calendar tr.days td{
	border-bottom-color: #a97c6e;
	color: #8a1236;
	font-size: 1.1em;
	background-color: #cbc5ae;
	padding: 0.25em;
}

div#shakespeare-tavern table.performance-calendar td{
	background: #ddd8c7;
	color: #5f4c47;
	padding: 0.5em 0.25em;
	font-size: 0.9em;
	border: 1px solid #cbc5ae;
}

div#shakespeare-tavern table.performance-calendar td div.entry{
	position: relative;
}

div#shakespeare-tavern table.performance-calendar td div.entry > a{
	background-color: #c3ddd5;
	text-decoration: none;
	display: block;
	padding: 0.5em 0.25em;
	margin: -0.5em -0.25em;
}

div#shakespeare-tavern table.performance-calendar td div.entry > a:hover{
	background-color: #009866;
	color: white;
}

div#shakespeare-tavern table.performance-calendar td div.entry:hover div.more-information{
	display: block;
}

div#shakespeare-tavern table.performance-calendar td div.entry div.more-information{
	display: none;
	background: #fdfaf1;
	width: 192px;
	position: absolute;
	left: 50%;
	margin-left: -100px;
	top: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 0.75em;
	padding: 0.25em;
	z-index: 2;
	border: 1px solid #8f8272;
}

div#shakespeare-tavern table.performance-calendar td div.entry div.more-information span.indicator{
	display: block;
	background: url(images/tick-down.png) no-repeat;
	position: absolute;
	width: 8px;
	height: 8px;
	left: 50%;
	top: 0;
	margin-left: -4px;
	margin-top: -8px;
}



/* @end */

div#shakespeare-tavern img.show-photo{
	border: 3px solid #b6aa84;
	width: 700px;
	margin-bottom: 2em;
}

div#shakespeare-tavern div.show-card:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

div#shakespeare-tavern div.additional-information{
	float: left;
	width: 232px;
	padding-left: 18px;
	margin-left: 10px;
}

div#shakespeare-tavern div.additional-information div#show-roles,
div#shakespeare-tavern div.additional-information div#show-duration,
div#shakespeare-tavern div.additional-information div#show-times{
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 0.85em;
  line-height: 1.33em;
}

	
div#shakespeare-tavern div.show-card{
	font-size: 1.1em;
}

div#shakespeare-tavern div.show-card a.buy-tickets{
	float: none;
	margin-bottom: 1em;
}

div#shakespeare-tavern div.show-card .span-11{
	overflow: hidden;
}



div#shakespeare-tavern h2 span.season-identifier{
	font-size: 0.67em;
	color: #c49200;
	display: block;	
	margin-bottom: 1em;
	font-style: italic;
}

div#shakespeare-tavern h2 span.time{
	display: block;	
	color: #2a59a8;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 0.4em;
	margin-top: 0.25em;
	margin-bottom: 0.5em;
	letter-spacing: normal;
}

div#shakespeare-tavern h2.buy-tickets{
	padding-right: 4em;
	position: relative;
	font-size: 3em !important;
}

div#shakespeare-tavern h2.buy-tickets a{
	position: absolute;
	right: 0;
}

/* @group div.performance */

div#shakespeare-tavern div.performance{
	margin-bottom: 1.33em;
}

div#shakespeare-tavern div.performance h4{
	margin-top: 0;
}

div#shakespeare-tavern div.performance p{
	font-size: 0.85em;
	line-height: 1.2em;
}

div#shakespeare-tavern div.performance span.time{
	display: block;	
	color: #b88d5b;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	font-size: 0.85em;
	line-height: 1.1em;
	margin-bottom: 0.67em;
	margin-top: -0.25em;
}



/* @end */



/* @end */

/* @group Letters From Jeff */

div#shakespeare-tavern .letter-excerpt{
	background: #f8f4e9;
	color: #55260c;
	padding: 12px;
	padding-left: 88px;
	padding-bottom: 2em;
	border: 4px solid #b49b7c;
	position: relative;
}

div#shakespeare-tavern .letter-excerpt img{
	float: left;
	margin-left: -80px;
}

div#shakespeare-tavern .letter-excerpt p.excerpt a{
	position: absolute;
	right: 8px;
	bottom: 8px;
}

div#shakespeare-tavern .letter-excerpt p.excerpt:before,
div#shakespeare-tavern .letter-excerpt p.excerpt:after{
	content: "“";
	font-size: 1.4em;	
}

div#shakespeare-tavern .letter-excerpt p.excerpt:after{
	content: "”";
}

div#shakespeare-tavern #content h2 span.letter-title{
	font-size: 0.67em;
	color: #0e4993;
	display: block;
}

/* @end */

/* @group Menu */

div#shakespeare-tavern div#content table.menu {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	table-layout: fixed;
	color: #3e2714;
	width: 100%;
}

div#shakespeare-tavern table.menu thead{
	display: none;
}

div#shakespeare-tavern div#content table.menu tbody{
	table-layout: fixed;
	vertical-align: top;
}

div#shakespeare-tavern table.menu tbody tr td{
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

div#shakespeare-tavern table.menu tbody tr td.name{
	font-weight: bold;
	font-size: 0.95em;
	width: 152px !important;
	padding-right: 40px;
}


div#shakespeare-tavern table.menu tbody tr{
	border-top: 1px solid #d8c5a1;
}


div#shakespeare-tavern table.menu tbody tr td.description{
	font-size: 0.85em;
	line-height: 1.4em;
	padding-bottom: 1em;
	padding-right: 40px;
	width: 256px;
	color: #8c703e;
}

div#shakespeare-tavern table.menu tbody tr td.description ul{
	margin: 0;
}

div#shakespeare-tavern table.menu tbody tr td.description ul li{
	margin-bottom: 0;
	display: inline;
	padding-right: 0.1em;
}

div#shakespeare-tavern table.menu tbody tr td.description ul li:after{
	content: ",";
}

div#shakespeare-tavern table.menu tbody tr td.price{
	color: green;
	width: 72px;
	font-weight: bold;
	font-size: 0.85em;
}

div#shakespeare-tavern table.menu tbody tr td.price dl:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

div#shakespeare-tavern table.menu tbody tr td.price dl dt{
	color: #a97c55;
	display: block;
	float: left;
	clear: left;
	margin-right: 1em;
	line-height: 1.4em;
}

div#shakespeare-tavern table.menu tbody tr td.price dl dd{
	display: block;
	float: left;
}
/* @end */

/* @group Blog */

div#shakespeare-tavern div#content div.blog-entries div.entry{
	margin-bottom: 2em;
}

div#shakespeare-tavern div#content div.blog-entries div.entry h3{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: normal;
	font-weight: bold;
}

div#shakespeare-tavern div#content div.blog-entries div.entry h3 a{
	color: #d87000;
}
	
div#shakespeare-tavern div#content div.blog-entries div.entry span.time{ 
	display: block;
	margin-top: -1em;
	margin-bottom: 1em;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #b79c7f;
}

div#shakespeare-tavern div#content
div.blog-entries div.entry p.excerpt{
	font-size: 0.85em;
	color: #5f5230;
}
/* @end */

/* @group Search */

div#shakespeare-tavern #content div#search-form{
	width: 632px;
	background: #f1eee4;	
	padding: 8px;
	margin-bottom: 2em;
	border: 1px solid #d8c0a1;
}

div#shakespeare-tavern #content div#search-form input{
	width: 512px;
	font-size: 1.3em;
	color: #888;
	background: white;
	border: 1px solid #a98354;
	padding: 0.27em;
	margin-right: 8px;
	margin-bottom: 0;
}





div#shakespeare-tavern #content div#search-results{
	margin-right: -8px;

}

div#shakespeare-tavern #content div.search-result{
	padding: 8px 16px 8px 8px;
	margin-right: 16px;
	position: relative;
	z-index: 2;
	border-bottom: 1px solid #ebdfd3;
	color: #90806b;
	font-size: 0.9em;
}

div#shakespeare-tavern #content div.search-result span.title a{
	color: #006e4a;
	margin-bottom: 0.25em;
	display: block;
	font-size: 1.1em;
}

div#shakespeare-tavern #content div.search-result.even{
	background: #f1eee4;
}



div#shakespeare-tavern #content div.search-result span.title{
	display: block;
	font-size: 1.25em;
}

div#shakespeare-tavern #content div.search-result span.permalink{
	display: block;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 0.9em;
	color: #a98354;
	font-weight: bold;
}


/* @end */

/* @group People */

/* @group bootstrap */

div#shakespeare-tavern #content h2 span.job-title{
	font-size: 0.67em;
	color: #0e4993;
	display: block;
}

/* @end */

/* @group div.people-meta */

div#shakespeare-tavern div.person-meta{
	float: right;
	width: 192px;
	padding: 4px;
	margin: -7em 0 0 40px;
}

div#shakespeare-tavern div.person-meta img{
	padding: 4px;
	background: #b8a084;
	width: 186px;
	margin-bottom: 1em;
}

div#shakespeare-tavern div.person-meta dl{
	margin-top: 1em;
}

div#shakespeare-tavern div.person-meta dl dt{
	text-transform: uppercase;
	font-size: 0.85em;
	color: #ba9c82;
	margin: 0;
	margin-bottom: 0.25em;
	letter-spacing: 0.25em;
}

div#shakespeare-tavern div.person-meta dl dd{
	margin: 0;
	margin-bottom: 1em;
}
/* @end */

/* @group div.board-members */

div#shakespeare-tavern div.board-members div.person{
	margin-bottom: 0.7em;
}

div#shakespeare-tavern div.board-members div.chair.person{
	font-size: 1.5em;
}

div#shakespeare-tavern div.board-members div.president.person{
	font-size: 1.5em;
}


div#shakespeare-tavern span.company{
	display: block;
	color: #b59d7f;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 0.85em;
}


div#shakespeare-tavern ul.board-members{
	margin: 0;
	margin-top: 1em;
	margin-right: -8px;
}

div#shakespeare-tavern ul.board-members li{
	margin: 0;
	list-style-type: none;
	width: 172px;
	height: 4em;
	margin-right: 8px;
	margin-bottom: 1em;
	float: left;
}

/* @end */

/* @group table.people */

div#shakespeare-tavern table.people{	
	margin-top: 1em;
	margin-left: 0;
	margin-right: -32px;
	margin-bottom: 2em;
}

div#shakespeare-tavern table.people td:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

div#shakespeare-tavern table.people tr td{
	padding-bottom: 1em;
	vertical-align: top;	
}

div#shakespeare-tavern table.people td{
	font-size: 1.25em;
	list-style-type: none;
	width: 180px;
	padding: 4px;
	padding-left: 48px;
	overflow: hidden;
	vertical-align: top;
}

div#shakespeare-tavern table.people td span.name{
	display: block;
	margin-top: -2px;
	margin-bottom: -2px;
}

div#shakespeare-tavern table.people td span.job-title,
div#shakespeare-tavern table.people td span.email-address,
div#shakespeare-tavern table.people td span.phone-extension{
	color: #ba9c82;
	font: 0.67em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 185px;
}

div#shakespeare-tavern table.people td span.job-title{
	color: #998965;
	font-weight: bold;
	margin-bottom: 0.25em;
}

div#shakespeare-tavern table.people td span.email-address a{
	color: #ba9c82;
}

div#shakespeare-tavern table.people td a{
	display: block;
	color: #1f7e5d;
}

div#shakespeare-tavern table.people td img{
	display: block;
	min-height: 32px;
	max-height: 60px;
	width: 30px;
	padding: 1px;
	background: #ccc5ae;
	margin-left: -44px;
	float: left;
}


/* @end */



/* @end */

/* @group ul.address */

div#shakespeare-tavern ul.address{
	font-size: 0.75em;
	line-height: 1.33em;
	margin: 2em 0 2em 0;
}
div#shakespeare-tavern div#masthead ul.address strong{
	font-size: 1.2em;
	font-weight: normal;
	margin-left: -1em;
}

/* @end */

/* @group div.actions */

div#shakespeare-tavern div.actions{
	margin-top: 1em;
}

div#shakespeare-tavern div.actions:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

div#shakespeare-tavern div.actions a{
	float: right;
}


div#shakespeare-tavern a.button{
	float: left;
	padding-right: 3px;
	background: url(images/button-right.png) right no-repeat;
	display: block;
	height: 32px;
	line-height: 32px;
	font-size: 18px;
	color: #eee !important;
	font-weight: bold;
	text-shadow: #65151c 0 -1px 0;
	text-decoration: none;
}

div#shakespeare-tavern  .button span{
	display: block;
	padding-left: 8px;
	padding-right: 6px;
	background: url(images/button-left.png) left no-repeat;
}

div#shakespeare-tavern a.button:hover{
	background: url(images/button-right-on.png) right no-repeat;
	text-decoration: none;
}

div#shakespeare-tavern a.button:hover span{
	background: url(images/button-left-on.png) left no-repeat;
}
/* @end */

/* @group ad-rates */

#support-us table td,
#support-us table th{ padding: 0.5em 0.8em;  }
#support-us table td{ 
	padding: 0.5em 0.8em;  
	border: 1px solid;
}

#support-us .additional-services-and-fees{
  margin-bottom: 1em;
}

#support-us .additional-services-and-fees h1,
#support-us .current-season h1{
		font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;	
	margin-bottom: 0.5em;
	margin-top: 1em;
}

#support-us .additional-services-and-fees h2{
  	font-size: 1.25em !important;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
	font-weight: bold !important;
	letter-spacing: normal !important;
	color: #d2d8b8;
	margin-bottom: 0.2em !important;
	margin-top: 1.67em;

}

/* @end */


/* @end */

/* @group a.buy-tickets */
div#shakespeare-tavern a.buy-tickets{
	display: block;
	width: 155px;
	height: 88px;
	background: url(images/buy-tickets.png) no-repeat;
	float: right;
	margin-right: -50px;
}


div#shakespeare-tavern a.buy-tickets span{
	display: none;
}

div#shakespeare-tavern a.buy-tickets:hover{
	background-position: 0 -88px;
}

/* @end */

/* @group Forms */
div#shakespeare-tavern label{
	display: block;
	margin-top: 1em;
	margin-bottom: 0.33em;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #674633;
}


div#shakespeare-tavern form#comment_form{
	background: #dad2bd;
	padding: 10px 20px;
	border: 1px dotted #b19f8b;
}

div#shakespeare-tavern form#comment_form textarea{
	width: 382px;
}


div#shakespeare-tavern textarea,
div#shakespeare-tavern input[type="text"]{
	margin-top: 0.25em;
	margin-bottom: 1em;
	border: 1px solid #aba189;
	font-size: 1.1em;
	padding: 0.25em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	width: 312px;
	background: #fffbf2;
	color: inherit;
}

div#shakespeare-tavern textarea:focus,
div#shakespeare-tavern input:focus,
div#shakespeare-tavern input.active{
	background: white;
}

div#shakespeare-tavern button.button{
	display: -moz-inline-block;
    display: -moz-inline-box;
    display: inline-block;
    padding: 0 0 0 12px !important;
	height: 34px;
    border: none; 
    font-weight: bold; 
    font-size: 1em; 
    margin: 0;
	cursor: pointer !important;
	background: url(images/button-left-green.jpg) left top repeat-x;
	font-variant: normal;
}

div#shakespeare-tavern button.button:hover{
background: url(images/button-left-red.jpg) left top repeat-x;
}

div#shakespeare-tavern button.button:hover span{
	background: url(images/button-right-red.jpg) top right no-repeat;
	color: white;
}

div#shakespeare-tavern button.button span{
	background: url(images/button-right-green.jpg) top right no-repeat;
	padding: 0;
	padding-right: 12px;
	height: 100%;
	display: block;
	line-height: 34px;
	color: #fff;

}


/* @end */

/* @group Miscellaneous */


.image-container{
  position: relative;
}

.image-container span.credit{
  position: absolute;
  top: 1em;
  right: 1em;
  white-space: nowrap;
  color: white;
  background: black;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

span.icon {
	width: 18px;
	height: 16px;
	display: block;
	float: left;
	margin-right: 6px;
	position: relative;
	background-repeat: no-repeat;
}

span.inline-icon {
	display:inline;  
	overflow:hidden; 
	padding-left:16px; 
	padding-bottom: 3px; 
	position: relative;
	top: -1px;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-left: 2px;
	margin-right: 2px;
}

span.zip{
	background: url(images/icons/zip.png) no-repeat;
}

span.pdf{
	background: url(images/icons/pdf.png) no-repeat;
}
span.document{
	background: url(images/icons/document.png) no-repeat;
}

/* @end */

/* @group table.books */

table.books th,
table.books td{
	padding: 0.5em;
}

table.books th{
  font-weight: bold;
  display: none;
}

table.books td{
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  padding: 0.25em 0.5em;
}

table.books tr th:first-child,
table.books tr td:first-child{
padding-left: 0;  
}

/* @end */

/* @group Education */

#education div#shakespeare-tavern div#masthead a{
	position: absolute;
	right: 0;
	top: 290px;
}

/* @end */

/* @group layouts */

/* @group ad-rates */

.layout--ad-rates #content table{
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  padding: 0.5em 0.5em; 
  margin-bottom: 1em; 
  width: 100%;
}

.layout--ad-rates #content table thead th{
	font-weight: 600;
}

.layout--ad-rates #content .contact-us{
  	font-size: 1.25em !important;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
	font-weight: bold !important;  
	margin-bottom: 2em;
	display: block;
}


.layout--ad-rates div#content section.current-season{
	padding-left: 136px;
}

.layout--ad-rates div#content section.current-season h1{
	margin-left: -136px !important;
}

.layout--ad-rates div#content section.current-season h2{
	font-size: 1em !important;
	letter-spacing: normal !important;
	float: left;
	width: 136px;
	margin-left: -136px;  
	border-top: 1px solid;
	padding-top: 4px;
	clear: left;
}

.layout--ad-rates div#content section.current-season h2+.performance{
	border-top: 1px solid;
	padding-top: 4px;
	margin-top: 3px;
}

.layout--ad-rates div#content section.current-season .performance{
	margin-bottom: 0;
	width: 100%;
	float: left;
  
}
.layout--ad-rates div#content section.current-season h4{
	font-weight: normal !important;
	font-size: inherit;
	list-style-type: disc;
	display: list-item;
	color: #333;
	margin-bottom: 4px !important;
	margin-left: 1.2em;
}

/* @end */



/* @end */

