body {	
	background-color: black;
	color:black;
	font-family:  Courier New, Courier, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size:11px; 
	font-weight:900;
	line-height: 1.5em
}

a { color:black; }

a:hover { color:white; }

div#right a:link, div#right a:visited  
{
	color:white;
}

#artists div#right a:link, 
#artists div#right a:visited,
#contact div#right a:link, 
#contact div#right a:visited,
#friends div#right a:link, 
#friends div#right a:visited    
{
	color:black;
}


/* general div features */
div {
	margin:0;
	padding:0;
	border:0px none;
}

/**************  centering the container **************/
#wrapper {
	width:520px;
	height:auto;
	border: 1px solid black;
	position:absolute;
	top:20px;
	left:50%;
	margin-left: -260px;
	background-color:#868686;
}

div.dynamic
{
	/*height:500px;*/
}

/* general modul features */
.modul {
	background-color: #868686;
	border-top: 4px solid #000;	
	height:auto;
	padding:0;
}

#header
{	
	margin:0;
	padding:0;
	background-color:white;
	height:61px;
}

#header img {
	padding-left:8px;
	padding-top:0px;
	
}


/*************  left modul features *************/
#left {	
	float:left;	
	width:164px;
	/*border: 4px solid #000;
	border-right: 2px solid #000;
	border-left:0;*/
	overflow:hidden;
}

/************* right modul features **************/
#right {
	float:right;
	width:352px;
	border-left: 4px solid #000;
	background-position: 328px 0;
}

ul {
	font-family: Courier, Courier New, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin-top:1em;
	margin-bottom:0em;
}

#right ul {
	margin-left:0;
	padding-left:1em;	
}

#friends #right ul{
	padding-bottom:2em;
}

li{
	list-style:none;
	padding-left:0;
}

#friends #right li{
	list-style:square;
}

#friends #right li a{
	text-decoration:none;
	text-transform:uppercase;
}

#friends #right li a:hover{
	text-decoration:underline;
	color:#fff;
}

/************** font features **************/
.modul h1 {	
	font-family: Courier, Courier New, Helvetica Neue, Helvetica, Arial, sans-serif;
	padding:0 0 0 0.65em; 
	text-align:right;
	margin:0.5em 0.3em 0.5em 0.2em;
	font-size:30px;
	color:#CBCBCB;
}

.modul h2 {
	margin:0.6em 0 0.6em 0em;
	padding-top:0.05em;
	padding-bottom:0.05em;
	color:black;
}

.modul p.special {
	margin:0;
	padding:0;
	background: url('../img/line.gif') 0 0 repeat-x;
}

.itemBox {
	border-top: 1px dotted #000;
	border-left:0;
	border-right:0;
	padding:1em;
}

.itemBoxLast {
	border-bottom: 1px dotted #000;	
	margin-bottom:3em;
}

.modul p {
	margin:0.2em 0 0 0;
	padding: 1em 0 1em 0;
	margin-top:0;
	padding-top:0;
}

.modul p strong {
	color:#111;
}


/*.modul p.endingBlock, .modul #artists p.endingBlock {
	margin-bottom:2.2em;
	}
*/	

 
/************** font features index page ************/
.modul div#presentation p {
	font-size:300%;
	line-height:100%;
}

/************** font features artists page ************/

.modul div#artists {
	line-height:1.4em;
}

img.fotos {
		float:left;
		padding-right:1em;
}

.icons {
	vertical-align:middle;
	padding:.2em;
}

p.iconRow {
	padding-bottom:0;
	margin-bottom:0;
}
/*.modul div#artists img.fotos{
	padding:0 0 0 1.4em;
	margin-right: 0.5em;
	float:left;
}
*/	
.modul div#artists p {
	margin:0;
	padding:0 1em 0.1em 1.4em;
}

.modul div#artists p.listen {
	/*padding-top: 0.5em*/
	color:#CCCCCC;
	}

/************* footer **************/
#footer {
	clear:both;
	padding-left:390px;
	color: white;
	font-size:10px;
	background-color: black;
	padding-bottom:20px;
}

#footer img{
	margin-top:0;
}

#footer p {
	display:inline;
	vertical-align:bottom;
	padding:5px;
	font-weight:800;
	font-size:90%;
	color:#ffffff;
}

a img {border:0px none;}

/********** clearfix **********/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
	