/**
 * southasianist.css
 *
 * Based on the Vanilla theme.
 * 
 * Change log
 * ----------
 *
 * Increased the width of the righthand column as it was too narrow to accomodate the
 * fixed width username and password fields causing the element to overflow and
 * scrollbars to appear. Robin 25/7/13 Removed 'hidden' from homepage. AL 29/7/2013
 *
 * $Id$
 */

body {
    background: #ede6d6 url(/ojs-images/southasianist/canvas_bg.jpg) repeat top left;      
}

#body
{
    background-color: #ffffff;
    overflow: auto;
    height:  100%;
}

#main {
    color: #5a5a5a;
    margin-left: 0px;
    width: 73%;
}

#container {
    max-width: 800px;
    margin: 0px auto;
    text-align: left;   
}

a:link {
    color: #e7441d;
}

a:active {
    color: #e7441d;
}

a:visited {
    color: #e7441d;
}

a:hover {
    color: #f0a18e;
    background: #ffffff;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
    background-color: #eeeeee;
}

input.defaultButton {
    background-color: #000000;
    color: #ffffff;
}
#main h2 {
    font-family: arial, sans-serif; 
    font-weight:bold;
    color: #375e3f;
}

#main h3 {
    font-family: arial, sans-serif; 
    font-stretch:condensed;
    font-weight:bold;
    color: #375e3f;
}

#main h4 {
    font-family: arial, sans-serif; 
    font-stretch:condensed;
    font-weight:bold;
    color: #375e3f;
}

#header {
    background-color: #ffffff;
    padding: 0;
    margin: 0;
    Height: 150px
}

#headerTitle{
    padding: 0;
    margin: 0;
}

#header h1 {
    padding-left: 0px;
    padding-top: 0;
    margin 0;
}

#navbar {
    font-size: 18px;
    font-family: arial, sans-serif; 
    font-weight:bold;
    border-bottom: 2px solid #375e3f;
}

#content {
    border-top: 1px solid #dcb848;
}

#homepageImage{
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 0px;
    
}

#homepageImage img {
  
  margin: 0;
    border: 1px solid black ;
    text-align: left;
    
}

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: 20%;
}

#sidebarUser .blockTitle {
    color: #375e3f;
    font-family: arial, sans-serif; 
    font-weight:bold;
    border-bottom: 1px solid #dcb848;
    margin: 0em 0em 0.5em 0em; 
}

#notification .blockTitle {
    color: #375e3f;
    font-family: arial, sans-serif; 
    font-weight:bold;
    border-bottom: 1px solid #dcb848;
}

#sidebarNavigation .blockTitle {
    color: #375e3f;
    font-family: arial, sans-serif; 
    font-weight:bold;
    border-bottom: 1px solid #dcb848;
    margin: 0em 0em 0.5em 0em; 
}

#sidebarNavigation .blockSubtitle {
    font-family: arial, sans-serif; 
    margin: 0em 0em 0.5em 0em; 
}

#sidebarInformation .blockTitle {
    color: #375e3f;
    font-family: arial, sans-serif; 
    font-weight:bold;
    border-bottom: 1px solid #dcb848;
    margin: 0em 0em 0.5em 0em;    
}

#sidebarWebFeed .blockTitle {
    color: #375e3f;
    font-family: arial, sans-serif; 
    font-weight:bold;
    border-bottom: 1px solid #dcb848;
    margin: 0em 0em 0.5em 0em; 
}

#edfooter{
    padding-left: 5px;
    padding-top: 5px;
    border-top: 1px solid #dcb848;
    font-size: 0.9em;
    font-family: arial, sans-serif; 
}

#edfooter div{
    padding-bottom: 5px;
}

#schoolLink a{
    font-weight:bold; 
    color:  #e7441d;
}

#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: #375e3f;
    color: #375e3f;
}

/**
 * Other organizational elements
 */

div.separator {
    width: 100%;
    margin-top: 1em;
    margin-bottom: 0.25em;
    padding: 0;
    border-bottom: 1px solid #dcb848;
    font-size: 0.5em;
    line-height: 25%;
}
table.announcements td.headseparator {
	border-top: 1px solid #dcb848;
	font-size: 0.1em;
	line-height: 1%;
}

table.announcements td.endseparator {
	border-top: 1px solid #dcb848;
	font-size: 0.25em;
	line-height: 10%;
}

table.announcements td.separator {
	border-top: 1px solid #dcb848;
	font-size: 0.1em;
	line-height: 1%;
}


