/* CUSTOM CONTENT - SCREEN stylesheet for AAP Journal, Griffith University web site. (c) 2005 */
/* Version 2.0 */
/* Imports extra settings which break in Netscape 4.x */
@import url("/schemes/global/css/global_extras.css");

/* -------------------- all non-scheme-specific settings -------------------- */

body {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10pt;
   text-decoration: none;
   text-align: left;
   margin: 0;
   border-top: 3px solid #000000;
}

* ----- Content DIVs ----- */

#wrapper {
   padding: 0 0 10px 0;
   margin: 0 auto;
   width: 97%;
   text-align: left;
   position: absolute;
   left: 0;
}

#head {
   padding: 0 0 0 1px;
   margin: 0;
}

#main {
   padding: 0 0 10px 10px;
   margin: 0 0 10px 0;
   width: 580px;
}

#foot {
   padding: 0;
   margin: 10px 0 0 10px;
   width: 580px;
}  

/* ----- GU Footer DIV ----- */

#gu-standard-footer {
   font: 8pt Arial, Helvetica, sans-serif;
   margin-top: 40px;
   text-align: right;
   width: auto;
   font-weight: bold;
}

#gu-standard-footer a {
   color: #000000;
   background: inherit;
   text-decoration: none;
}

#gu-standard-footer a:hover {
   color: #ff0000;
   background: inherit;
   text-decoration: underline;
}

/* ----- Text ----- */

p, div, td, tr, th, dl, dt, dd, ul, ol, li {
   font-weight: normal;
   font-style: normal;
   font: 9pt Arial, Helvetica, sans-serif;
   text-decoration: none;
}

.no-left {
   margin-left: .7em;
   padding-left: .7em;
}

/* ----- Links -----  maintain order otherwise hover and active stop working in some browsers */

a:link {
   text-decoration: none;
   font-family: Arial, Helvetica, sans-serif;
}

a:visited {
   text-decoration: none;
   font-family: Arial, Helvetica, sans-serif;
}

a:hover {
   text-decoration: underline;
   font-family: Arial, Helvetica, sans-serif;
}

a:active {
   text-decoration: none;
   font-family: Arial, Helvetica, sans-serif;
}

/* ----- Headings ----- */

h1 {
   font: 14pt Arial, Helvetica, sans-serif;
   font-weight: bold;
   text-decoration: none;
   margin: 10px 0 2px 0;
   padding: 0;
}

h2 {
   font: 11pt Arial, Helvetica, sans-serif;
   font-weight: bold;
   text-decoration: none;
}

/* -------------------- Extended Colours -------------------- */

/* custom colours */
.light-purple { color: #666699; }
.dark-purple { color: #333366; }
.navy-blue { color: #000033; }
.light_blueaqua { color: #31659c; }

.dashed-line {
   border-top: 1px dashed #cccccc;
}
