/* amarillobay20090202.css (Amarillo Bay)*/

/* Useful pages: */
/* http://www.htmlhelp.com/reference/css/properties.html */
/* http://www.htmlcenter.com/tutorials/tutorials.cfm/54/CSS/ */



/* -------------------- Elements -------------------- */

body {
  width: 100%;
  font-family: Verdana,Arial,"Sans Serif",Helvetica;
  margin: 0px;
  padding: 0px;
  background-color: #EEEEFF;
}

h1 {  /*  Logo  */
  text-align: center;
  letter-spacing: -.07em;
  word-spacing: -.1em;
  margin: 0;
  font-size: 24pt;
  font-weight: bold;
  color: #000099;
  padding-top: 9px;
  padding-bottom: 9px;
  border-bottom: 2pt solid #666699;
}

.logo_small {
  letter-spacing: -.01em;
  word-spacing: -.15em;
}

.logoleft {
  font-size: 12pt;  /*  Changed for Internet Explorer because of Jerry's experience  */
  padding-top: 6px;
  padding-bottom: 3px;
  color: #FF6633;
  border-top: 1px solid #FF6633;
  border-bottom: 1px solid #FF6633;
  font-family: Verdana,Arial,Sans Serif,Helvetica;
  line-height: 90%;
  text-align: center;
 }

h2 {
  font-size: 15pt;
  color: #000099;
  font-weight: bold;
  padding-top: 9px;
  margin: 0;
}

h3 {
  margin-top: 1.65em;
  margin-bottom: .6em;
  font-size: 12pt;
  color: #000099;
}

h3.headlevel1glossary {
  font-size: 12pt;
  color: #009900;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: .5em;
}

h3.headlevel1reference {
  font-size: 15pt;
  color: #FF8040;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 1em;
}

h3.announcementheadlevel1 {
  font-size: 12pt;
  color: #FF0000;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}

.announcement {
  font-size: smaller;
  width: 80%;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffcc;
  border: solid 2px #FF8040;
  padding: 10px 10px 0px 10px;  /*  Different in IE  */
}

table {
  font-size: small;
  width: 100%;
  border: solid 2px #000000;
  border-spacing: 2px;
  border-style: outset;
  border-collapse: collapse;
}

table.walking-ash-point {
  font-size: medium;
  width:50%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
table.works {
  border: solid 0px #000000;
}
td {
  border: solid 1px #000000;
  padding: 2px;
  border-style: inset;
  vertical-align: top;
}

td.works {
  border: solid 0px #000000;
}

ul {
  margin-left: 0;
  padding-left: 1em;
  margin-top: 1em;
}

ol {
  margin-left: 0;
  padding-left: 1.5em;
}

li {
  margin-top: 1em;
  margin-bottom: 1em;
}

img {
border: 0;
}

hr {
  background-color: #666699;
  color: #666699;
  height: 2px;
  margin-top: 1.5em;
  margin-bottom: 0;
  xwidth: 100%;  /*  Deleted because in Google Chrome it makes a large blank space on the Contents page above Fiction  */
  }

.hr {
  background-color: #666699;
  color: #666699;
  font-size: 2pt;
  line-height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  }

p.italic {
  font-style: italic;
}

/* -------------------- div -------------------- */

.epigraph {
  padding-left: 3em;
  padding-right: 3em;
  font-size: 11pt;
}

.indent {
  padding-left: 40px;
}

.story {
  line-height: 140%;
}

.navigation {
  font-size: x-small;
  padding-top: 0px;
  padding-bottom: 2px;
  border-top: 1px solid #666699;
  border-bottom: 1px solid #666699;
  font-family: Verdana,Arial,Sans Serif,Helvetica;
  text-align: center;
}

.goodtoread {
  color: #FF0000;
  font-size: small;
  font-weight: bold;
  margin-top: 0;
}



/* -------------------- Colors -------------------- */

/* ----- For .darkgray, etc, use class="darkgray" ----- */

.black {
  color: #000000;
}

.darkgray {
  color: #333333;
}

.mediumgray {
  color: #666666;
}

.lightgray {
  color: #999999;
}

.red {
  color: #990000;
}

.brightred {
  color: #FF0000;
}

.green {
  color: #009900;
}

.blue {
  color: #000099;
}

.yellow {
  color: #999900;
}

.purple {
  color: #666699;
}

/* ----- For #darkgray, etc, use ID="darkgray" ----- */


/* -------------------- Font Sizes -------------------- */

.xx-small {
  font-size: xx-small;
}

.x-small {
  font-size: x-small;
}

.small {
  font-size: small;
}

.xmedium {
  font-size: medium;
}

.large {
  font-size: large;
}

.x-large {
  font-size: x-large;
}

.xx-large {
  font-size: xx-large;
}



/* -------------------- Alignment -------------------- */

.right {
  text-align: right;
}

.center {
  text-align: center;
}



/* -------------------- Other -------------------- */

.year {  /*  Also see table.works and td.works  */
  color: #666699;
  font-weight: bolder;
  border: solid 0px #000000;
}

.about_head {
  font-size: medium;
  color: #000099;
  font-weight: bold;
}

.about_text {
  font-size: medium;
  color: #000000;
  font-weight: normal;
}

.volume {
  font-size: x-small;
  color: #FFFFFF;
  text-align: center;
}



/* -------------------- Table Variations -------------------- */

.copyright {
  border-top-width: thick;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-color: #000099 #FFFFFF;
}



/* ------------------------------------------ From What To Do ------------------------------------ */











/*  whattodo.css (What To Do in Good To Read)  */

/*  Useful pages:  */
/*  http://www.htmlhelp.com/reference/css/properties.html  */
/*  http://www.htmlcenter.com/tutorials/tutorials.cfm/54/CSS/  */


/*  Examples  */
/*  <p class="title"><b>Introduction - Read Me First!</b></p>  */
/*  What To Do?</a><span class="breadcrumb"> --> Introduction - Read Me First!</span>  */
/*  <div id="contents">  */



/* -------------------- Elements --------------------  */



/* -------------------- Main Document Divisions --------------------  */

#header {  /*  Header  */
  width: 100%;
  background-color: #EEEEFF;  /*  Very light blue  */
}

#maincontent {  /*  Main content area  */
  position: relative;
  margin: 0;
  padding: 10px;
}

