/* @override 
	http://librarytheatre.site/mmlib/css/librarytheatre/screen.css
	http://librarytheatre.devspace.net/mmlib/css/librarytheatre/screen.css
	http://librarytheatre.com/mmlib/css/librarytheatre/screen.css
	http://www.librarytheatre.com/mmlib/css/librarytheatre/screen.css
	http://thelibrarytheatre.site/mmlib/css/librarytheatre/screen.css
*/

/* @group Reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
img {display: block;}
img { -ms-interpolation-mode: bicubic; }
/* @end */

/* @group Defaults */
body {font-size:75%;color:#222;background:#fff;font-family:Arial, sans-serif;}
body { text-rendering: optimizelegibility; }
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:2em;margin-bottom:0.75em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em; font-size: 108%; }
a:focus, a:hover {color:#000;}
a {}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre, code {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
ol li {margin-left: 10px;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin:1.4em 0;width:100%;}
th {font-weight:bold;background:#C3D9FF;}
th, td {padding:4px 10px 4px 5px;}
tr.even td {background:#E5ECF9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;}
.clearfix:after, .container:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix, .container {display:inline-block;}
* html .clearfix, * html .container {height:1%;}
.clearfix, .container {display:block;}
.clear {clear:both;}
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select, form select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
.honeypot {display: none;}
/* @end */

/* @group Table Styles */

table {
	border-collapse: collapse;
}
table th {
	border: 1px solid #777;
	background-color: #DDD;
	color: #333;
	font-weight: normal;
}
table td {
	border: 1px solid #999;
}

table.layout, table.layout thead, table.layout th, table.layout tbody, table.layout td {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	color: #333;
}
/* @end */

/* @group Clearfix */
ul:after,
li:after,
#unit-production-cast-and-crew dl:after,
ol:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
} /* Clearfix */

* html ul,
* html #unit-production-cast-and-crew dl,
* html ol,
* html li   {
	zoom: 1; display: block; 
} /* Clearfix - IE6 */

*:first-child+html ul,
*:first-child+html ol,
*:first-child+html #unit-production-cast-and-crew dl,
*:first-child+html li { zoom: 1; } /* Clearfix - IE7 */
/* @end */


/* @group Links Styles */


a {
	color: #d20161;
	text-decoration: none;
}

a:hover {
	color: #f53494;
}


a:focus {
	outline: none;
}

a.more {
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	padding: 2px 4px 2px 4px;
	background:#d20161;
	margin: 0 6px 0 0;
}

a.more:hover {
	background: #f53494;
}

/* @end */

/* @group Typography */

/* @group Header Tags */

h1, h2, h3, h4, h5 {
	text-transform: uppercase;
	font-family: "Arial Narrow", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 18px;
	color: #333;
	font-weight: normal;
	line-height: 0.75em;
}

h1 {font-size: 32px;}
h2 {font-size: 20px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}

/* @end */

/* @group title-wrapper */
.title-wrapper {
	border-top: solid 3px #282828;
	border-bottom: solid 2px #282828;
	padding-top: 5px;
	padding-bottom: 2px;
	margin-bottom: 5px;
}

.title-wrapper h1, .title-wrapper h2, .title-wrapper h3, .title-wrapper h4, .title-wrapper h5 {
	margin-bottom: 5px;
}

.title-wrapper p, #unit-primary-production .title-wrapper p, #unit-secondary-production .title-wrapper p {
	margin-bottom: 0px;
}


#unit-secondary-productions .production .title-wrapper {
	border-color: #ce086a;
}

#unit-secondary-productions .production .title-wrapper h2, #unit-secondary-productions .production .title-wrapper p {
	color: #ce086a !important;
}

#unit-primary-production .title-wrapper {
	border-color: #fff;
}

#unit-primary-production .title-wrapper h2, #unit-primary-production .title-wrapper p {
	color: #fff !important;
}

/* @end */


.cufon-loading h1, 
.cufon-loading h2, 
.cufon-loading h3, 
.cufon-loading h4, 
.cufon-loading h5,
.cufon-loading #unit-primary-navigation ul li,
.cufon-loading p.prefix,
.cufon-loading p.dates,
.cufon-loading ul.performance-info,
.cufon-loading .production p.date,
.cufon-loading .template-news-detail .title-wrapper p.meta,
.cufon-loading #unit-page-nav .prev,
.cufon-loading #unit-page-nav .next,
.cufon-loading #unit-subnav ul li a,
.cufon-loading  #group-news-list-filters ul li,
.cufon-loading .title-wrapper p,
.cufon-loading .unit-footer p,
.cufon-loading .section-education-and-community #unit-sub-navigation ul li,
.cufon-loading .section-education-and-community #unit-sub-navigation p,
.cufon-loading #unit-page-navigation p{
	visibility: hidden;
}

.cufon-active h1, 
.cufon-active h2, 
.cufon-active h3, 
.cufon-active h4, 
.cufon-active h5,
.cufon-active #unit-primary-navigation ul li,
.cufon-active p.prefix,
.cufon-active p.dates,
.cufon-active ul.performance-info,
.cufon-active .production p.date,
.cufon-active .template-news-detail .title-wrapper p.meta,
.cufon-active #unit-page-nav .prev,
.cufon-active #unit-page-nav .next,
.cufon-active #unit-subnav ul li a,
.cufon-active #group-news-list-filters ul li,
.cufon-active .title-wrapper p,
.cufon-active .unit-footer p,
.cufon-active .section-education-and-community #unit-sub-navigation ul li,
.cufon-active .section-education-and-community #unit-sub-navigation p,
.cufon-active #unit-page-navigation p{

}

#unit-subnav h2 a .cufon-canvas,
#unit-subnav ul li .cufon-canvas,
#group-news-list-filters ul li .cufon-canvas,
p .cufon-canvas{
	margin-top: -4px;
}

/* @group Type other than headers that will use Cufon */

/* For Typography other than header tags that require being uppercase condensed, add to the list */

#unit-primary-navigation ul li,
p.prefix,
p.dates,
ul.performance-info,
.production p.date,
.template-news-detail .title-wrapper p.meta,
#unit-page-nav .prev,
#unit-page-nav .next,
#unit-subnav ul li,
#group-news-list-filters ul li,
.title-wrapper p,
.unit-footer p,
.section-education-and-community #unit-sub-navigation ul li,
.section-education-and-community #unit-sub-navigation p,
#unit-page-navigation p    {
	text-transform: uppercase;
	font-family: "Arial Narrow", Arial, Helvetica, Geneva, sans-serif;
}

p.date {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 10px;
}

/* @end */

/* @end */



/* @group Form Styles */

select {
	margin: 2em;
	display: block;
}

#donate-credit-or-debit {
	float: left;
	margin: 0 10px 18px 0;
}

#donate-direct-debit {
	margin: 0 10px 18px 0;
}


/* @end */

/* @group More Resets */

.unit:after, .group:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.unit, .group {display:inline-block;}
* html .unit, * html .group {height:1%;}
.unit, .group {display:block;}

html, body {height: 100%;}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fff url(/mmlib/images/librarytheatre/html_background.png) repeat-x left top;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}


body p {
	font-size: 12px;
	margin: 0 0 18px 0;
	line-height: 18px;
	color: #333;
}

#page-content {
	margin: 0 auto;
	width: 950px;
	text-align: left;
	padding-bottom: 200px;  /* must be same height as the footer */

}
#skiplinks {
	display: none;
}


#container,
.container {
	margin:0 auto;
	text-align:left;
	width:950px;
}

#container {
	min-height: 100%;
	margin-bottom: 0;
}

/* @end */

/* @group Header & Navigation */

/* @group Logo */

#unit-header {
	height: 96px;
	position: relative;
}
#logo span {
	display: block;
	position: absolute;
	text-indent: -9999px;
}
#unit-logo {
	position: absolute;
	z-index: 2;
	right: -5px;
	top: 0;
}



#unit-logo h1 {
	margin-bottom: 0;
}

#unit-logo div#logo {

}

/* @end */

/* @group Navigation */

#unit-primary-navigation {
	width: 950px !important;
}

#unit-primary-navigation ul {
	list-style: none inside;
	height: 35px;
	padding-top: 18px;
}

#unit-primary-navigation ul li {
	float: left;
	padding: 0 15px;
}

#unit-primary-navigation ul li:first-child {
	float: left;
	padding-left: 0;
}

#unit-primary-navigation ul li a {
	font-size: 16px;
	line-height: 16px;
	margin: 10px 0 0 0;
	color: #f53494;
}

#unit-primary-navigation ul li a:hover{
	color: #fff;
}

#unit-primary-navigation ul li.selected a {
	color: #fff;
}

/* @end  */
/* @end */

/* @group Layouts */

#primary-content,
#secondary-content,
#tertiary-content {
	margin-bottom: 30px;
}


/* @group two-col */

/* To be used for Two Col Detail pages. News, Production */

. two-col #primary-content {
	width: 700px;

}

.two-col #primary-content, .two-col #news-primary-content {
	width: 520px;
	margin-right: 30px;
	float: left;
}

.two-col #default-primary-content {
	width: 580px;
	float: right;
}

.two-col #primary-content .unit {
	width: 520px;
}

.two-col #secondary-content {
	width: 400px;
	margin: 0;
}

.two-col #secondary-content .unit{
	width: 370px;
}

/* @end */

/* @group two-col-right */

/* To be used for Two Col Default pages. Primary content on the right */

.two-col-right #primary-content{
	width: 600px;
	margin-right: 0;
	margin-left: 40px;
	float: right;
}

.two-col-right #default-primary-content {
	width: 600px;
	float: right;
}

.two-col-right #primary-content .unit {
	width: 600px;
}

