/* @override 
	http://drum.devspace.net/html_cutup/mmlib/css/main.css
	http://drum.devspace.net/mmlib/css/main.css
*/

/* @group Resets */

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;
	background: #fff;
	margin: 1.5em 0;
	font-size: 75%;
}

/* Tables still need 'cellspacing="0"' in the markup. */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: 400;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a img {
	border: none;
}

/* @end */

/* @group Defaults */

/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */

#wrapper {
	font-size: 75%;
}

/* Default fonts and colors. 
   If you prefer serif fonts, remove the font-family 
   on the headings, and apply this one to the body:
   font: 1em Georgia, "lucida bright", "times new roman", serif; */

body {
	color: #222;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	color: #c8c8c8;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

h1 {
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 2.75em;
	margin-bottom: 0.5em;
}

h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 0.25em;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

/* Text elements
-------------------------------------------------------------- */

p {
	margin: 0 0 1.5em;
	line-height: 1.5em;
}

p.last {
	margin-bottom: 0;
}

p img {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}

p img.top {
	margin-top: 0;
}

/* Use this if the image is at the top of the <p>. */

p img.inline {
	float: none;
	margin: 0;
}

img {
	margin: 0 0 1.5em;
}

ul, ol {
	margin: 0 1.5em 1.5em 1.5em;
}

ul {
	list-style-type: disc;
}

ul li p{
	margin: 0 0 0.5em 0;
	padding: 0;
}

ol {
	list-style-type: decimal;
}

dl {
	margin: 0 0 1.5em 0;
}

dl dt {
	font-weight: bold;
}

dd {
	margin-left: 1.5em;
}

abbr, 
acronym {
	border-bottom: 1px dotted #666;
}

address {
	margin-top: 1.5em;
	margin-bottom: 2em;
	font-style: italic;
}

del {
	color: #666;
}

a:focus, 
a:hover {
	color: #000;
	outline: none;
}

a {
	color: #009;
	text-decoration: underline;
}

blockquote {
	margin: 1.5em;
	color: #BBB;
	font-style: normal;
}

strong {
	font-weight: bold;
}

em,dfn {
	font-style: italic;
}

dfn {
	font-weight: bold;
}

pre,code {
	margin: 1.5em 0;
	white-space: pre;
}

pre,code,tt {
	font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace;
	line-height: 1.5;
}

tt {
	display: block;
	margin: 1.5em 0;
	line-height: 1.5;
}

/* Tables
-------------------------------------------------------------- */

table {
	margin-bottom: 1.4em;
	border-collapse: collapse;
}

th {
	border-bottom: 1px solid #777;
	font-weight: bold;
}

td {
	border: 1px solid #555;
}

th,td {
	padding: 4px 10px 4px 4px;
}

tfoot {
	font-style: italic;
}

/* Use this if you use span-x classes on th/td. */

table .last {
	padding-right: 0;
}

table.layout, table.layout th, table.layout td, table.layout tr {
	margin: 0;
	padding: 0;
	border: none;
}

/* Some default classes
-------------------------------------------------------------- */

.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;
}

.quiet {
	color: #666;
}

.hide {
	display: none;
}

.highlight {
	background: #ff0;
}

.added {
	color: #060;
}

.removed {
	color: #900;
}

.top {
	margin-top: 0;
	padding-top: 0;
}

.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}

.clear {
	clear: both;
}

.error,.success {
	margin-bottom: 1em;
	border: 2px solid #ddd;
	padding: .8em;
}

.error {
	color: white;
	border: none;
	background-color: #a0271b;
}

.success {
	background: #E6EFC2;
	color: #529214;
	border-color: #C6D880;
}

.left {
	float: left;
	margin-left: 0;
}

.right {
	float: right;
	margin-right: 0;
}

#footer .left {
	text-align: left;
}

/* @end */

/* @group Clearfix */

.unit:after, .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;
}

/* @end */

/* @group Link styles */

a:link {
	color: #fff;
	text-decoration: none;
}

a:visited {
	color: #efefef;
	text-decoration: none;
}

a:hover {
	color: #d3d3d3;
	text-decoration: none;
}

a.more {
	font-family: Courier, monospace;
	color: #000;
	background-color: #FFF;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 5px;
	text-transform: uppercase;
}

a.more:visited {
	color: #000;
}

a.more:hover {
	color: #FFF;
	background-color: #000;
}

a.book {
	font-family: Courier, monospace;
	color: #FFF;
	background-color: #949c2d;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 5px;
	text-transform: uppercase;
}

a.book:visited {
	color: #FFF;
}

a.book:hover {
	color: #949c2d;
	background-color: #FFF;
}

/* @end */

/* @group Basic columns */

