/**
 * equinoxJournals.css
 *
 * Copyright (c) 2003-2007 Michael Willis
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared stylesheet.
 *
 * $Id$
 */

/**
 * Common HTML elements
 */

body {
    color: #0066CC;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    margin-left: 0%;
}

form {
    color: #333333;
}

a {
    text-decoration: none;
}

a:link {
    color: #0066CC;
}

a:visited {
    color: #0066CC;
}


input.textField, select.selectMenu, textarea.textArea, input.uploadField {
    color: #0066CC;
    font-family: Arial, Helvetica, sans-serif;
}

/**
 * Main layout elements
 */


#header {
    padding: 0;
    margin: 0 auto;
    background-color: #FBFBF3;
}

#headerTitle {
    text-align: left !important;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

#header h1 {
    font-family: Arial, Helvetica, sans-serif;
    padding: 0.5em 0 0.25em 5%;
}

#footer {
    position: relative;
}

ul.menuRhs {
    margin:0;
    text-align:right;
}

ul.menuRhs li {
    display:inline;
    margin:0;
    padding:0 1.5em 0 0;
}


#leftSidebar ul {
    margin-left: 0px;
    padding-left: 0px;
}

#leftSidebar li {
    list-style-type: none;
}

#rightSidebar, #leftSidebar {
    margin-top: 5px;
    border-bottom: 1px dotted #069;
}

#rightSidebar {
    width: 16%;
    margin-right: -5%;
}

#main {
    margin-left: 5%;
    width: 81%;
}

#main h2 {
    font-family: Arial, Helvetica, sans-serif;
    color: #BE844A
}

#main h3 {
    font-family: Arial, Helvetica, sans-serif;
}

#content {
    font-size: 0.8em;
    color: #333333;
}


#content h3 {
    font-family: Arial, Helvetica, sans-serif;
    color: #BE844A;
}

#content h4 {
    padding-top: 0.75em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    color: #BE844A;
}

#content h5 {
    font-weight: normal;
    font-size: 1.4em;
}


table.listing td {
    padding: 0.25em 0.5em 0.25em 0.5em;
}

table.listing tr.heading td, table.listing td.heading, table.info td.heading {
    padding: 0.75em 0.5em 1em 0.5em;
}
