/*
Theme Name:     Clean Journal Child
Theme URI:      http://www.vs-neuhaus.ksn.at
Description:    Child theme für das Clean Journal theme
Author:         Stefan Logar
Author URI:     http://www.loka.at
Template:       clean-journal
Version:        1.0
*/
@import url("../clean-journal/style.css");
/* Your modification goes here */
#header-right-search, header div aside {
       display: none;
}
#site-logo, #site-branding {
    width: 100%;
    padding: 0;
}

.widget-title {
     border: 1px solid #1b8be0;
     padding: 0 10px
}

#site-generator, #header-top, .nav-primary {
    background-color: #1b8be0;
    color: #FFFFFF;
}

.entry-summary li {
    list-style-type: square;
    list-style-position: inside;
}

.search-field {
   background-color: #D0E0FF;
}

.sidebar-header-right .widget_nav_menu li:hover > a {
	background-color: #D0E0FF;
	color: #fff;
}

/*--------------------------------------------------------------
2. Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	font-family: "Verdana", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Verdana", sans-serif;
}

/* Modifikacije za Termine */
.loka-termini-title {
     font-size: 1.2em;
     color: #1b8be0;
}
.loka-termini-date{
     font-size: 0.8em;
     text-decoration: bold;

}
.loka-termini-content {
     font-size: 0.7em;
}
/* Modifikacije za NextGenGallery */
.ngg-imagebrowser {
 height: 75%;
 width: 75%;
}

.ngg-gallery-thumbnail {
  width:120px;
  padding-right:10px;
}