@font-face {
    font-family: "SugoRegular";
    font-style: normal;
    font-weight: normal;
    src: url("sugo-webfont.eot?#iefix") format("embedded-opentype"), url("sugo-webfont.woff") format("woff"), url("sugo-webfont.ttf") format("truetype"), url("sugo-webfont.svg#SugoRegular") format("svg");
}

body { margin: 0; padding: 0; background: #0F0F0F; font-family: "Lucida",Arial,Helvetica,Verdana,sans-serif; background-repeat: no-repeat; background-position: center top; color: #bbbbbb; cursor: default; }
h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0; }

a { text-decoration: none; outline: medium none; color: #c5e86a; border: 0px; }
a:hover { text-decoration: underline; }
a img { border: 0px; }

.hide {
    display: none !important;
}

.white { color: #FFF; }
.green { color: #c5e86a; }
.gray { color: #bbb; }
.red { color: #E86C6A; }
.magenta { color: #C26AE8;}

.right { float: right; }
.left { float: left; }

#commentsadd .left {
    float: left;   
    padding-right: 15px;
}

#commentsadd #authorname,
#commentsadd #authoremail {
    width:180px;
    background-color:#202020; 
    border: 1px solid #111111;
    color:#fff;
    padding:3px;
}

#commentsadd textarea {
    width:450px;
    height: 150px;
    background-color:#202020;
    border: 1px solid #111111;
    color:#fff;
    padding:3px;
}

.date {
    float: left;
    width: 30px; height: 46px;
    padding: 4px 3px;
    font-size: 9px;
    font-family: Arial;
    letter-spacing: 1px;
    color: #000;
    background-image: url(../_images/calendar.png);
    background-repeat: no-repeat;
    background-position: 0 1px;
    margin: 2px 10px 0 0;
    text-align: center;

}

.date span {
	color: #000;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 21px;
	padding: 0 0;
}


#box-aboutus,
#box-contact {
    font-size: 13px;
    background-color: #222222;
    border-bottom: 1px solid; 
    padding: 8px;

}

#box-aboutus p,
#box-aboutus li {
	margin-bottom: 5px;
}

#box-aboutus h2 {
	margin-top: 15px;
}

ul.filterblue {
   list-style-type: none; 
   margin:0;
   padding:0;
}

ul.filterblue li {
    float: left;
    line-height:25px;
    padding-right: 10px;
    color:#98A6D0;
}

#sitepath {
	height:25px;
	margin: 0;
	padding: 0;	
	font-size: 11px;
}

#sitepath ul, #sitepath li {
	list-style-type: none;
}

#sitepath li {
	float: left;
	line-height:25px;
	padding-left: 3px;
	color:#777;
}

#sitepath li a {
	display:block;
	padding:0 20px 0 0;
	background:url(../_images/separator_arrow_2_dots.png) no-repeat right center;
}

#box-reportsitem .info,
#box-eventsitem .info {
	padding-left: 38px;	
	clear: both;	
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 28px;
	width: 710px;		
}

ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 28px; 
	line-height: 28px; 		
	overflow: hidden;
	position: relative;	
}
ul.tabs li a {
    text-decoration: none;
    color: #C5E86A;
    display: block;
    font-size: 12px;
    padding: 0 12px;   
    font-family: "trebuchet MS";
}
ul.tabs li a:hover {
    background: #fff;
    color: #000;
}

ul.tabs li a.active {
    background-color: #C5E86A;
    color: #000;
}
 /*ul.tabs li.active, html ul.tabs li.active a:hover  { 
	background: #fff;
	border-bottom: 1px solid #fff; 
}*/

#content {
	overflow: hidden;
	clear: both;
	float: left; width: 680px;
	background: none repeat scroll 0 0 #272727;
        border-top: 3px solid #C5E86A;
        border-bottom: 1px solid #555;
	outline: 1px solid #111;	
	padding: 15px;
	font-size: 13px;		
        margin-bottom: 15px;
}

.tab_content {
	padding: 15px;
	font-size: 13px;
}

#mainsearch {
	float: right;
	background-color: #202020;
	height: 20px; width: 180px;
	margin-top: 5px;		
	margin-right: 7px;
	border: 1px solid #111111; 
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 2px;	
}

