/* Styles for Banglajol installation of OJS
 * Ben Hayes, January 2012
 * These must inherit from styles/common.css which have also been edited for the new JOL family of themes
 * */

body {
}

h1, h2, h3, h4, h5 {
    color: #25302B;
}

a:link, a:visited {
    color: #004F22;
}

a:hover {
    color: #428E60;
}

#globalnav li a:hover, #globalnav li.current a:link, #globalnav li.current a:visited {
        background: transparent url(images/globalnav-on.png) center top no-repeat;
}

/*
.highlight {
    background: #F7F9F8;
    border: 1px solid #E4EAE6;
}
*/

form, .highlight {
    background: #EEF5F1;
    border: 1px solid #CCD9D2;
}

.button {
    background: #30AB64 url(images/btn-bkgd.png) left bottom repeat-x;
}

#topbar {
    background: #30AB64 url(images/topbar.png) left bottom repeat-x;
}

#header {
    background: #C8DED2 url(images/header-shadow.png) left bottom repeat-x;
}

#navbar {
    background: #80A692 url(images/header-shadow.png) left bottom repeat-x;
}

#navbar li.current a:link, #navbar li.current a:visited,
#navbar li a:hover, #navbar li a:active {
    background-color: #58856E;
}

