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

body {
	background-color: #111111;
	background-image: url(../_images/bg_pattern_01.jpg);
	background-repeat: repeat;
}
#sitewrapper {
	background-image: url(../_images/novadope_content_bg.jpg); 
	background-repeat: no-repeat;
	background-color: #111111;
}
#content {
	color: #727272;
}
.focus {
	color: #d2d6da;	
	font-size: 12px;
}
li {
	margin: 2px 0 2px 0;
	padding: 0 0 0 0;
}
h1 {
	color: #eee;
}
.focus h2 {
	color: #D2D6DA;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	letter-spacing: 0;	
}
a {
	color: #ccc;
}
a:hover {
	text-decoration: underline;
}

#total-downloads {
	width: 100%;
	padding: 10px;
	text-align: center;
	border: 1px dashed #666;
	font-size: 14px;
	color: #aaa;
}
#total-downloads strong {
	font-size: 20px;
	color: #fff;
}


/* ######### CREDITS ######### */
#credits {
	color: #626262;
}
#credits a:hover {
	border-color: #9ed1eb;
}
.schnabel {
	background-image: url(../_images/schnabel_ccc.gif);
}
.dot {
	background-image: url(../_images/dot_ccc.gif);
}
