/**
 * Hydra.css
 * June 2013 - border added to cover image AL
 *
 * Based on the Vanilla theme.
 * Green #85c540 Dark grey #404040 Lime yellow #c6e48c
 *
 * $Id$
 */



#body
{
    background-color: #ffffff;
    overflow: auto;
    height: 100%;
}

#main {
    color: #404040;
    margin-left: 0px;
    width: 74%;
}

#container {
    max-width: 1000px;
    margin: 0px auto;
    text-align: left;   
}

a:link {
    color: #404040;
}

a:active {
    color: #404040;
}

a:visited {
    color: #404040
}

a:hover {
    color: #ffffff;
    background: #85c540;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
    background-color: #eeeeee;
}

input.defaultButton {
    background-color: #000000;
    color: #ffffff;
}
#main h2 {
    font-family: Times New Roman,Georgia,Serif;
    font-weight:bold;
    color: #404040;
}

#header h1
{
  margin: 0;
  padding: 0;
}


#main h3 {
    font-family: arial, sans-serif; 
    font-stretch:condensed;
    
    color: #404040;
}

#main h4 {
    font-family:arial, sans-Serif; 
    font-stretch:condensed;
    font-weight:bold;
    color: #404040;
}

#header {
    background-color: #85c540;
    padding: 0;
  
    height: 200px;
    
}

#headerTitle{
  display: block;
     margin-left: auto;
    margin-right: auto;
}


#navbar {
    font-size: 18px;
    font-family: arial, sans-serif; 
    font-weight:bold;
    border-bottom: 2px solid #84c540;
}

#content {
    border-top: 2px solid #84c540;
}

#homepageImage{
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 10px;
    
}

#homepageImage img {
visibility: hidden;    
margin: 0;
    padding-left: 0px;
    padding-top: 10px;
    text-align: left;
    max-height: 10px;
    
   
}

#issueCoverImage img {
	display: block;
	border: 1px solid black ;
}


td.tocGalleys {
    padding-right: 10px;
}

#footer {
    background-color: #FFFFFF;
}

#rightSidebar {
    background-color: #FFFFFF;
    font-size: 0.7em;
    height: 100%;
    padding: 1em 1em 0em 1em;
    width: 19%;
    color: #404040;
}

#sidebarUser .blockTitle {
    color: #404040;
    font-family: arial, sans-serif; 
    font-weight:bold;
    border-bottom: 1px solid #404040;
    margin: 0em 0em 0.5em 0em; 
}

#notification .blockTitle {
    color: #404040;
    font-family: arial, sans-serif; 
    font-weight:bold;
    border-bottom: 1px solid #404040;
}

#sidebarNavigation .blockTitle {
    color: #404040;
    font-family: arial, sans-serif; 
    font-weight:bold;
    border-bottom: 1px solid #404040;
    margin: 0em 0em 0.5em 0em; 
}

#sidebarNavigation .blockSubtitle {
    font-family: arial, sans-serif; 
    margin: 0em 0em 0.5em 0em; 
}

#sidebarInformation .blockTitle {
    color: #404040;
    font-family: arial, sans-serif; 
    font-weight:bold;
    border-bottom: 1px solid #404040;
    margin: 0em 0em 0.5em 0em;    
}

#sidebarWebFeed .blockTitle {
    color: #404040;
    font-family: arial, sans-serif; 
    font-weight:bold;
    border-bottom: 1px solid #404040;
    margin: 0em 0em 0.5em 0em; 
}

#edfooter{
    padding-left: 5px;
    padding-top: 5px;
    border-top: 1px solid #404040;
    font-size: 0.9em;
    font-family: arial, sans-serif; 
}

#edfooter div{
    padding-bottom: 5px;
}

#schoolLink a hover{
    font-weight:bold; 
    color:  #404040;
}

#scotCC img{
    padding-right: 5px;
}

#issn{
    padding-left: 5px;
    padding-bottom: 5px;
    font-size: 0.9em;
    font-family: arial, sans-serif; 
    font-weight:bold;
    color: #404040 ;
}

/**
 * Other organizational elements
 */

div.separator {
    width: 100%;
    margin-top: 1em;
    margin-bottom: 0.25em;
    padding: 0;
    border-bottom: 1px solid #85c540;
    font-size: 0.5em;
    line-height: 25%;
}
table.announcements td.headseparator {
	border-top: 1px solid #85c540;
	font-size: 0.1em;
	line-height: 1%;
}

table.announcements td.endseparator {
	border-top: 1px solid #85c540;
	font-size: 0.25em;
	line-height: 10%;
}

table.announcements td.separator {
	border-top: 1px solid #85c540;
	font-size: 0.1em;
	line-height: 1%;
}