#maincontent_work {  /*  Main content area  */
  position: relative;
  margin: 0;
  padding: 20px;
  background-color: #FFFFFF;
}

#wrapperleft {  /*  Guarantees full length left column  */
  position:relative;
  text-align:left;
  width:100%;
  background: #FFFFFF url("graphics/right_with_leftborder.jpg") repeat-y top right;
}

#wrapperleft_work {  /*  Guarantees full length left column  */
  position:relative;
  text-align:left;
  width:100%;
  background: #FFFFFF;
}

#contents {  /*  Left column  */
  font-size: small;
  position: relative;
  top: -10px;
  left: -10px;
  float: left;
  width: 150px;  /*  for IE5/WIN  */
  width: 130px;  /*  actual value  */
  margin: 0 0 -10px 0;
  padding: 10px;
  background-color: #333366;
  z-index:100;
  border-right: 2px solid #EEEEFF;  /*   Necessary?  */
}

#wrapperright {  /*  Guarantees full length right column  */
  position:relative;
  text-align:left;
  width:100%;
  background: url("graphics/left_with_rightborder.jpg") repeat-y top left;
}

#sidebar {  /*  Right column  */
  position: relative;
  font-size: 10pt;
  top: -10px;
  right: -10px;
  float: right;
  width: 221px;  /*  for IE5/WIN  */
  width: 201px;  /*  actual value  */
  margin: 0 0 -10px 0;
  padding: 10px;
  background-color: #ffffcc;
  z-index:99;
  border-left: 2px solid #666699; /*    Necessary?  */
}

#sidebar_narrow {  /*  Right column, narrow  */
  position: relative;
  font-size: 12pt;
  top: -10px;
  right: -10px;
  float: right;
  width: 21px;  /*  for IE5/WIN  */
  width: 1px;  /*  actual value  */
  margin: 0 0 -10px 0;
  padding: 10px;
  background-color: #FFFFFF;
  z-index:99;
}

#sidebar p  {  /*  Right column  */
  margin-top: .6em;
  margin-bottom: .6em;
}

#article {  /*  Center column  */
  position: relative;
  padding: 0px 230px 0px 160px;
  margin-bottom: 8px;
}

#article_wide {  /*  Center column, with narrow right column  */
  position: relative;
  padding: 0px 8px 0px 160px;
  margin-bottom: 8px;
}

#x404 {  /*  For Page Not Found  */
  margin-top: -10px;
  margin-bottom: -10px;
  width: 80%;
  background-color: #FFFFFF;
  padding: 10px 20px 10px 20px;
  /*  xpadding: 0px 196px 0px 224px;  */
  /*  xmargin-bottom: 50px;  */
  margin-left: auto;
  margin-right: auto;
  /*  xmin-width: 500px;  */
  /*  xmax-width: 800px;  */
  border-left: 2px solid #666699;
  border-right: 2px solid #666699;
}

#footer {
  background-color: #EEEEFF;
  clear: both;
  padding: 10px;  /*  This is different for IE  */
  border-top: 2px solid #000099;
}



/* -------------------- Article stuff --------------------  */

.by {
  font-size: small;
  font-weight: bold;
}