.unit-33 {
	margin-right: 10px;
	overflow: auto;
	float: left;
}

.unit-66 {
	margin-right: 10px;
	overflow: auto;
	float: left;
}

.unit-100 {
	margin-right: 10px;
	overflow: auto;
	float: left;
}

.unit:after, .unit-33:after, .unit-66:after, .unit-100:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.unit, .unit-33, .unit-66, .unit-100 {
	display: inline-block;
}

* html .unit, * html .unit-33, * html .unit-66, * html .unit-100 {
	height: 1%;
}

.unit, .unit-33, .unit-66, .unit-100 {
	display: block;
}

.last {
	margin-right: 0;
}

/* @end */

/* @group Overrides */

body {
	color: #FFF;
	font-family: Arial;
	background: #4e4e4e url(../images/body_background.jpg) repeat-x top;
	margin: 0;
	padding: 0;
	text-align: center;
}

p {
	font-size: 1em;
	margin: 0 0 1.5em 0;
	line-height: 1.5em;
}

h1 {
	font-size: 1.714em;
	padding-bottom: 1.714em;
}

h2 {
	color: #fff;
	font-family: Courier, monospace;
	font-size: 24px;
	padding: 0;
	line-height: 1.125em;
}

h3 {
	

/*

background-color: #949c2d; */
	color: #949c2d;
	font-family: Courier, monospace;
	font-size: 16px;
	line-height: 18px;
	padding: 2px 0;
	margin-bottom: 0em;
}

/* @end */

/* @group Utility classes (date, placeholder, etc) */

.date {
	color: #999;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-shadow: #999 0px 0px 0px;
}

.placeholder {
	color: #999;
}

/* @end */

#page-wrapper {
	text-align: left;
	margin: 0 auto;
	width: 1014px;
}

#content-wrapper {
	background: #313131;
	width: 950px;
	padding: 0 32px;
	margin-bottom: 2em;
}

/* @group Header */

#header {
	padding-top: 1.5em;
	margin-bottom: 1em;
}

#header h1, #header .logo {
	float: left;
	margin-right: 83px;
	padding: 0;
	padding-left: 16px;
}

#header h1 img, #header .logo img {
	margin: 0;
}

ul#header-navigation {
	float: left;
	font-family: Courier, monospace;
	padding-top: 0.4166em;
	width: 510px;
	display: block;
	margin: 0;
	padding: 0;
	margin-top: 3.4em;
}

ul#header-navigation li {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2857em;
	width: 170px;
	text-shadow: #000 0px 0px 0px;
}

ul#header-navigation li.selected a {
	color: #949C2D;
}

#header form {
	
}

/* @end */

#extra-content {
	clear: both;
	float: left;
	width: 310px;
	margin-right: 0px;
	margin-bottom: 2em;
}

.box {
	background-color: #494949;
	border: 1px solid #232323;
	display: block;
	margin: 0 0 12px 0;
	padding: 10px;
}

#extra-content .unit {
	margin: 0;
	padding: 0;
}

/* @group Extra content units */

/* @group Extra content poll unit */

#extra-content #poll-unit {
	background-color: #494949;
	display: block;
	margin: 0 0 0 0;
	padding: 0;
	padding: 12px;
}

#extra-content #poll-unit h2 {
	background: url(../images/the-poll.gif) top left;
	width: 151px;
	height: 33px;
	display: block;
	margin: 0 0 0 0;
	padding: 0;
	text-indent: -1000px;
}

#extra-content #poll-unit p {
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	text-shadow: #000 0px 0px 0px;
	margin: 0.5em 0;
}

#extra-content #poll-unit ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#extra-content #poll-unit li {
	list-style: none;
	margin: 0 0 4px 0;
	padding: 0;
}

#extra-content #poll-unit li input#vote {
	margin-top: 8px;
	background: #949C2D;
	border: 0;
	color: #fff;
	text-transform: uppercase;
	font-family: Courier, monospace;
	line-height: 12px;
	padding: 3px;
}

#extra-content #poll-unit label {
	padding-left: 0.5em;
}

#poll-form .vote-bar {
	float: left;
	height: 16px;
	margin-bottom: 2px;
	margin-right: 0.5em;
	width: 180px;
}

#poll-form .vote-count {
	display: none;
	float: left;
	font-size: 11px;
}

/* @end */

#extra-content #box-office-unit {
	background:transparent url(/mmlib/images/box-office-back.gif) no-repeat scroll 0 0;
	margin-bottom:12px;
	padding:94px 0 20px 0;
}

#extra-content #box-office-bottom {
	background: url(/mmlib/images/join-mailing-list.gif) no-repeat 0 0;
}



#extra-content #box-office-unit img {
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 0;
}



