﻿/***************************************************
 * TITLE: Customized Gazetteer Default Stylesheet  *
 * URI  : gazetteer/default.css                    *
 * MODIF: 2004-July-20 by Alan Boyar, MD           *
 * MEDIA: screen, projection, tv                   *
 ***************************************************/

/* DESCRIPTION:
 * This is the default stylesheet for Gazetteer. It renders the main copy in three columns
 * and has a tab-like bar beneath the title for navigation. The tabs become depressed when
 * the User hovers the mouse pointer over them, giving a dynamic effect.
 *
 * This stylesheet is best used for display on large display areas (eg: standard computer
 * monitors).
 */


/* ##### Common Styles ##### */

body {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 77%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html > body {
  font-size: 8.5pt;
}

abbr, acronym, .titleTip { /* abbr not supported by MSIE */
  border-bottom: 1px dotted gray;
  cursor: help;
  margin: 0;
  padding: 0 0 0.4px 0;
}

abbr:hover, acronym:hover, .titleTip:hover {  /* Ignored by MSIE. The nerve! */
  border-bottom: 1px solid rgb(70,130,180);  /* 'rgb(70,130,180)' not recognised here by Opera */
}

.doNotDisplay {
  display: none;
}

.smallCaps {
  font-size: 110%;
  font-variant: small-caps;
}

marquee {
 font-family: garamond, "times new roman", times, roman, serif;
 color: rgb(70,130,180);
 font-style: oblique;
 font-size: 175%;
 font-weight: 800;
}

/* ###### Header ###### */

.headerTitle {
  color: rgb(70,130,180);
  background-color: transparent;
  font-family: garamond, "times new roman", times, roman, serif;
  font-size: 300%;
  margin: 0 0 0 5mm;
  padding: 1ex 0 0 0;
}

.subHeader {
  color: rgb(125,125,125);
  margin: 0;
  padding: 0.75em 1ex 0.5ex 1ex;
  border-bottom: 10px solid rgb(70,130,180);  /* 'rgb(70,130,180)' not recognised here by Opera */
}

.subHeader .quote {
  color: rgb(175,175,175);
  background-color: transparent;
  font-style: italic;
  float: right;
  margin: 0 1ex;
  padding: 0;
}

.subHeader .dateline {
  color: rgb(125,100,125);
  background-color: transparent;
  font-style: italic;
  float: right;
  margin: 0 1ex;
  padding: 0;
}

.subHeader .navigation {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}

.subHeader .navigation li {
  line-height: 1.75em;
  margin: 0;
  padding: 0;
  display: inline;
}

.subHeader a {
  color: rgb(70,130,180);
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

.subHeader a:hover {
  color: rgb(120,70,300);
  background-color: transparent;
  text-decoration: none;
}

.subHeader .navigation .tab {
  color: rgb(125,125,125);
  background-color: rgb(248,248,248);
  font-size: 82%;
  text-decoration: none;
  font-weight: bold;
  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);
}

.subHeader .navigation a:hover.tab {
  color: rgb(70,130,180);
  background-color: rgb(248,248,248);
  text-decoration: none;
  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;
}

.subHeader .navigation .highlighted {
  color: white;
  background-color: rgb(70,130,180);
  border-right-color: rgb(70,130,180);
  border-left-color: rgb(70,130,180);
  border-top-color: rgb(70,130,180);
}

.topright {
  position: absolute;
  right: 25px;
  top: 20px;
  background-color: white;
  text-align: center;
}

.lowright {
  color: rgb(125,125,124);
  position: absolute;
  top: 80px;
  right: 18px;
  text-align: center;
  border: dashed 1px rgb(70,130,180);
  padding: 0.5ex 1.25em 1ex 1.25em;;
  background-color: rgb(248,248,248);
  text-decoration: none;
  font-weight: bold;
}

/* ##### Side Bar ##### */

#side-bar {
  margin: 0 1em 0 0;
  padding: 0;
  width: 15.5em;
  float: right;
}

#id {  /* Circumvents a rendering bug (?) in MSIE 6.0 */
  margin-right: 2em !important;
}


