body{
    padding:0;
    margin:0;
    font-family: verdana,helvetica,sans-serif;
    font-size: 11px;
    background-image: url("../graphx/body-bg.gif");
    text-align: center;
}
a{
    color: #990000;
    text-decoration:none;
}
a:hover{
    color: #480000;
    text-decoration: underline;
}
h4{
  text-align: center;
  font-size: 15px;
}

#gradient{
	background: url("../graphx/body-back.jpg") no-repeat top left;
}

#layout-holder{
    background: #f6f6f6 url("../graphx/layout-back.jpg") repeat-y;
    /*backgorund-color: white;*/
    width: 783px;
    margin: 0 auto;
    text-align: left;
    min-height: 800px;
    /*padding: 0 4px;*/
    position: relative;
}

#logo a{
    display: block;
    width: 188px;
    height: 282px;
    padding-top: 282px;
    background-image: url("../graphx/logo.jpg");
    overflow: hidden;
}
html>body #logo a{
    height: 0px;
}
#right-holder{
    width: 595px;
    _width: 590px;
    float: right;
}
#left-holder{
    float: left;
    width: 188px;
}
#menu{
    /*background-image: url("../graphx/menu-back.jpg");*/
    background-color: #e3e3e0;
    border-bottom: 1px solid white;
    height: 22px;
    width: 595px;
    _width: 590px;
    padding-top: 5px;
}
html>body #menu{
    height: 36px;
    /*
    border-width: 1px;
    border-color: #000000;
    */
}
#menu ul{
    margin:0;
    padding:0;
    margin-left: 20px;
}
#menu ul li{
    margin:0;
    padding:0;
    display: block;
    float: left;
}
#menu ul li a{
    font-size: 10px;
    color: #666666;
    font-family: arial,sans-serif;
	font-size: 14px;
	display: block;
	padding: 8px;
	color: black;
}
#menu ul li a:hover{
    color: #eeeedd;
    background-color: #401e00;
    text-decoration: none;
}
#menu form{
	padding-top: 5px;
    float: right;
    margin-right: 20px;
}
#menu input.searchbox{
    width: 100px;
}
#hot-news{
    background-color: #EFEFEF;
    width: 251px;
    min-height: 187px;
    height: 187px;
    color: #666666;
    float: left;
    border-width: 1px;
    border-color: #000000;
}
html>body #hot-news{
    height: auto;
}
#hot-concerts{
    width: 251px;
    min-height: 187px;
    height: 187px;
    color: #666666;
    background: #EFEFEF url("../graphx/hot-concerts-line.jpg") no-repeat;
    margin-left: 231px;
    position: relative;
    border-width: 1px;
    border-color: #000000;
}
html>body #hot-concerts{
    height: auto;
}
#hot-news h3, #hot-concerts h3{
    color: #999999;
    font-size: 12px;
    margin: 0 0 3px 20px;
    padding-top: 10px;
}
#hot-news p, #hot-concerts p{
    background-color: #F5F4F4;
    width: 195px;
    _width: 205px;
    padding: 10px;
    margin: 0 20px;
    min-height: 125px;
    _height: 125px;
}
#hot-concerts p strong{
    color: #660000;
    font-size: 12px;
    display: block;
    margin-bottom: 4px;
}
#lajna{
    background-image: url("../graphx/lajna.gif");
    width: 503px;
    height: 6px;
    font-size: 1px;
}


#left-column h3{
    background-color: white;
    color: #666666;
    font-weight: normal;
    padding: 10px;
    margin: 0;
    font-family: arial,sans-serif;
    font-size: 14px;
    color: black;
    color: #eeeedd;
    background-color: #401e00;
}
#left-column p{
    margin: 5px 10px;
}
#left-column form{
    font-size: 10px;
    color: #666666;
    padding: 0 15px;
    margin: 5px 0 5px 0;
}
#left-column form input{
    background-color: #F1F1F1;
    border: 1px solid #B2B4B6;
    color: #666666;
    margin-bottom: 5px;
    font-size: 10px;
}
#left-column #disko-left-column{
    text-align: center;
}
#left-column #disko-left-column img{
    width: 100px;
    height: 100px;
}
#left-column #disko-left-column a{
    padding: 5px 0;
    font-size: 14px;
	font-family: arial,sans-serif;
}
#left-column #disko-left-column hr{
    background-color: #B2B4B6;
    border-width: 0px;
    height: 1px;
    color: #B2B4B6;
    margin-top:1px;
    padding-top:1px; 
}
#left-column a.reakce{
    background: url("../graphx/comment.gif") no-repeat;
    padding-left: 15px;
}