.two-col-right #secondary-content {
	width: 310px;
	margin: 0;
}

.two-col-right #secondary-content .unit{
	width: 310px;
}

/* @end */

/* @group three-col */
.three-col #primary-content {
	float: left;
	width: 320px;
	margin-right: 30px;
}

.three-col #secondary-content {
	float: left;
	width: 330px;
	margin: 0 30px 0 0;
}

.three-col #tertiary-content {
	width: 240px;
	float: right;
	margin: 0 0 0 0;
}

/* @end */

/* @group full-width */

.full-width #primary-content #unit-content,
.full-width #primary-content #unit-search-results,
.full-width #primary-content,
.full-width #secondary-content {
	width: 950px;
	margin-right: 0;
}

/* @end */

/* @group Our Journey */


.template-our-journey #primary-content,
.template-our-journey #primary-content .unit {
	width: 400px;
	margin-right: 30px;
}

.template-our-journey #secondary-content {
	width: 520px;
}

.template-our-journey #secondary-content #media-gallery-wrap {
	height: 342px;
	position: relative;
	overflow: hidden;
	width: 520px;
	margin-bottom: 35px;
}

.template-our-journey #secondary-content #unit-media-gallery {
	overflow: hidden;
}

.template-our-journey #secondary-content .unit,
.template-our-journey #primary-content .unit {
	margin-bottom: 18px;
}

#media-gallery-wrap #gallery-nav {
	bottom: 0;
	right: 0;
	margin: 10px;
	position: absolute;	
	width: 46px;
	height: 21px;
	z-index: 100000;
}

#gallery-nav a {
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	cursor: pointer;
	width: 21px;
	height: 21px;
	text-indent: -10000px;
}

#gallery-nav a#next {
	background-image: url(/mmlib/images/librarytheatre/gallery-right.png);
	float: right;
}

#gallery-nav a#prev {
	background-image: url(/mmlib/images/librarytheatre/gallery-left.png);
	float: left;
}

#gallery-nav a:hover {
	background-position: 0 -21px;
}

/* @group Contact */


.template-contact #primary-content,
.template-contact #primary-content .unit {
	width: 400px;
	margin-right: 30px;
}

.template-contact #secondary-content {
	width: 520px;
}

.template-contact #secondary-content .unit,
.template-contact #primary-content .unit {
	margin-bottom: 18px;
}



/* @end */

/* @end */

/* @group Homepage Layouts */

/* @group Productions */

.featured-productions {

}

#unit-primary-production {
	width: 300px;
	height: 520px;
	padding: 10px 10px 10px 10px;
	background: #282828;
}

#unit-primary-production img {
	margin-bottom: 10px;
}

#unit-primary-production .production-details .title-wrapper {
	margin-bottom: 0;
}

#unit-primary-production .production-details .title-wrapper h2 {
	margin-bottom: 0;
}

#unit-primary-production .production-details .title-wrapper h2 a{
	color: #fff;
}

#unit-primary-production .production-details .title-wrapper p.dates {
	font-size: 13px;
}

#unit-primary-production .production-details {
	bottom: 165px;
	width: 300px;
}

#unit-primary-production p.prefix {
	margin-top: 2px;
	font-size: 13px;
}



#unit-secondary-productions .production {
	width: 320px;
	height: 140px;
	background: #fff;
	color: #000;
	padding: 0px !important;
	margin: 0 0 20px 0;
}

#unit-secondary-productions .production .title-wrapper:hover a {
	color: #f53494;
}

#unit-secondary-productions .production p, 
#unit-secondary-productions .production h2 {
	color: #333;
}

#unit-secondary-productions .production h2 {
	
	margin-bottom: 0;
}

#unit-secondary-productions .production p.excerpt {
	margin-bottom: 10px;
}



/* @end */

/* @group News */

.featured-articles {

}

.featured-articles .title-wrapper {
	margin-bottom: 10px;
	position: relative;
}

.featured-articles .title-wrapper h2 {
	
	font-size: 24px;
	margin-bottom: 0;
}

.featured-articles .title-wrapper p {
	
	font-size: 14px;
	margin-bottom: 0;
}

.featured-articles .title-wrapper .rss {
	position: absolute;
	top: 5px;
	right: 5px;
}

.featured-articles .article {
	border-bottom: 1px solid #282828;
	padding-bottom: 0;
	margin-bottom: 18px;
}

.featured-articles .article img {
	margin-bottom: 18px;
}

/* @end */

/* @group Related Information */

#tertiary-content #unit-join-our-mailing-list input.image {
	margin: 0px;
	vertical-align: middle;
}

#tertiary-content #unit-join-our-mailing-list input.text {
	border: none;
	height: 16px;
	line-height: 1em;
	margin: 0px;
	padding-bottom: 2px;
	padding-top: 3px;
	vertical-align: middle;
	width: 160px;
}

/* @end */

/* @end */



/* @group Content wrapper */
#content-wrapper {
	background: #fff;
	padding-bottom:10px;
	color: #666;
}
/* @end */

/* @group Main content */
#main-content {
	padding: 10px 10px 10px 10px;
	
}
.has-extra-content #main-content {
	float: left;
	width: 710px;
}
/* @end */



/* @group Child pages */

#unit-child-pages {
	margin-bottom: 10px;
}
#unit-child-pages ul{
	margin: 0px;
	padding: 0px;
}
#unit-child-pages ul li{
	border-bottom: 1px dotted #888;
	list-style-type: none;
	margin: 0px;
	padding:1px 0;
}
#unit-child-pages ul li a {
	display: block;
	padding: 2px 0px 2px 20px;
}

/* @end */

/* @group Unit Styling */

/* @group Production Status */



/* @group Whats On using medium */

#unit-production-gallery .production {
	overflow: visible;
}

#unit-production-gallery .production .production-status {
	width: 60px;
	height: 60px;
	position:absolute;
	z-index: 1;
	margin: 0;
	text-indent: -10000px;
	top: 0;
	right: -10px;
}

#unit-production-gallery .production .for-sale {
	display: none;
}

#unit-production-gallery .production .now-on {
	background: url(/mmlib/images/librarytheatre/production-status-medium-now-on.png) no-repeat 0 0;	
}

#unit-production-gallery .production .sold-out {
	background: url(/mmlib/images/librarytheatre/production-status-medium-sold-out.png) no-repeat 0 0;	
}

#unit-production-gallery .production .cancelled {
	background: url(/mmlib/images/librarytheatre/production-status-medium-cancelled.png) no-repeat 0 0;	
}

#unit-production-gallery .production .limited-availability {
	background: url(/mmlib/images/librarytheatre/production-status-medium-limited-availability.png) no-repeat 0 0;	
}

/* @end */

/* @group Homepage and previous productions using small */

.template-home #unit-primary-production .production-details .production-status,
.previous-productions .production-details .production-status {
	width: 48px;
	height: 48px;
	margin: 0;
	position:absolute;
	z-index: 1;
	text-indent: -10000px;
	top: -35px;
	right: -15px;
}

.template-home #unit-primary-production .production-details .for-sale,
.previous-productions .production-details .for-sale{ 
	display: none;
}

.template-home #unit-primary-production .production-details .now-on,
.previous-productions .production-details .now-on{ 
	background: url(/mmlib/images/librarytheatre/production-status-small-now-on.png) no-repeat 0 0;
}

.template-home #unit-primary-production .production-details .sold-out,
.previous-productions .production-details .sold-out{ 
	background: url(/mmlib/images/librarytheatre/production-status-small-sold-out.png) no-repeat 0 0;
}

.template-home #unit-primary-production .production-details .cancelled,
.previous-productions .production-details .cancelled{ 
	background: url(/mmlib/images/librarytheatre/production-status-small-cancelled.png) no-repeat 0 0;
}

.template-home #unit-primary-production .production-details .limited-availability,
.previous-productions .production-details .limited-availability{ 
	background: url(/mmlib/images/librarytheatre/production-status-small-limited-availability.png) no-repeat 0 0;
}

/* @end */

/* @group Status in a production  */

#unit-production-header p.production-status {
	height: 97px;
	width: 97px;
	margin: 0;
	text-indent: -10000px;
	position: absolute;
	z-index: 1;
	top: 5px;
	right: -445px;
}

#unit-production-header p.now-on {
	background: url(/mmlib/images/librarytheatre/production-status-large-now-on.png) no-repeat 0 0;
}

#unit-production-header p.for-sale {
	display: none;
}

#unit-production-header p.sold-out {
	background: url(/mmlib/images/librarytheatre/production-status-large-sold-out.png) no-repeat 0 0;
}

#unit-production-header p.cancelled {
	background: url(/mmlib/images/librarytheatre/production-status-large-cancelled.png) no-repeat 0 0;
}

#unit-production-header p.limited-availability {
	background: url(/mmlib/images/librarytheatre/production-status-large-limited-availability.png) no-repeat 0 0;
}

.production-archived {
	display: block;
	width: 80px;
	height: 26px;
	background: url(/mmlib/images/librarytheatre/production-status-archived.gif) no-repeat 0 0;
	text-indent: -10000px;
	margin: 0 5px 0 0;
	float: right;
}

/* @end */

/* @end */


/* @group Page Nav */

#unit-page-navigation p {
	color: #333;
	line-height: 1em;
	font-size: 12px;
}

#unit-page-navigation p a {
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#unit-page-navigation .back a{
	padding: 3px 8px 2px 25px;
	background: #d01572 url(/mmlib/images/librarytheatre/button-prev-arrow.gif) no-repeat 0 50%;
}

#unit-page-navigation .back {
	float: left;
}

#unit-page-navigation .next {
	float: right;
}

