@charset "UTF-8";
/* CSS Document */

body {
	background: url(../images/ui/background_body.png) no-repeat center top;
	margin: 0;
	padding: 0;
	font: 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#header_wrapper {
	width: 100%;
}

#header {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;

}

#logo {
	padding: 40px 0 0 0;
	width: 50%;
	float: left;
}

#sub_nav {
	width: 50%;
	float: right;
	padding: 50px 0 0 0;
	text-align: right;
}

#sub_nav ul {
	
}

#sub_nav li {
	display: inline;
	padding: 0 0 0 5px;
}

#sub_nav a:link {
	text-decoration: none;
	color: gray;
	font-size: .8em;
	border-bottom: solid gray 1px;
}

#sub_nav a:visited {
	text-decoration: none;
	color: black;
	font-size: .8em;
	border-bottom: solid black 1px;
}

#sub_nav a:hover {
	text-decoration: none;
	color: #ff0000;
	font-size: .8em;
	border-bottom: solid #ff0000 1px;
}


#content_wrapper {
	width: 100%;
	background: url(../images/ui/background_concerts.png) repeat-x center center;
	padding: 60px 0;
}

#concert_content_wrapper {
	width: 100%;
	background: url(../images/ui/background_concerts_details.png) repeat-x center center;
	padding: 60px 0;
	margin: 40px 0;
}


#content {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;

}

#posters_home {
	text-align: center;
}

#poster {
	width: 300px;
	float: left;
	padding: 0 20px 0 50px;
}

#concert_details {
	float: right;
	width: 700px;
	font-size: .8em;
}

#concert_details p {
	margin: 0;
	padding: 0;
}

#concert_details h1 {
	padding: 20px 0 0 0;
	margin: 0;
}

#concert_details h2 a:link{
	background-color: #D80024;
	padding: 5px;
	color: white;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#concert_details ul {
	padding: 0;
}

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

#footer_wrapper {
	background: url(../images/ui/background_footer.png) repeat-x center top;
	width: 100%;
	font-size: .85em;
	padding: 30px 0 100px 0;
}

#footer {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	color: white;
	padding: 40px 0;
	line-height: 1.5em;
}

#copyright {
	width: 100%;
	text-align: right;
	font-size: .7em;
}

#copyright a:link {
	text-decoration: none;
	color: white;
	font-size: .8em;
	border-bottom: solid white 1px;
}

#copyright a:visited {
	text-decoration: none;
	color: white;
	font-size: .8em;
	border-bottom: none;
}

#copyright a:hover {
	text-decoration: none;
	color: gray;
	font-size: .8em;
	border-bottom: solid gray 1px;
}

.clear_both {
	
	clear: both;
}