/* general */

body {
    background-color:#000000;
	background-image:url('/images/bg.jpg');
	font-family:Arial, Verdana, sans-serif;
}

strong {
	font-weight:bold;
}

p {
	margin-bottom:10px;
}

#container {
	width:720px;
	display:block;
	margin:0 auto;
	background-color:#000;
	padding:40px;
}

/* header */

#left_header {
	float:left;
	margin-bottom:5px;
}

#right_header {
	float:right;
	margin-bottom:5px;
	overflow:hidden;
}

#right_header img {
	border:2px solid #fff;
	width:600px;
	height:158px;
}

/* navigation */
#navigation {
	clear:both;
	margin-top:2px;
}

#menu_navigation {
	float:left;
	width:645px;
}

#menu_navigation li {
	font-size:0.95em;
	float:left;
	margin-right:6px;
}

#menu_navigation li a {
	text-decoration:none;
	text-transform:uppercase;
	color:#ffba00;
}

#menu_navigation li a:hover {
	color:#fff;
}

#menu_navigation img {
	margin-top:2px;
}

/* content */

#content {
	margin-top:10px;
}

#content_left {
	width:520px;
	float:left;	
	color:#fff;
	font-size:0.8em;
	line-height:1.6em;
	margin-top:10px;
}

#content_left h2 {
	color:#FFBA00;
	margin:10px 0 10px 0;
	font-size:1.2em;
}

/* sidebar */

#sidebar {
	float:right;
}

#sidebar h2 {
	color:#fff;
	text-transform:uppercase;
	color:#ffba00;
	font-size:0.8em;
}

/* news */

.news_item {
	text-align:justify;
	margin-bottom:15px;
}

.news_item h3 {
	color:#ffba00;
	font-weight:bold;
}

.date {
	color:#999999;
	clear:both;
}

.newsimage {
	max-width:520px;
}

/* bands */

#bandlist li {
	float:left;
	height:120px;
	width:135px;
	margin-right:15px;
	margin-bottom:10px;
}

.bandimage {
	max-width:510px;
}

.bandoverviewimage {
	width:140px;
	height:100px;
	border:1px solid #000;
}

#bands .info {
	border:1px solid #222;
	background-color:#111;
	padding:5px;
}

/* releases */

#releaseslist li {
	margin-right:6px;
	margin-bottom:10px;
	width:500px;
	border:1px solid #222;
	background-color:#111;
	padding:10px;
	height:130px;
}

.releasesoverviewimage {
	float:left;
	width:105px;
	height:105px;
	border:1px solid #000;
	margin-right:10px;
}

#recentreleaseslist li {
	margin-right:6px;
	margin-bottom:10px;
	width:100%;
	height:200px;
	color:#fff;
	font-size:0.75em;
	line-height:1.1em;
}

#recentreleaseslist strong {
	color:#FFBA00;
	text-transform:uppercase;
}

#recentreleaseslist li a {	
	text-decoration:underline;
	color:#fff;
}

#recentreleaseslist li a:hover {	
	text-decoration:none;
}

.recentrelease_img {
	width:160px;
}

#links, #contact, #news, #bands, #downloadcards {
	display:block;
	clear:both;
}

#links a, #contact a, #news a, #bands a, #downloadcards a {
	color:#fff;
	text-decoration:underline;
}

#links a:hover, #contact a:hover, #news a:hover, #bands a:hover, #downloadcards a:hover {
	text-decoration:none;
}

/* media */

.medialisting {
    border:1px solid #222;
    background-color:#111;
    padding:10px;
    margin-bottom:10px;
}

.medialisting a {
    color:#fff;
}

.medialisting a:hover {
    text-decoration:none;
}

.mediamp3cover {
    width:55px;
    height:55px;
}

.mediamp3table {
    width:500px;
}

.mediamp3table th {
	padding:5px;
	text-align:left;
	background-color:#222;
}

/* download */

#downloadform input {
    background-color:#111;
    border:1px solid #222;
    padding:10px;
    color:#fff;
}

#downloadnotice {
    background-color:#FABC00;
    color:#000 !important;
    padding:10px;
    font-size:2em;
    margin-bottom:10px;
}

#downloadnotice a {
    color:#000;
    text-decoration:none;
}


/* footer */
#footer {
	clear:both;
}

#connect {
	float:right;
	text-align:right;
}

#connect a {
	display:block;
	width: 29px;
	height: 29px;
	margin-right:3px;
	float:left;
}

#connect a span {
	display: none;
}

#connect a:hover {
	background-position: -29px;
}

#cmyspace {
	background:url(/images/icon_myspace.jpg) no-repeat;
}

#ctwitter {
	background:url(/images/icon_twitter.jpg) no-repeat;
}

#chype {
	background:url(/images/icon_hype.jpg) no-repeat;
}

#cfacebook {
    background:url(/images/icon_facebook.jpg) no-repeat;
}