#unit-page-navigation .next a{
	padding: 3px 25px 2px 8px;
	background: #d01572 url(/mmlib/images/librarytheatre/button-next-arrow.gif) no-repeat right 50%;
	margin-left: 5px;
}

#unit-page-navigation .back a:hover,
#unit-page-navigation .next a:hover {
	background-color: #f53494;
}

/* @end */

/* @group Sub Navigation */

#unit-subnav-education,
#secondary-content #unit-subnav {
	overflow: visible;
	margin-bottom: 18px;
}

#unit-subnav-education h2,
#unit-subnav-education li,
#unit-subnav h2, 
#unit-subnav li {
	font-size: 16px;
}

#unit-subnav-education h2,
#unit-subnav h2 {
	margin: 0;
	border-bottom: none;
}

#unit-subnav-education h2 a,
#unit-subnav h2 a {
	color: #fff;
	background: #9e9e9e;
}

#unit-subnav-education ul,
#unit-subnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	width: 100%;
	clear: left;

}

#unit-subnav-education ul li.last,
#unit-subnav ul li.last {
	border-bottom: none;
}

#unit-subnav-education ul ul li,
#unit-subnav-education ul li.selected,
#unit-subnav ul ul li,
#unit-subnav ul li.selected {
	border: none;
}

#unit-subnav-education ul ul li.last,
#unit-subnav ul ul li.last {
	border-bottom: none;
}

#unit-subnav-education ul li,
#unit-subnav-education ul li.selected,
#unit-subnav ul li,
#unit-subnav ul li.selected {
	margin: 0;
	padding: 0;
	display: block;
	border-top: 1px solid #fff;
	background: #9e9e9e;
}

#unit-subnav-education ul li ul li.selected,
#unit-subnav ul li ul li.selected {
	border-top: none;
}

#unit-subnav-education ul li a,
#unit-subnav-education h2 a,
#unit-subnav ul li a,
#unit-subnav h2 a {
	display: block;
	padding: 4px 29px 3px 8px;
	color: #FFFFFF;
	line-height: 1em;
}

#unit-subnav-education ul li a:hover,
#unit-subnav-education h2 a:hover,
#unit-subnav ul li a:hover,
#unit-subnav h2 a:hover {
	color: #f6f6f6;
	background: #d20161 url(/mmlib/images/librarytheatre/arrow-subnav.gif) no-repeat right 50%;
}

/* @group First Level Settings */

#unit-subnav-education h2.selected a,
#unit-subnav-education ul li.selected a,
#unit-subnav h2.selected a,
#unit-subnav ul li.selected a{
	color: #fff;
	background:url(/mmlib/images/librarytheatre/arrow-subnav-selected.gif) no-repeat right 50%;
	background-color: #232323;
	width: 286px;
}

#unit-subnav-education ul li.selected ul li a,
#unit-subnav ul li.selected ul li a{
	background: none;
	margin-left: 5px;
}

#unit-subnav-education ul li.hinge ul li a:hover,
#unit-subnav ul li.hinge ul li a:hover {
	color: #f6f6f6;
	background: #d20161 url(/mmlib/images/librarytheatre/arrow-subnav.gif) no-repeat right 50%;
	width: 268px;
}

/* @end */

/* @group Second Level Settings */

#unit-subnav-education ul li.hinge ul li.selected a,
#unit-subnav-education ul li.hinge ul li.selected a,
#unit-subnav ul li.hinge ul li.selected a,
#unit-subnav ul li.hinge ul li.selected a:hover{
	color: #fff;
	background:url(/mmlib/images/librarytheatre/arrow-subnav-selected.gif) no-repeat right 50%;
	background-color: #232323;
	width: 281px;
}

#unit-subnav-education ul li.selected ul li a,
#unit-subnav ul li.hinge ul li a{
	background: none;
	margin-left: 5px;
}

#unit-subnav-education ul li.hinge ul li a:hover,
#unit-subnav ul li.hinge ul li a:hover {
	color: #f6f6f6;
	background: #d20161 url(/mmlib/images/librarytheatre/arrow-subnav.gif) no-repeat right 50%;
	width: 268px;
}

/* @end */

/* @group Third Level Settings */

#unit-subnav ul li.hinge ul li.hinge ul li.selected a,
#unit-subnav ul li.hinge ul li.hinge ul li.selected a:hover{
	color: #fff;
	background:url(/mmlib/images/librarytheatre/arrow-subnav-selected.gif) no-repeat right 50%;
	background-color: #232323;
	width: 276px;
}

#unit-subnav ul li.hinge ul li.hinge ul li a{
	background: none;
	margin-left: 10px;
}

#unit-subnav ul li.hinge ul li.hinge ul li a:hover {
	color: #f6f6f6;
	background: #d20161 url(/mmlib/images/librarytheatre/arrow-subnav.gif) no-repeat right 50%;
	width: 263px;
}

/* @end */

/* @end */


/* @group Site-wide Button Styles */

a.more-info-small, a.book-tickets-small, a.read-the-q-and-a-small, a.news-and-blogs-small {
	display: block;
	height: 19px;
	text-indent: -20000px;
	margin: 0;
	padding: 0;
}

a.read-the-q-and-a-small {
	background: transparent url(/mmlib/images/librarytheatre/button-read-the-q-and-a-small.png) no-repeat 0 0;
	width: 82px;
	float: left;
	margin-left: 10px;	
}

a.news-and-blogs-small {
	background: transparent url(/mmlib/images/librarytheatre/button-news-and-blogs-small.png) no-repeat 0 0;
	width: 82px;
	float: left;
	margin-left: 10px;	
}

a.book-tickets-small {
	background: transparent url(/mmlib/images/librarytheatre/button-book-tickets-small.png) no-repeat 0 0;
	width: 79px;
}

a.more-info-small {
	background: transparent url(/mmlib/images/librarytheatre/button-more-info-small.png) no-repeat 0 0;
	width: 64px;
}

a.more-info-small:hover, a.book-tickets-small:hover, a.read-the-q-and-a-small:hover, a.news-and-blogs-small:hover {
	background-position: 0 -19px;
	height: 19px;
}

a.share {
	background: url(/mmlib/images/librarytheatre/button-share.gif) no-repeat 0 0;
	display: block;
	width: 54px;
	height: 26px;
	text-indent: -50000px;
}

a.share:hover {
	background-position: 0 -26px;
}

a.rss {
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -20000px;
	background: url(/mmlib/images/librarytheatre/icon-rss.gif) no-repeat 0 0;
}

a.rss:hover {
	background-position: 0 -16px;
}


/* @end */


/* @group Block Quotes */

#unit-production-info blockquote.pullquote,
#unit-content blockquote.pullquote,
#unit-production-reviews blockquote.pullquote{
	padding: 7px 0 0 25px;
	background: url(/mmlib/images/librarytheatre/quotes-open-large.gif) no-repeat 0 5px;
	margin-left: -25px;
	border: none;
}
#unit-production-info blockquote.pullquote .last,
#unit-content blockquote.pullquote .last,
#unit-production-reviews blockquote.pullquote .last  {
	background-image: url(/mmlib/images/librarytheatre/quotes-close-large.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
	padding-right: 10px;
}

#unit-production-info blockquote .quote p,
#unit-content blockquote .quote p,
#unit-production-reviews blockquote .quote p  {
	font-family: "museo-slab-1","museo-slab-2", Helvetica, Arial, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 24px;
	margin-bottom: 6px;
}

#unit-production-info blockquote.pullquote p.cites,
#unit-content blockquote.pullquote p.cites,
#unit-production-reviews blockquote.pullquote p.cites  {
	font-size: 12px;
	color:#333;
	margin-bottom: 18px;

}

#unit-production-info blockquote.pullquote p.cites cite,
#unit-content blockquote.pullquote p.cites cite,
#unit-production-reviews blockquote.pullquote p.cites cite {
	font-style: normal;
}

/* @end */

/* @group Related Content */

/* @group Related Unit Styles */

.related-content .unit {
	padding: 15px;
	margin: 0 0 10px 0;
	color: #fff;
	background: #282828;
}

.two-col-right #secondary-content .related-content .unit {
	width: 280px;
}

.related-content .unit h2 {
	color: #fff;
	margin-bottom: 10px;
}

.two-col-right #secondary-content .related-content .unit h2 {
	font-size: 18px;
	border-bottom: 1px solid #fff;
	padding-bottom: 6px;
}

.related-content .unit p {
	color: #fff;
	font-size: 12px;
	margin-bottom: 9px;
}

/* @end */

/* @group Lead Image */

.related-content .lead-image {
	margin: 0;
	opacity: 0.95;
}

/* @end */

/* @group Ticket Information */

.related-content #unit-ticket-information h2 {
	border-bottom: 1px solid #fff;
	padding-bottom: 8px;
}



/* @end */

/* @group Downloads */

#secondary-content #unit-downloads h2{
	border-bottom: none;
	margin-bottom: 0;
}

#unit-downloads ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid #fff;
}

#unit-downloads ul li {
	font-size: 11px;
	background: url(/mmlib/images/librarytheatre/icon-download.gif) no-repeat right 50%;
	margin: 0 0 2px 0;
	list-style: none;
	border-bottom: 1px solid #474747;
}

#unit-downloads ul li a {
	display: block;
	background: url(/mmlib/images/librarytheatre/icon-generic-16.gif) no-repeat 4px 50%;
	color: #fff;
	width:216px;
	padding:3px 6px 2px 24px !important;
	
}


#unit-downloads ul li a:hover {
	color: #f53494;
}

#unit-downloads ul li.acrobat a {
	background: url(/mmlib/images/librarytheatre/icon-acrobat-16.gif) no-repeat 0 3px;
}