.write_us {
  font-size: small;
  font-weight: normal;
}



/* -------------------- Links -------------------- */

a:link {
  color: #FF0000;
  text-decoration: underline;
}

a:active {
  color: #CC0000;
  text-decoration: underline;
}

a:visited {
  color: #666699;
  text-decoration: underline;
}

a:hover {
  color: #CC3333;
  text-decoration: underline;
}



a:link.glossary {
  padding: 0;
  color: #FF0000;
  text-decoration: none;
  border-bottom: .2em dotted;
  cursor: help;
}

a:active.glossary {
  padding: 0;
  color: #FF0000;
  text-decoration: none;
  border-bottom: .2em dotted;
  cursor: help;
}

a:visited.glossary {
  padding: 0;
  color: #FF0000;
  text-decoration: none;
  border-bottom: .2em dotted;
  cursor: help;
}

a:hover.glossary {
  position: relative;
  padding: 0;
  color: #FF0000;
  text-decoration: none;
  border-bottom: .2em dotted;
  cursor: help;
}






a:link.glossary_1 {
  padding: 0;
  color: #000000;
  text-decoration: none;
  border-bottom: .1em dotted;
  cursor: help;
}

a:active.glossary_1 {
  padding: 0;
  color: #000000;
  text-decoration: none;
  border-bottom: .1em dotted;
  cursor: help;
}

a:visited.glossary_1 {
  padding: 0;
  color: #000000;
  text-decoration: none;
  border-bottom: .1em dotted;
  cursor: help;
}

a:hover.glossary_1 {
  position: relative;
  padding: 0;
  color: #000000;
  text-decoration: none;
  border-bottom: .1em dotted;
  cursor: help;
}


a:link.glossary_2 {
  padding: 0;
  color: #000000;
  text-decoration: none;
  border-bottom: .2em dotted;
  cursor: help;
}

a:active.glossary_2 {
  padding: 0;
  color: #000000;
  text-decoration: none;
  border-bottom: .2em dotted;
  cursor: help;
}

a:visited.glossary_2 {
  padding: 0;
  color: #000000;
  text-decoration: none;
  border-bottom: .2em dotted;
  cursor: help;
}

a:hover.glossary_2 {
  position: relative;
  padding: 0;
  color: #000000;
  text-decoration: none;
  border-bottom: .2em dotted;
  cursor: help;
}



a:link.glossary_3 {
  padding: 0;
  color: #FF0000;
  cursor: help;
}

a:active.glossary_3 {
  padding: 0;
  color: #FF0000;
  cursor: help;
}

a:visited.glossary_3 {
  padding: 0;
  color: #FF0000;
  cursor: help;
}

a:hover.glossary_3 {
  position: relative;
  padding: 0;
  color: #FF0000;
  cursor: help;
}


a:link.glossary_4 {
  padding: 0;
  color: #FF0000;
  text-decoration: none;
  border-bottom: .2em dotted;
  cursor: help;
}

a:active.glossary_4 {
  padding: 0;
  color: #FF0000;
  text-decoration: none;
  border-bottom: .2em dotted;
  cursor: help;
}

a:visited.glossary_4 {
  padding: 0;
  color: #FF0000;
  text-decoration: none;
  border-bottom: .2em dotted;
  cursor: help;
}

a:hover.glossary_4 {
  position: relative;
  padding: 0;
  color: #FF0000;
  text-decoration: none;
  border-bottom: .2em dotted;
  cursor: help;
}



a:link.glossary_5 {
  padding: 0;
  color: #000000;
  text-decoration: none;
  border-bottom: 3px double;
  cursor: help;
}

a:active.glossary_5 {
  padding: 0;
  color: #000000;
  text-decoration: none;
  border-bottom: 3px double;
  cursor: help;
}

a:visited.glossary_5 {
  padding: 0;
  color: #000000;
  text-decoration: none;
  border-bottom: 3px double;
  cursor: help;
}

a:hover.glossary_5 {
  position: relative;
  padding: 0;
  color: #000000;
  text-decoration: none;
  border-bottom: 3px double;
  cursor: help;
}


















a:hover.glossary span {  /*  To do hovering definitions for Glossary entries  */
  display: block;
  position: absolute;
  /*  xz-index: 101;  */
  top: -2.13em;
  left: -1.62em;
  width: 33em;
  /*  xtop: -.5em;  */
  /*  xleft: -.55em;  */
  /*  xwidth: 25em;  */
  color: #000000;
  font-size: small;
  line-height: 180%;
  /*  zpadding: 1em 1em .5em 1em;  */
  padding: 0em 1.5em .5em 1.5em;
  /*  xmargin: 10px;  */
  background: #FFFFFF;
  border: 2px dotted #FF8040;
  opacity: 0.97;    /*  CSS Validation: Property opacity doesn't exist in CSS level 2.1 but exists in [css3] - Works in Firefox, Safari, and Chome, but not in Interne Explorer:  0.9  */
  }




