/* @override http://bde.site/mmlib/css/bde/screen.css */

body {
	text-align: center;
	padding: 0 10px;
	padding-top: 0;
	margin-top: 0;
	background: #000000 url('../../images/bde/background.jpg') fixed top center no-repeat;
	color: white;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

#print-logo {
	display: none;
}

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

a:active,
a:hover,
a:focus {
	color: white;
}


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

#page-wrapper {
	margin-top: 0;
}

#skiplinks {
	display: none;
}

h1 {
	font-size: 1.8em;
}

blockquote {
	color: white;
}

#main-content {
	padding-bottom: 15px;
}

#main-content .content h2 {
	font-size: 1.6em;
	color: white;
	border-bottom: none;
	text-transform: none;
}
#main-content .content a:hover {
	color: white;
}

.success {
	border-color: #b2e69f;
	border-style: solid;
	border-width: 1px;
	background-color: #e0f4da;
	color: #458e2c;
	padding: 5px;
	margin: 8px 0;
	font-size: 16px;
}
.error {
	border-color: #ea999a;
	border-style: solid;
	border-width: 1px;
	background-color: #f6d9da;
	color: #931515;
	padding: 5px;
	margin: 8px 0;
}
.error h3 {
	margin: 0px 0px 10px;
}


/* 
	Template specific overides 
	keep the units as clean as possible then overide for execptions
*/

.template-contributors #main-content,
.template-programme #main-content,
.template-performance #main-content,
.template-contributor-view #main-content,
.template-exhibitor-view #main-content {
	background: url('../../images/bde/black-80.png') repeat;		
}

.template-contributors #main-content,
.template-programme #main-content,
.template-default-page #main-content {
	margin-top: 15px;
}

.template-homepage #unit-news-list {
	margin-top: 0;
	margin-right: 15px;
	padding-bottom: 0;
}

.template-homepage #unit-news-list .excerpt {
	font-size: 11px;	
}

.template-homepage #unit-news-list .excerpt p {
	margin-top: 0;
}

.template-homepage #unit-homepage-about,
.template-homepage #unit-news-list,
.template-homepage #unit-quick-links  {
	height: 500px;
	min-height: 505px;
	padding-bottom: 0;	
}
 
.template-news-list #unit-news-list {
	float: right;
	width: 575px;
	margin-left: 0;
	padding-left: 0;
	padding-left: 65px;
	margin-top: 0;
}


.template-news-list #unit-latest-news,
.template-news-single #unit-latest-news,
.template-search-results #unit-latest-news {
	margin: 0;
	padding: 0;
	padding-left: 20px;
	padding-right: 5px;
	margin-top: 15px;
}

.template-search-results #unit-latest-news,
.template-search-results #unit-quick-links {
	background: none;
}

.template-search-results #unit-quick-links h3 {
	width: 256px;
}

.template-news-list #unit-latest-news {
	font-size: 16px;
}

.template-news-list #unit-news-list h2 {
	margin-top:15px;
	padding-bottom: 8px;
	margin-bottom: 5px;
}

.template-search-results #unit-latest-news {
	margin-top: 0;
}

.template-news-single #unit-news-article,
.template-news-single #unit-latest-news,
.template-news-list #unit-news-list,
.template-news-list #unit-latest-news,
.template-search-results #unit-latest-news,
.template-default-page #unit-article,
.template-default-page #unit-news-single-gallery,
.template-register #unit-article,
.template-register #unit-latest-news
{
	background: none;
}

.template-news-list #main-content,
.template-exhibitor-list #main-content,
.template-news-single #main-content,
.template-search-results #main-content,
.template-default-page #main-content, 
.template-register #main-content,
.template-venue-list #main-content{
	margin-top: 15px;
	background: url('../../images/bde/black-80.png');
}

.template-news-single .meta {
	margin-top: 0;
}

.template-default-page #unit-news-single-gallery {
	margin-left: 0;
	padding-left: 20px;
}

.template-register #unit-latest-news {
	margin-left: 0;
}

.template-register #unit-quick-links {
	background: none;
}

.template-venue-list #unit-list .excerpt p {
	margin-top: 10px;
}

.template-programme #unit-list-sidebar #unit-print {
	margin-top: 40px;
}
.template-default-page #unit-default-sidebar {
	padding-left: 25px;
	padding-top: 23px;
}

.template-news-single #unit-default-sidebar {
	margin-left: 20px;
}

.template-performance #unit-print {
	padding-top: 20px;
}



/* @group unit-navigation */


#unit-navigation {
	border-top: 1px solid #595959;
	border-bottom: 1px solid #595959;	
	width: 950px;
}
#unit-navigation ul {
	display: block;
	overflow: auto;
	padding: 0;
	margin: 4px 0 3px 0;
}

#unit-navigation #home-link {
	background: black;
	width: 25px;
	height: 20px;
	display: block;
	background: transparent url('../../images/bde/home.gif') no-repeat;
margin-right:10px;	
}

#unit-navigation #home-link:hover {
	background: transparent url('../../images/bde/home.gif') bottom no-repeat;	
}

#unit-navigation #home-link span {
	display: none;
}

#unit-navigation ul li {
	text-transform: uppercase;
	list-style-type: none;
	display: block;
	float: left;
	margin-right:10px;
}

#unit-navigation ul li.home-link {
	margin-right: 5px;
}

#unit-navigation ul li a {
	color: white;
	font-size: 14px;
	text-decoration:none;
	padding: 0;
	font-weight: normal;
	-webkit-transition: color .1s linear;	
}

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

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


/* @end */

/* @group header */

#header {
	position: relative;
}

#header .header-date {
	color: white;
	font-size:11px;
	left:250px;
	position:absolute;
	text-transform:uppercase;
	top:95px;
}

#unit-logo {
	height: 134px;
	margin: 0;
	padding: 0;
}

#header #logo {
	margin: 0;
}
#header #logo span {
	display: none;	
}

#unit-registration {
	position: absolute;
	top: 45px;
	right: 0px;
}

#unit-registration ul {
	margin: 0;
}

#unit-registration li {
	list-style: none;
}

#unit-registration a {
	display: block;
	height: 45px;
	width: 89px;
}

#unit-registration a span {
	display: none;
}

#unit-registration #registration-register-link{
	background: url('../../images/bde/button-register.png') top left no-repeat;
	height: 35px;	
} 