#unit-downloads ul li.audio a {
	background: url(/mmlib/images/librarytheatre/icon-audio-16.gif) no-repeat 4px 50%;
}

#unit-downloads ul li a .filesize {
	font-size: 10px;
	color: #a09898;
	margin-left: 2px;
	text-transform: uppercase;
}

#unit-downloads ul li a:hover .filesize {
	color: #ccc;
}

/* @end */

/* @group Podcasts */

#news-primary-content #unit-podcasts {
	background: #282828;
	padding: 10px;
}

#news-primary-content #unit-podcasts h2,
#news-primary-content #unit-podcasts p {
	color: #fff;
}

#news-primary-content #unit-podcasts p {
	border-bottom: 1px solid #666;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#secondary-content #unit-podcasts h2{
	border-bottom: none;
}

#unit-podcasts ul {
	margin: 0;
	padding: 0;
}

#unit-podcasts ul li {
	font-size: 11px;
	background: url(/mmlib/images/librarytheatre/icon-download.gif) no-repeat right 34px;
	margin: 0 0 2px 0;
	list-style: none;
	color: #fff;
}

#unit-podcasts ul li a {
	display: block;
	padding: 3px 3px 2px 28px !important;
	background: url(/mmlib/images/librarytheatre/icon-audio-16.gif) no-repeat 4px 50%;
	color: #fff;
	margin-bottom: 8px;
}

#unit-podcasts ul li a:hover {
	color: #f53494;
}

#unit-podcasts ul li.pdf a {
	background: url(/mmlib/images/librarytheatre/icon-acrobat-16.gif) no-repeat 4px 50%;
}

#unit-podcasts ul li.audio a {
	background: url(/mmlib/images/librarytheatre/icon-audio-16.gif) no-repeat 4px 50%;
}

#unit-podcasts ul li a .filesize {
	font-size: 10px;
	color: #a09898;
	margin-left: 2px;
	text-transform: uppercase;
}

#unit-podcasts ul li a:hover .filesize {
	color: #ccc;
}

#unit-podcasts ul li object {
	margin-top: 5px;
}

/* @end */

/* @group Image Gallery */

#unit-image-gallery {
	
}

#unit-image-gallery ul {
	background: url(/mmlib/images/librarytheatre/image-gallery-bg.gif) repeat 0 0;
	list-style: none;
	margin: 0;
}

#unit-image-gallery ul li {
	float: left;
	margin: 0 10px 10px 0;
}

#unit-image-gallery ul li.end {
	margin-right: 0;
}

/* @end */

/* @group Video Gallery */

#unit-video-gallery {
	
}

#unit-video-gallery ul{
	background: url(/mmlib/images/librarytheatre/video-gallery-bg.gif) repeat 0 0;
	list-style: none;
	margin: 0;
}

#unit-video-gallery ul li {
	float: left;
	margin: 0 10px 10px 0;
	position: relative;
}

#unit-video-gallery ul li .play {
	position: absolute;
	top:0;
	left: 0;
	opacity: 0.75;
}

#unit-video-gallery ul li a:hover .play {
	opacity: 1;
}

#unit-video-gallery ul li.end {
	margin-right: 0;
}

/* @end */

/* @group Related Pages */

.template-production-detail #page-content #secondary-content #unit-related-pages {
	border-bottom: 1px solid #fff;
}

.template-production-detail #secondary-content .image-wrapper {
	padding: 0;
	width: 400px;
}

#unit-related-pages {
	
}

#unit-related-pages h2 {
	border-bottom: 0px;
	margin-bottom: 0px;
}

#unit-related-pages ul,
#unit-related-events ul {
	margin: 0;
	padding: 0;
}

#unit-related-pages ul li,
#unit-related-events ul li {
	font-size: 11px;
	margin: 0 0 2px 0;
	list-style: none;
	border-bottom: 1px solid #474747;
	padding: 0;
}

#unit-related-pages ul li a,
#unit-related-events ul li a {
	display: block;
	padding: 5px 5px 5px 24px !important;
	color: #fff;
	background: url(/mmlib/images/librarytheatre/icon-link.png) no-repeat 0 6px;
}

#unit-related-pages ul li a:hover,
#unit-related-events ul li a:hover {
	color: #f53494;
}

/* @end */

/* @end */


/* @group Tertiary content */
#tertiary-content .unit {
	background: #282828;
	color: #fff;
	margin-bottom: 10px;
	padding: 10px;
}

#tertiary-content .unit h2 {
	color: #fff;
}

#tertiary-content fieldset {
	padding: 0px !important;
	border: none !important;
}

#tertiary-content fieldset .text {
	width: 150px;
}



/* @end */

/* @group Page Comments */

#group-comments-and-comment-form {
	margin: 54px 0;
}

#unit-comments {
	clear: both;
}


#unit-comments ol {
	margin: 0;
}

#unit-comments ol li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#unit-comments ol li .comment-body {
	background: url(/mmlib/images/librarytheatre/comment-top-520.gif) no-repeat 0 0;
	padding: 10px 0 0 0;
}

#unit-comments ol li .comment-body p {
	color: #333;
	background: #fff url(/mmlib/images/librarytheatre/comment-bg-520.gif) repeat-y 0 0;
	font-size: 12px;
	padding: 0 12px 18px 12px;
	margin: 0;
}

#unit-comments ol li p.meta {
	color: #282828;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 18px 0;
	background: url(/mmlib/images/librarytheatre/comment-bottom-520.gif) no-repeat 0 -5px;
	padding: 8px 0 0 40px;
}

#unit-comments ol li p.meta .posted-at {
	color: #666;
}

#page-comment-form .success {
	color: #3c9721;
	margin: 2em 0em;
	background-color: #FFF;
	padding: 20px;
	font-weight: bold;
	border-top: 3px solid #3c9721;
	border-bottom: 3px solid #3c9721;
}

#errorwrapper {
	color: red;
	margin: 2em 0em;
	background-color: #FFF;
	padding: 20px;
	font-weight: bold;
	border-top: 3px solid red;
	border-bottom: 3px solid red;
	color: #000;
}
#errorwrapper p {
	color: #000;
}
#errorwrapper ul {
	color: #ff0000;
	margin: 0px;
	list-style-type: disc;
	list-style-position: inside;
}
#errorwrapper ul li {
	margin-bottom: 2px;
}
#errorwrapper ul span {
	color: #2b2b2b;
	font-weight: normal;
	padding-left: 6px;
}

/* @end */

/* @group Page Comment Form */

#page-comment-form h2 {
}

#page-comment-form .honeytrap {
	display: none;
}

#page-comment-form #name,
#page-comment-form #email,
#page-comment-form #website,
#page-comment-form #location {
	font-size: 14px;
	width: 248px;
	border: 1px solid #bdbdbd;
	padding: 4px 0;
	margin: 0 0 18px 0;
}

#page-comment-form #unit-your-details .formfield {
	width: 250px;
	float: left;
	margin-right: 20px;
}

#page-comment-form #unit-your-details .end {
	margin-right: 0;
}


#page-comment-form #unit-your-details {
	width: 520px;
}

#page-comment-form #your-message #message {
	font-size: 14px;
	width: 520px;
	border: 1px solid #bdbdbd;
	height: 180px;
	padding: 10px 0;
	margin: 0;
}

#page-comment-form label {
	color: #333;
	font-size: 12px;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#page-comment-form label .hint {
	color: #a09898;
}

#page-comment-form .formbuttons {
	float: right;
	margin-top: 6px;
}

/* @end */

/* @group Youtube  */

#unit-youtube h3,
#unit-youtube h3 a {
	font-size: 14px;
	text-transform: none;
	margin-bottom: 0;
}
#unit-youtube img {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
#unit-youtube img.last {
	margin-bottom: 0px;
}
#unit-youtube p,
#unit-youtube a {
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
}
#unit-youtube p {
	font-weight: lighter;
	font-size: 11px;
}
#unit-youtube .youtube {
	float: left;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
	width: 100%;
}
#unit-youtube .youtube:last-child {
	border-bottom: none;
	margin-bottom: 0px;
}

/* @end */

/* @group Ning */

#secondary-content #unit-ning,
#tertiary-content #unit-ning {
	background: #242424 url(/mmlib/images/librarytheatre/bg-ning.gif) repeat-x 0 0;
	
}
 
#secondary-content #unit-ning h2,
#tertiary-content #unit-ning h2 {
	color: #333;
	border: none;
	margin-bottom: 70px;
}

#secondary-content #unit-ning p,
#tertiary-content #unit-ning p {
	color: #fff;
	margin-bottom: 0;
}

/* @end */

#unit-twitter .tweet-link{
	display: none;
}

#unit-twitter .tweet .message {
	color: #ccc;
	margin-bottom: 0;
}


#unit-twitter .tweet:hover .message {
	color: #fff;
}

#unit-twitter .tweet-meta {
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

/* @group Article Unit */

.article {
	border-bottom: 1px solid #999;
	margin-bottom: 18px;
	padding-bottom: 18px;
}

.article h3,
.article h2 {
	font-size: 18px;
	
	margin-bottom: 3px;
}

.article .meta {
	text-transform: uppercase;
	font-size: 10px;
	margin-bottom: 9px;
}

.article .article-info p{
	margin-bottom: 9px;
}

.article .avatar {
	float: left;
	margin-right: 10px;
}


.article .article-thumb {
	float: right;
	margin-left: 20px;
}

/* @end */

/* @end */

/* @group Template Specific */

/* @group Site Map */

.screen-site-map #primary-content {
	padding: 0;
	margin: 0;
}

.screen-site-map #primary-content ul {
	margin: 0;
}

.screen-site-map #primary-content ul li {
	background: none;
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}

