/* Enter Your Custom CSS Here */

.adv {
  clear: both;
  margin: 25px 0;
}

#leaderboard {
  float: left;
  width: 100%;
  border-bottom: 1px solid #aba;
  border-bottom: 1px solid #e5e5e5;
  background: #f5f5f5;
  padding: 0;
}
.leaderboard-content {
  max-width: 960px;
  margin: 0 auto; padding: 10px 0;
}
@media screen and (max-width: 1020px) {
  #wrapper .leaderboard-content {
    max-width: 90%;
    width: 90%;                         
  }
}

body #main-content .post-meta {
  padding-bottom: 16px;
} 
body ul {
  margin-left: 20px;
}


/* sidebar vlevo */
#wrapper #sidebar { float: left; margin-left: 0; }
#main-content { float: right; }

/* barevný sidebar (jen je-li po straně) */
#sidebar { padding: 9px; border: 1px solid #eee; width: 280px !important; background: #f5f5f5;} 
@media screen and (max-width: 1020px) { 
  #wrapper #sidebar { 
   float: left; margin: 20px 0 10px; width: 100% !important; padding: 0; border: none; background:#fff; 
  } 
} 

body ul li, body .sidebar-widget ul li {
  list-style-type: square;
}
body ul ul li, body .sidebar-widget ul ul li {
  list-style-type: disc;
}
body  ul ul ul li, body .sidebar-widget ul ul ul li {
  list-style-type: circle;
}

body .sidebar-widget ul {
  margin-left: 20px;
  
}
body .sidebar-widget ul li {
  line-height: 150%;
  padding: 3px 0;
  color: #777;
}

body .sidebar-widget .sidebar-headline { 
  color: #633;
  border-color:  #944; 
}

/* logo doleva */
body .header-logo { margin: 20px auto 20px 0;} 
/* menu doleva */
body .menu-panel ul { text-align: left; border-left: 1px solid #ddd; } 
body .menu-panel ul li { border-right: 1px solid #ddd; } 

/* podtisk loga */
body .header-content-wrapper { 
  background: #bea; 
  border-bottom: 1px solid #aba;
} 
body .menu-panel-wrapper {
  background: #e5f5e5;
  border-bottom: 1px solid #aba;
  border-top: 1px solid #eee;
}
body .header-image .header-img {
  border-top: 0px solid #eee;
  border-bottom: 1px solid #aba;
}

/* snížení řádku pro víceřádkové menu (jen pro wide layout) */
body .menu-box a, body .menu-box a:visited { height: 58px; line-height: 58px; } 
body .menu-box ul li { height: 56px; line-height: 56px;} 
body .menu-box ul ul { top: 57px; } 

/* barevné ikony */
.post-meta i { color: #633;}


/* Color scheme Blue #3366FF
----------------------------------------------- */
body .post-entry .read-more-button,
body .grid-entry .read-more-button,
body input[type="submit"],
body input[type="reset"],
body .header-image .header-image-text .header-image-link {
  background-color: #3366FF;                                   
}
body .menu-box ul ul,
body .menu-panel ul ul,
body .post-entry .read-more-button,
body .grid-entry .read-more-button,
body input[type="submit"],
body input[type="reset"],
body .header-image .header-image-text .header-image-link {
  border-color: #3366FF;                     
}
body a,
body .site-title a,
body .menu-box a:hover,
body .menu-box :hover > a,
body #wrapper-header .menu-box .current-menu-item > a,
body #wrapper-header .menu-box .current-menu-ancestor > a,
body #wrapper-header .menu-box .current_page_item > a,
body #wrapper-header .menu-box .current-page-ancestor > a,
body .menu-panel a:hover,
body .menu-panel :hover > a,
body #wrapper-header .menu-panel .current-menu-item > a,
body #wrapper-header .menu-panel .current-menu-ancestor > a,
body #wrapper-header .menu-panel .current_page_item > a,
body #wrapper-header .menu-panel .current-page-ancestor > a,
body .post-entry .post-entry-headline a,
body .grid-entry .grid-entry-headline a,
body .sidebar-widget a {
  color: #3366FF;       
}
body .post-entry .read-more-button:hover,
body .grid-entry .read-more-button:hover,
body input[type="submit"]:hover,
body input[type="reset"]:hover,
body #searchform .searchform-wrapper .send:hover {
  color: #3366FF !important;                                   
}
body #footer a,
body .footer-signature .footer-signature-content a {
  color: #AACCFF;                     
}