#unit-registration #registration-login-link {
	background: url('../../images/bde/button-register.png') bottom left no-repeat;
}


/* @end */

/* @group unit-search */

#unit-site-search {
	height: 25px;
}

#unit-site-search, #unit-site-search form {
	float: right;
	width: 147px;
	display: inline;
}

#unit-site-search form {
	margin-top: 0px;
}

#unit-site-search fieldset {
	margin: 0;
	padding: 0;
	border: none;
	display: inline;
}

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

#unit-site-search input {
	padding: 0;
	vertical-align: middle;	
	opacity: 0.7;
}

#unit-site-search input.text {
	width: 120px;
	display: inline;
	height: 15px;
	padding: 1px;
	border: 1px solid #4a4a4a;
	background: #4a4a4a;
	color: #f0f0f0;
	-webkit-transition: background .1s linear;	
	
}
#unit-site-search input.text:hover {
	background: #656565;
}

#unit-site-search input.text:focus {
	background: #f0f0f0;
	color: #4a4a4a;
	opacity: 1;
}

#unit-site-search input.image {
	width: 19px;
	height: 19px;
	background: url('../../images/bde/button-search.png') top no-repeat;
	opacity: 1;
	border: none;
	position: relative;
	cursor: pointer;
}

#unit-site-search input.image:hover {
	background: url('../../images/bde/button-search.png') bottom no-repeat;
	cursor: hand;
	
}

/* @end */

/* @group unit-production-feature */

#unit-production-feature {
	background: #0094da;
	position: relative;
	width: 950px;
	height:357px;
	margin-bottom:15px;
	margin-top:15px;
	overflow:hidden;
}


#unit-production-feature .feature-text {
	position: absolute;
	width: 300px;
	right: 0;
	top: 0;
}
#unit-production-feature .first-event {
	z-index: 2;
}
.featured-event-wrapper {
	position: absolute;
}

.featured-event-wrapper a {
	color: white;
}

#unit-production-feature img {
	float: left;
}

#unit-production-feature .feature-text {
	margin-left: 35px;
	width: 250px;
	margin-right: 30px;
}

#unit-production-feature h2,
#unit-production-feature span.performer-name,
#unit-production-feature .feature-production-link {
	text-transform: uppercase;	
}

#unit-production-feature .feature-text h2 {
	border-top: 1px solid #73c5eb;
	font-size: 20px;
	margin-bottom: 0;
	margin-top: 30px;
	padding-top: 6px;
	
}
#unit-production-feature .feature-text h2 a {
	color: white;
}

#unit-production-feature span.performer-name {
	border-bottom:1px solid #73C5EB;
	display:block;
	font-size:18px;
	font-weight:normal;
	margin-top:-7px;
	line-height: 18px;
	padding-bottom:5px;
	padding-top:6px;
}

#unit-production-feature p.excerpt{
	margin-top:25px;
	font-size: 14px;
} 


#unit-production-feature .feature-production-link {
	color: black;
	text-decoration: none;
	border: 1px solid #73c5eb;
	border-right-style: none;
	border-left-style: none;
	display: block;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 2px;
}

#unit-production-feature .feature-production-link:hover {
	color: white;
}

#unit-production-feature .feature-production-link span {
	color: white;
}

/* @end */

/* @group unit-homepage-about */

#unit-homepage-about {
	width: 260px;
	float: left;
	padding-left:25px;
	padding-right:25px;
	padding-bottom: 5px;
	padding-top:3px;
	width:260px;
	background: url('../../images/bde/black-80.png') repeat;		
}

#unit-homepage-about h4 {
	padding-top: 18px;
}

#unit-homepage-about h4.intro-title {
	color: red;
	font-size: 21px;
	font-weight: normal;
	margin-top: 0;	
	margin-bottom: 0;
	line-height: 17px;
}

#unit-homepage-about h4 span {
	font-size: 14px;
}

#unit-homepage-about h3 {
	text-transform: uppercase;
	font-size: 18px;
	border-bottom: 1px solid #595959;
	margin-bottom: 0;
	margin-top:17px;
	padding-bottom:5px;
}

#unit-homepage-about p {
	font-size: 12px;
}



/* @end */



/* @group unit-news-list */


#unit-news-intro {
	float: left;
	width: 260px;
	padding-left: 20px;
}

#unit-news-intro p {
	padding-top: 0;
}

#unit-news-list {
	background: url(../../images/bde/black-80.png) repeat scroll 0 0;
	float:left;
	margin-left:15px;
	margin-top:15px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom: 25px;	
	padding-top:3px;
	width:260px;		 

}


#unit-news-list h2 {
	text-transform: uppercase;	
	font-size: 20px;
	text-decoration: none;
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
	border-bottom: 1px solid #595959;	
	margin-bottom: 6px;
}

#unit-news-list .meta {
	margin: 0;
	padding: 0;
}


#unit-news-list h2 a {
	text-decoration: none;
	color: red;
}

#unit-news-list h2 a:hover {
	color: white;
}


#unit-news-list h3 {
	text-transform: uppercase;
	font-size: 16px;
	border-bottom: 1px solid #595959;
	padding-bottom: 7px;
}

#unit-news-list .excerpt {
	font-size: 12px;
	clear: both;
}


#unit-news-list .excerpt img {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
	opacity: 0.9;
}

#unit-news-list .excerpt img:hover {
	opacity: 1;
}

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

#unit-news-list li {
	margin-bottom: 10px;
	border-bottom: 1px solid transparent;
}

#unit-news-list h4,
#unit-news-list h4 a {
	color: #ff0000;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 0;
	text-decoration: none;
}

#unit-news-list h4 a:hover {
	color: white;
}

#unit-news-list li {
	font-size: 12px;
}

#unit-news-list .meta {
	font-weight: bold;
	margin-bottom: 2px;
}
#unit-news-list .meta abbr {
	border-bottom: none;
}
#unit-news-list .meta abbr:hover {
	cursor: default;
}


/* @end */

/* @group unit-latest-news */

#unit-latest-news {
	background: url(../../images/bde/black-80.png) repeat scroll 0 0;
	float:left;
	margin-left:15px;
	margin-right:15px;
	margin-top:20px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom: 25px;	
	padding-top:3px;
	width:260px;		
}

#unit-latest-news h2,
#unit-latest-news h3 {
	text-transform: uppercase;
}