#extra-content #box-office-unit a.box-office-link {
	background:transparent url(/mmlib/images/box_office.gif) no-repeat scroll 69px top;
	display:block;
	height:auto;
	margin:0;
	padding:0;
	text-indent:-2600px;
	width:310px;
	height: 21px;
}

#extra-content #box-office-unit a.mailing-list-link {
	background:transparent url(/mmlib/images/join-mailing-list.gif) no-repeat scroll 94px 0;
	display:block;
	height:27px;
	margin-bottom:0;
	margin-left:0;
	margin-top:5px;
	padding:0;
	text-indent:-2600px;
	width:310px;
	
}

#extra-content #box-office-unit a.a-night-less {
	background:transparent url(/mmlib/images/a-night.gif) no-repeat scroll 0 0;
	display:block;
	height:21px;
	margin:0 0 0 46px;
	padding:0;
	text-indent:-2600px;
	width:237px;
}

/* @group Latest news sidebar unit */

#extra-content #latest-news-unit {
	margin: 0;
	padding: 0;
	position: relative;
	width: 300px;
}

#extra-content #latest-news-unit h2 {
	margin: 0 0 1em 0;
	padding: 0;
}

#extra-content #latest-news-unit h2 img {
	margin: 0;
	padding: 0;
}

#extra-content #latest-news-unit .all-news {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 13px;
	left: 210px;
}

#extra-content #latest-news-unit p {
	color: #FFF;
	margin: 0;
	text-shadow: #313131 0px 0px 0px;
}

#extra-content #latest-news-unit .date {
	color: #999;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-shadow: #313131 0px 0px 0px;
}

#extra-content #latest-news-unit h2 {
	margin-bottom: 2px;
}

#extra-content #latest-news-unit .news-item {
	margin-bottom: 1.25em;
	padding-bottom: 0;
	border-bottom: 0;
}

.news-item {
	border-bottom: 1px solid #4B4B4B;
	padding-bottom: 1em;
	margin-bottom: 2.2em;
}

.news-item h3.shrinkwrap {
	margin-bottom: 4px;
}

.news-item p {
	margin: 0.31em 0;
}

.news-item p.date {
	margin: 0.25em 0px 0px;
}

.news-item img {
	float: left;
}

.news-item div.has-image {
	margin-left: 200px;
}

/* @e

nd */

/* @end */

/* @group Theme/Section navigation */

ul#strand-navigation {
	font-family: Courier, monospace;
	font-size: 1.33em;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#strand-navigation li {
	display: block;
	zoom: 1;
}

ul#strand-navigation li a {
	border: 1px solid #353535;
	padding-left: 10px;
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	zoom: 1;
	font-weight: normal;
}

/* @end */

#main-content {
	width: 100%;
}

a.tour-link {
	color: #949C2D;
}

.has-extra-content #main-content {
	float: right;
	width: 630px;
}

#footer {
	clear: both;
	width: 960px;
	margin: 2em auto 4em auto;
	font-size: 85.6%;
}

.footer-left {
	float:left;
	width: 50%;
}

.footer-right {
	width: 50%;
	float: right;
	text-align: right;
	margin: 0;
	padding: 0;
}

.social-footer-links {
	margin-top: 5px;
}

.social-footer-links .wrap{
	background-color:#949C2D;
	color:#FFFFFF;
	display:block;
	float:left;
	font-family:Courier,monospace;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	padding-left:4px;
	text-transform:uppercase;
	width:89px;
}

.social-footer-links img {
	margin: 0;
	display: block;
	float: left;
	padding-right: 10px;
}
/* @group Events */

.event-information {
	color: #999;
	font-weight: bold;
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
	text-shadow: #313131 0px 0px 0px;
}


.event-information abbr {
	border: none;
}

#unit-featured-event {
	background: #3e3e3e;
	margin-bottom: 1em;
}

#unit-featured-event a#featured-event-image img {
	margin-bottom: 12px;
}

#unit-featured-event .details {
	margin-left: 14px;
	float: left;
	width: 230px;
	display: inline;
}

#unit-featured-event .details p {
	margin: 0.5em 0 1em -6px;
}

#unit-featured-event .description {
	float: left;
	width: 360px;
}

#unit-featured-event ul.event-information{
	width: 220px;
}

.event {
	border-bottom: 1px solid #4b4b4b;
	position: relative;
	margin-bottom: 1em;
}

.event-image {
	display: block;
	padding: 0;
	margin: 0 0 1em 0;
}

.event-image img {
	margin: 0;
}

.odd .event-image {
	float: left;
}

.even .event-image {
	float: right;
}

.event-list .odd .event-image, .event-list .even .event-image {
	float: none;
}

.event-info {
	height: 138px;
	overflow: hidden;
}