#main-content{
    min-height: 500px;
    _height: 500px;
}
#main-content h1{
    text-align: center;
    font-size: 25px;
    /*color: #999999;*/
    font-family: arial,sans-serif;
    font-weight: normal;
    color: black;
}
#main-content h2{
    text-align: center;
    font-size: 25px;
    /*color: #999999;*/
    font-family: arial,sans-serif;
    font-weight: normal;
    color: black;
}
#main-content h3{
    background-color: #C6C6C6;
    color: #666666;
    font-size: 10px;
    font-weight: normal;
    padding: 5px;
    margin: 0;
}
#main-content .add-new-band-link{
    text-align: center;
    margin: 20px;
    padding: 20px;
    color: #333333;
    background-color: white;
    
}
#main-content form{
    margin: 0 15px 15px 15px;
    border: 1px dashed #E4E4E4;
    padding: 15px;
    background-color: #F0F0F0;
    font-weight: bold;
    font-size: 10px;
    margin-top: 10px;
}
#main-content form em{
    font-weight: normal;
}
#main-content form strong{
    text-align: center;
    display: block;
    border-bottom: 1px solid #D3D3D3;
    margin-bottom: 10px;
}
#main-content input, #main-content select{
    border: 1px solid #D3D3D3;
    background-color: #E4E4E4;
    color: #333333;
    font-weight: normal;
    width: 440px;
}
#main-content input.button{
    font-weight: bold;
    width: 140px;
}
#main-content textarea{
    border: 1px solid #D3D3D3;
    background-color: #E4E4E4;
    color: #333333;
    width: 440px;
    font-weight: normal;
}
#main-content .review-box{
    /*background-color: #F1F1F1;*/
    background: white url("../graphx/rev-box-gradient.gif") repeat-x;
    color: #666666;
    font-size: 11px;
    margin-right: 35px;
    padding: 15px 15px 15px 15px;
    padding-bottom: 1px;
    margin-top: 25px;
    margin-left: 30px;
}
#main-content .review-box h2, #main-content .profil h2{
    color: #990000;
    font-size: 11px;
    margin: 0;
    margin-left: 170px;
    text-align: left;
}
#main-content .review-box h3{
    font-size: 18px;
    background-color: transparent;
    color: #672200;
    font-weight: normal;
    margin-left: 166px;
    text-align: left;
    font-family: arial,sans-serif;
}
#main-content .articles h3{
    margin-left: 0;
}
#main-content .articles{
    padding-bottom: 20px;
}

#main-content .review-box a{
    color: #672200;
}
#main-content .review-box a:hover{
    color: #cc0000;
}
#main-content .review-box .review_info{
	 margin-left: 170px;
	 border-bottom: 1px solid #b3b8a5;
	 padding-bottom: 12px;
	 margin-bottom: 12px;
}
#main-content .review-box .cover, #main-content .profil .cover{
    float: left;
    border: 1px solid #d7cf92;
    padding: 2px;
}
/*
#main-content .review-box .cover img, #main-content .profil .cover img{
    width: 100px;
    height: 100px;
}
*/
#main-content .review-box p{
    margin: 0 0 15px 170px;
}
#main-content .novinky{
    background-color: #F1F1F1;
    color: #666666;
    font-size: 11px;
    margin-right: 18px;
    padding: 15px;
    padding-bottom: 15px;
    margin-top: 15px;
    margin-left: 20px;
    /*
    min-height: 600px;
    _height: 600px;
    */
}
#main-content .profil{
    background-color: #F1F1F1;
    color: #666666;
    font-size: 11px;
    margin-right: 18px;
    padding: 15px;
    padding-bottom: 15px;
    margin-top: 15px;
    margin-left: 20px;
    min-height: 600px;
    _height: 600px;
}
#main-content .profil .cover{
    margin-right: 15px;
    margin-bottom: 5px;
}
#main-content .description, #main-content .description-disc{
    background-color: #F1F1F1;
    background: white url("../graphx/rev-box-gradient.gif") repeat-x;
    color: #666666;
    font-size: 11px;
    margin-right: 18px;
    padding: 15px;
    padding-bottom: 15px;
    margin-top: 15px;
    margin-left: 20px;
}
#main-content .description strong.big, strong.big{
    font-family: arial,sans-serif;
	font-size: 14px;
	color: #672200;
	font-weight: normal;
}
#main-content .description .tracklist{
    /*background-color: white;*/
    padding: 0 10px;
    margin-left: 166px;
}
    