#unit-latest-news h2 {
	font-size: 16px;
	margin-top: 0;
}

#unit-latest-news h3 {
	font-size: 14px;
	border-bottom: 1px solid #595959;
	padding-bottom: 7px;
}

#unit-latest-news .excerpt {
	font-size: 11px;
	margin-top: 6px;
}

#unit-latest-news ol {
	list-style: none;
	margin: 0;
	padding: 0;
}


#unit-latest-news h4,
#unit-latest-news h4 a {
	color: #ff0000;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 0;
	text-decoration: none;
}
#unit-default-sidebar #unit-latest-news h4 {
	border: none;
}
#unit-latest-news h4 a:hover {
	color: white;
}



#unit-latest-news li {
	font-size: 12px;
}

#unit-latest-news .meta {
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 0;
}

#unit-latest-news .meta abbr {
	border-bottom: none;
}
#unit-latest-news .meta abbr:hover {
	cursor: default;
}


/* @end */


/* @group unit-news-article */

#unit-news-article {
	background: url(../../images/bde/black-80.png) repeat scroll 0 0;
	float:right;
	margin-left:0;
	padding-left:65px;
	padding-right:25px;
	width:575px;
}

#unit-news-article #news-image {
	margin-top: 15px;
}

#unit-news-article #news-image img {
	margin-left: 0;
	display: block;
}

#unit-news-article h1 {
	border-bottom:1px solid #595959;
	color:red;
	font-size:22px;
	line-height: 0.9em;
	margin:15px 0 5px;
	padding:0 0 8px;
	text-decoration:none;
	text-transform:uppercase;
}

#unit-news-article .meta {
	font-weight: bold;
}

#unit-news-article .meta abbr {
	border-bottom: none;
}
#unit-news-article .meta abbr:hover {
	cursor: default;
}

/* @end */

/* @group unit-article */

#unit-article {
	background: url(../../images/bde/black-80.png) repeat scroll 0 0;
	float:right;
	margin-left:0;
	padding-left:65px;
	padding-right:25px;
	width:575px;
}

#unit-article #article-image {
	margin-top: 15px;
}

#unit-article #article-image img {
	margin-left: 0;
	display: block;
}

#unit-article h1 {
	border-bottom:1px solid #595959;
	color: red;
	font-size:22px;
	line-height:0.9em;
	margin:0 0 6px;
	margin-top: 20px;
	padding:0 0 5px;
	text-decoration:none;
	text-transform:uppercase;
}

#unit-article .meta {
	font-weight: bold;
}

#unit-article .meta abbr {
	border-bottom: none;
}
#unit-article .meta abbr:hover {
	cursor: default;
}

/* @end */

/* @group unit-news-single-gallery */

#unit-news-single-gallery {
	width: 260px;
	margin-left: 20px;
}

#unit-news-single-gallery h4 {
	text-transform: uppercase;
	padding-bottom: 4px;
	border-bottom: 1px solid #595959;	
}

#unit-news-single-gallery ul {
	list-style-type:none;
	margin:20px 0 20px;
	overflow:auto;
	padding:0;
}

#unit-news-single-gallery li {
	float: left;
	display: inline;
	margin-right: 4px;
}


#unit-news-single-gallery li a img {
	opacity: 0.9;
}

#unit-news-single-gallery li a:hover img {
	opacity: 1;
}

#unit-news-single-gallery div {
	
}

/* @end */



/* @group unit-default-sidebar */

#unit-default-sidebar {
	width: 260px;
	margin-left: 0;
	padding-right: 10px;
}

#unit-default-sidebar h4 {
	text-transform: uppercase;
	padding-bottom: 4px;
	border-bottom: 1px solid #595959;	
	margin-top: 0;
}

#unit-default-sidebar ul {
	list-style-type:none;
	margin:20px 10px 20px 0px;
	overflow:hidden;
	padding:0;
}

#unit-default-sidebar div {
	margin-bottom: 40px;
}

#unit-default-sidebar div.gallery {
	margin-bottom: 10px;
}

#unit-default-sidebar li {
	margin-right: 4px;
	float: left;
}


#unit-default-sidebar ul a {
	color: white;
}


/* @end */


/* @group unit-pagination */



#unit-pagination {
	text-transform: uppercase;
	clear: both;	
}

div#unit-pagination ol{
	border: none;
	text-align: center;
}

#unit-pagination ol li {
	border: none;
	display: inline;
	height: auto;
	margin-right: 20px;
	padding: 0px;
}

#unit-pagination a {
	text-decoration: none;
}

#unit-pagination a:hover {
	color: white;
}

/* @end */

/* @group unit-quick-links */

#unit-quick-links {
	width: 260px;
	float: left;
	padding: 20px;
	padding-top: 5px;
	padding-bottom: 25px;
	background: url('../../images/bde/black-80.png') repeat;			
}

#unit-quick-links ul {
	list-style-type: none;
	margin: 0px 0px 18px 0px;
}

#unit-quick-links li {
	border-bottom: 1px solid #595959;
	padding-top: 28px;
}

#unit-quick-links ul li a {
	background: url('../../images/bde/arrow-left.gif') no-repeat right 7px;
	color: white;
	display: block;
	font-size: 15px;
	font-weight: normal;

	padding-bottom: 5px;
	text-decoration: none;	
	text-transform: uppercase;
}

#unit-quick-links ul li.long a {
	font-size: 13px;
}

#unit-quick-links ul li a span {
	color: red;
}

#unit-quick-links h3 {
	text-transform: uppercase;
	font-size: 16px;
	border-bottom: 1px solid #595959;
	padding-bottom: 7px;
	margin-bottom:0;
}

/* @end */


/* @group unit-list */

#unit-list-info .first {
	font-weight: bold;
}

#unit-list {
	width: 610px;
	float: right;
}

#unit-list h1 {
	font-size: 15px;
	line-height: 0.9em;
	margin: 0;
	margin: 20px 0 5px 0;
	padding-bottom: 5px;
	text-transform: uppercase;
}

#unit-list ul {
	margin:0;
	padding: 0;
	margin-right: 20px;
	border-bottom: none;
	margin-bottom: 20px;
}

#unit-list li {
	list-style-type: none;
	border-top: 1px solid #595959;
	padding-top: 20px;
	height: 120px;		
}

#unit-list h3 {
	margin: 0;
}