.screen-site-map #primary-content ul li a {
	margin: 0 0 10px 0;
}

.screen-site-map #primary-content ul.sitemap_level_1 {
	width: 950px;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	margin:5px 0 18px 0;
}

.screen-site-map #primary-content ul.sitemap_level_1 li {
	float: left;
	width: 200px;
	margin-right: 20px;
}

.screen-site-map #primary-content ul.sitemap_level_2 {
	float: left;
	width: 200px;
	margin-right: 20px;
}

.screen-site-map #primary-content ul.sitemap_level_0 li a {
	font-weight: bold;
	font-size: 16px;
	width: 950px;
}

.screen-site-map #primary-content ul.sitemap_level_1 li a {
	font-weight: bold;
	font-size: 12px;
	margin-right: 20px;
	border-bottom: none;
	margin-bottom: 2px;
}

.screen-site-map #primary-content ul.sitemap_level_2 li a {
	font-weight: normal;
	font-size: 12px;
	width: 200px;
	margin-right: 20px;
	border-bottom: none;
	margin-bottom: 2px;
}

/* @end */

/* @group Our Journey */


.template-our-journey #unit-content .title-wrapper {
	margin-bottom: 18px;
}

.template-our-journey #unit-content .title-wrapper h1 {
	margin: 0;
	padding: 0;
	font-size: 28px;
	line-height: 26px;
}

.template-our-journey #unit-content .title-wrapper p {
	margin-bottom: 6px;
	font-size: 16px;
	line-height: 16px;
}

.template-our-journey #unit-articles h2{
	font-size: 24px;
	border-bottom: 1px solid #282828;
	padding-bottom: 8px;
}

.template-our-journey #unit-articles h3 {
	margin-bottom: 9px;
	
}

.experience-logo {
	float: right;
	margin-left: 18px;
}

.unit-footer p {
	font-size: 14px;
	
	float: left;
}

/* @end */


/* @group Default Template */

/* @group Wider Comments */

.template-default #unit-comments ol li .comment-body {
	background: url(/mmlib/images/librarytheatre/comment-top-600.gif) no-repeat 0 0;
}

.template-default #unit-comments ol li .comment-body p {
	background: #fff url(/mmlib/images/librarytheatre/comment-bg-600.gif) repeat-y 0 0;
}

.template-default #unit-comments ol li p.meta {
	background: url(/mmlib/images/librarytheatre/comment-bottom-600.gif) no-repeat 0 -5px;
}

.template-default #page-comment-form #unit-your-details{
	width: 600px;
}

.template-default #page-comment-form #unit-your-details .formfield{
	width: 290px;
}

.template-default #page-comment-form #name, 
.template-default #page-comment-form #email, 
.template-default #page-comment-form #website, 
.template-default #page-comment-form #location  {
	width: 288px;
}

.template-default #page-comment-form #your-message #message  {
	width: 598px;
}

/* @end */

#unit-content h2, #unit-content h3, #unit-content h4   {
	margin-bottom: 6px;
}

.template-default #primary-content #unit-content {
	border-bottom: 1px solid #282828;
	padding-bottom: 22px;
	margin-bottom: 38px;
	position: relative;
}

.template-default #primary-content #unit-content h1,
.template-venue #primary-content #unit-content h1 {
	width: 520px;
	float: left;
}

.template-default #primary-content #unit-content img,
.template-venue #primary-content #unit-content img {
	opacity: 0.95;
}

.template-default #primary-content #unit-content .image-wrapper,
.template-venue #primary-content #unit-content .image-wrapper  {
	background: #333;
	margin-bottom: 18px;
}

.template-default #primary-content #unit-default-header #unit-social-media-bookmarks {
	top: 5px;
	right: 55px;
}

.template-default #primary-content #unit-default-header .share,
.template-venue #primary-content #unit-default-header .share {
	float: right;
	margin-top: 5px;
}

.template-default #primary-content #unit-default-header {
	position: relative;
	overflow: visible;
}

/* @end */

/* @group Production Detail */

.template-production-detail #primary-content .unit{
	overflow: visible;
}

/* @group Production-header */

#primary-content #unit-production-header {
	position: relative;
	margin: 0 0 24px 0;
}

#unit-production-header ul#production-info {
	margin: 0;
}

#unit-production-header ul#production-info li {
	list-style: none;
}

#unit-production-header .title-wrapper {
	margin-bottom: 20px;
}

#unit-production-header a.share {
	margin-left: 2px;
	float: right;
}

#unit-production-header a.book-tickets {
	background: url(/mmlib/images/librarytheatre/button-book-tickets-large.gif) no-repeat 0 0;
	display: block;
	width: 104px;
	height: 26px;
	text-indent: -50000px;
	margin: 0;
	float: right;
}

#unit-production-header #unit-buttons {
	float: right;
	width: 160px;
	display: block;
}

#unit-production-header a.book-tickets:hover {
	background-position: 0 -26px;
}

#unit-production-header #unit-accessibility {
	float: right;
	width: 128px;
	margin-top: 4px;
}

#unit-production-header #unit-accessibility .symbol {
	display: block;
	width: 30px;
	height: 31px;
	float: right;
	text-indent: -50000px;
	margin-left: 2px;
}

#unit-production-header #unit-accessibility .audio-described{
	background: url(/mmlib/images/librarytheatre/accessibility-audio-described.gif) no-repeat 0 0;
}

#unit-production-header #unit-accessibility .signed{
	background: url(/mmlib/images/librarytheatre/accessibility-signed.gif) no-repeat 0 0;
}

#unit-production-header #unit-accessibility .captioned{
	background: url(/mmlib/images/librarytheatre/accessibility-captioned.gif) no-repeat 0 0;
}

#unit-production-header #unit-accessibility .mobility-impaired{
	background: url(/mmlib/images/librarytheatre/accessibility-mobility-impaired.gif) no-repeat 0 0;
}

#unit-production-header #unit-accessibility .solo{
	background: url(/mmlib/images/librarytheatre/accessibility-solo.gif) no-repeat 0 0;
}

#unit-production-header h1{
	margin: 2px 0 2px 0;
}

#unit-production-header p.dates {
	font-size: 16px;
	line-height: 16px;
	margin: 0 0 8px 0;
}

#unit-production-header p.prefix {
	
	margin-bottom: 0;
	position: absolute;
	top: -20px;
}

ul#production-info {
	width: 360px;
	float: left;
}

/* @end */

/* @group Production Info Tab Navigation */

#primary-content #production-info-tabs {
	background: transparent;
	margin: 0 0 18px 0;
	padding: 0;
	width: 520px;
}

#production-info-tabs li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

#production-info-tabs li a {
	display: block;
	height: 20px;
	margin: 0 10px 0 0;
	text-indent: -10000px;
}

#production-info-tabs li a.details {
	background: transparent url(/mmlib/images/librarytheatre/production-tab-details.gif) no-repeat 0 -20px;
	width: 50px;	
}

#production-info-tabs li a.dates-and-times {
	background: transparent url(/mmlib/images/librarytheatre/production-tab-dates-and-times.gif) no-repeat 0 -20px;
	width: 84px;	
}

#production-info-tabs li a.venue-details {
	background: transparent url(/mmlib/images/librarytheatre/production-tab-venue-details.gif) no-repeat 0 -20px;
	width: 85px;	
}

#production-info-tabs li a.cast-and-crew {
	background: transparent url(/mmlib/images/librarytheatre/production-tab-cast-and-crew.gif) no-repeat 0 -20px;
	width: 77px;	
}

#production-info-tabs li a.reviews {
	background: transparent url(/mmlib/images/librarytheatre/production-tab-reviews.gif) no-repeat 0 -20px;
	width: 52px;	
}

#production-info-tabs li a.news-and-blogs {
	background: transparent url(/mmlib/images/librarytheatre/production-tab-news-and-blogs.gif) no-repeat 0 -20px;
	width: 84px;	
}

#production-info-tabs li a:hover {
	background-position: 0 0;
}

#production-info-tabs li.selected a {
	background-position: 0 -40px;	
}

/* @end */

/* @group Tab Panel Container */

#production-tab-panel-container {
	float: left;
}

#production-tab-panel-container .tab-panel {
	position: relative;
	z-index: 9;
	display: none;
	float: left;
}

#production-tab-panel-container .tab-panel.selected {
	display: block;
}

#group-production {
	border-bottom: 1px solid #282828;
	padding-bottom: 18px;
	margin-bottom: 18px;
}

/* @end */

/* @group Venue Details */

#unit-production-venue {
	margin-bottom: 40px;
}

#unit-production-venue img{
	margin-bottom: 18px;
}

#unit-production-venue h2 {
	margin-bottom: 9px;
}

#unit-production-venue ul {
	margin: 0 0 9px 0;
	list-style: none;
}

#unit-production-venue div.excerpt p{
	margin-bottom: 9px;
}

/* @end */

/* @group Cast & Crew Details */

#unit-production-cast-and-crew dl {
	margin: 0 0 18px 0;
	padding: 0;
}

#unit-production-cast-and-crew dl dt{
	float: left;
	display: block;
	width: 50%;
	margin: 0 0 3px 0;
	border-bottom: 1px dotted #f3f3f3;
}

#unit-production-cast-and-crew dl dd{
	float: left;
	display: block;
	width: 50%;
	margin: 0 0 3px 0;
	border-bottom: 1px dotted #f3f3f3;
}

/* @end */

/* @group Reviews */

#unit-production-reviews .pullquote{
	margin: 0 0 18px 0;
}

/* @end */

/* @group Reviews */

#unit-production-news-and-blogs .last{
	margin: 0;
	padding: 0;
	border-bottom: none;
}

/* @end */

/* @group Dates Table */

