/*
 Theme Name:   Ozone Swish
 Theme URI:    http://www.ozonesolutions.com/journal
 Description:  A simple theme for the Ozone Journal.
 Author:       Daniel Mahaffy
 Author URI:   http://www.ozonesolutions.com
 Template:     new-balance-of-blue
 Version:      1.0.1
 Tags:         blue
 Text Domain:  new-balance-of-blue-child
*/

@import url("../new-balance-of-blue/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
#container{
    margin: 0px auto;
}
#header{
    background: none;
    height: 220px;
}
#ozlogo{
    background: url('images/ozone-journal.jpg') no-repeat;
    width: 100%;
    height: 150px;
    cursor: pointer;
}
#lower-bar{
    background-color: #52525f;
    height: 30px;
    width: 100%;
    padding: 3px;
}
#site-title{
    float: left;
    border-bottom: none;
    padding-bottom: 0px;
    color: white;
    margin-bottom: 0px;
    margin-left: 3px;
}
#site-title a{
    text-decoration: none;
    color: white;
}
#lower-bar div.search{
    float: left;
    margin-left: 20px;
    margin-top: 3px;
}
#lower-bar div.search input#s{
    width: 130px;
}
#main-menu{
    float: right;
    margin-right: 10px;
    padding-top: 3px;
    font-size: 13px;
}
#main-menu li{
    display: inline;
    margin-left: 5px;
}
#main-menu a{
    color: white;
}
#category-list li:nth-child(n+8){
    display: none;
}

#sidebar h2{
    background: #2a2f8a;
    border-radius: 10px;
}
h1 a{
    color: #2a2f8a
}
h1 a:hover{
    color: #2a2f8a;
}