#mainsearch input.text {
	background-color: #202020;
	border: 0;	
	color: #ccc;
	width: 150px;	
}

#mainsearch input.text:focus {
	outline: none; 	
	outline-offset: -2px;
}

#mainsearch input.btn {
	background-image: url(../_images/search.png);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #202020;
	border: 0;	
	width: 18px;
	cursor: pointer;	
	padding: 0;
}

#mainsearch:hover {
	border: 1px solid #9c9c9c;	
}

#comments .item {
	padding: 20px;
	padding-top: 10px;
	background-color: #292929;
	margin-top: 10px;
	border-top: 1px solid #C5E86A;
    border-bottom: 1px solid #555555;
	outline: 1px solid #111111;
	font-size: 14px;
}

#comments .item .title {
	background-image: url(../_images/comment.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	line-height: 30px;	
}

#photos {
    clear: both;
}

#photos .title {
    padding-left: 2px;
    margin-top: 10px;
    font-size: 14px;
    font-weight:bold;    
    margin-bottom: 10px;
    text-transform: uppercase;
	
}

#photos img.photoitem {
	/*padding: 8px;*/
	background-color:#202020;	
	width: 110px;
	height: 110px;
	margin: 1px 1px;	
	background-image: url(../_images/photos_missing.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;		
}

#albums img {
	/*padding: 8px;*/
	background-color:#202020;	
	border-top-color:#555555;
	border-top-style:solid;
	border-top-width:1px;
	outline-color:#111111;
	outline-style:solid;
	outline-width:1px;
	width: 50px;
	height: 50px;
	margin: 1px 1px;	
	background-image: url(../_images/logo_50x50.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;		
}

#map {
	padding: 10px;
	width: 220px;
	height: 220px;
}

#map_content {
	width: 220px;
	height: 220px;
}

.wrapper { width: 990px; margin-top: 0px; margin-right: auto; margin-bottom: 0; margin-left: auto; }

.box-left { float: left; clear: left; width: 720px; }
.box-right { float: right; clear: right; width: 270px; }