#unit-production-dates table,
#unit-production-dates table tr,
#unit-production-dates table td{
	border: none;
	border-collapse: collapse;
	padding: 0;
	margin: 0 0 20px 0;
}

#unit-production-dates table td{
	font-size: 11px;
	background: #ededed;
	border-bottom: 2px solid #fff;
	padding: 5px;
}

#unit-production-dates .old-performance {
	color: #bbbbbb;
}

#unit-production-dates table .date {
	font-weight: bold;
	width: 70px;
	padding-right: 20px;
	text-align: right;
}

#unit-production-dates table .time {
	width: 60px;
}

#unit-production-dates table .prices {
	width: 100px;
}

#unit-production-dates table .booking {
	text-align: right;
}

#unit-production-dates table th {
	background: transparent;
	padding: 0;
	border: none;
}

#unit-production-dates table th h2 {
	font-size: 14px;
	margin: 0 0 18px 0;
}

#unit-production-dates table a.book-tickets-small {
	margin: 0;
}


/* @end */

/* @group Sponsors */

#sponsors a {
	display: block;
	float: left;
	margin: 0 30px 0 0;
}
#sponsors a.end {
	margin: 0 0 30px 0;
}
#sponsors a img {
	display: block;
}


/* @end */

/* @end */

/* @group Production List */

/* @group Template Stuff */

.template-production-list #page-content {
	overflow: visible;
}

.template-production-list #primary-content {
	width: 950px;
	margin: 0;
}

.template-production-list h1{
	font-size: 24px;
	margin-bottom: 4px;
}

.template-production-list #unit-header{
	height: 78px;
}

/* @end */

#form-decade-filter label{
	display: none;
}

#form-decade-filter select {
	float: right;
	margin: 0;
	font-size: 14px;
}

/* @group Production Unit Styles */

.production {
	width: 280px;
	height: 310px;
	float: left;
	margin-right: 25px;
	margin-bottom: 20px;
	background: #282828;
	padding: 10px;
	position: relative;
}

.production p {
	color: #fff;
}

.production .prefix {
	padding: 5px 0;
	margin: 0;
	font-size: 14px;
}

.production h2, .production h4 {
	color: #fff;
}

.production a.more-info-small {
	float: left;
	margin-right: 4px;
}

.production .more-info {
	float: left;
	margin-right: 5px;
}

.production .book-tickets img {
	margin-top: -1px;
	float: left;
}

.production a.book-tickets-small {
	float: left;
}


#group-gallery-slider .production {
	width: 280px;
	height: 450px;
	margin-right: 25px;
	margin-bottom: 20px;
	background: #282828;
	padding: 10px;

}
.production .production-details {
	background: transparent url(/mmlib/images/librarytheatre/bg-alpha-80.png) repeat 0 0;
	position: absolute;	
}

/* @end */

/* @group Upcoming Productions */

.template-production-list #unit-content{
	overflow: visible;
}
#gallery-left-fade {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 10;
}
#gallery-right-fade {	
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}
#gallery-next-item,
#gallery-prev-item  {
	position: absolute;	
	top: 300px;
	z-index:11;
	display: block;
	width: 62px;
	height: 62px;
	text-indent: -10000px;
}

#gallery-next-item {
	right: 20px;
	background: url(/mmlib/images/librarytheatre/gallery-next-item.png) no-repeat 0 0;

}

#gallery-prev-item {
	display: none;
	background: url(/mmlib/images/librarytheatre/gallery-prev-item.png) no-repeat 0 0;
	left: 20px;

}

#gallery-next-item:hover,
#gallery-prev-item:hover {
	background-position: 0 -62px;
}

#scroller-wrapper{
	overflow:hidden;
	position:relative;
	top: 0;
}

#group-gallery-slider{
	margin-bottom:54px;
	overflow:hidden;
	position:relative;
	width: 1150px;
	margin-left: -100px;
}

#group-gallery-slider #unit-production-gallery {
	left: 100px;
	height: 470px;
	position: relative;
	width: 10000px;
}

#group-gallery-slider .production img {
	margin-bottom: 10px;
}

#group-gallery-slider .production .title-wrapper {
	border-color: #fff ;
	padding: 8px 0 8px 0;
}

#group-gallery-slider .production .date {
	margin-bottom: 0;
	font-size: 13px;
}

#group-gallery-slider .production {
	width: 280px;
	height: 430px;
	margin-right: 25px;
	margin-bottom: 18px;
	padding: 10px;
}

#group-gallery-slider .production h2 {
	margin-bottom: 2px;
	font-size: 24px;
}

#group-gallery-slider .production .production-details {
	width: 280px;
	bottom: 96px;
}

/* @end */

/* @group Previous Productions */

.previous-productions .production {
	width: 210px;
	height: 257px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
}

.previous-productions .production .production-details {
	width: 210px;
	bottom: 10px;
	height: 76px;
	border-bottom: 2px solid #fff;
}

.previous-productions .production .title-wrapper {
	border-color: #fff;
	border-bottom: 0;
	padding: 8px 2px;
}

.previous-productions .production h4 {
	font-size: 16px;
	color: #fff;
	margin-bottom: 2px;
}

.previous-productions .production .date {
	margin-bottom: 0;
	font-size: 12px;
}

.previous-productions .end {
	margin-right: 0;
}

.previous-productions h3 {
	float: left;
	display: block;
	background: #fff url(/mmlib/images/librarytheatre/production-list-previous-h3-bg.gif) no-repeat 0 0;
	color: #fff;
	font-size: 48px;
	width: 210px;
	height: 256px;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* @end */

/* @group Start and End pieces */

.start {
	margin-left: 0px;
}

.end {
	margin-right: 0px;
}

/* @end */


/* @end */

/* @group Education & Community List */

/* @group current productions */

.current-projects-and-workshops .production {
    height: 270px;
    margin-right: 10px;
    width: 210px;}
.current-projects-and-workshops .production img { 
width: 210px;
margin: 0 0 10px 0; }
/* @end */

/* @group Page Styles */

.section-education-and-community #unit-sub-navigation h1,
.section-education-and-community #unit-sub-navigation p {
	font-size: 15px;
	float: left;
	margin: 0 20px 0 0;
	line-height: 1em;
}

.section-education-and-community #unit-subnav-education,
.section-education-and-community #unit-subnav-education .unit {
	overflow: visible;
}
.section-education-and-community #unit-subnav-education,
.section-education-and-community #unit-subnav {
	margin: 8px 0 24px 0;
	float: left;
	width: 310px;
	clear: left;
	text-transform: uppercase;
}
#unit-subnav-education h2,
.section-education-and-community #unit-subnav h2.title {
	margin: 0 0 8px;
}

.upcoming-projects-and-workshops h2,
.previous-projects-and-workshops h2 {
	font-size: 24px;	
	margin-bottom: 8px;
}

.section-education-and-community h1 { 
 font-size: 24px;
    margin-bottom: 4px;
 } 
.section-education-and-community #unit-header {
    height: 78px;
    
    }
.section-education-and-community #projects-list .production .image-wrapper {
	float: left;
	margin: 0 10px 0 0;
}

.section-education-and-community #tertiary-content {
	width: 100%;
	clear: both;
}

/* @end */


/* @group Section Project & Workshop Styles */

.section-projects-and-workshops {
	margin-bottom: 36px;
}

.section-projects-and-workshops .section {
	height: 310px;
}
.section-projects-and-workshops .section.last { 
margin-right: 0px; }
.section-projects-and-workshops .section .image-wrapper{
	margin-bottom: 12px;
	position: relative;
}
.section-projects-and-workshops .section .title-wrapper {
	text-align: center;
	border-color: #ffffff; 

}
.section-projects-and-workshops .section .title-wrapper h2 {
	color: #ffffff;
	padding: 5px 0 0 0;
 }
.section-projects-and-workshops .section h2 {
	margin-bottom: 10px;
}

.section-projects-and-workshops .section { 
height: 300px;
    margin-bottom: 18px;
    margin-right: 25px;
    padding: 10px;
float: left;
    width: 280px;
    background: none repeat scroll 0 0 #282828;
     }
     
     
.section-projects-and-workshops .section.selected { 
    background: none repeat scroll 0 0 #2d2d2d;
     }
     
     
     
.section-projects-and-workshops .section p { 
color: #FFFFFF;
}

/* @end */



/* @group Upcoming Project & Workshop Styles */


.upcoming-projects-and-workshops .production img { 
margin: 0 0 20px 0;
width: 210px; }

.upcoming-projects-and-workshops .production {
	width: 210px;
	height: 290px;
	margin-right: 10px;
}

.upcoming-projects-and-workshops .end {
	margin-right: 0;
}

.upcoming-projects-and-workshops .production .image-wrapper {
	margin-bottom: 8px;
}

.upcoming-projects-and-workshops .production h4{
	margin-bottom: 10px;
}

.upcoming-projects-and-workshops h3 {
	float: left;
	display: block;
	background: #fff url(/mmlib/images/librarytheatre/production-list-previous-h3-bg.gif) no-repeat 0 -53px;
	color: #fff;
	font-size: 48px;
	width: 210px;
	height: 250px;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* @end */

/* @group Previous Project & Workshop Styles */


.previous-projects-and-workshops .production {
	width: 210px;
	height: 250px;
	margin-right: 10px;
}

.previous-projects-and-workshops .end {
	margin-right: 0;
}

.previous-projects-and-workshops .production .image-wrapper {
	margin-bottom: 8px;
}

.previous-projects-and-workshops .production h4{
	margin-bottom: 0;
}

.previous-projects-and-workshops h3 {
	float: left;
	display: block;
	background: #fff url(/mmlib/images/librarytheatre/production-list-previous-h3-bg.gif) no-repeat 0 -53px;
	color: #fff;
	font-size: 48px;
	width: 210px;
	height: 250px;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* @end */

/* @end */

/* @group News Detail */

/* @group Unit news layout */

#news-primary-content #unit-content {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #282828;
}

#news-primary-content .nav_links {
	margin-bottom: 100px;
}