#main-content .description-disc span.datum, span.datum{
    font-family: arial,sans-serif;
	font-size: 16px;
	color: #672200;
	font-weight: normal;
	float: right;
	margin-left: 15px;
}
#main-content .description-disc .author{
    font-family: arial,sans-serif;
	font-size: 24px;
	color: #672200;
	font-weight: normal;
}
.description-disc img{
	/*
    width: 100px;
    height: 100px;
    */
}
.description-disc img.stars{
    width: auto;
    height: auto;
}
.description-disc p.reply{
    margin: 20px 10px 10px 50px;
    border: 1px solid white;
    padding: 10px;
    font-size: 10px;
}
.description-disc a.reaguj{
    background: url("../graphx/re.gif") no-repeat;
    padding-left: 15px;
    float: right;
    font-size: 10px;
}
#main-content .description .foto{
    float: left;
    background-color: #E6E6E6;
    border: 1px solid #D1D1D1;
    width: 200px;
    padding: 2px;
    margin-right: 10px;
}
#main-content .description .cover-image{
    float: left;
    margin-right: 10px;
    text-align: center;
}
#main-content .description .cover-image .cover{
    background-color: #E6E6E6;
    border: 1px solid #D1D1D1;
    width: 150px;
    height: 150px;
    padding: 2px;
    margin-bottom: 3px;
}
#main-content .description .foto span{
    float: right;
}
#main-content .description a.add-description{
    background: url("../graphx/post.gif") bottom left no-repeat;
    padding-left: 21px;
    padding-bottom: 2px;
}
img{
    border: 0;
}
#main-content .description-disc table{
    font-size: 10px;
}
#main-content .description .rate-back{
    width: 100%;
    height: 4px;
    background-color: #E2E2E2;
}
#main-content .description .rate-line{
    height: 4px;
    background-color: #AB8181;
}
#main-content table.band-list{
    font-size: 11px;
    clear: both;
    color: #666666;
    margin: 10px;
    border-collapse: collapse;
    width: 480px;
}
#main-content table.band-list td{
    padding: 5px;
    border: 1px solid #CCCCCC;
}
#main-content .novinky h1{
    color: #660000;
    font-size: 20px;
}

#pata{
    background-color: #666666;
    text-align: center;
    color: #F1F1F1;
    padding: 25px;
    margin: 0 auto;
    clear: both;
}
#pata a{
    color: white;
    text-decoration: underline;
    font-weight: bold;
}

