body {
	background:#000;
	color:#d1ccc4;
}

h1, h2, h3, h4, h5, h6 {
	color: #fff;
}


.functions {
	color: #7c7975;
	border-color: #3b3d39;
}

/* header */

div#sitewideHeader div.logo h1 {
	color:#000;
	background-image: url('/images/header_black_nor.png');
}
.language_eng div#sitewideHeader div.logo h1 {
	background-image: url('/images/header_black_eng.png');
}
.radio .text,
div.navigation li a {
	color:#7c7975;
}

div.navigation li a:hover {
	color:#fff;
}

div.navigation li.active a {
	color:#333;
}

div#sitewideHeader div.logo {
	border-color:#3d3b39;
}


/* footer */

div#sitewideFooter div.navigation p {
	color:#7c7975;
}

div#sitewideFooter div.navigation p a {
	color:#7c7975;
}


/* combines */
#feed .column h2,
#sitewideHeader .logo,
#sitewideFooter .sponsors,
#sitewideFooter .sitemap,
#sitewideFooter .navigation {
	border-color: #3d3b39;
}


/* forms */
input.text {
	background-image: url("/images/textInput-black.png");
}


/* content specific */

div#middle {
	font-family: Helvetica, Arial, sans-serif;
	line-height:1.4;
	font-size:1.4em;
}

.articleImage img,
#right .news {
	border-color: #3d3b39;
}
.tweet .time,
.post .date {
	color: #7c7975;
}

.column h3 {
	color: #fff;
}
/* hax */

div.artists_column {
	background: #1a1a1a url(/images/columnRoundedTop-black.gif) top left no-repeat;
}

div.artists_column ul {
	background: #1a1a1a url(/images/columnRoundedBottom-black.gif) bottom no-repeat;
	width: 160px;
	padding: 0px 8px 8px 8px;
}

div.artists_column ul li a {
	display:block;
	padding:8px 0;
	border-top: solid 1px #3d3b39;
	font-size:1.2em;
	font-weight:bold;
}

div.artists_column ul li a:hover {
	background-color:#222;
	text-decoration:none;
}

div.artists_column ul li {
	margin-bottom:0;
}

/* end hax */

.artist .songs, .artist .video {
	border-top: 1px solid #3d3b39;
	margin: 0;
	padding-top: 16px;
	clear: both;
}

.artist .songs object, .artist .songs object, .artist .video object, .artist .video object {
	margin: 0;
	display: block;
}


/* glutton */

.glutton, .glutton a, .glutton input {
	background-image: url("/images/glutton-black.png");
}


/* miscellaneous */

input {
	color:#fff;
}

.copyright {
	margin-top:6px;
	line-height:12px;
	color:#3d3b39;
	font-size:12px;
}
/* vimeo */

ul.vimeo li a {
	border-color: #222;
	color:#666;
}
ul.vimeo li a:hover {
	color:#fff;
	background-color:#693081;
}

#vimenu {
	background-color:#111;
}