#unit-list h4 {
	margin: 0;
}

#unit-list h4 a {
	text-transform: uppercase;
}

#unit-list a {
	text-decoration: none;	
}

#unit-list h3 a{
	text-transform: uppercase;
	font-weight: normal;
}

#unit-list a:hover{
	color: white
}

#unit-list .meta {
	font-weight: bold;
	margin: 0;
	margin: 7px 0 6px 0;
}


#unit-list.search .meta {
	font-weight: bold;
	margin: 0;
	margin: 7px 0 6px 0;
	float:left;
	height:75px;
	width:150px;
}

#unit-list li img {
	float: left;
	margin-right: 20px;
	padding-bottom: 20px;
	opacity: 0.9;
}
#unit-list li a:hover img {
	opacity: 1;
}

#unit-list .excerpt p {
	margin-top: 0;
	margin-bottom: 0;	
}

#unit-list .meta span {
	display: block;
	font-weight: normal;
}

#unit-list .meta span.start-time {
	font-weight: bold;
	text-transform: uppercase;
}

#unit-list .meta span.access {
	text-transform: uppercase;
	color: red;
}

#unit-list.search .more {
	cursor: hand;
}

#unit-list.search h3 {
	text-transform: uppercase;
	margin: 18px 0;
}

#unit-list.search ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-right: 20px;
	border-bottom: none;
}


#unit-list.search ul li {
	list-style-type: none;
	border-top: 1px solid #595959;
	padding-top: 20px;
	height: 120px;
	padding-right: 20px;
	
}

#unit-list.search #page-search-results li {
	height: 90px;
}

#unit-list.search #page-search-results {
	margin-bottom: 30px;
}

#unit-list.search ul li.show-hidden {
	height: 30px;
	text-align: right;
	padding-right: 20px;
}


#unit-list.search .excerpt {
	margin-top:10px
}

#unit-list.search #event-search-results .excerpt {
	margin-top:0;
}



#unit-list.search ul li.show-hidden a {
	color: red;
	text-decoration: none;
	text-transform: uppercase;
}

#unit-list.search ul li.show-hidden a:hover {
	color: white;
}

#unit-list.search .hidden {
	display: none;
}




/* @end */


/* @group unit-performance-list */

#unit-performance-list {
	width: 610px;
	float: right;
	padding-top: 20px;
}

#unit-performance-list h1 {
	font-size: 15px;
	line-height: 0.9em;
	margin: 0;
	margin-bottom: 15px;
	padding-bottom: 5px;	
	text-transform: uppercase;
}


#unit-performance-list h3 {
	text-transform: uppercase;
	margin: 0;
	margin: 20px 0 5px 0;
	padding-bottom: 10px;
	font-size: 16px;	
	margin-bottom: 0;
}

#unit-performance-list h3.date {
	clear: both;
	border-bottom: 1px solid #595959;
	margin: 0px 20px 18px 0px;
	padding-bottom: 4px;
}


#unit-performance-list sup {
	font-weight: normal;
	font-size: 8px;
	color: white;
}

#unit-performance-list ol {
	margin:0;
	padding: 0;
	margin-right: 20px;
	margin-bottom: 50px;
}

#unit-performance-list li {
	list-style-type: none;
	border-bottom: 1px solid #595959;
	padding-top: 20px;
	height: 120px;	
	clear: both;
}
#unit-performance-list li:last-child {
	border-bottom: none;
}

#unit-performance-list .meta {
	width: 150px;
	height: 75px;
}

#unit-performance-list .info {
	float: right;
	display:block;	
	width: 395px;
}

#unit-performance-list .no-company {
	margin-top: 10px;
}

#unit-performance-list .excerpt {
	float:right;
	margin-top:0;
	width:200px;
}

#unit-performance-list .excerpt a {
	padding-top: 1px;
	margin-top: 0;
	display: block;
}

#unit-performance-list .meta span {
	display: block;
	font-weight: normal;
}

#unit-performance-list .production-company {
	display:block;
	font-weight:bold;
	margin-bottom:10px;
	overflow:auto;
	position:relative;
	text-transform:uppercase;

}
#unit-performance-list .meta span.start-time {
	font-weight: bold;
	text-transform: uppercase;
}

#unit-performance-list .meta span.access {
	text-transform: uppercase;
	color: red;
}

#unit-performance-list h3 {
	margin: 0;
	padding: 0;
}

#unit-performance-list a {
	text-decoration: none;	
}

#unit-performance-list h3 a{
	text-transform: uppercase;
	font-weight: normal;
}

#unit-performance-list a:hover{
	color: white;
}

#unit-performance-list .meta {
	font-weight: bold;
	margin: 0;
	float:left;
}

#unit-performance-list li img {
	float: left;
	margin-right: 20px;
	opacity: 0.9;
}

#unit-performance-list li a:hover img {
	opacity: 1;
}


#loading {
	background:black;
	color:white;
	font-size:18px;
	height:31px;
	margin-left:450px;
	padding:20px;
	position:fixed;
	text-transform:uppercase;
	top:250px;
	width:300px;
	z-index:150;
	display: none;
}


#unit-performance-list #loading {
	background:black;
	color:white;
	font-size:18px;
	height:31px;
	margin-left:80px;
	padding:20px;
	position:fixed;
	text-transform:uppercase;
	top:250px;
	width:300px;
	z-index:150;
	display: none;
}


#loading img,
#unit-performance-list #loading img {
	margin-right: 20px;
}

/* @end */


/* @group unit-single-back */
#unit-single-back {
	height: 20px;
	margin-top: 10px;
	font-size: 10px;	
}

#unit-single-back  a {
	background: url('../../images/bde/back-arrow-right.gif') left 40% no-repeat;
	padding-left: 12px;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	float: left;
}

#unit-single-back  a span {
	color: red;
}

#unit-single-back p.attribution {
	float: right;
	margin: 0;
}


/* @group unit-single-feature */

#unit-single-feature {
	background: #0094da; 
	margin-bottom: 15px;
	margin-top: 5px;
	clear: both;
	height: 357px;
}

#unit-single-feature img {
	float: right;
}

#unit-single-feature .group {
	float: left;
	width: 250px;
	margin-left: 30px;	
}

#unit-single-feature h1,
#unit-single-feature span.performer-name,
#unit-single-feature .feature-production-link {
	text-transform: uppercase;	
}