#news-primary-content .nav_links .next-article-link {
	float: right;
	width: 390px;
}

#news-primary-content .nav_links .next-article-link .recent-things {
	max-width: 280px;
	float: right;
}

#news-primary-content .nav_links .next-article-link h5 {
	float: right;
	font-weight: normal;
}

#news-primary-content .nav_links img {
	float: left;
}

#news-primary-content .nav_links p {
	float: right;
	width: 210px;
}

#news-primary-content .nav_links p img {
	float: right;
}

/* @end */

/* @group News primary content */

.template-news-detail .title-wrapper h1{
	line-height: 34px;
	margin: 2px 0 2px 0;
}

.template-news-detail #news-primary-content .title-wrapper p.meta {
	font-size: 16px;
	line-height: 16px;
	margin: 0 0 8px 0;
}

#news-primary-content .title-wrapper {
	margin-bottom: 10px;
}

#news-primary-content #unit-share{
	margin-bottom: 20px;
	position: relative;
}

#news-primary-content #unit-share .share {
}

#news-primary-content #unit-share #unit-social-media-bookmarks{
	margin: 0;
	position: absolute;
	top: 0;
	left: 60px;
}

#news-primary-content .title-wrapper h1, #news-primary-content .title-wrapper h2, #news-primary-content .title-wrapper h3, #news-primary-content .title-wrapper h4, #news-primary-content .title-wrapper h5, #news-primary-content .title-wrapper h6, #news-primary-content .title-wrapper p {
	margin: 0px;
}

/* @end */

/* @group News secondary content */

#news-secondary-content {
	width: 400px;
	float: right;
}

#news-secondary-content .unit {
	background: #282828;
	margin-top: 10px;
	padding: 10px;
}

#news-secondary-content .unit ul {
	list-style: none;
	margin: 0px;
}

#news-secondary-content #unit-images ul li {
	float: left;
	margin-right: 10px;
}

#news-secondary-content .unit h2, #news-secondary-content .unit p {
	color: #fff;
}

#news-secondary-content #unit-related-pages h2 {
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#news-secondary-content #unit-related-pages li {
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
}

/* @end */

/* @end */

/* @group News List */

/* @group News List */




.has-thumbnail .article-info {
	margin-left: 260px;
}

.has-thumbnail .thumbnail {
	float: left;
}


/* @end */

/* @group News List Filters */

#group-news-list-filters .unit {
	overflow: visible;
}

#group-news-list-filters #unit-filter-by-type,
#group-news-list-filters #unit-filter-by-category {
	margin-bottom: 18px;
}

#group-news-list-filters #unit-filter-by-category ul{
	margin-bottom: 10px;
}

#group-news-list-filters h2 {
	font-size: 18px;
	margin: 0 0 2px 0;
	
}

#group-news-list-filters ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	width: 100%;
	clear: left;
}

#group-news-list-filters ul li,
#group-news-list-filters ul li.selected {
	margin: 0;
	padding: 0;
	display: block;
	border-top: 1px solid #fff;
	background: #9e9e9e;
	font-size: 16px;
}

#group-news-list-filters ul li a {
	display: block;
	padding: 4px 29px 3px 8px;
	color: #FFFFFF;
	line-height: 1em;
}

#group-news-list-filters ul li a:hover {
	color: #f6f6f6;
	background: #d20161 url(/mmlib/images/librarytheatre/arrow-subnav.gif) no-repeat right 50%;
}

#group-news-list-filters ul li.selected a{
	color: #fff;
	background:url(/mmlib/images/librarytheatre/arrow-subnav-selected.gif) no-repeat right 50%;
	background-color: #232323;
	width: 286px;
}

#form-production-filter fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#form-production-filter fieldset select {
	background:none repeat scroll 0 0 #FFFFFF;
	border-color:#CCCCCC #999999 #999999 #CCCCCC;
	border-style:solid;
	border-width:1px;
	color:#000000;
	font:14px arial,sans-serif bold;
	width: 100%;
	margin:0;
	padding:0;
	height: 24px;
}

/* @end */

/* @group Page Styles */

.template-news-list .title-wrapper {
	position: relative;
	margin-bottom: 10px;
}

.template-news-list .title-wrapper h1{
	font-size: 24px;
	margin-bottom: 0;
}

.template-news-list .title-wrapper p {
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 6px;
	
}

.template-news-list .title-wrapper a.rss {
	position: absolute;
	top: 10px;
	right: 0;
}

.template-news-list .podcast-player {
	padding: 6px 6px 0 6px;
	margin-bottom: 8px;
	background: #282828;
}

/* @end */

#form-decade-filter input {
	display: none;
}

/* @end */

/* @group sign-up form */

.full-width #primary-content #unit-sign-up {
	width: 600px;
	padding: 30px;
	margin: 0 auto;
	background: #232323;
	color: #fff;

}

#unit-sign-up h1 {
	color: #fff;
}


#unit-sign-up p {
	color: #fff;
	font-weight: bold;
	margin-bottom: 8px;
}

#unit-sign-up input#firstname,
#unit-sign-up input#surname,
#unit-sign-up input#email {
	border: 2px solid #fff;
}

#unit-sign-up #errorwrapper {
	border: none;
	background: #d31072;
}

#unit-sign-up #errorwrapper p,
#unit-sign-up #errorwrapper li {
	color: #fff;
}

#unit-sign-up #errorwrapper p {
	margin-bottom: 10px;
}

/* @end */



/* @end */


/* @group Footer Toolbars */

#group-footer-tools {
	background: #282828;
	clear: both;
	position: relative;
	height: 37px;
	padding: 0 0 0 0;
	margin: 0 0 60px 0;
}

/* @group Site Search */

#group-footer-tools #unit-site-search {
	position: absolute;
	top: 7px;
	right: 8px;
	width: auto;
	background: transparent;
}

#group-footer-tools #unit-site-search fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

#group-footer-tools #unit-site-search label {
	display: none;
}

#group-footer-tools #unit-site-search input {
	border: none;
}

#group-footer-tools #unit-site-search input.text {
	padding-bottom:2px;
	padding-top:3px;
	width: 167px;
	height: 16px;
	margin: 0;
	vertical-align: middle;
	line-height: 1em;
}

#group-footer-tools #unit-site-search input.image {
	margin: 0;
	vertical-align: middle;
}

.template-search  #unit-page-search {
	padding: 10px;
	background: #282828;
	margin-bottom: 10px;
}

.template-search  #unit-page-search fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

.template-search  #unit-page-search label {
	display: none;
}

.template-search  #unit-page-search input {
	border: none;
}

.template-search  #unit-page-search input.text {
	padding-bottom:2px;
	padding-top:3px;
	width: 893px;
	height: 16px;
	margin: 0;
	vertical-align: middle;
	line-height: 1em;
}

.template-search  #unit-page-search input.image {
	margin: 0;
	vertical-align: middle;
}

/* @end */

/* @group Back to top */

#group-footer-tools #back-to-top {
	background: transparent url(/mmlib/images/librarytheatre/button-back-to-top.gif) no-repeat 0 0;
	position: absolute;
	top: 8px;
	left: 8px;
	text-indent: -10000px;
	display: block;
	width: 104px;
	height: 21px;
}

#group-footer-tools #back-to-top:hover {
	background-position: 0 -21px;
}



/* @end */


/* @end */

/* @group Footer */

/* @group Main Footer Unit Styles */

#footer-wrapper {
	background:#282828;
	height: 200px;
	margin: -200px 0 0 0;
}

#page-footer .unit{
	color: #fff;
	margin: 0;

}

/* @end */

/* @group Mailing List & Social Media */

#group-mailinglist-and-socialmedia {
	border-bottom: 1px solid #999;
	margin-bottom: 22px;
}

/* @group Mailing List Sign-up */

#page-footer #unit-footer-mailinglist {
	margin: 22px 0;
	float: left;
	width: 500px;
}

#unit-footer-mailinglist h2 {
	font-size: 16px;
	
	line-height: 24px;
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	color: #fff;
	vertical-align: bottom;
}

#unit-footer-mailinglist form fieldset {
	padding: 0;
	margin: 0 10px 0 0;
	border: none;

}

#unit-footer-mailinglist input.text {
	padding-bottom:2px;
	padding-top:3px;
	width: 167px;
	height: 16px;
	margin: 0;
	vertical-align: middle;
	line-height: 1em;
	border: none;
}

#unit-footer-mailinglist input.image {
	vertical-align: middle;
	margin: 0;
}

/* @end */

/* @group Social Media Links */


#page-footer #unit-social-media-links {
	margin: 22px 0;
	padding: 0;
	float: right;
	width: 210px;

}

#unit-social-media-links h2 {
	font-size: 16px;
	
	line-height: 24px;
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	color: #fff;
	vertical-align: bottom;
}

#unit-social-media-links ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100px;
}

#unit-social-media-links li {
	float: right;
	margin: 0;
	padding:0;
	list-style: none;
}

#unit-social-media-links li a {
	display: block;
	padding: 0;
	margin: 0 2px 0 0;
	width: 28px;
	height: 28px;
	text-indent: -20000px;
}
#unit-social-media-links li.twitter a{
	background: url(/mmlib/images/librarytheatre/socialmedia-sprite.jpg) no-repeat 0 -28px;
}

#unit-social-media-links li.twitter a:hover{
	background-position: 0 0;
}


