/* SITE-WIDE STYLES */
body, header, footer {
  font-family: "Century Gothic", Arial, sans-serif;
  color: #222;
  min-width: 275px;
}


/* FONT FAMILY */
p, figcaption, h1,h2,h3,h4 {
  font-family: Georgia, serif;
}
p {
  line-height: 1.75em;
}
li {
  line-height: 1.6em;
}
h5,h6 {
  font-family: "Century Gothic", Arial, sans-serif;
  color: #222;  
}


/* BASIC COLORS: 
 black: #000
 grey: #777, #ccc
 marble: rgb(163,149,118); <= rgb(183,169,132); <= rgb(194,178,140)
*/

a, a:hover, a:visited {
  color: #222;
}
a:hover { text-decoration: underline; }
a:hover p { text-decoration: none; }
/*#content a:hover { text-decoration: none; }*/
#tocwrapper a:hover, 
#tocwrapper li.active>a,
#towrapper a.active,
#content p a {
  color: rgb(183, 169, 132);
}

b {
  color: rgb(183, 169, 132);
  font-family: "Century Gothic", Arial, sans-serif;
  font-weight: normal;
}
ul li { list-style: none; display: inline; }
div.menu { margin: 0; padding: 0; }
span.nobr, span.nowrap { white-space: nowrap; }
div.left { float: left; }
div.right { float: right; }
span.intro { 
  text-transform: uppercase;
  font-family: "Century Gothic", Arial, sans-serif;
  font-size: 1.2em;
  color: rgb(183, 169, 132);
  padding-right: 0.5em; font-weight: bold; 
}
h2.subtitle.closer {
  line-height: 1em;
  margin-top: -0.25em;
}


/* ISSUE TITLE - UNDER THE RELATED MENU */
h6.issue {
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 1.2em;
}
h6.issue b {
  display: block;
  padding-bottom: 0.2em;
}