.box-dark { background-color: #191919; border: 1px solid #262525; border-radius: 3px 3px 3px 3px; }
.box-light { background-color: #333333; border: 1px solid #262525; border-radius: 3px 3px 3px 3px; }

.head-big { font-family: "SugoRegular"; font-size: 30px; text-transform: uppercase; color: #fff; font-weight: normal; margin-top: 3px;}
.head-middle { font-family: "SugoRegular"; font-size: 24px; text-transform: uppercase; color: #fff; font-weight: normal; margin-left: 10px;margin-top: 3px; }
.head-cont { font-family: "SugoRegular"; font-size: 20px; border-bottom: 1px solid #333333; color: #FFF; text-transform: uppercase; margin-top: 20px; margin-bottom: 5px; font-weight: normal }

#header_topline { background-image: url(../_images/bg_topline.png); background-repeat: repeat-x; height: 8px; top: 0; left: 0; width: 100%; }

#header-logo {height: 105px;}
#header-logo #main-logo {float: left; margin-top: 18px; margin-right: 15px; margin-left: 30px; width: 232px;height: 68px;}

#header-menu { border-top: 1px solid #555; background-color: #333; border-bottom: #C5E86A solid 3px; height: 34px; margin-bottom: 10px;}

/* header menu */
#header-menu #menu { clear: both; list-style: none outside none; padding: 0; margin: 0; }
#header-menu #menu li { float: left; font-size: 18px; font-family: "SugoRegular"; }
#header-menu #menu a { color: #C5E86A; display: block; padding: 6px 15px 3px; line-height: 25px; }
#header-menu #menu #homepage a { color: #C5E86A; display: block; padding: 10px 10px 0 10px; height: 27px; background-color: #C5E86A; } 
#header-menu #menu a.active { color: #000; background-color: #C5E86A; }
#header-menu #menu a.hover { color: #000; background-color: #fff; text-decoration: none; }

.follow-us { font-family: "SugoRegular"; font-size: 18px; text-transform: uppercase; color: #dcdcda}

#newslogo {float:left; margin-right: 10px; margin-top: 5px;}
.newsitem {float:left;width:280px;margin: 5px;}
.newsitem .newstitle {font-family: "SugoRegular"; font-size: 18px; margin-bottom: 3px; font-weight: normal; }
.newsitem .newstext { font-size: 12px;}

/* slider reports */
#slider-reports { width: 473px; margin-top: 10px; margin-bottom: 10px; }

#slider-reports .main_view { float: left; width: 460px; height: 300px; position: relative; padding: 10px; }
#slider-reports .window { width: 450px; height: 300px; overflow: hidden; position: relative; }
/*#slider-reports .image_reel { position: absolute; top: 0; left: 0; }*/
/*#slider-reports .image_reel img { float: left; border: 0; }*/

#slider-reports .reportsslider {float: left;}
#slider-reports .controls  { position: absolute; left: 0px; bottom: 0px; height: 46px; width: 450px; background-color: rgba(0,0,0,0.5);  padding-top: 5px; padding-left: 10px; }
#slider-reports .controls .title { font-size: 16px; font-weight: bold; color: #FFF; opacity: 1 }
#slider-reports .controls .place { font-size: 12px; color: #ccc; }
#slider-reports .paging { position: absolute; top: 35px; right: -7px; width: 125px; height:30px; z-index: 100;  text-align: center;
                          line-height: 25px; background-color: #161616; border-top: 1px solid #555555; outline: 1px solid #111111;}
#slider-reports .paging a { padding: 5px; text-decoration: none; color: #fff; font-family: "trebuchet MS"; font-size: 12px; }
#slider-reports .paging a.active { color: #000; background: #98A6D0; }
#slider-reports .paging a:hover { color: #000; background-color: #fff; }

#body-homepage #banner-middle { clear: left; width: 465px; height: 60px; padding: 4px}
#body-homepage #recommendevents { width: 500px; height: 430px; margin-top: 10px; margin-bottom: 15px;}

#body-homepage #news { height: 80px; }

#body-homepage #selfpromo-middle { clear: both; font-family: "SugoRegular"; color: #fff; padding: 5px 10px 15px; margin-bottom: 10px; position: relative; }
#body-homepage #selfpromo-middle .title { font-size: 26px; margin-bottom: 5px; }
#body-homepage #selfpromo-middle .content { font-size: 16px; color: #ccc; margin-bottom: 10px; line-height: 22px; margin-left: 10px;}
#body-homepage #selfpromo-middle .content img { padding-bottom: 2px;}
#body-homepage #selfpromo-middle .footer { font-size: 20px;}
#body-homepage #selfpromo-middle .plasticman { position: absolute; overflow: hidden; top: -5px; left: 615px;}

#donate, #similarevents, #similarevents2, #facebook, #bands-favorite, #bands-similar { margin-left: 10px; margin-bottom: 15px; }
#donate .text { padding: 5px 10px; font-size: 12px; line-height: 18px; }

#bands-favorite .content, #bands-similar .content { padding-left: 15px; padding-bottom: 10px;}
#bands-favorite img, #bands-similar img { margin: 3px; }

.banner250 { margin-left: 15px; margin-bottom: 20px; margin-top: 5px;}

#replist-content, #evtlist-content, #bndlist-content, #partner-content, #aboutus, #contact  { margin-bottom: 20px; }
#rep-content, #evt-content, #bnd-content, #nws-content, #usr-content { padding: 0px 10px;}


#partner-content .perex { padding-left: 15px; padding-top: 5px; font-size: 14px; line-height: 18px; }
#partner-content .par_item { clear: left; padding: 10px; }


.reportlist_item {
    clear: both; 
    height: 150px;
    border-bottom: 1px solid #333333;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-left: 10px;    
    margin-right: 10px;
}

.par_item .reportlist_item {
    border-bottom: 0px;
}

.reportlist_item .item_info {
    padding-left: 37px;
    text-transform: none;
}

.reportlist_item .image {
    float: left;
    height: 130px;
    width: 194px;
    text-align: center;
    background-image: url(../_images/reportlist_missing.png);
    background-repeat: no-repeat;
    background-position: 8px 8px;	
    margin-right: 10px;
}

.reportlist_item .image img {
    border: 0;	
}

.reportlist_item .image .desc {
    display: block;
    font-size: 1.2em;
    padding: 10px 0;
    background: #111;
    color: #fff;
    position: absolute;
    bottom: 11px;
    left: 11px;
    padding: 10px;
    margin: 0;
    width: 566px;
    border-top: 1px solid #999;
}

.reportlist_item .text {
    float: right;
    width: 474px;
}

.reportlist_item .entry {
    clear: both;
    font-size: 12px;
    height: 55px;
    line-height: 1.6em;
}


.reportlist_item .text .item_info h3 {
    float: left;
    font-size: 21px;
    font-family: "SugoRegular";
    width: 433px;  
    font-weight: normal;    
    
}

.reportlist_item .text .item_info .tags {
    color: #606060;
    float: left;
    font-size: 12px;
    width: 430px;
    height: 42px;
}

.reportlist_item .text .comments span {
    font-size: 12px;
    color: #000;
    text-align: center;
    float: left;
    margin-top: 10px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    height: 19px;
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #c5e86a; 	
}

.reportlist_item .text .comments a {
    float: left;
    font-size: 12px;
    margin-top: 10px;
    margin-right: 30px;
    margin-bottom: 0px;
    margin-left: 0px;	
}

.reportlist_item .text .item_info .tags a {
	text-decoration: underline;
}

.reportlist_item .tags a:hover {
	text-decoration: none;
}

.reportlist_item .text .item_info h3 a {
	color: #FFF;
}

.reportlist_item .text .item_info h3 a:hover {
    text-decoration: underline;
}

.imgteaser a:hover .desc strong {
	display: block;
	margin-bottom: 5px;
	font-size:1.5em;
}

#box-photoreport-draftlist {
	margin-top: 5px;	
}

#box-photoreport-draftlist h2 {
    font-size: 14px;
    margin-bottom: 2px;	
    float: left;
    width: 200px;
}

#box-photoreport-draftlist ul {
    float: left;
    list-style: none outside none;
    padding: 0;
    margin: 0;		
}

#box-photoreport-draftlist li {
    float: left;
    font-size: 12px;
    padding: 1px 5px;
}

ul.type-filter, ul.photosnavi { list-style: none; margin: 8px 10px 8px 10px; padding-left: 0px; }
ul.type-filter li, ul.photosnavi li { float:left; font-size: 10px; text-transform: uppercase; margin-left: 5px; }  
ul.type-filter li a, ul.photosnavi li a { display: block; padding:3px 3px; font-family: "trebuchet MS"; color: #fff; }
ul.type-filter li#title, ul.photosnavi li#title { background-color: transparent; outline: none; padding:3px 3px;} 
ul.type-filter li.active a, ul.photosnavi li.active a { color: #000; background-color: #98A6D0; outline: 1px #98A6D0 solid; }
ul.type-filter li a:hover, ul.photosnavi li a:hover { background-color: #fff; outline: 1px #98A6D0 solid; color: #000; }

#box-news {
	float: left;
	width: 235px;	
	margin-top: 10px;
}

#box-concerts {
	float: left;
	height: 350px;	
	margin-top: 10px;
}
#box-news h1 ,#box-concerts
h1   {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#prolog {
	font-size: 12px;
	color: #FFF;
    border-top: 1px solid #555555;
    outline: 1px solid #111111;
/*	border: 1px solid #111111;*/
/*	border-top: 3px solid #c5e86a;*/
	padding: 10px 15px;
	clear: both;
	height: 65px;
	background-color:#333333;
        margin-bottom: 10px;
}
#prolog .title {
	font-size: 21px;
	font-weight: bold;
	font-family: "Trebuchet MS";
	letter-spacing: -1px;
	margin-bottom: 5px;
}

 
#footer {
    clear: both;
    font-size: 12px;
    color: #999;
    height: 143px;     
    background-color: #000;
    background-image: url('../_images/footer_background.png');
    background-repeat: repeat-x;
}

#footer_selfpromo {
    width: 953px;
    height: 78px;
    margin: 0 auto 0;
    text-indent: -3000px;
    background-image: url('../_images/footer_selfpromo.png');   
    background-repeat: no-repeat;
}