#unit-single-feature h1 {
	font-size: 20px;
	margin-bottom: 0;
	border-top: 1px solid #73c5eb;
	border-bottom: 1px solid #73c5eb;	
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 20px;	
	margin-top: 30px;
}

#unit-single-feature h3 {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: normal;
}


#unit-single-feature .contributor-detail{
	font-size:12px;
	margin-bottom:20px;
	margin-top:15px;
} 

#unit-single-feature .contributor-detail a {
	color: white;
	text-decoration: none;
}


#unit-performance-feature .performance-detail a.feature-link {
	margin-top: 20px;
}

#unit-performance-feature .performance-detail a.feature-link, 
#unit-single-feature .feature-link {
	color: black;
	text-decoration: none;
	border: 1px solid #73c5eb;
	border-right-style: none;
	border-left-style: none;
	display: block;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
	text-transform: uppercase;
}

#unit-single-feature .feature-link { 
	margin-top: 20px;
}

.birmingham-repertory-theatre-and-the-door #unit-single-feature  .feature-link {	margin-top: 0;	}
.birmingham-repertory-theatre-and-the-door #unit-single-feature h2 {	margin-top: 20px;  }

#unit-performance-feature .performance-detail a.feature-link:hover,
#unit-single-feature .feature-link:hover {
	color: white;
}

#unit-single-feature .feature-link span {
	color: white;
	left:1px;
	position:relative;
	top:-1px;
}

#unit-single-feature .exhibitor-detail {
	margin-top:15px;
	font-size: 12px;
	margin-bottom: 25px;
}


#unit-single-feature .venue-detail {
	margin-top:5px;
	font-size:12px;
	margin-bottom: 10px;
	margin-top: 20px;
}

#unit-single-feature .venue-detail a,
#unit-single-feature .exhibitor-detail a {
	color: white;
	text-decoration: none;
	display: block;
}

#unit-single-feature .venue-detail a:hover,
#unit-single-feature .exhibitor-detail a:hover {
	color: white;
}

/* @end */


/* @group unit-contributor-main */

#unit-contributor-main {
	float: right;
	width: 660px;
}

#unit-contributor-main .content {
	float: left;
	width: 385px;
	margin-left: 25px;
	margin-right: 50px;
	margin-top: 20px;
}
#unit-contributor-main .full-width {
	width: auto;
}

#unit-contributor-main .content p, h1 {
	margin-top: 0;
}

#unit-contributor-main h1,#unit-contributor-main h2, #unit-contributor-main h3 {
	text-transform: uppercase;
}


/* @end */


/* @group unit-performance-feature */

#unit-performance-back {
	height: 20px;
	margin-top: 10px;
	font-size: 10px;	
}

#unit-performance-back a {
	background: url('../../images/bde/back-arrow-right.gif') left center no-repeat;
	padding-left: 12px;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	float: left;
}

#unit-performance-back a span {
	color: red;
}

#unit-performance-back p.attribution {
	float: right;
	margin: 0;
}

#unit-performance-feature {
	background: #0094da; 
	margin-bottom: 15px;
	margin-top: 5px;
	clear: both;
	height: 357px;
}

#unit-performance-feature img {
	float: right;
}

#unit-performance-feature .group {
	float: left;
	width: 250px;
	margin-left: 30px;
		
}

#unit-performance-feature h1,
#unit-performance-feature span.performance-name,
#unit-performance-feature .feature-profile-link {
	text-transform: uppercase;	
}

#unit-performance-feature h1 {
	font-size: 20px;
	margin-bottom: 0;
	border-top: 1px solid #73c5eb;
	border-bottom: 1px solid #73c5eb;	
	padding-top: 4px;
	padding-bottom: 5px;
	line-height: 21px;
	margin-top: 30px;
}

#unit-performance-feature h1 span {
	display: block;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
}

#unit-performance-feature .performance-detail {
	font-size: 14px;
	margin-bottom: 25px;
	margin-top: 15px;
}

#unit-performance-feature .performance-detail .access {
	text-transform: uppercase;
} 

#unit-performance-feature ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#unit-performance-feature ol li {
	font-weight: normal;
	margin: 0;
	padding: 0;
	
}

#unit-performance-feature .performance-detail span.access {
	text-transform: uppercase;
	color: white;
	font-weight: normal;
}

#unit-performance-feature .performance-detail a {
	color: white;
	text-decoration: none;
}


#unit-performance-feature .performance-feature-link {
	color: black;
	text-decoration: none;
	border: 1px solid #73c5eb;
	border-right-style: none;
	border-left-style: none;
	display: block;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
}

#unit-performance-feature .performance-feature-link:hover {
	color: white;
}

#unit-performance-feature .performance-feature-link span {
	color: white;
}



/* @end */

/* @group unit-performance-gallery */

#unit-performance-meta-gallery {
	width: 250px;
	margin-bottom: 40px;
}

#unit-performance-meta-gallery h4 {
	text-transform: uppercase;
	padding-bottom: 4px;
	border-bottom: 1px solid #595959;	
}

#unit-performance-meta-gallery  ul {
	list-style-type:none;
	margin:20px 0 20px;
	overflow:auto;
	padding:0;
}

#unit-performance-meta-gallery li {
	float: left;
	display: inline;
	margin-right: 4px;
}


#unit-performance-meta-gallery li a img {
	opacity: 0.9;
}

#unit-performance-meta-gallery li a:hover img {
	opacity: 1;
}



/* @end */

/* @group unit-single-related */

#unit-single-related {
	float: right;
	width: 180px;
	padding-right: 20px;
}


/* @end */

/* @group related */


.related h4 {
	text-transform: uppercase;
	padding-bottom: 4px;
	border-bottom: 1px solid #595959;
	margin-bottom: 20px;
}

.related h3 {
	font-size: 13px;
}

.related ul {
	margin: 0;
	padding: 0;
	list-style-image: url('/mmlib/images/bde/arrow-left.gif');
	margin-left: 15px;
}

.related li {
	margin-bottom: 8px;
}

.related a {
	text-transform: uppercase;
	text-decoration: none;
	color: red;
}

.related a:hover {
	color: white;
}

/* @end */

/* @group list-filter */

.list-filter {
	
}

.list-filter  .filter {
	margin: 0;
	padding: 0;
}

.list-filter  .filter a {
	text-decoration: none;
}

