body {
	font:17px/28px Kalinga, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background: #010001 url('../mlimg/bg.png') repeat-y;
	background-size: cover;
}

#main {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#logo {
	position: absolute;
	z-index: -1;
	top: 20px;
	left: 20px;
}

#album {
	position: absolute;
	z-index: -1;
	top: 70px;
	left: 130px;
}

#release {
	position: absolute;
	z-index: -1;
	top: 150px;
	left: 720px;
	display: block;
}

#nav {
	position: absolute;
	top: 20px;
	left: 600px;
	font-weight: bold;
	color: #bd0105;
	text-transform: uppercase;
	font-size: 35px;
}
#nav a:hover{
	text-decoration: none;
}

a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}

p{
	margin:0 0 20px 0;
	padding: 0;
}

p span, p a {
	text-transform: uppercase;
	padding: 1px 3px 0px 3px;
	background: #010001;
	background: rgba(0,0,0,0.65);
	color: #fff;
}

p a:hover{
	background:#eee0e0;
	color: #010001;
	color: rgba(0,0,0,0.65);
}

h1 {
	font-size: 50px;
	line-height: 60px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #D5A517;
}
h2 {
	font-size: 26px;
	line-height: 28px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #fff;
}
h3 {
	font:17px/28px Kalinga, Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 10px 0 7px 0;
	padding: 1px 3px 0px 3px;
	text-transform: uppercase;
	background: #010001;
	background: rgba(0,0,0,0.65);
	color: #fff;
}
h4 {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}
h5 {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}
ul {
	margin: 0;
	list-style:none;
}


.infobox{
	display: none;
	position:absolute;
	top:100px;
	left: 620px;
	width:420px;
}

#gigs li {
	display: block;
	padding-bottom: 1px;
}
ul#oldgigs{
	display: none;
}
ul#oldgigs li, ul#oldgigs li a{
	color: #ccc;
}

#contact {
}
#contact h3{
	margin: 18px 0 0 0;
}
#contact a {
	text-transform: lowercase !important;
}

#download{
}

#socialmedia{
	font-size: 15px;
	position: absolute;
	top: 580px;
	left: 60px;
	color: #d9a400;
	color: #bd5900;
}
#socialmedia a {
	text-decoration: none;
}
#socialmedia img {
	margin-right: 10px;
}

.error span{
	color: #fff;
	background: #510001;
	background: rgba(77,0,0,0.85);
}

#downloadCode{
	font:16px/22px Kalinga, Helvetica, Arial, sans-serif;
	font-weight: bold;
	background-color: #fff;
	color: #000;
	border: none;
	width:220px;
	padding: 0;
	margin-right: 3px;
}