#content-left  {
	float: left; 
	width: 220px;
}
#content-center  {
	float: left;
	width: 540px;
	padding: 0 5px 20px 5px;	
}

/* ================ Image slider End ================== */

#content-right  {
	float: left;
	width: 220px;
}
.dark {
	outline: 1px solid #111;
	border-top: 1px solid #555;
	padding: 10px;
	background: #333;
}

img.light {
    outline: 1px solid #ddd;
    border-top: 1px solid #fff;
    padding: 7px;
    background: #f0f0f0;
}


.boxinfo {
    width: 240px;
    float: right;		
    clear: right;
    margin-bottom: 15px;
    background-color: #161616;
    border-bottom: 1px solid #555;    
    /*outline: 1px solid #111;*/
    /*padding: 8px;*/
    /*-moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;    */
    
}

.boxcontent {
    padding: 8px;
    width: 715px;
    float: left;
    clear: left;
    background-color: #1D1D1D;
    border-bottom: 1px solid #555555;
    margin-bottom: 15px;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;     
}	

.boxinfo h2,
#box-photoreport h2 {    
    font-size: 12px;
    font-weight: bolder;
    color: #000;    
    /*padding: 5px;*/
    background-color: #b0cf61;
    line-height: 25px;
    padding-left: 6px;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0; 
    /*font-family: "Trebuchet MS";*/
}