.list-filter  .filter a:hover {
	color: red;
}

.list-filter  h4 {
	text-transform: uppercase;
	padding-bottom: 4px;
	border-bottom: 1px solid #595959;
	clear: both;
}

.list-filter .filter {
	margin-top: 20px;
	width: 250px;
}

.list-filter .filter li {
	list-style: none;
	border-bottom: 1px solid #595959;
	padding-top: 8px;
	padding-bottom: 8px;
	background: url('../../images/bde/sprites-checkbox.png') top right no-repeat;
	cursor: pointer;
	color: red;
	text-transform: uppercase;	
}

.list-filter .filter li input {
	float: right;
	margin: -3px 0px 0px 0px;
}

.list-filter .filter li { background-position: top right;	}
.list-filter .filter li.checked { background-position: bottom right;	}
.list-filter .filter li.checked:hover{ background-position: bottom right;	}
.list-filter .filter li:hover { background-position: center right;	}

li#filter-nontheatrebasedperformance {
	font-size: 11px;
}

/* @end */

/* @group unit-list-sidebar */

#unit-list-sidebar {
	width: 250px;
	float: left;
	margin-left: 20px;	
}


#unit-list-sidebar h4 {
	text-transform: uppercase;
	padding-bottom: 4px;
	border-bottom: 1px solid #595959;
	clear: both;
}



#unit-events-meta-select h4 {
	margin-top: 0px;
}

#unit-events-meta-select .select-cat {
	margin-top: 60px;
}

#unit-list-sidebar #unit-print {
	margin-top: 60px;
}

/* @end */

/* @group unit-single-sidebar */

#unit-single-sidebar {
	width: 250px;
	float: left;
	margin-left: 20px;	
	padding-top: 20px;
}

#unit-single-sidebar h4 {
	text-transform: uppercase;
	padding-bottom: 4px;
	border-bottom: 1px solid #595959;
	clear: both;
	margin: 0;
}

/* @end */



/* @group unit-contributor-gallery */

#unit-contributor-meta-info .first {
	font-weight: bold;
}

#unit-contributor-meta-gallery {
	width: 260px;
	margin-bottom: 40px;
}

#unit-contributor-meta-gallery h4 {
	text-transform: uppercase;
	padding-bottom: 4px;
	border-bottom: 1px solid #595959;	
}

#unit-contributor-meta-gallery ul {
	list-style-type:none;
	margin:20px 0 20px;
	overflow:auto;
	padding:0;
}

#unit-contributor-meta-gallery li {
	float: left;
	display: inline;
	margin-right: 4px;
}

#unit-contributor-links {
	width: 250px;	
	margin-bottom: 60px;
}

#unit-contributor-links ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#unit-contributor-links {
	text-transform: uppercase;
	border-bottom: 1px solid #595959;
	padding-top: 6px;			
	padding-bottom: 6px;				
}

#unit-contributor-links a {
	text-decoration: none;
}
#unit-contributor-links a:hover {
	color: white;
}

#unit-contributor-meta-gallery li a img {
	opacity: 0.9;
}

#unit-contributor-meta-gallery li a:hover img {
	opacity: 1;
}

#unit-contributor-meta-gallery li.endrow {
	margin-right: 0;
}


#unit-contributor-info p{
	font-size: 12px;
	margin-right: 20px;
}

#unit-contributor-info p.first {
	font-weight: bold;
}


#unit-contributor-meta h4 {
	text-transform: uppercase;
	padding-bottom: 4px;
	border-bottom: 1px solid #595959;
	clear: both;
}



.formbuttons {
	margin-top: 10px;
}

/* @end */

/* @group related-pages */
#page-nav,
#related-pages {
	width: 250px;	
}

#page-nav ul,
#related-pages ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 240px;
	overflow: hidden;
}

#page-nav li,
#related-pages li {
	text-transform: uppercase;
	border-bottom: 1px solid #595959;
	padding-top: 8px;			
	padding-bottom: 8px;	
	width: 250px;				
}

#page-nav li.selected a,
#related-pages li.selected a {
	color: white;
	background: url('../../images/bde/arrow-left.gif') left center no-repeat;
	padding-left: 15px;
}

#page-nav li a,
#related-pages li a {
	text-decoration: none;
	color: red;
}
#page-nav li a:hover,
#related-pages li a:hover {
	color: white;
}
/* @end */


/* @group unit-download-list */

#unit-download-list {
	margin: 0;
	padding: 0;
	width: 250px;	
}

#unit-download-list li {
	list-style-type: none;
	background: url('../../images/bde/download-icon.gif') no-repeat scroll 3px 8px;
	border-bottom:1px solid #595959;	
	padding-bottom:6px;
	padding-left:30px;
	padding-top:10px;
	width: 220px;
}

#unit-download-list li:hover,
#unit-download-list li.hover {
	background-position: 3px -34px;
}

#unit-download-list li a:hover,
#unit-download-list li:hover a {
	color: white;
}

#unit-download-list li a {
	text-decoration: none;
	color: red;
}

#unit-downloads {
	margin-bottom: 40px;
}

#unit-downloads h4 {
	text-transform: uppercase;
	padding-bottom: 8px;
	border-bottom: 1px solid #595959;
}

/* @end */

/* @group unit-print */

#unit-print {
	width: 250px;	
}

#unit-print h4 a {
	color: white;
	text-decoration: none;
}
/* @end */



/* @group search result */
#unit-search-results {
	width: 610px;
	float: right;
}

#unit-search-results h2 {
	text-transform: uppercase;
}

#unit-search-results h4 {
	margin: 0;
}

#unit-search-results h4 a {
	color: red;
	text-decoration: none;
	text-transform: uppercase;
}

#unit-search-results ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-right: 20px;
}


#unit-search-results ul li {
	list-style-type: none;
	border-top: 1px solid #595959;
	padding-top: 20px;
	height: 120px;
	padding-right: 20px;
	
}

#unit-search-results #page-search-results li {
	height: 70px;
}

#unit-search-results #page-search-results {
	margin-bottom: 30px;
}

#unit-search-results ul li.show-hidden {
	height: 30px;
	text-align: right;
	padding-right: 20px;
}

#unit-search-results .excerpt {
	margin-top:0;
}

#unit-search-results ul li.show-hidden a {
	color: red;
	text-decoration: none;
	text-transform: uppercase;
}

