@charset "UTF-8";
/* CSS Document by AliG brezbložni */

body {
	background:url(../img/bg_body.gif) repeat-x;
	margin:0;
	padding:0;
}



/* begin typography */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#4d4d4d;
}

strong {color:#000;}
blockquote { font-size:20px; color:#b2b2b2; font-style:italic; margin:0 0 20px 0; font-weight:bold;}
.datum {font-size:12px; color:#808080;}
.zalozba {font-size:16px;}

p {line-height:18px;}

#sidebar {font-size:12px;}
#sidebar p {line-height:16px;}

#footer {font-size:11px; color:#999;}
#footer p {line-height:normal;}


/* headers */

h1 { font-size:22px; color:#b2b2b2; margin-bottom:14px;}
h2 { font-size:21px; color:#000; margin: 3px 0 0px 0; padding:0; font-weight:normal;}
h1.artist { font-size:30px; color:#000; font-weight:normal; margin-bottom:10px;}
h2.artist_desc { font-size:20px; color:#b2b2b2;}


/* links */

a {
	text-decoration:none;
	background-color:#e8e8e8;
	color:#4d4d4d;
}

a:hover {
	background-color:#000;
	color:#fff;
}



/* structure */
#page {
	text-align:center;
	margin: 0 auto;
}

#main {
	width:950px;
	margin: 0 auto;
}

#header {
	margin-bottom:20px;
}

#content {
	text-align:left;
}

#column {
	width: 620px;
	margin-left:15px;
	float: left;
	text-align:left;
}

#sidebar {
	width: 300px;
	margin-left:15px;
	float:left;
	text-align:left;
}

.artist_sidebar {
	padding-top:60px;
}

#program {
	margin-top:50px;
}

#footer {
	clear:both;
	height:147px;
	margin: 30px 0 0 0;
	background:url(../img/bg_footer.gif) repeat-x;
}

#footer_c {
	margin:52px 0 0 15px;
	text-align:left;
	width:620px;
	float:left;
}

#footer_r {
	float:right;
	width:300px;
}

/* program table */
#program table {width:950px;}
.column {width:313px; text-align:left;padding:10px; height:36px; background:#ededed; vertical-align:bottom; border-left:1px solid #fff; }
.column_sep {height:5px; background:#ededed; border-left:1px solid #fff;border-top:2px solid #fff; }
.column_hr {width:28px; padding:10px; border-left:1px dashed #b2b2b2;border-right:1px dashed #b2b2b2; text-align:center; vertical-align:top; font-size:12px;}
.column_desc {width:246px; padding: 10px;}
.column_desc_end {width:245px; padding: 10px; border-right:1px dashed #b2b2b2;}

.tw {font-size:12px;}




/* misc */

.separator {height:35px; background:url(../img/img_separator.gif) no-repeat 0 50%;}
.radio_btn {text-align:center; margin-bottom:30px;}


#footer .alignleft {
	float:left;
	margin-right:10px;
}

img {border:0;}
.blanklink a {background:#fff; color:#b2b2b2;}
