/*************************************
 * TITLE: Academy Screen Stylesheet  * 
 * MODIF: 2004-Aug-01 19:09 -0700    *
 *************************************/


/* ##### Common Layout ##### */

body {
  margin: 0;
  padding: 0;
  
  color: black;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 73%;  /* Enables font size scaling in MSIE */
}

/* ##### Common Styles ##### */

html > body {
  font-size: 9pt;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(168,140,83);
  margin: 0;
  padding: 0;
  
  cursor: help;
}

.doNotDisplay {
  display: none !important;
}


.smallCaps {
  font-size: 117%;
  font-variant: small-caps;
}

a {
  color: rgb(166,140,83);
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: steelblue;
  background-color: transparent;
  text-decoration: none;
}


/* ##### Header ##### */

#header {
  clear: both;
  
  color: inherit;
  background-color: inherit;
}
/*
#header img {
  margin: 0;
  padding: 0.25em 4mm 0.25em 4mm;
}
*/

.headerImage {
  margin: 0;
  padding: 0.25em 4mm 0.25em 4mm;
  float: left;
}

.headerTitle a {
  color: black;
  background-color: transparent;
  text-decoration: none;
  font-size: 110%;  /* For MSIE */
  font-weight: bold;
  font-style: italic;
}

.headerTitle > a {
  font-size: 138%;  /* For fully standards-compliant user agents */
}

.headerTitle span {
  color: steelblue;
  background-color: transparent;
  font-weight: normal;
}

.subHeader {
  margin: 0;
  padding: 0.75em 1ex 0.5ex 1ex;
  border-bottom: 10px solid rgb(70,130,180);  /* 'steelblue' not recognised here by Opera */
  clear: left;
}

.subHeader .dateline {
  float: right;
  margin: 0 3ex;
  padding: 0;
  clear: left;
  
  color: rgb(100, 100, 100);
  background-color: transparent;
  font-style: italic;
}

.subHeader .navigation {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
  clear: left;
}

.subHeader .navigation li {
  margin: 0;
  padding: 0;
  display: inline;
  
  line-height: 1.75em;
}

.subHeader a {
  color: rgb(100, 100, 100);
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

.subHeader a:hover {
  color: steelblue;
  background-color: transparent;
  text-decoration: none;
}

.subHeader .navigation .tab {
  margin: 0;
  padding: 0.5ex 1.25em 1ex 1.25em;
  border-top: 1px solid rgb(231,231,231);
  border-right: 1px solid rgb(97,97,97);
  border-left: 1px solid rgb(231,231,231);
  
  color: rgb(100, 100, 100);
  background-color: rgb(248,248,248);
  text-decoration: none;
  font-weight: bold;
}

.subHeader .navigation a.tab:hover {
  padding-bottom: 0.8ex;
  border-top: 1px solid rgb(97,97,97);
  border-right: 1px solid rgb(231,231,231);
  border-left: 1px solid rgb(97,97,97);
  position: relative;
  left: 1px;
  top: 1px;
  
  color: steelblue;
  background-color: rgb(248,248,248);
  text-decoration: none;
}

.subHeader .navigation .highlighted {
  color: white;
  background-color: steelblue;
  border-top-color: steelblue;
  border-right-color: steelblue;
  border-left-color: steelblue;
}


/* ##### Left Side Bar ##### */

.leftSideBar {
  width: 11em;
  float: left;
  clear: left;
  border: 1px solid rgb(216,210,195);
  
  background-color: rgb(250, 250, 250);
}

.leftSideBar .sideBarTitle {
  margin: 0;
  padding: 0.8ex 1ex;
  
  color: rgb(64,64,64);
  background-color: rgb(230,223,207);
  font-weight: bold;
}

.leftSideBar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 1em 0;
  padding: 0;
}

.leftSideBar li {
  margin: 0.25ex;
  padding: 0 0 1.25ex 0.75ex;
}

.leftSideBar .sideBarText {
  margin: 1ex 0.25ex 1.5em 0.75ex;
  padding: 0;
  display: block;
  
  color: rgb(90, 90, 90);
  background-color: transparent;
  line-height: 1.25em;
}

.leftSideBar .sideBarText a {
  text-decoration: underline;
}

.leftSideBar .sideBarText a:hover {
  text-decoration: none;
}

.leftSideBar .thisPage {
  color: rgb(64,64,64);
  background-color: transparent;
  font-weight: bold;
}


/* ##### Right Side Bar ##### */

.rightSideBar {
  width: 14em;
  margin: 0 0 0 0;
  float: right;
  border: 1px solid rgb(216,210,195);
  position: relative;
  left:1em;
  
  background-color: rgb(250,250,250);
  text-align: left;
}

