/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000000;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}



.header {
	padding-bottom:20px;
}

#content {
	width:900px;
	margin-left:20px;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
}

.main {
	width:670px;
	float:left;
	margin-top:20px;
}

.side {
	margin-top:20px;
	width:200px;
	float:left;
	border-left:1px dashed #2c2f2c;
	padding-left:10px;
	padding-right:10px;
	font-size:11px;	
}

a {
	text-decoration:none;
	color:#a02f6a;
	border-bottom:dotted 1px;
}
#gallery a {
	border-bottom:0px;

}

.reset {
	clear:both;
}


.text, #navigace {
	font-size:11px;
	padding-left:20px;
	padding-right:20px;
	margin-botom:40px;
	
}
#lineup {
	padding-left:20px;
	padding-right:20px;
	font-size:12px;
	font-weight:bold;
}
#lineup p a:hover {
color:white;
}
#lineup p a {
border-bottom:dotted 1px;
}

#lineup .color1, #lineup .color1 a {
	color:#a02f6a;
}

#lineup .color2, #lineup .color2 a {
	color:#d42435;
}
#lineup .color3 , #lineup .color3 a {
	color:#f62722;
}
#lineup .color4 , #lineup .color4 a {
	color:#f88b30;
}
#lineup .color5, #lineup .color5 a {
	color:#fef358;
}
#lineup .color6, #lineup .color6 a {
	color:#ffca46;
}

#lineup .color7, #lineup .color7 a {
	color:#d8f634;
}

#history {
	padding-left:20px;
	padding-right:20px;
	font-size:11px;	

}

#history a {
	text-decoration:none;
	color:#c9c1b2;
}
#history a:hover {
	color:#FFFFFF;
}

hr {
border: none 0;
border-top: 1px dashed #2c2f2c;
width: 860px;
height: 1px;
clear:both;
margin-top:10px;
margin-bottom:20px;
}

.artist a {
	color:#a02f6a;
}


.artist {
padding-left:20px;
padding-right:20px;


}
.artist_img, .artist_name, .artist_txt {
float:left;
font-size:11px;
}
.artist_img {
width: 150px;
margin-bottom:20px;
padding-top:15px;
}
.artist_name {
padding-left:10px;
width:250px;
padding-top:15px;
margin-bottom:20px;
}

.artist_txt {
width:440px;
margin-bottom:20px;
}
#gallery {
padding-left:20px;
padding-right:20px;
}


