body {
	font: 15px/1.5 "Calibri", "Geneva CE", lucida, tahoma, sans-serif;
	color: #333;

	background: transparent url("../img/bg.png") no-repeat 0 271px;

	margin: 0;
	padding: 0;
}

h1#head {
	width: 866px;
	height: 207px;

	position: absolute;
	overflow: hidden;

	top: 0;
	left: 0;

	padding: 0;
	margin: 0;
}

h1#head span {
	position: absolute;
	background: transparent url("../img/header.png") no-repeat;

	top: 0;
	left: 0;

	display: block;

	width: 866px;
	height: 207px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 24px;
}

a {
	color: #1bac4b;
}

a:hover {
	text-decoration: none;
}

#menu {
	font-size: 30px;
	line-height: 50px;
	text-align: right;

	margin-top: 300px;

	float: left;
	width: 200px;
}

#menu li {
	list-style-type: none;
}

#menu a {
	color: black;
}

#menu a.current {
	color: #1bac4b;
}

#menu a:hover {
	color: #015ca2;
}

#content {
	width: 460px;
	margin: 220px 15px 0 70px;

	float: right;
}

#container {
	width: 750px;
}

#footer {
	width: 750px;
	height: 20px;

	padding: 200px 10px 0 0;
	margin-bottom: 20px;

	background: transparent url("../img/footer.png") no-repeat;

	vertical-align: bottom;
	text-align: right;

	font-size: 80%;
}

.concert .calendar {
	float: left;
	width: 60px;
	text-align: center;
	color: white;
	font-weight: bold;

	margin-bottom: 10px;
}

.concert .calendar .day {
	background-color: #00b9ee;
	font-size: 200%;
}

.concert.past .calendar .day {
	background-color: #666;
}

.concert .calendar .date {
	background-color: #015ca2;
	font-size: 70%;
}

.concert.past .calendar .date {
	background-color: #333;
}

.concert .info {
	float: right;
	width: 380px;
}

.image {
	border: 1px solid darkgray;
	padding: 3px;
	margin: 0 auto;
}

.thumbnail {
	margin-left: 3px;
}

img.logo.left {
	margin-right: 10px;
}

.facebook,
.lastfm,
.csicon,
.enicon {
	display: block;
	width: 68px;
	height: 85px;
	background-image: url("../img/social-sprite.png");
	background-repeat: no-repeat;
}

.facebook span,
.lastfm span,
.csicon span,
.enicon span{
	position: absolute;
	left: -9999px;
}

.csicon {
	background-position: -40px -178px;
}
.csicon:hover {
	background-position: -30px -178px;
}
.enicon {
	background-position: -40px -260px;
}
.enicon:hover {
	background-position: -30px -260px;
}

.facebook {
	background-position: -40px 0;
}

.facebook:hover {
	background-position: -30px 0;
}

.lastfm {
	background-position: -40px -90px;
}

.lastfm:hover {
	background-position: -30px -90px;
}

.clear {
	clear: both;
}

dt {
	font-weight: bold;
	font-size: 110%;
}

#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('../img/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}

div.flash {
	color: black;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	padding: 1em;
	margin: 1em 0;
}

a[href^="error:"] {
	background: red;
	color: white;
}