.odd .event-info {
	width: 200px;
	float: left;
	padding-left: 20px;
}

.even .event-info {
	width: 200px;
	float: left;
	padding-left: 0px;
}

.event-info p {
	margin: 0;
}

.event-info p.links {
	position: absolute;
	bottom: 1em;
}

.event-list .event {
	float: left;
	display: block;
	width: 310px;
	border-bottom: 1px solid #4b4b4b;
	margin-right: 10px;
}

.event-list .even {
	margin-right: 0px;
}

.event-list .odd {
	clear: both;
}

.event-list .event .event-information {
	padding-left: 4px;
}

.event-list .event .event-information li {
	display: none;
}

.event-list .event .event-information li.category {
	display: block;
	font-weight: bold;
	color: #BBB;
	margin-left: -6px;
}

.event-list .event .event-info {
	float: none;
	padding-left: 4px;
	width: 300px;
	height: 150px;
}

.event-list .event p {
	float: none;
	color: #999;
	margin-left: -2px;
}

.event-list .event .links {
	float: none;
	color: #999;
	margin-left: -2px;
}

.event-list .event-info p.links {
	position: relative;
	bottom: 0;
	margin: 0.75em 0px 0.75em -4px;
}

/* @end */

/* @group Strand colours */

.shrinkwrap a, .shrinkwrap .a * {
	color: #FFF;
	background-color: #949c2d;
}

.shrinkwrap a:hover, .shrinkwrap a:hover * {
	color: #FFF;
	background-color: #adb145;
}

a.drum, .shrinkwrap .drum, .shrinkwrap .drum * {
	color: #FFF;
	background-color: #949c2d;
}

.shrinkwrap .drum:hover, .shrinkwrap .drum:hover * {
	color: #FFF;
	background-color: #adb145;
}

body li.music a, body.music h3, a.music, .shrinkwrap .music, .shrinkwrap .music * {
	color: #FFF;
	background-color: #501a5d;
}

body li.music a:hover, a.music:hover, .shrinkwrap .music:hover, .shrinkwrap .music:hover * {
	color: #FFF;
	background-color: #7f3b90;
}

body.music p.type {
	color: #FFF;
	background-color: #2f143c;
}

body li.livebox a, body.livebox h3, a.livebox, .shrinkwrap .livebox, .shrinkwrap .livebox * {
	color: #FFF;
	background-color: #7e2a93;
}

body li.livebox a:hover, a.livebox:hover, .shrinkwrap .livebox:hover, .shrinkwrap .livebox:hover * {
	color: #FFF;
	background-color: #9331ac;
}

body.livebox p.type {
	color: #FFF;
	background-color: #54266c;
}

body li.spoken-word a, body.spoken-word h3, a.spoken-word, .shrinkwrap .spoken-word, .shrinkwrap .spoken-word * {
	color: #FFF;
	background-color: #597b7b;
}

body li.spoken-word a:hover, a.spoken-word:hover, .shrinkwrap .spoken-word:hover, .shrinkwrap .spoken-word:hover * {
	color: #FFF;
	background-color: #5d9797;
}

body.spoken-word p.type {
	color: #FFF;
	background-color: #465757;
}

body li.comedy a, body.comedy h3, a.comedy, .shrinkwrap .comedy, .shrinkwrap .comedy * {
	color: #FFF;
	background-color: #d31145;
}

body li.comedy a:hover, a.comedy:hover, .shrinkwrap .comedy:hover, .shrinkwrap .comedy:hover * {
	color: #FFF;
	background-color: #ff205c;
}

body.comedy p.type {
	color: #FFF;
	background-color: #971c3b;
}

body li.theatre a, body.theatre h3, a.theatre, .shrinkwrap .theatre, .shrinkwrap .theatre * {
	color: #FFF;
	background-color: #907578;
}

body li.theatre a:hover, a.theatre:hover, .shrinkwrap .theatre:hover, .shrinkwrap .theatre:hover * {
	color: #FFF;
	background-color: #a89597;
}

body.theatre p.type {
	color: #FFF;
	background-color: #6c5c5e;
}

body li.arts-development a, body.arts-development h3, a.arts-development, .shrinkwrap .arts-development, .shrinkwrap .arts-development * {
	color: #FFF;
	background-color: #e36f1e;
}


body li.arts-development a:hover, a.arts-development:hover, .shrinkwrap .arts-development:hover, .shrinkwrap .arts-development:hover * {
	color: #FFF;
	background-color: #ff8b3a;
}

body.arts-development p.type {
	color: #FFF;
	background-color: #b2622b;
}

body li.dance a, body.dance h3, a.dance, .shrinkwrap .dance, .shrinkwrap .dance * {
	color: #FFF;
	background-color: #566423;
}