#side-bar .title {
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 120%;
  font-weight: bold;
  margin-left:0; margin-right:0; margin-top:2em; margin-bottom:0;
  padding-left:0; padding-right:0; padding-top:0; padding-bottom:1ex;
  background-position-y: center;
  
}

#side-bar ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left:0; margin-right:0; margin-top:1em; margin-bottom:0;
  padding-left:1.25em; padding-right:0; padding-top:0;
  background-position:center;
}

#id ul {  /* Not recognised by MSIE */
  list-style-type: circle !important;
  padding-left: 1em !important;
}

#side-bar ul li {
  line-height: 1.25em;
  font-size: 140%;
  margin: 1ex 0 1ex 1ex;
  padding: 0;
}

#font-family ul li hover {
  list-style-type: disc;
}

#side-bar ul li.highlight {
  color: black;
}

#side-bar a {
  color: gray;
  background-color: transparent;
  text-decoration: underline;
}
#side-bar a:hover {
  color: rgb(70,130,180);
  text-decoration: none;
}
#side-bar div {
  text-align: justify;
  margin-left:0;
  margin-right:0;
  margin-top:1em;
  padding-left:1ex;
  padding-right:1ex;
  padding-top:0;
  background-position-y:center;
}


/* ##### Main Copy ##### */

#main-copy {
  text-align: justify;
  line-height: 1.5em;
  color: rgb(20,20,20);
  margin: 0 0 0 2em;
  padding: 0;
}

#main-copy p {
  text-indent: 1em;
  margin: 0 0 1.5em 0;
  padding: 0;
}

#main-copy q {
  color: rgb(175,175,175);
  background-color: transparent	;
  font-size: 200%;
  font-weight: bold;
  line-height: 1.5em;
  text-align: left;
  text-indent: -1ex;
  margin: 0.3em 0 0.8em 1ex;
  padding: 0;
  display: block;
}

#main-copy q.centred {
  text-align: center;
  margin-left: 0;
}

#main-copy a {
  color: #4682B4;
  text-decoration: underline;
}

#main-copy a:hover {
  color: #6E6E6E;
  text-decoration: none;
}

.alt1 {
  width: 55em;
  padding-left: 1%;
  padding-top: 2em;
}

#main-copy .alt1 p a {
  color: rgb(20,20,20) !important;
  text-decoration: none;
}

#main-copy .alt1 h2 a {
  color: gray !important;
  text-decoration: none;
}

#main-copy .alt1 a:hover {
  color: #4682B4 !important;
}

#main-copy h1 {
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 145%;
  font-weight: bold;
  color: rgb(110,110,110);
  margin: 0 0 1.05em 0;
  padding: 0;
  border-bottom: 1px solid;
  border-bottom-color: rgb(171,171,171);
}

#main-copy h1 target { /* Only recognised by Geko & other CSS3-compliant browsers */
  color: rgb(171,171,171);
  background-color: rgb(70,130,180);
  border-bottom-color: rgb(70,130,180);  
}

#main-copy h2  {  
  color: #6E6E6E;
  font-size: 130%;
  text-align: left;
  border-bottom: 1px solid #666;
}

.backtotop {
  clear: left;
  float: right;
  text-align: right;
  text-indent: 12px !important;
  font-size: 80%;
  line-height: 1.5em;
  background: url('images/backtotop_red.gif') no-repeat 0 50%;
  text-decoration: none;
  color: rgb(70,70,150);
}

.backtotop a {
  text-decoration: none !important;
  color: rgb(70,130,180);
}

.backtotop a:hover {
  color: rgb(140,70,400);
}

#qlist {
  margin-top: 25px;
  border: 8px solid rgb(70,130,180);
  -moz-border-radius: 25px;
  font-weight: 600;
  background-color: rgb(248,248,248);
  padding: 20px;
  width: 80%;
}

#qlist a {
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 140%;
  line-height: 1.75em;
  color: rgb(70,130,180);
  text-decoration: none;
}

#qlist li {
  margin-left: 50px;
}

#qlist a:hover {
  color: rgb(140,70,400);
  text-decoration: none;
}