#unit-search-results ul li.show-hidden a:hover {
	color: white;
}

#unit-search-results .hidden {
	display: none;
}

#unit-search-results ul img {
	float: left;
	opacity: 0.9;
	margin-right:20px;	
}

#unit-search-results h3 {
	text-transform: uppercase;
}

#unit-search-results a {
	text-decoration: none;
}

#unit-search-results ul img:hover {
	opacity: 1;
}

/* @end */


/* @group footer */

#footer {
	border-top: 1px solid #575757;
	padding-top: 20px;
	margin-top: 20px;
	font-size: 10px;
	font-size: 9px;
	color: #a5a5a5;	
	width: 950px;
	background: url('../../images/bde/black-80.png') repeat;		
}

#footer a {
	color: red;	
	text-decoration: none;
}

#footer a:hover {
	color: white;
}

#footer address {
	color: #a5a5a5;
	font-style: normal;
}

#footer .unit {
	float: left;
	width: 300px;
}

#unit-footer-address {
	padding-left: 20px;
}

#unit-footer-contact {
	padding-left: 30px;
}
#unit-footer-contact p {
	margin-top: 0;
}

#unit-footer-links{
	width: 250px;
}

#unit-footer-links ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
	margin-right: 10px;
}

#unit-footer-links li {
	float: left;
	margin-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #a5a5a5;
}

#unit-footer-links li.last {
	border: none;
}

#unit-footer-links a {
	text-decoration: none;
	color: #a5a5a5;
}

#unit-footer-made {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
}

#unit-footer-made a {
	width: 40px;
	height: 20px;
	display: block;	
	background: url('../../images/bde/logo-made.gif') no-repeat left top;	
	padding-right: 15px;
}

#unit-footer-made a:hover {
	background: url('../../images/bde/logo-made.gif') no-repeat left bottom;
}

#unit-footer-links a:hover {
	color: white;
}

#unit-sponsors {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../../images/bde/black-80.png) repeat scroll 0 0;
	float:block;
	margin-bottom:20px;
	margin-top:20px;
	padding:10px 0;
}

#unit-sponsors img {
	margin-right: 33px;	
}

#unit-sponsors a {
	background: url('../../images/bde/sponsor-logos.png') no-repeat;
	width: 103px;
	height: 55px;
	display: block;	
	float: right;
	margin-left: 40px;
	text-decoration: none;	
	border-left: none;
}

#unit-sponsors #arts-council {

}

#unit-sponsors #arts-wales {
	background-position: -109px 0px;
}

#unit-sponsors #scottish-arts {
	background-position: -219px 0px;
}

#unit-sponsors #scottish-arts {
	background-position: -219px 0px;
}

#unit-sponsors #british-council {
	background-position: -330px 0px;
	margin-left: 0px;
}

#unit-sponsors #dance-exchange {
	background-position: -438px 0px;
	margin-left:30px;
}

#unit-sponsors #national-dance {
	background-position:-562px 0;
	width:92px;
}

#unit-sponsors #welsh {
	background-position: -680px 0px;
}


#unit-sponsors img.last {
	margin-right: 0;
}

/* @end */

/* @group unit-registration-form */

#registration-form {

}
div#registration-form label {
	font-weight: normal;
}

#registration-form textarea {
	resize: none;
}


#registration-form fieldset {
	border: none;
	clear: left;
	margin: 10px 0px;
	padding: 0;
}

#registration-form fieldset legend {
	text-transform: uppercase;
	color: red;
	clear: both;
	font-size: 16px;
	padding: 10px 0;
}

#registration-form fieldset legend sup {
	font-size:8px;
}


#registration-form textarea {
	width: 200px;
	height: 200px;
}
#registration-form textarea#how-can-we-improve {
	height: 45px;
	width:100%;
}

#registration-form #contact-details {

}

#registration-form #contact-details label {
	display: block;
	text-align: right;
	font-weight: normal;
}

#registration-form #contact-details textarea {
	height: 100px;
	width: 145px;

}


#registration-form #contact-details label span {
	float: left;
	width: 80px;
}

#registration-form #contact-details input,
#registration-form #contact-details textarea {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 10px;
	padding: 2px;
} 

#registration-form #contact-details textarea,
#registration-form #contact-details input {
	width: 190px;
}

#registration-form #contact-details .col {
	width: 285px;
	float: left;
}


#registration-form #about-you {

}

#registration-form #about-you textarea {
	width: 200px;
	height: 50px;
}

#registration-form #about-you label span {
	float: left;
	width: 180px;
	text-align: right;
	margin-right: 10px;
	margin-bottom: 5px;
	padding-top: 3px;
}

#registration-form #about-you label span.long {
	font-size: 11px;
}
#registration-form #about-you input {
	width: 375px;
	margin-top: 3px;
	padding: 2px;
} 

#registration-form #about-you label span.select {
	width: 360px;
}

#registration-form #about-you input.lang {
	width: 195px;
}

#registration-form #about-you select {
	width: 200px;
}

#registration-form #about-you span.lang {
	width: 360px;
}

#registration-form #about-you #lang {
	margin-bottom: 15px;
}


#registartion-form label {
	font-weight: normal;	
}

#registration-form #about-you input.radio {
	width: auto;
}

#registration-form #about-you div {
	margin-bottom:5px;
	margin-left:30px;
	margin-top:5px;
}

#registration-form #about-you div label {
	margin-right: 30px;
}

#registration-form #about-you div label.past-attended {
	margin-right: 20px;
}

#registration-form #about-you textarea {
	height:50px;
	width:350px;
	margin-top: 0;
}

#registration-form #about-you .section,
#registration-form #about-you .section strong {
	clear: both;
}

#registration-form #about-you .section {
	margin: 15px 0;
}

#registration-form #about-you label.reasons {

}

#registration-form #event-registration p {
	margin-top: 0;
}

#registration-form #about-you .checkbox-fieldset .section {
	margin: 20px 0px 5px;
}

#registration-form #event-registration .col,
#registration-form #about-you .checkbox-fieldset .col {
	float: left;
	margin-left: 0px;
	width: 285px;
}

#registration-form #event-registration .col label,
#registration-form #about-you .checkbox-fieldset .col label {
	display: block;
	float: left;
	text-align: left;
	margin: 0px;
	padding: 2px 2px 20px 2px; 
}
#registration-form #about-you .checkbox-fieldset .col label {
	padding-bottom: 0px;
}