a:hover.glossary_1 span {  /*  To do hovering definitions for Glossary entries  */
  display: block;
  position: absolute;
  /*  xz-index: 101;  */
  top: -2.13em;
  left: -1.62em;
  width: 35em;
  /*  xtop: -.5em;  */
  /*  xleft: -.55em;  */
  /*  xwidth: 25em;  */
  color: #000000;
  font-size: small;
  line-height: 180%;
  /*  zpadding: 1em 1em .5em 1em;  */
  padding: 0em 1.5em .5em 1.5em;
  /*  xmargin: 10px;  */
  background: #FFFFFF;
  border: 2px dotted #FF8040;
  opacity: 0.97;    /*  CSS Validation: Property opacity doesn't exist in CSS level 2.1 but exists in [css3] - Works in Firefox, Safari, and Chome, but not in Interne Explorer:  0.9  */
  }




a:hover.glossary_2 span {  /*  To do hovering definitions for Glossary entries  */
  display: block;
  position: absolute;
  /*  xz-index: 101;  */
  top: -2.13em;
  left: -1.62em;
  width: 35em;
  /*  xtop: -.5em;  */
  /*  xleft: -.55em;  */
  /*  xwidth: 25em;  */
  color: #000000;
  font-size: small;
  line-height: 180%;
  /*  zpadding: 1em 1em .5em 1em;  */
  padding: 0em 1.5em .5em 1.5em;
  /*  xmargin: 10px;  */
  background: #FFFFFF;
  border: 2px dotted #FF8040;
  opacity: 0.97;    /*  CSS Validation: Property opacity doesn't exist in CSS level 2.1 but exists in [css3] - Works in Firefox, Safari, and Chome, but not in Interne Explorer:  0.9  */
  }



a:hover.glossary_3 span {  /*  To do hovering definitions for Glossary entries  */
  display: block;
  position: absolute;
  /*  xz-index: 101;  */
  top: -2.13em;
  left: -1.62em;
  width: 35em;
  /*  xtop: -.5em;  */
  /*  xleft: -.55em;  */
  /*  xwidth: 25em;  */
  color: #000000;
  font-size: small;
  line-height: 180%;
  /*  zpadding: 1em 1em .5em 1em;  */
  padding: 0em 1.5em .5em 1.5em;
  /*  xmargin: 10px;  */
  background: #FFFFFF;
  border: 2px dotted #FF8040;
  opacity: 0.97;    /*  CSS Validation: Property opacity doesn't exist in CSS level 2.1 but exists in [css3] - Works in Firefox, Safari, and Chome, but not in Interne Explorer:  0.9  */
  }




a:hover.glossary_4 span {  /*  To do hovering definitions for Glossary entries  */
  display: block;
  position: absolute;
  /*  xz-index: 101;  */
  top: -2.13em;
  left: -1.62em;
  width: 35em;
  /*  xtop: -.5em;  */
  /*  xleft: -.55em;  */
  /*  xwidth: 25em;  */
  color: #000000;
  font-size: small;
  line-height: 180%;
  /*  zpadding: 1em 1em .5em 1em;  */
  padding: 0em 1.5em .5em 1.5em;
  /*  xmargin: 10px;  */
  background: #FFFFFF;
  border: 2px dotted #FF8040;
  opacity: 0.97;    /*  CSS Validation: Property opacity doesn't exist in CSS level 2.1 but exists in [css3] - Works in Firefox, Safari, and Chome, but not in Interne Explorer:  0.9  */
  }







a:hover.glossary_5 span {  /*  To do hovering definitions for Glossary entries  */
  display: block;
  position: absolute;
  /*  xz-index: 101;  */
  top: -2.13em;
  left: -1.62em;
  width: 35em;
  /*  xtop: -.5em;  */
  /*  xleft: -.55em;  */
  /*  xwidth: 25em;  */
  color: #000000;
  font-size: small;
  line-height: 180%;
  /*  zpadding: 1em 1em .5em 1em;  */
  padding: 0em 1.5em .5em 1.5em;
  /*  xmargin: 10px;  */
  background: #FFFFFF;
  border: 2px dotted #FF8040;
  opacity: 0.97;    /*  CSS Validation: Property opacity doesn't exist in CSS level 2.1 but exists in [css3] - Works in Firefox, Safari, and Chome, but not in Interne Explorer:  0.9  */
  }

















a:hover.glossary span.missing {  /*  To NOT do hovering definitions for Glossary entries when missing  */
  display: none;
}

a span {  /*  To do hovering definitions for Glossary entries  */
  display: none;
}