#qans {
  line-height: 1.5em;
  text-decoration: none;
}

#qans dt {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 110%;
  font-weight: bold;
  padding-top: 25px;
  margin-bottom: 10px;
}

#qans dd {
  font-size: 90%;
  color: rgb(130,130,130);
  text-indent: 0;
  margin-left: 25px;
  margin-bottom: 20px;
}

.byline {
  font-size: 91%;
  border-bottom: 1px solid gray;
  margin: -1.2em 0 1em 0;
  padding: 0;
  width: 100%;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
}

#main-copy .byline a {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

#main-copy .byline a hover {
  color: rgb(70,130,180);
  background-color: transparent;
  text-decoration: underline;
}

.column1, .column2, .column3 {
  margin: 3em 0;
  padding: 0 2%;
  float: left;
  width: 28%;
}

.column2 {  /* Renders the column dividers */
  border-left: 1px solid rgb(204,204,204);
  border-right: 1px solid rgb(204,204,204);
}

.column4 {
  margin: 3em 0;
  padding: 0 2%;
  float: left;
  width: 50%;
}

.column5 {
  margin: 3em 0;
  padding: 0 2%;
  float: left;
  width: 40%;
}

.column4 {  /* Renders the column divider */
  border-right: 1px solid rgb(204,204,204);
}

.column6 {
  clear: both;
  width: 93%;
  margin-right: 5%;
}

.leftlabel {
  width: 49%;
  position: relative;
  float: left;
  text-align: center;
  font-weight: bold;
}

.rightlabel {
  width: 49%;
  position: relative;
  float: right;
  text-align: center;
  font-weight: bold;
}

.txtbox {  /* Renders a rgb(70,130,180) box around the text*/
  border: 3px solid rgb(70,130,180);
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 100%;
  font-weight: bold;
  margin-top: 0; margin-right: 2em; margin-bottom: 2em;
  padding: 15px 30px;
}

.grey {  /* Renders a grey box*/
  font-family: verdana, helvetica, arial, sans-serif;
  color: black;
  font-style: oblique;
  font-size: 140%;
  text-indent: 0px;
  text-align: left;
  list-style: none;
  margin-top: 20px;
  background-color: rgb(230,230,230); 
  border-top: 35px solid rgb(230,230,230);
  border-bottom: 35px solid rgb(230,230,230); 
}

.grey ul {
  list-style: none;
}

.grey li {
  padding: 12px 15px;
}

.grey a {
 color: rgb(50,50,50);
}

.grey a:hover {
 color: rgb(130,70,180);
}

.greybox {  /* Renders a grey box*/
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  color: black;
  font-style:oblique;
  font-size: 100%;
  text-indent: 0;
  background-color: rgb(230,230,230); 
  margin: 5em 0;
  padding: 0 2%;
  border: 12px solid rgb(230,230,230);
}

.raisedCap {
  text-indent: 0.5em !important;
}

.class~ {  /* Circumvents a rendering bug (?) in MSIE 6.0 */
  text-indent: 1em;
}

p.raisedCap:first-letter {
  font-size: 155% !important;
}

.lCap {
  font-size: 155%
}

.noIndent {
  text-indent: 0 !important;
}

/* ###### Footer ###### */

#footer {
  color: black;
  clear: both;
}

body > #footer {  /* Circumvents a rendering bug (?) in MSIE 6.0 */
  padding-top: 0.5em;
}

#footer .left {
  float: left; 
  line-height: 1.45em;
  height: 95px;
  width: 69.5%;
  padding-top: 30px;
  padding-left: 20px;
  background-color: rgb(240,240,240);
  border-top: solid 4px rgb(240,240,240);
  border-bottom: solid 6px rgb(240,240,240);
}

#footer .right {
  float: left;
  height: 125px;
  width: 26%;
  font-size:70%;
  padding-right: 10px;
  text-align: right;
  background-color: rgb(240,240,240);
  border-top: solid 4px rgb(240,240,240);
  border-bottom: solid 6px rgb(240,240,240);
}

#footer .right img {
  margin-top: 0px;
}