/**
 * Theme Name: Moja Harmonija Hybrid Custom
 * Theme URI: http://mojaharmonija.com
 * Description: Tema za Moja Harmonija stran
 * Version: 0.1
 * Author: Jure Cuhalev
 * Author URI: http://www.jurecuhalev.com
 * Tags: hybrid, theme, custom
 *Template: hybrid
 */
 

 /* Get base CSS */
 @import url('../hybrid/library/css/21px.css');

 /* Get layout CSS */
 @import url('../hybrid/library/css/2c-l-fixed.css');

 /* Get plugins CSS */
 @import url('../hybrid/library/css/plugins.css');

 /* Get drop-downs CSS */
 @import url('../hybrid/library/css/drop-downs.css');

 /* Get default CSS */
 @import url('../hybrid/library/css/screen.css');

.a, .widget a {
     color:#224466;
}

#header-container {
    background-color: rgb(94,167,0);
    width: 100%;
    height: 60px;
}

#body-container {
    margin-top: 0px;
    margin-bottom: 0px;
}

#primary-menu {
    background-color: rgb(94,167,0);
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    
    margin-bottom: 30px;
}

#primary-menu li a {
    color: lemonChiffon;
    border: none;
    background-color: transparent;
}

.logo {
    padding: 5px;
}

#site-title {
    padding-left: 15px;
    padding-top: 10px;
}

#site-title a {
    color: white;
}

.entry-title a {
    color:#224466;
    font-style: normal;
}

#footer {
    font-style: normal;
    color: white;
    padding-left: 15px;
    padding-top: 5px;
}

#footer p a {
    font-style: normal;
    color: white;
}

#footer-container {
    background-color: rgb(94,167,0);

    -webkit-border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-topleft: 3px;
    border-bottom-top-radius: 3px;
    border-bottom-top-radius: 3px;
    
    margin-bottom: 0px;
}