.boxinfo h2 img,
#box-photoreport h2 img {
    position: relative;
    top: 3px;
    /*left: -2px;*/
}

p.boxperex {
    border-bottom: 1px dashed #444444;
    color: #CCCCCC;
	margin-top: 5px;
    margin-bottom: 10px;
    padding: 5px 10px 10px;
	font-size: 12px;	
}

ul.boxlist {
	float:left;
	padding: 0;	
	font-size: 11px;
	margin-top: 3px;
	margin-left: 6px;
	margin-bottom: 0;
/*	list-style-position: ouside;*/
	list-style-type: none;
}

#box-concerts ul.boxlist {
	list-style: none;
	margin-left: 0px;
}

ul.boxlist li {
	clear: both;	
}

ul.boxlist li:hover {
	background-color: #111;
}

ul.boxlist li.item {
    width: 185px; height: 35px;
    margin-right: 5px;        
}

#newslist ul.boxlist li.item {
    width: auto;
    margin-bottom: 5px;    
}

#newslist strong.summary {
    font-weight: normal;
}

ul.boxlist li.calendar:first-child {
	border-top: 0 none;
}

ul.boxlist li.calendar:last-child {
	border-bottom: 0 none;
}

.navnext {
    float: left;     
    width:210px;
    padding: 5px 10px 5px 5px;
    text-align: right;
    font-size: 11px;  
    font-family: "Trebuchet MS";            
}

.navnext a {
    color: #98A6D0;
}

.navnext a:hover {
    text-decoration: underline;
}

.navnext img {
    margin-left: 5px;
}

ul.boxlist li.calendar {
    font-size: 11px;
    padding: 5px 5px 5px 42px;		
}

#box-events-list,
#box-bands-list, 
#replist_homepage {
    float: left;
    width: 715px;
    clear: both;	    
    background-color: #1d1d1d;
    padding: 8px;
   /* outline: 1px solid #111111;*/
    border-bottom: 1px solid #555555;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    margin-bottom: 15px;    
}


#filters select  {
  outline: 0;
  overflow: hidden;  
  background-color: #98A6D0;
  color: #000000;
  outline: 1px solid #98A6D0;
  padding:3px ;
  border: 0;  
  font-size: 10px;
  font-family: "trebuchet MS";
}

#filters select option {
    border:0; background:#98A6D0;
}


#replist_homepage h1, 
#box-events-list h1,
#box-bands-list h1,
#box-photoreport-list h1,
#box-aboutus h1,
#box-contact h1,
#box-photoreport h1,
#box-search h1,
#box-reportsitem h1,
#box-eventsitem h1,
#box-bandsitem h1,
#box-usersitem h1
{   
    color: #fff;
    font-size: 25px;            
}

#box-search h2 {    
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: 2px;
    padding: 2px;
}