body li.dance a:hover, a.dance:hover, .shrinkwrap .dance:hover, .shrinkwrap .dance:hover * {
	color: #FFF;
	background-color: #6a7b2b;
}

body.dance p.type {
	color: #FFF;
	background-color: #40461e;
}

body li.exhibitions a, body.exhibitions h3, a.exhibitions, .shrinkwrap .exhibitions, .shrinkwrap .exhibitions * {
	color: #FFF;
	background-color: #b2740e;
}

body li.exhibitions a:hover, a.exhibitions:hover, .shrinkwrap .exhibitions:hover, .shrinkwrap .exhibitions:hover * {
	color: #FFF;
	background-color: #c6810f;
}

body.exhibitions p.type {
	color: #FFF;
	background-color: #926621;
}

body li.film a, body.film h3, a.film, .shrinkwrap .film, .shrinkwrap .film * {
	color: #FFF;
	background-color: #807f83;
}

body li.film a:hover, a.film:hover, .shrinkwrap .film:hover, .shrinkwrap .film:hover * {
	color: #FFF;
	background-color: #949397;
}

body.film p.type {
	color: #FFF;
	background-color: #5f5e61;
}

body li.events a, body.events h3, a.events, .shrinkwrap .events, .shrinkwrap .events * {
	color: #FFF;
	background-color: #003768;
}

body li.events a:hover, a.events:hover, .shrinkwrap .events:hover, .shrinkwrap .events:hover * {
	color: #FFF;
	background-color: #004888;
}

body.events p.type {
	color: #FFF;
	background-color: #0f2746;
}

body li.club-night a, body.club-night h3, a.club-night, .shrinkwrap .club-night, .shrinkwrap .club-night * {
	color: #FFF;
	background-color: #7e2a93;
}

body li.club-night a:hover, a.club-night:hover, .shrinkwrap .club-night:hover, .shrinkwrap .club-night:hover * {
	color: #FFF;
	background-color: #9331ac;
}

body li.education-outreach a, body.education-outreach h3, a.ceducation-outreach, .shrinkwrap .education-outreach, .shrinkwrap .education-outreach * {
	color: #FFF;
	background-color: #aeb91c;
}

body li.education-outreach a:hover, a.education-outreach:hover, .shrinkwrap .education-outreach:hover, .shrinkwrap .education-outreach:hover * {
	color: #FFF;
	background-color: #c3cf2d;
}

body.club-night p.type {
	color: #FFF;
	background-color: #54266c;
}

body li.courses a, body.courses h3, a.courses, .shrinkwrap .courses, .shrinkwrap .courses * {
	color: #FFF;
	background-color: #003768;
}

body li.courses a:hover, a.courses:hover, .shrinkwrap .courses:hover, .shrinkwrap .courses:hover * {
	color: #FFF;
	background-color: #004888;
}

body.courses p.type {
	color: #FFF;
	background-color: #0f2746;
}

body li.literature a, body.literature h3, a.literature, .shrinkwrap .literature, .shrinkwrap .literature * {
	color: #FFF;
	background-color: #004888;
}

body li.literature a:hover, a.literature:hover, .shrinkwrap .literature:hover, .shrinkwrap .literature:hover * {
	color: #FFF;
	background-color: #115999;
}

body.literature p.type {
	color: #FFF;
	background-color: #004888;
}

/* @end */

body h3.shrinkwrap {
	font-size: 13px;
	margin-bottom: 0.4em;
	background: none;
	text-transform: uppercase;
	font-weight: normal;
}

.shrinkwrap {
	background: none;
}

.shrinkwrap strong, .shrinkwrap a {
	display: inline;
	background-color: #555;
	font-style: normal;
	padding: 2px 2px 3px 1px;
}

.shrinkwrap em {
	font-style: normal;
	position: relative;
	background-color: #555;
	left: 9px;
	padding: 2px 2px 3px 0px;
	overflow: hidden;
}

.shrinkwrap span {
	position: relative;
	left: -6px;
	background-color: #555;
}

#event-unit {
	background: url(../images/event-background.gif) repeat-y top left;
	width: 630px;
	padding: 0;
}

#event-unit #featured-event-image {
	margin: 0;
	padding: 0;
	display: block;
}

#event-unit #featured-event-image img {
	margin: 0;
	padding: 0;
	display: block;
}

#page-wrapper #event-unit .type {
	width: 230px;
	margin: 0;
	padding: 0;
	float: left;
	font-family: Courier, monospace;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.5em;
}

#event-unit h3 {
	width: 400px;
	margin: 0;
	padding: 0;
	float: left;
	font-family: Courier, monospace;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.5em;
}

#event-unit h3 span {
	display: block;
	padding: 0px 6px;
}