#registration-form #event-registration .conflict {
	background: #FFFFCC;
	color: black;
	padding: 5px;
}

#registration-form #event-registration .col-left,
#registration-form #about-you .checkbox-fieldset .col-left {
	clear: left;
}
#registration-form #event-registration .col input,
#registration-form #about-you .checkbox-fieldset .col input {
	float: left;
	margin: 0px 8px 0px 0px;
	width: auto;
}
#registration-form #event-registration .col .checkbox-info,
#registration-form #about-you .checkbox-fieldset .col .checkbox-info {
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 255px;
}

#registration-form #register {
	background: red;
	border: none;
	color: white;
	float: right;
	width: 100px;
	height: 30px;
	text-transform: uppercase;
	margin-top: 13px;
	font-size: 1em;
	margin-bottom: 10px;
}

#registration-form #payment ul {
	list-style-type: square;
	color: red;
	margin-right: 0;
}

#registration-form #payment ul li {
	clear: both;
}

#registration-form #payment span {
	color: white;
}

#registration-form #payment input {
	top: 0px;
}

#registration-form .checkbox-wide {
	width: 300px;
	clear: both;
}



#registration-form #invoice label span {
	float: left;
	width: 360px;	
	text-align: right;
	margin-bottom:5px;
	padding-top:3px;
	margin-right: 10px;	
}

#registration-form #invoice .text {
	width: 195px;
	padding: 2px;
}

#registration-form #invoice textarea {
	width: 185px;
	height: 50px;
}


#registration-form #invoice .check {
	width: auto;
} 

#registration-form .error {
	background: #ffffcc;
	color: black;
	border: none;
}

#registration-form #sorry {
	background: #ffffcc;
	color: black;
	padding: 10px;
	margin-top: 20px;
	clear: both;
	display: none;
}

#registration-form #sorry h3 {
	color: black;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}

#registration-form #sorry ul {
	margin: 13px 0 0 10px;
	font-weight: bold;
	list-style-type: none;
}

#registration-form #sorry ul ul {
	margin-top: 0;
	margin-left: 10px;
	font-weight: normal;
	list-style-type: square;	
}

#registration-form #sorry p {
	margin: 13px 0 0 0;
}

#registration-form .success {
	height: 200px;
	width: 500px;
	font-size: 18px;
}

#registration-form .success p {
	text-align: center;
}

#registration-form .long-question {
	clear: left;
	float: left;
	margin: 5px 0px 10px 0px;
	width: 100%;
}
#registration-form #contact-details .long-question label {
	float:left;
	margin-left:10px;
	text-align:left;
	width:545px;
}
#registration-form #contact-details .long-question input {
	float: left;
	margin: 0px;
	width: auto;
}

#registration-form #about-you #programmer-form-options {
	margin: 0px;
}
#registration-form #about-you .radiolist-fieldset {
	float: left;
	margin: 15px 0px;

}
#registration-form #about-you .radiolist-fieldset .section {
	float: left;
	margin: 3px 20px 0px 0px;
}
#registration-form #about-you .radiolist-fieldset label {
	float: left;
	margin: 0px;
	width: 80px;
}
#registration-form #about-you .radiolist-fieldset label span {
	margin: 1px 0px 0 5px;
	text-align: left;
	width: auto;
}
#registration-form #about-you .radiolist-fieldset input {
	float: left;
	margin: 3px 0px 0px;
	width: auto;
}

#registration-form .other,
#registration-form #about-you .other {
	clear: left;
	margin-left: 0px;
}
#registration-form .other span,
#registration-form #about-you .other span {
	width: 334px;
}

#registration-form .event {
	clear: left;
	float:left;
	margin:5px 0;
	width: 100%;
}
#registration-form .event label input {
	float: left;
	margin: 0px 0px 0px 0px ;
	position: static;
}
#registration-form #payment p {
	margin: 0px;
}

#registration-form .checkbox-info {
	display: block;
	float: left;
}
#registration-form .event-name {
	color:#FF0000;
	display:block;
	font-size:14px;
	font-weight: bold;
	text-transform:uppercase;
}
#registration-form .event label {
	margin-bottom: 15px;
}
#registration-form .event-time {
	display:block;
	float:left;
	margin: 0px 0px 0px 0px;
	padding-left:10px;
	width:91px;
}
#registration-form .event-production-company {
	display:block;
	font-size:12px;
	font-weight:normal;
	text-transform: uppercase;
}
#registration-form .event-info {
	display:block;
	float:left;
	margin: -2px 0px 0px 0px;
	padding-left:20px;
	width:431px;
}
.registration-message {
	display:block;
	text-transform:uppercase;
}

.input-placeholder {
	display: block;
	float: left;
	height: 1px;
	width: 13px;
}
/* @end */


/* @group mailinglist */

#mailinglist {
	padding-top: 20px;
}

#mailinglist span {
	float: left;
	width: 230px;
	text-align: right;
	padding-right: 20px;
	clear: both;	
}

#mailinglist label {
	margin-bottom: 5px;
}

#mailinglist #other {
	display: none;
}

#mailinglist input {
	margin-top: 0;
}

#mailinglist p {
	text-align: left;
}

#mailinglist #join {
	background: red;
	border: none;
	color: white;
	float: right;
	width: 100px;
	height: 30px;
	text-transform: uppercase;
	font-size: 1em;
	margin-bottom: 0px;
	margin-right: 10px;
}

#mailinglist select {
	width: 310px;
	height: 20px;	
}

#mailinglist .spacing {
	margin-top: 5px;
	margin-bottom: 10px;
}

/* @end */

/* @group p404 */

.p404 #main-content {
	width: 450px;
	margin: 0 auto;
	margin-top: 100px;
	padding: 30px;
	background: url('../../images/bde/black-80.png') repeat;		
}


/* @end */


/* @group backstage edit */

a.backstageeditbutton {
	border:medium none;
	clear:left;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	line-height:13px;
	padding:1em;
	position:fixed;
	right:10px;
	top:0px;
	vertical-align:bottom;
	background: white;
	border: 3px solid #999;
	border-top: none;
	color: black;
	z-index: 99;
}
a.backstageeditbutton:hover {
	color: #FFF;
	background-color: #999;
	border: 3px solid #666;
	border-top: none;
}

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

/* @end */