#usr-content div.item, #bnd-content div.item, #evtlist-content div.item { float: left;	font-size: 11px; padding: 5px 5px 5px 42px; margin: 2px 7px }
#bnd-content div.item { width: 170px; height: 50px; }
#usr-content div.item {width: 170px; height: 35px; }
#evtlist-content div.item { width: 280px; }

  
#evtlist-content h2 { border-bottom: 1px solid #98A6D0; clear: both; color: #98A6D0; font-size: 16px; margin-top: 15px; text-transform: uppercase; margin-left: 10px; margin-right: 10px; }
#bndlist-content h2 { border-bottom: 1px solid #98A6D0; clear: both; color: #98A6D0; font-size: 16px; font-weight: bold; margin-top: 20px; padding-left: 5px; text-transform: uppercase; margin-left: 10px; margin-right: 10px;}


span.calSheet {
	display: inline;
	float: left;
	margin-left: -37px;
	text-align: center;
}

span.calSheetSmall {
	width: 25px;
}

span.calSheetMedium {
	width: 30px; 
	margin-right: 10px;
}

span.calSheetBig {
	width: 40px; 
	margin-right: 10px;
	margin-bottom: 10px;
}

span.calSheet span {
	display: block;
	float: left;
	width: 100%;	
}

span.calSheetSmall span.month {
	font-size: 9px;
	height: 10px;	
}

span.calSheetMedium span.month {
	font-size: 11px;
	height: 12px;	
}

span.calSheetBig span.month {
	font-size: 11px;
	height: 12px;	
}

span.calSheet span.month {
	background: none repeat scroll 0 0 #98A6D0;
    border: 1px solid #98A6D0;
    color: #000;
    font-weight: bold;   
    text-align: center;
    text-transform: uppercase;
}

span.calSheetSmall span.day {
	font-size: 14px;	
}

span.calSheetMedium span.day {
	font-size: 16px;	
}

span.calSheetBig span.day {
	font-size: 18px;	
}

span.calSheetMedium span.year {
	font-size: 10px;	
}

span.calSheetBig span.year {
	font-size: 10px;	
}

span.calSheet span.day {
   	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #fff;
    color: #000000;
    font-weight: bold;
    letter-spacing: -0.1em;
    line-height: 1.4em;
}

span.calSheet span.year {
   	background: none repeat scroll 0 0 #9c9c9c;
    border: 1px solid #9c9c9c;
    color: #000000;
    font-weight: bold;
    letter-spacing: -0.1em;
}

strong.summary {
	color: #fff;
    display: block;
    font-size: 11px;
    line-height: 1.18182em;
}

ul.boxlist li.item a {
	color: #fff;
	text-decoration: none;
}

ul.boxlist li.sitem { 
	/*border-top: 1px solid #333;
	border-bottom: 1px solid #111;	*/
	width: 230px;
    border-left: 3px solid #555;
	color: #888;
}

ul.boxlist li.sitem:hover {
	background-color: #111;
    border-left: 3px solid #c5e86a;
}

ul.boxlist li.sitem:first-child {
	border-top: none;
}

ul.boxlist li.sitem:last-child {
	border-bottom: none;
}

ul.boxlist li.sitem a {
	padding: 5px 8px;
	display: block;
	color: #888;
	text-decoration: none;
}

ul.boxlist li.sitem a:hover {
	color: #fff;	
}

#filters
{	
	height: 37px;	     
        display: none;
}

#content #body {
	clear: both;	
}

ul.buttonlist {
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;	
}

ul.buttonlist li {
	float: left;
}

ul.buttonlist li a {
	display: block;
	width: 160px;
	height: 50px;
	background-color: #c5e86a;
	margin-right: 15px;
	border-bottom: 3px solid #333333;
	border-top: 1px solid #555555;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding-left: 70px;
	padding-top: 5px;
	background-repeat: no-repeat;
	background-position: 2px 2px;
}

ul.buttonlist li a:hover {
	background-color:#FFF;
}

ul.buttonlist li.fotak a {
	background-image:url(../_images/banner_fotak.png);

}

ul.buttonlist li.kapela a {
	background-image:url(../_images/banner_kapela.png);
	
}

ul.buttonlist li.kalendar a {
	background-image:url(../_images/banner_kalendar.png);

}

ul.buttonlist li.fotky a {
	background-image:url(../_images/banner_fotky.png);	
}