#event-unit h3 span.presents-label {
	padding-left: 0;
	font-size: 12px;
}

#event-unit .type strong {
	display: block;
	padding: 0px 6px 0px 12px;
	font-weight: normal;
}

#event-unit .details {
	clear: left;
	float: left;
	width: 200px;
	margin: 0.25em 28px 2em 12px;
	display: inline;
	padding: 0;
}

#event-unit .description {
	float: left;
	width: 380px;
	margin: 10px 10px 2em 0;
}

#event-unit .event-image-preview {
	margin-right: 5px;
}

#event-archive-unit {
	background: #333;
	padding: 10px;
	border: 1px solid #232323;
}

#event-archive-unit h3 {
	color: #fff;
	margin-bottom: 4px;
	background: transparent;
}

.event-archive .event {
	margin: 0px 0px 1.5em;
	padding-bottom: 1em;
}

.event-archive .event .event-info {
	width: 100%;
	float: left;
}

.event-archive .event .headerwrapper {
	width: 200px;
}

.event-archive .event-information li p {
	font-weight: normal;
}

/* @group Sidebar event archive */

p.archive-extras {
	margin-top: 3px;
	margin-right: 1px;
	margin-bottom: 0;
	text-align: right;
}

#archive-year .disabled {
	color: #666666;
	text-decoration: none;
}

#archive-year {
	text-align: center;
	margin-top: 0.5em;
}

#archive-year strong, #archive-year a {
	margin: 0 0.5em 0 0;
	font-size: 14px;
}

ol#event-archive {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 133px;
	position: relative;
}

ol#event-archive li {
	width: 139px;
	height: 23px;
	padding: 0;
	display: block;
	position: absolute;
}

ol#event-archive li a {
	background: url(../images/month-bar.gif) repeat-y top left;
	width: 139px;
	height: 23px;
	padding: 0;
	display: block;
	text-indent: 14px;
	line-height: 2em;
}

ol#event-archive .disabled {
	color: #666666;
	text-decoration: none;
}

ol#event-archive li.selected a {
	color: #c5d406;
}

ol#event-archive li a:hover {
	background-position: bottom left;
}

ol#event-archive li.jul, ol#event-archive li.aug, ol#event-archive li.sep, ol#event-archive li.oct, ol#event-archive li.nov, ol#event-archive li.dec {
	width: 140px;
}

ol#event-archive li.jul a, ol#event-archive li.aug a, ol#event-archive li.sep a, ol#event-archive li.oct a, ol#event-archive li.nov a, ol#event-archive li.dec a {
	background-position: top right;
	width: 140px;
}

ol#event-archive li.jul a:hover, ol#event-archive li.aug a:hover, ol#event-archive li.sep a:hover, ol#event-archive li.oct a:hover, ol#event-archive li.nov a:hover, ol#event-archive li.dec a:hover {
	background-position: bottom right;
}

ol#event-archive li a.disabled:hover {
	background-position: top left;
}

ol#event-archive li.jul a.disabled:hover, ol#event-archive li.aug a.disabled:hover, ol#event-archive li.sep a.disabled:hover, ol#event-archive li.oct a.disabled:hover, ol#event-archive li.nov a.disabled:hover, ol#event-archive li.dec a.disabled:hover {
	background-position: top right;
}

/** Crazy laout requires crazy positioning! */

ol#event-archive li.jan {
	top: 0;
}

ol#event-archive li.feb {
	top: 22px;
}

ol#event-archive li.mar {
	top: 44px;
}

ol#event-archive li.apr {
	top: 66px;
}

ol#event-archive li.may {
	top: 88px;
}

ol#event-archive li.jun {
	top: 110px;
}

ol#event-archive li.jul {
	left: 139px;
}

ol#event-archive li.aug {
	left: 139px;
	top: 22px;
}

ol#event-archive li.sep {
	left: 139px;
	top: 44px;
}

ol#event-archive li.oct {
	left: 139px;
	top: 66px;
}

ol#event-archive li.nov {
	left: 139px;
	top: 88px;
}

ol#event-archive li.dec {
	left: 139px;
	top: 110px;
}

/* @end */

/* @group Search boxes */

div.search-field {
	display: block;
}

div.search-field span {
	display: block;
	height: 26px;
	line-height: 26px;
	background: url(../images/search-bar.gif) top left;
	margin: 0;
	padding: 0;
	float: left;
}

.search-archive {
	background: url(../images/archive.gif) top left no-repeat;
	width: 68px;
	padding-left: 58px;
	
}


div.search-field span input {
	margin: 0;
	height: 26px;
	border: none;
	background: none;
	text-indent: 8px;
	font-size: 12px;
	#padding-top: 4px;
}

div.search-field span input:focus {
	outline: none;
}