ul.abeceda, ul.roky, ul.eroky{
    margin: 0;
    padding: 0;
    margin-left: 23px;
    margin-top: 5px;
}
ul.roky{
    margin-left: 185px;
}
ul.eroky{
    margin-left: 50px;
}
ul.abeceda li, ul.roky li, ul.eroky li{
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.abeceda li a, ul.roky li a, ul.eroky li a{
    display: block;
    width: 15px;
    border: 1px solid #D5D5D5;
    float: left;
    text-align: center;
    background-color: #EBE9E9;
    color: #666666;
}
ul.roky li a{
    width: 25px;
}
ul.eroky li a{
    width: 40px;
}
ul.abeceda li a:hover{
    text-decoration: none;
    background-color: #CCCCCC;
}

.stars{
    width: 15px;
}

/**FORUM**/
table.forum{
    font-size: 11px;
    width: 550px;
    margin: 20px;
    margin-bottom: 0;
}
table.forum td{
    padding: 8px;
    background-color: white;
}
table.forum tr.suda{
    background-color: #f9f9f9;
}
table.forum tr.post td{
    padding: 25px;
}
table.forum tr.post-del td{
    padding: 25px;
}
table.forum tr.forum-header td{
    font-weight: bold;
    background-color: #401E00;
    padding: 10px;
    font-family: arial,sans-serif;
	font-size: 14px;
	color: #eeeedd;
}
table.forum tr.forum-header-post td{
    font-weight: bold;
    background-color: #eaeadf;
    font-family: arial,sans-serif;
	font-size: 14px;
}
table.forum tr.forum-header-post-del td{
    font-weight: bold;
    background-color: #eaeadf;
    font-family: arial,sans-serif;
	font-size: 14px;
}

/**REKACE**/
form.reakce{
    width: 400px;
}
p.reform{
    display: none;
}
p.reform form{
    display: none;
}

/**Poslední hodnocení**/
.last-rate{
    text-align: center;
    padding: 5px 0;
}
.last-rate .cover{
	/*
    width: 104px;
    height: 104px;
    */
    width: 102px;
    margin: 5px auto;
}


/**POŠTA**/
#posta table{
    font-size: 11px;
    width: 440px;
    margin: 10px 30px;
    background-color: white;
    border: 1px solid #CCCCCC;
}
#posta table td{
    padding: 5px;
}

a.rss{
    background-image: url("../rss.gif");
    background-repeat: no-repeat;
    padding-left: 15px;
}

.popis{
    height: 250px;
    overflow: hidden;
}

#hide_article{
	/*display: none;*/
}

form.wiki{
	border: none;
	padding: 0;
}
form.wiki textarea{
	width: 410px;
	margin: 0;
}
form.wiki input{
	width: 150px;
	float: left;
}

#left-holder .cover{
	border: 1px solid #d7cf92;
    padding: 2px;
}
#left-holder .big{
	font-family: arial,sans-serif;
	font-size: 14px;
	color: #672200;
}
#left-holder .big a{
    color: #672200;
}
#left-holder .big a:hover{
    color: #cc0000;
}
#left-holder .reply_part{
	background-color: #f8f8f8;
	margin: 5px 10px;
	padding: 8px; 
}
#main-content .profil h2.album_head{
    font-size: 18px;
    background-color: transparent;
    color: #672200;
    font-weight: normal;
    text-align: left;
    font-family: arial,sans-serif;
}
#main-content .profil table td{
    vertical-align: top;
}

table.profile-disco{
	margin: 0 30px;
}
table.profile-disco td{
	padding: 10px;
	font-size: 11px;
	background-color: white;
	font-family: arial,sans-serif;
}
table.profile-disco tr.even td{
	background-color: #f7f7ee;
}
table.profile-disco td.rok{
	font-size: 20px;
}
table.profile-disco td.revnum{
	text-align: center;
}
table.profile-disco td.revnum span{
	font-size: 20px;
}
table.profile-disco td.jmenodesky{
	font-size: 14px;
}
table.profile-disco tr.even:hover td, table.profile-disco tr:hover td{
	background-color: #ffe3e3;
}

#next_holder{
	padding: 20px 0;
	margin: 0 53px;
	height: 40px;
}
#next_holder a{
	font-size: 14px;
}

#tv_highlight{
	height: 102px;
	background: url("../graphx/tv.gif") no-repeat;
	margin: 10px;
	padding-left: 155px;
	position: relative;
}
#tv_highlight a.tv_header{
	font-size: 17px;
	display: block;
	padding-top: 25px;
	/*margin-left: 10px;*/
}
#tv_highlight img{
	position: absolute;
	top: 20px;
	left: 29px;
	width: 72px;
}

#main-content form.new_form{
	margin: 0;
    border: 0;
    padding: 15px;
    background-color: none;
    font-weight: normal;
    font-size: 11px;
    margin-top: 10px;
}
form.new_form fieldset{
	padding: 15px;
	border: 1px solid #A7B7A0;
}
form.new_form legend{
	margin: 0 10px;
	color:#A7B7A0;
	font-size: 14px;
	font-weight: bold;
}

.comment{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #A7B7A0;
}