/**
 * plugins/themes/steel/steel.css
 *
 * Copyright (c) 2013 Simon Fraser University Library
 * Copyright (c) 2003-2013 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Steel theme.
 *
 */

body {
    background-color: #ffffff;
    color: #111111;
}

a:link {
    color: rgba(0,153,255,1);
}

a:active {
    color: rgba(0,153,255,1);
}

a:visited {
    color: rgba(0,153,255,1);
}

a:hover {
    background: rgba(211, 227, 255, 1);
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
    background-color: #f0f0f0;
}


#header {
    background-color: rgba(0,153,255,1);
    border: none;
}

#headerTitle {
    color: #ffffff;
}

#header h1 {
    padding-top: 30px;
    padding-bottom: 0.25em;
}

#footer {
    width: 100%;
}

#main {
    padding-left: 5px;
    background-color: #FFFFFF;
    border-right: 1px solid black;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
}

#main h2 {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-style: italic;
}

#main h3 {
    font-family: Garamond,'Times New Roman',Times,serif;
}

#navbar {
    border-bottom: 1px dashed #000;
}

#navbar a{
    font-size: 0.7em;
}

#breadcrumb {
    border-bottom: 1px dashed black;
    padding-bottom: 1em;
}

#content {
    border-top: 0px dotted #000;
    font-size: 14px;
    padding-right: 10px;
    padding-left: 10px;
}

#content h3 {
    font-family: Garamond,'Times New Roman',Times,serif;
}

#content h4 {
    font-family: Garamond,'Times New Roman',Times,serif;
}

#rightSidebar {
    font-size: 0.7em;
}

input.button {
    padding: 0.5em;
    border: 2px outset;
    background-color: #E8E8E1;
    cursor: pointer;
}

input.defaultButton {
    background-color: rgba(107,130,255,1);;
    color: #ffffff;
}
#contact {
    font-family: Verdana,Arial,Helvetica,sans-serif;
}
#contact strong{
    font-weight: normal;
}
#contact h3 {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 1.6em;
}
/*Content start*/

.content-text-bold {
    font-weight: bold;
}

#content-image-journals {
    width: 150px;
    float: left;
    margin: 0px 7px 7px 0;

}
ul.tagit li.tagit-new {
    width: 80%;
}

/*Content end*/
#header h1 {
    padding: 0 0 0 0;
}

#header-text-logo-switcher{
    width: 100%;
    display: table;

}

#header-text-logo-switcher .image-logo-sppiiras,
#header-text-logo-switcher .text-sppiiras ,
#header-text-logo-switcher .header-switch-language{
    vertical-align: middle;
    display: table-cell;
}

#header-text-logo-switcher .image-logo-sppiiras{
    width: 14%;
    text-align: center;
    padding: 0 2em;

}

#header-text-logo-switcher .text-sppiiras{
    padding: 0 0 0 2em;
}

#header-text-logo-switcher .image-logo-sppiiras img{
    display: inline-block;
    width: auto;
    height: 5em;
}


.header-switch-language{
    text-align: center;
    width: 15%;
}
.header-switch-language a{
    text-transform: uppercase;
    color: #ffffff;
}
.header-switch-language a img{
vertical-align: middle;
}

.header-switch-language a:hover{
    cursor: pointer;

}

#header
{
    color: #ffffff;
}
#simpleSearchForm #searchField{
    width: 100%;
}