#unit-social-media-links li.facebook a{
	background: url(/mmlib/images/librarytheatre/socialmedia-sprite.jpg) no-repeat -29px -28px;
}

#unit-social-media-links li.facebook a:hover{
	background-position: -29px 0;
}

#unit-social-media-links li.youtube a{
	background: url(/mmlib/images/librarytheatre/socialmedia-sprite.jpg) no-repeat -58px -28px;
	margin: 0;
}

#unit-social-media-links li.youtube a:hover{
	background-position: -58px 0;
}


/* @end */

/* @end */

/* @group Links & Contact Info */

/* @group Unit Styles */

#group-links-and-contact {
	
}

#group-links-and-contact .unit {
	width: 150px;
	margin-right: 10px;
	float: left;
}

#group-links-and-contact .unit,
#group-links-and-contact .unit p {
	font-size: 11px;
}

#group-links-and-contact .end {
	margin-right: 0;
}

/* @end */

/* @group Footer Links */

#unit-footer-links ul {
	margin: 0;
}

#unit-footer-links ul li,
#unit-footer-phone-numbers ul li {
	list-style: none;
}

#unit-footer-links ul li a,
#unit-footer-phone-numbers a {
	color: #fff;
}

#unit-footer-links ul li a:hover,
#unit-footer-phone-numbers a:hover {
	color: #f53494;
}

/* @end */

/* @group Address & Phone Numbers */



/* @end */

/* @end */

/* @group Footer Logos */

#page-footer #unit-footer-logos {
	width: 630px;
	float: right;
}

a.logo-manchester-council,
a.logo-manchester-airport,
a.logo-worldduty,
a.logo-hlf {
	margin-right: 30px;
}

a.logo-manchester-council,
a.logo-manchester-airport,
a.logo-worldduty,
a.logo-our-journey,
a.logo-hlf {
	float: right;
	opacity: 0.75;
}

a.logo-manchester-council:hover,
a.logo-manchester-airport:hover,
a.logo-worldduty:hover,
a.logo-our-journey:hover,
a.logo-hlf:hover  {
	opacity: 1;
}


a.by-made {
	background: url(/mmlib/images/librarytheatre/logo-made.gif) no-repeat 0 0;
	display: block;
	text-indent: -10000px;
	height: 14px;
	width: 40px;
}

a.by-made:hover {
	background-position: 0 -19px;
}

/* @end */

/* @end */

/* @group Social media bookmarks */

#unit-social-media-bookmarks {
	display: none;
	position: absolute;
	top: 130px;
	right: 60px;
	background: #282828;
	z-index: 60;
	padding: 10px;
	width: 260px;
}

#news-primary-content #unit-social-media-bookmarks {
	margin-top: 5px;
	margin-left: 0px;
}

#unit-social-media-bookmarks .unit {
	width: 260px !important;
	margin-bottom: 10px;
}

#unit-social-media-bookmarks h3 {
	font-size: 14px;
	color:#fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 4px;
	margin-bottom: 6px;
}

#unit-social-media-bookmarks ul.social-bookmarks {
	background: none;
	margin: 0px;
}

#unit-social-media-bookmarks ul.social-bookmarks li{
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;
	width:130px;
}

#unit-social-media-bookmarks ul#share-email-list {
	margin: 0px;
	padding: 0px;
}

#unit-social-media-bookmarks ul#share-email-list li{
	list-style-type:none;
	margin:0;
	padding:0;
}

#unit-social-media-bookmarks ul#share-email-list li input {
	padding: 4px;
	border: none;
	width: 200px;
	margin: 0 0 4px 0;
}

#unit-social-media-bookmarks .unit #social-media-close {
	float: right;
	margin-top: -5px;
}

/* @end */

/* @group Search Tabs */

.collapsible-tab-header {
	display:block;
	float:left;
	margin:0;
	border-right: 1px solid white;
	margin-bottom: 0px !important;
}

.collapsible-tab-header a {
	color: #ffffff;
	display:block;
	margin:0;
	outline: none;
	font-weight: normal;
	padding:6px 18px 6px 18px;
	text-decoration: none;
	border-bottom: 1px solid white;
	background: #333;
	font-size: 12px;
}

.template-search .selected a {
	display: block;
	outline: normal;
	font-weight: normal;
	background: #d20161;
	border-bottom: 1px solid #d20161;
}

.collapsible-content {
	background:#FFFFFF;
	border: 10px solid #d20161;
	clear: left;
	display: none;
	padding: 15px;
}

.template-search #primary-content .collapsible-content ul{
	margin: 0;
	padding: 0;
}

.template-search #primary-content .collapsible-content ul li {
	background: none;
	margin: 0;
	padding: 0;
}

.template-search #primary-content .collapsible-content ul li h3 {
	font-size: 18px;
	margin-bottom: 2px;
}

.template-search #primary-content .collapsible-content ul li.project {
	float: left;
	margin: 0 10px 10px 0;
	width:266px;
	height:200px;
	overflow:hidden;
}

.template-search #primary-content .collapsible-content ul li.last	{
	margin-right:0;

}

.template-search #primary-content .collapsible-content ul li.project h3 {
	font-size: 14px;
}

.template-search #primary-content .collapsible-content ul li.project img {
	margin-bottom: 10px;
}

.collapsible-content p {
	color:#111;
	padding-top: 0;
	margin-top: 0;
}

.active-collapsible-tab {
	background: #fff;
	display: block;
}

/* @end */

/* @group Backstage Edit Button */


.backstageeditbutton {
	position: fixed;
	bottom: 0;
	right: 10px;
	width: auto;
	color: #fff;
	background-color: rgba(0,0,0,0.55);
	vertical-align: middle;
	padding:  0.75em 3em;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	text-shadow: #000 0 1px 1px;
	z-index: 100;
}

.backstageeditbutton:hover {
	color: #fff;
	background-color: #d20161;
}

.backstageeditbutton img {
	display: none;
}

/* @end */

/* @group Venue Detail */

.venue-image {
	float: right;
}

#venue-address {
	clear: both;
	font-weight: bold;
}

#group-venue-map {
	margin-bottom: 10px;
}

#venue-information {
	margin: 0 0 10px 0px;
}

#venue-information p {
	margin: 0 0 2px;
}

.two-col-right #primary-content #unit-venue-productions {
	background: #232323;
	padding: 20px;
	width: 560px;
}

#unit-venue-productions h2 {
	color: #fff;
	margin: 0 0 10px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
}

#unit-venue-productions h3 {
	margin-bottom: 0;
}

#unit-venue-productions h3 a{
	color:#fff;
	margin-bottom: 0;
}

#unit-venue-productions p.dates {
	color: #fff;
	margin-bottom: 10px;
}

#unit-venue-productions ol {
	margin: 0;
	padding: 0;
}
#unit-venue-productions ol li{
	border-bottom: 1px solid #474747;
	list-style-type:none;
	margin:0 0 8px;
	padding:0 0 8px;
}
#unit-venue-productions .thumbnail {
	float: left;
	margin: 0 18px 0 0;
}
#unit-venue-productions .has-image .info {
	float: left;
	position: relative;
	width:  370px;
}


#venue-popup-window{
	margin-top: -3px;
	width: 300px;
}
#venue-popup-window_contents{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background-color: #333333;
	color: #fff;
	padding: 10px;
}
#venue-popup-window_beak{
	width: 10px;
	height: 9px;
	background: url(/mmlib/images/librarytheatre/popup-beak.png) top left no-repeat transparent;
	margin-left: -1px;
	z-index: 100;
}
* html #venue-popup-window_beak{
  /* Alpha transparencies hack for IE */
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/mmlib/images/librarytheatre/popup-beak.png', sizingMethod='crop');
}
#venue-popup-window_tl, #venue-popup-window_tr, #venue-popup-window_bl, #venue-popup-window_br,
#venue-popup-window_t,#venue-popup-window_l,#venue-popup-window_r,#venue-popup-window_b{
  height: 2px;
  width: 2px;
}

#venue-map-popup h4, #venue-map-popup p{
	color:#fff;
}
/* @end */

/* @group Extraneous form styling */

.category-header {
	font-weight: bold;
	color: #fff;
	margin: 20px;
}


/* @end */

.fitted	{ cursor:pointer}
/* @end */

/* @group Site Map */

.section-site #primary-content .unit {
	overflow: visible;
	width: 890px;
}

.section-site #unit-content {
	padding: 0 30px 30px 30px;
}

.section-site #unit-content ul.sitemap_level_0 {
	clear: left;
}

.section-site #unit-content ul li {
	background: none;
	margin: 0 0 10px 0;
	padding: 0;
}

.section-site #unit-content ul li a {
	margin: 0 0 10px 0;
}

.section-site #unit-content ul.sitemap_level_1 {
	width: 890px;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	margin-top: 5px;
	margin-bottom: 18pxpx;
}

.section-site #unit-content ul.sitemap_level_1 li {
	float: left;
	width: 200px;
	margin-right: 20px;
}

.section-site #unit-content ul.sitemap_level_2 {
	float: left;
	width: 200px;
	margin-right: 20px;
}

.section-site #unit-content ul.sitemap_level_0 li a {
	font-weight: bold;
	font-size: 16px;
	width: 890px;
}

.section-site #unit-content ul.sitemap_level_1 li a {
	font-weight: bold;
	font-size: 12px;
	margin-right: 20px;
	border-bottom: none;
	margin-bottom: 2px;
}

.section-site #unit-content ul.sitemap_level_2 li a {
	font-weight: normal;
	font-size: 12px;
	width: 200px;
	margin-right: 20px;
	border-bottom: none;
	margin-bottom: 2px;
}
/* @end */