div.search-field .submit {
	width: 28px;
	display: block;
	float: left;
	height: 26px;
	background: url(../images/search-button.gif) top left;
	margin: 0;
	margin-left: -3px;
	cursor: pointer;
}

div.search-field .submit:hover {
	background-position: bottom left;
}

#header {
	position: relative;
}

#header div.search-field {
	position: absolute;
	right: 0;
	top: 55px;
}

.brochure-link{
	position:absolute;
	right:0;
	top:20px;
}

.brochure-link a {
	display: block;
	width: 140px;
	height: 17px;
	background: url(/mmlib/images/latest-brochure.gif);
	text-indent: -50000px;
}

.event-search-form div.search-field {
	width: 100%;
	margin-bottom: 0.5em;
	height: 25px;
}

.event-search-form span input {
	width: 260px !important;
	width: 240px;
}

.event-search-form {
	padding: 1em 0;
	margin-bottom: 0;
}

.event-search-form select {
	float: right;
}

/* @end */

form#mail-list {
	padding: 8px;
	background: #494949;
	border: 1px solid #232323;
}

.form-field {
	margin-bottom: 0.5em;
}

.form-field label {
	width: 20%;
	display: block;
	float: left;
}

.form-field .no-label {
	margin-left: 20%;
}

.radios {
	
}

form .radios {
	margin-bottom: 1em;
}

form .radios p {
	margin-bottom: 1em;
	width: 50%;
	color: #afb435;
}

form .radios input, .radios label {
	display: inline;
	float: none;
	width: auto;
}

.fullwidth label {
	width: 90%;
	display: block;
	float: none;
	color: #afb435;
	margin-bottom: 8px;
}

form .strand-radios {
	margin-bottom: 2em;
}

form .strand-radios label {
	display: block;
	width: 200px;
	float: left;
}

form .errored label {
	color: #c4342d;
}

/* @group Pagination */

div.pages {
	clear: both;
	padding-left: 6px;
	margin-bottom: 2em;
}

ol.pages {
	border: 0;
	margin: 1em 0 6em;
	clear: left;
}

ol.pages li {
	border: 0;
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0;
	list-style: none;
}

ol.pages li a {
	display: inline;
}

ol.pages .more,
ol.pages .selected {
	color: #000;
	background-color: #FFF;
	font-weight: bold;
	display: block;
	padding: 3px 6px;
}

ol.pages .more {
	padding: 0px;
}

.news-list ol.pages .more a {
	background: #949C2D url(/mmlib/images/drum-arrow.png) no-repeat 95% 50%;
	padding: 3px 22px 3px 6px;
}

.news-list ol.pages .more a:hover {
	background-color: #ADB145;
}

ol.pages a:link, 
ol.pages a:visited {
	color: #fff;
	background-color: #949C2D;
	display: block;
	padding: 3px 6px;
	text-decoration: none;
}

ol.pages a:hover {
	color: #FFF;
	background-color: #ADB145;
}

/* @end */

/* @

group Child Pages */

ol.child-pages {
	margin: 0;
	padding: 0;
}

ol.child-pages li {
	float: right;
	list-style: none;
	margin-left: 18px;
}

ol.child-pages li a {
	color: #fff;
	background: #949C2D;
	padding: 2px 4px;
	font-family:Courier,monospace;
}

p.back-link {
	float: right;
	margin: 0;
	padding: 0;
}

p.back-link a {
	padding-left: 16px;
	background: url(/mmlib/images/back-arrow.gif) no-repeat 0 50%;
}

/* @end */

/* @group Backstage Edit Buttons */

.backstageeditbutton {
	background: #FFA76D none repeat left top;
	color: #333;
	display: block;
	border: 1px none #e18eb7;
	border-top-style: solid;
	border-bottom-style: solid;
	font-size: 1em;
	margin: 10px 0px;
	padding: 6px 6px 10px;
}

a.backstageeditbutton {
	color: #333 !important;
}

.backstageeditbutton img {
	float: left;
	margin-right: 6px;
}

/* @end */

#event-attachments h4 {
	margin-bottom: 0.25em;
}

#event-attachments ul {
	margin: 0px 0px 1em;
	padding: 0px;
}

#event-attachments ul li {
	list-style-type: none;
	margin: 4px 0px;
	padding: 0px;
}

#event-attachments ul li a {
	background: url(/mmlib/images/file_icons/generic.jpg) no-repeat left center;
	padding: 0px 0px 0px 20px;
}

.event-subheader {
	margin: 1em 0px 0.5em;
}

.video-caption {
	float: right;
	line-height: 1em;
	margin: 0px;
	width: 120px;
}

p img.map-graphic {
	float: none;
}

