/* Styles for Nepjol installation of OJS
 * Ben Hayes, April 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: #22252B;
}

a:link, a:visited {
    color: #0D2970;
}

a:hover, a:active {
    color: #576A9C;
}

#globalnav a:link, #globalnav a:visited {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}

#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;
}

form, .highlight {
    background: #EFF3FC;
    border: 1px solid #DFE4F2;
}

.button, input.defaultButton {
    background: #6781C7 url(images/btn-bkgd.png) left bottom repeat-x;
}

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

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

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

#navbar li a {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

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


