* {
	padding: 0;
	margin: 0;
}


 #wrapper {
     width: 60em;
 }

/* header on the homepage */
/* ------------------------------------------------------- */
 
 #header {
	background-image: url("/fileadmin/templates/xhtml/30Anniversarylogo.jpg");
	background-position: top left;
 	 }

/* header on internal pages: CONCERTS  */
/* ------------------------------------------------------- */

 #header_concerts {
	width: auto;
	background-position: top right;
	background-image: none;
	float:left;
 }

 #header_concerts_content {
        background-image: url("images/1024_headerbg.gif");
	float: left;
 }

/* #menu - main menu */
/* ------------------------------------------------------- */

 #menu {
 	width: 						100%;
 	background-color: #ef356f;
 	font-size: 1em;
 }

 #menu li {
 	/* float: left; */
 	padding: 0 1em 0 0;
 }
 

 /* menu on internal pages  */
 /* ------------------------------------------------------- */
 
 #menu_internal {	
 	width:685px; 
 	/* padding: 2.3em 0 0.4em 0; */
 	font-size: 1em;
 }
 #menu_internal ul {
 	margin: 0;

 }

head:first-child+body #space {
 	width: 960px;
 	padding: 0;
 }

/* HomeContaner - contains #content and news (left) column on the homepage */
/* ------------------------------------------------------- */

#HomeContainer {
	width: 39.3em;
}

/* CONTENT - contains Concerts list (events) on the homepage */
/* ------------------------------------------------------- */

#content {
  float: right;
  width: 23em;
  clear: none;
  padding-bottom: 0;
 }

/* main_content - right column on internal pages */
/* ------------------------------------------------------- */
#main_content {
     width:42em;
     margin: 0;
     padding: 0.1em 1em 0.5em 0;
 }


/* Concerts  */
/* ------------------------------------------------------- */

/* concerts page classes */
/* ------------------------------------------------------- */

.concerts_internal h2 {
 	clear: both;
}

/* London concerts page */
/* ------------------------------------------------------- */

.concert_container {
	width:42em;
}


.london_concert_right {
	width: 34.5em;
}


/* events  */
/* ------------------------------------------------------- */

.event {
	width: 23em;
}

.london_event {
	width: 23em;
}

/* CONCERT what is ".event" for the homepage */
/* ------------------------------------------------------- */
.concert {
	width:auto; 
}

.concert_right {
/*	width:					35em;*/
}

.london_concert {
	width: auto;
}
.concert_details {
	width: 26.5em;
}

/* NewsSection contains .newsletter and .news on the homepage */
/* ------------------------------------------------------- */

#NewsSection {
	float: left;
	width: 15.9em;
}
/* newsletter block  */
/* ------------------------------------------------------- */

.newsletter {

}

	
/* .news - news on the homepage */
/* ------------------------------------------------------- */

.news {
	padding: 0.5em 0 0.5em 0;
	float: left;
	width: auto;
}
.news h3 {
	font-size: 1.1em;
}

.news_item {
	border-bottom: 1px solid #F9D4E3;
	/* positioning */
	width: auto;
	float: none;
	font-size: 0.7em !important;
}

.AllNews {
	padding: 0 0.5em 0 0;
	text-align: right;
	border-top: 1px solid #ffffff;
	width: auto;
}

#NewsSection {
	width: 16em;
}


.recordingListItem .release {
width: 200px;
	float:left;
}