div.facilities {
	padding: 10px;
	background: #494949;
	border: 1px solid #000;
	margin-bottom: 8px;
}

div.facilities img {
	float: left;
	margin-right: 10px;
	margin-bottom: 0;
}

div.facilities p {
	margin-bottom: 0;
}

#event-archive-year-list {
	margin: 0px;
	padding: 0px;
	float: right;
}

#event-archive-year-list li {
	float: left;
	list-style-type: none;
	margin: 0px 0.25em 0px 0px;
	padding: 0px;
}

#event-archive-year-list li a {
	background: #949C2D;
	padding: 3px 6px;
}

#event-archive-year-list li a:hover {
	background: #ADB145;
}

.contact-col-one {
	margin-bottom: 24px;
	width: 150px;
	border-right: 1px solid #666;
}

.contact-col-two {
	margin-left: 170px;
}

#main-content .team{
	width: 200px;
	float: left;
	padding-right: 10px;
}

.contact-whoswho{
	margin-top: 25px;
}

div.details ul#media-list {
	margin-left: 0;
}

div.details ul#media-list li {
	list-style: none;
	font-size: 11px;
	background: url(/mmlib/images/icon-media.gif) no-repeat left 3px;
	padding-left: 18px;
}

a.rss-link {
	float: right;
	background: url(/mmlib/images/rss.gif) no-repeat left center;
	padding-left: 18px;
	font-size: 11px;
}

a.facebook-link {
	font-size: 10px;
	background: #ccc url(/mmlib/images/icon-facebook.gif) no-repeat left center;
	line-height: 12px;
	color: #333;
	padding-left: 22px;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-right: 4px;
}

a.myspace-link {
	font-size: 10px;
	background: #ccc url(/mmlib/images/icon-myspace.gif) no-repeat left center;
	line-height: 12px;
	color: #333;
	padding-left: 22px;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-right: 4px;
	margin-right: 8px;
}

a.facebook-link:hover, a.myspace-link:hover {
	background-color: #fff;
}

div#default-attachments {
	float: right;
	width: 200px;
	border: 1px solid #232323;
	background: #494949;
	padding: 6px 10px;
	margin-left: 12px;
	margin-bottom: 12px;
}

.list-archive-badge {
	position: absolute;
/* 	top: 2px; */
	top:0;
	right: 0;
}

.archive-badge {
	background: #ccc url(/mmlib/images/archive.gif) no-repeat right 2px;
}

.archive-badge span {
	margin-right: 78px;
}

/* @group Form Control */

form#questionnaire {
	margin-bottom: 2em;
}

form#questionnaire .end {
	margin-bottom: 0;
}

.form-field label {
	display: block;
	float: none;
	width: auto;
	margin-bottom: 4px;
}

.form-field {
	float: left;
	margin-right: 10px;
}

.form-field, form .radios {
	margin-bottom: 1.7em;
}

.s1 {
	width: 600px;
}

.s2 {
	width: 300px;
}

.s3 {
	width: 200px;
}

.s1 input {
	width: 600px;
}

.s2 input, .s2 select {
	width: 290px;
}

.s3 input, .s3 select {
	width: 190px;
}

form .radios p {
	width: 100%;
}

.form-field .radio-label {
	display: inline;
	width: 50px;
}

/* @end */

.archive{}

/* @group Virtual Tour Styles */

#pan {
	background:#494949 none repeat scroll 0 0;
	border:1px solid #232323;
	padding: 10px 5px 5px;
	text-align: center;
	margin: 0 auto 10px;
}

#tour-menu{
	
	padding-bottom:5px;
	text-align:right;
	width:630px;
}

/* @end */

#map{
	width: 630px;
	height: 400px;
}

img { behavior: url(/mmlib/js/iepngfix.htc) }

.list-cancelled-badge {
	position: absolute;
/* 	top: 2px; */
	top:0;
	right: 0;
}
#event-unit h3.cancelled-badge {
	padding-top: 20px;
	background-image: url(/mmlib/images/cancelled.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
}
#event-unit h3.sold-out-badge {
	padding-top: 20px;	
	background-image: url(/mmlib/images/sold-out.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
}

div.made-media a span {
	display: none;
}

div.made-media a {
	margin-top: 6px;
	float: right;
	background:transparent url(/mmlib/images/logo-made.gif) no-repeat scroll 0 0;
	display:block;
	height:9px;
	width:40px;
}

div.made-media a:hover {
	background-position: 0 -20px;
}

a.nosell {
	font-family: Courier, monospace;
	color: white;
	background-color: red;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 5px;
	text-transform: uppercase;
	text-decoration: none;
}

#issuu{
	background: #494949;
	padding:10px 10px 5px;
}

#issuu img{
	margin: 0;
}