/*

THEME:		960bc
AUTHOR:		Troy Dean 
WEBSITE:   	http://www.guardianwebdesign.com.au
CLIENT NAME:	xxx
CLIENT SITE:	xxx
VERSION:		1.0  

*/ 

/* Put your css for colours here */

body {
		background: #ddd;
		color: #fff;
		}

#page {
		background-color: #1b1009; /* finsterbraun */
		background-image: url('images/bg_body.jpg');
		}
		
#wrapper {
		/* background-color: #392416; */ /* mittelbraun */
		}

#header {
		background-image: url('images/header.jpg');
		background-color: #25160b;
		}
		
#headerimg a {
		background-image: url('images/headerlink.gif');
		}		
		
#footer {
		background:transparent;
		border: none;
		}

#content {
		/* background-color: #25160b; */ /* dunkelbraun */
		}
		
#content_bg {
		background-image: url('images/bg_grunge.jpg');
		background-position: 0 -10px;
		}
		
#risskante {
		background-image: url('images/ripoff.png');
		}		
		
#theaterslider {
		background-image: url('images/header_pic.jpg');
		}		
		
#navwrap {
		background-image: url('images/nav_main_bg.jpg');
		background-color: #25160b;
		}

#footernavwrap {
		background-image: url('images/nav_footer_bg.jpg');
		background-color: #25160b;
		}				
					
#navshadow_top {
		background-image: url('images/navshadow_top.jpg');
		}			
		
#sidebar {
		/* background-color: #25160b; */
		}

#footertop {
		background-image: url('images/footer.jpg');
		background-color: #25160b;
		}		
			
#nitronewslink {
		background-image: url('images/nitronewsletter.png');
		}		
		
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
		color: #fec;
		}

a, h2 a:hover, h3 a:hover {
		color: #fc6;
		}

a:hover {
		color: #fc6;
		}

a img {
		border: none;
		}

.widget, .post, .notfound, #content-text, #guestblock {
		/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.5);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000, endColorstr=#88000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000, endColorstr=#88000000)";
	
		}

		
.wp-caption {
		/* border: 1px solid #000; */
		background-color: #25160B;
		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		}

.wp-caption img {
		border: 0 none;
		}

acronym, abbr {
		border-bottom: 1px dashed #999;
		}

blockquote {
		border-left: 5px solid #ddd;
		}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
		color: #CCC;
		}

.entry p a:visited {
		color: #FC6;
		}

.commentlist li .avatar { 
		border: 1px solid #eee;
		background: #fff;
		}

.commentlist cite {
		color: #FFF;
		}		
				
/* angemeldeter user kriegt icon */		
.commentlist .byuser .vcard {
		padding-left: 32px;
		margin-bottom: 4px;
		background: url('images/admin_icon.png') left center no-repeat;
		}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
		background-color: #fff;
		}

.thread-alt {
		background-color: ##392416;
		}

.thread-even {
		background-color: #25160B;
		}

.depth-1 {
		border: 1px solid #fec;
		}

.even, .alt {
		border-left: 1px solid #fec;
		}
		
	