/*
Theme Name: Non Child-Theme Burnt Friedman
Theme URI:
Description: Child-Theme von Nonplace - Burnt Friedman-Site
Author: SC
Template: non
Version: 1.0
Tags: Non Child-Theme Burnt Friedman
*/

/* Import the stylesheet from the Non parent theme */
@import url('../non/style.css');

/*
Now you can start adding your own styles here. Use !important to overwrite styles if needed. */

body {
	background: #040308 url(img/bg_darklandscape.jpg) top center repeat-x;
	color: #f2f2f2
}

.wrapper {
	background: none;
	margin: 0;
	padding: 0
}

.navbar {
	margin-bottom: 75px
}

.brand {
	width: 40px
}


.ie7 .container,
.ie8 .container {
	background: url(img/bg_trans_white.png);	
	width: 840px 
}

.bg {
	background: #333;
	background: rgba(255,255,255,0.2);
}

a, h3, h3 a {
	color: #f2f2f2
}

.btn {
	background: #666;
	background: rgba(255,255,255,0.2);
	color: #fff;
}

.btn:hover {
	background: #999;
	background: rgba(255,255,255,0.3);
	color: fff;
}

.more-link {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAJCAYAAAD6reaeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADJJREFUeNpi/A8EDAwMjAxIgAlK/8cmiCKBLAiXQBcES2ATZEQXZETXzohuEYo7AQIMANgZCA/SAWJcAAAAAElFTkSuQmCC') right center no-repeat;
	color: #fff;
}


.start li {
	border-bottom: 1px dotted #f2f2f2
}

.artwork {
	background: rgba(255,255,255,0.1);
}

.article-listing {
	border-bottom: 1px dotted #f2f2f2
}

.article-listing:last-child  {
	border-bottom: none
}

.newsbox {
	border-top: 1px dotted #f2f2f2;
	margin-top: 20px	
}


/* Mediaelement */

.mejs-controls {
	background: #333;
	background: rgba(255,255,255,0.3) !important
}

.wp-playlist-item {
	border-bottom: 1px dotted #fff !important
}

.wp-playlist-item:hover {
	background: #999;
	background: rgba(255,255,255,0.1) !important	
}

.wp-playlist-playing {
	background: #666;
	background: rgba(255,255,255,0.2) !important	
}

.wp-playlist-item-title,
.wp-playlist-item-artist {
	color: #f2f2f2
}

#site-nav a {
	border-bottom: 1px solid #999;
	color: #fff;
	display: block;
	font-size: 12px;
	font-style: normal;
	padding: 6px 10px;
	text-transform: uppercase
}