[class~="rightSideBar"] {
/*  margin-right: -3.5ex; */
}

.rightSideBar .sideBarTitle {
  margin: 1.25ex 1ex;
  padding: 0.9ex 1ex;
  
  color: rgb(64,64,64);
  background-color: rgb(230,223,207);
  font-weight: bold;
}

.rightSideBar .sideBarText {
  margin: 0;
  padding: 0 1ex 1em 2ex;
  
  line-height: 1.25em;
}

.rightSideBar .more {
  margin: 0;
  padding: 0 2ex 1em 2ex;
  display: block;
  
  text-decoration: none;
  text-align: right;
}

.rightSideBar .more:hover {
  text-decoration: underline;
}


/* ##### Main Copy ##### */


p {
  margin: 0 0 1.5em 0;
  padding: 0;
}

dt {
  margin: 0;
  padding: 0 0 0.5ex 0;
  
  font-weight: bold;
}

dd {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}

/* ##### Main Copy 2 ##### */

#main-copy-2 {
  margin: 0 0 0 2em;
  padding: 0;

  text-align: justify;
  line-height: 1.5em;
}

#main-copy-2 p {
  text-indent: 1em;
}

#main-copy-2 q {
  text-align: left;
  text-indent: -1ex;
  margin: 0.3em 0 0.8em 1ex;
  padding: 0;
  display: block;
  
  color: rgb(225,225,225);
  font-size: 200%;
  font-weight: bold;
  line-height: 1.5em;
}

#main-copy-2 q.centered {
  margin-left: 0;
  
  text-align: center;
}

q:before, q:after {  /* Prevents Gecko from adding quotation marks around quote */
  content: "";
}

#main-copy-2 h1 {
  margin: 0 0 1.05em 0;
  padding: 0;
  
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 145.5%;
  font-weight: bold;
}

#main-copy-2 h1 a {
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-weight: bold;
  color: black;
  text-decoration: none;
}

#main-copy-2 h2 {
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 125%;
  font-weight: bold;
  font-style: oblique;
}

#main-copy-2 h3 {
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 110%;
  font-weight: bold;
/*  font-style: oblique; */
}

.byline {
  border-bottom: 1px solid gray;
  margin: -1.2em 0 1em 0;
  padding: 0;
  width: 100%;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
  
  font-size: 91%;
}

[class~="byline"] {
  margin-top: -1.4em;
}

#bookinfo {
   text-align: left;
   text-indent: 0
   font-size: 95%
}

#bookinfo h1 {
  border-bottom: 1px solid gray;
  margin: 0 2em 0 1em;
  padding: 0;

  text-align: center;
}

.bookimage {
  padding: 1em 0 0 3em;
  float: center;
  clear: both;
}

.booktitle {
   padding: 1em 0;

   font-size: 112%;
   font-weight: bold;
   font-style: italic;
}

.bookauthor {
   font-weight: bold;
   padding: 1em 0;
}

.bookdata {
   padding: 0.5em 0 0 0;
}

.bnlink {
   padding: 1.5em 0 0 0;
}

.column1, .column2, .resume-column1, .resume-column2 {
  margin: 1em 0;
  float: left;
  padding: 0 1%; /* was '0 2%' */
}

.column1 {
  width: 28%;
}

.column2 {  /* Renders the column dividers */
  border-left: 1px solid rgb(204,204,204);
  width: 50%;
}

.resume-column1 {
  width: 22%;
  text-align: left;
}

.resume-column2 {  /* Renders the column dividers */
  border-left: 1px solid rgb(204,204,204);
  width: 56%;
  text-align: left;
}

.raisedCap {
  text-indent: 0.5em;
}

[class~="raisedCap"] {  /* Circumvents a rendering bug (?) in MSIE 6.0 */
  text-indent: 1em;
}

.raisedCap:first-line {
  font-weight: bold;
}

.raisedCap:first-letter {
  font-size: 155%;
}

.noIndent {
  text-indent: 0 !important;
}


/* ###### Footer ###### */

#footer {
  border-top: 5px solid rgb(70,130,180);  /* 'steelblue' not recognised here by Opera */
  margin: 0;
  padding: 0.25em 5mm 1.25ex 4mm;
  clear: both;
  
  line-height: 1.45em;
  color: rgb(90,90,90);
  background-color: rgb(250,250,250);
}

body > #footer {  /* Circumvents a rendering bug (?) in MSIE 6.0 */
  padding-top: 0.5em;
}

#footer .left {
  float: left;
  clear: left;
}

#footer .center {
  text-align: center;
}

#footer .right {
  text-align: right;
}
