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

body {
	background-color: #000;
	background-image: url(images/bkg-index.jpg);
	background-repeat: repeat;
	background-position: left top;
	margin: auto;
	background-attachment: fixed;
}


#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	float: left;
	height: 35px;
	width: 80%;
	margin-top: 60px;
	padding-left: 50px;
	background-image: url(images/logo-blk-strip.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 5px;
}

#content {
	height: 330px;
	float: left;
	margin-bottom: 10px;
	width: 3500px;
}

.maincontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	float: left;
	height: 270px;
	width: 320px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#menu {
	float: left;
	height: 30px;
	width: 500px;
	margin-bottom: 10px;
	background-color: #000;
	padding-left: 10px;
	padding-top: 15px;
	margin-top: 10px;
	margin-left: 40px;
}

.menutext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	float: left;
	padding-right: 10px;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #666;
}


.menutexton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #990;
	text-decoration: none;
	float: left;
	padding-right: 10px;
}

.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	float: left;
	padding-right: 10px;
}

.artist {
	float: left;
	height: 330px;
	width: 340px;
	background-color: #000;
	margin-left: 10px;
	background-image: url(images/logo-elekteck.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.venue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 10px;
	background-color: #000;
	height: 175px;
	width: 200px;
}

.releases {
	height: 270px;
	width: 450px;
	margin-top: 20px;
	background-color: #000;
	float: right;
	margin-right: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 10px;
}

.boxgrid{ 
	width: 340px; 
	height: 280px; 
	float:left; 
	overflow: hidden; 
	position: relative; 
}


.boxgrid img{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}


.boxgrid p{ 
	color:#afafaf; 
	font-weight:bold; 
	font:10pt "Lucida Grande", Arial, sans-serif; 
}

.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #999;
	text-decoration: none;
}

.footer {
	clear: both;
	float: left;
	width: 100%;
}
