/*********************************************
 * TITLE: Tierra Verde Screen Stylesheet     * 
 * URI  : tierraverde/tierraverde-screen.css *
 * MODIF: 2003-Apr-30 19:21 +0800            *
 *********************************************/


/* ##### Common Styles ##### */

body {
  color: rgb(34,70,79);
  background-color: rgb(239,240,213);
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 78%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html > body {
  font-size: 9.5pt;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(34,70,79);
  cursor: help;
}

.doNotDisplay {
  display: none !important;
}


.smallCaps {
  font-size: 110%;
  font-variant: small-caps;
}


/* ##### Header ##### */

#header {
  color: white;
  background-color: rgb(00,71,00);
  margin: 0 0 0 0;
}

.headerTitle {
  margin: 0;
  padding: 0;
}

.headerTitle a {
  color: rgb(205,219,205);
  background-color: transparent;
  text-decoration: none;
  font-size: 83%;
  font-weight: bold;
  font-style: italic;
}

.headerTitle > a {
  font-size: 105%;  /* For fully standards-compliant user agents */
}

.headerTitle span {
  color: white;
  background-color: transparent;
  font-weight: normal;
}

.headerLinks {
  font-size: 89%;
  position: absolute;
  right: 2ex;
  top: 18px;
}

.headerLinks a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
}

.headerLinks a:hover {
  color: rgb(171,195,172);
  background-color: transparent;
  text-decoration: none;
}



/* ##### Side Bar ##### */

#side-bar {
  font-size: 95%;
  text-align: right;
  width: 17em;
  float: left;
  clear: left;
}

.sideBarTitle {
  color: rgb(102,0,0);
  background-color: rgb(255,255,255);
  font-size: 115%;
  font-weight: bold;
  margin: 0;
  padding: 0.75ex 1em 0.75ex 0.5ex;
  border-top: 1px solid rgb(34,70,79);
}

#side-bar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}

#side-bar li {
  margin: 0;
  padding: 1ex 1em 1ex 0.5ex;
  border-top: 1px solid rgb(34,70,79);
}

#side-bar a {
  padding: 2ex 0em 2ex 0ex;
  font-size: 100%;
  color: rgb(0,0,0);
  font-weight: bold;
  background-color: transparent;
  text-decoration: none;
}

#side-bar a:hover {
  color: darkred;
  font-size: 100%;
  background-color: transparent;
  text-decoration: none;
}

#side-bar .active {
  color: darkred;
  font-weight: bold;
  font-size: 100%;
  background-color: transparent;
  text-decoration: none;
}




.sideBarText {
  text-align: right;
  margin: 0;
  display: block;
}

#side-bar .sideBarText a {
  text-decoration: underline;
}

#side-bar .sideBarText a:hover {
  text-decoration: none;
}

.thisPage {
  font-weight: bold;
}


/* ##### Main Copy ##### */

#main-copy {
  width: 41em;
  text-align: justify;
  line-height: 1.5em;
  margin: 0 5mm 0 17.5em;
  padding: 0 1em 1ex 1em;
}


p {
  margin: 1em 0 1.5em 0;
  padding: 0;
}

p1 {
  margin: 0 0 0 0;
  padding: 0;
}

.darkerBox {
  color: black;
  background-color: transparent;
  margin: 0 0 1em 0;
  padding: 2ex 2em 0.25em 2em;
  border: 1px solid #660500; margin-left:0; margin-right:0; margin-top:0; margin-bottom:1em; padding-left:2em; padding-right:2em; padding-top:2ex; padding-bottom:0.25em
}

.lighterBox {
  color: black;
  background-color: rgb(255,255,255);
  margin: 0 0 1em 0;
  padding: 2ex 2em 0.25em 2em;
  border: 1px solid #660500; margin-left:0; margin-right:0; margin-top:0; margin-bottom:1em; padding-left:2em; padding-right:2em; padding-top:2ex; padding-bottom:0.25em
}

.lighterBoxA {
  color: black;
  background-color: rgb(255,255,255);
  margin: 0 0 1em 0;
  border: 1px solid #660500;
}

#main-copy h1 {
  color: rgb(102,0,0);
  font-family: "trebuchet ms", verdana, tahoma, sans-serif;
  font-size: 156%;
  font-weight: bold;
  margin: 0.25em 0 0 0;
  padding: 0;
}

#main-copy a {
  color: rgb(34,70,79);
  font-weight: bold;
  background-color: transparent;
  text-decoration: underline;
}

#main-copy a:hover {
  text-decoration: none;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

dd {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}

#main-copyb {
  width: 41em;
  text-align: justify;
  line-height: 1.5em;
  padding: 0 1em 1ex 1em;
}

#main-copyb h1 {
  color: rgb(102,0,0);
  font-family: "trebuchet ms", verdana, tahoma, sans-serif;
  font-size: 156%;
  font-weight: bold;
  margin: 0.25em 0 0 0;
  padding: 0;
}

#main-copyb a {
  color: rgb(34,70,79);
  font-weight: bold;
  background-color: transparent;
  text-decoration: underline;
}

#main-copyb a:hover {
  text-decoration: none;
}


/* ##### Footer ##### */

#footer {
  color: white;
  background-color: rgb(00,71,00);
  font-size: 85%;
  margin: 0;
  padding: 1.25ex 4mm;
  clear: both;
}

#footer .left {
  float: left;
  clear: left;
}

#footer .right {
  text-align: right;
}

#footer a {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}

.subFooter {
/*  text-align: center; */
  font-size: 85%;
  line-height: 1.5em;
  margin: 0;
  padding: 1ex 4mm;
  border-bottom: 6px solid rgb(00,71,00); padding-bottom:1em;

}

.subFooter a {
  color: rgb(34,70,79);
  background-color: transparent;
  text-decoration: underline;
}

.subFooter a:hover {
  text-decoration: none;
}

#subfooter a.active {
  color: darkred;
  font-weight: bold;
  font-size: 105%;
  background-color: transparent;
  text-decoration: none;
}

/* ##### D-Mack Bottom ##### */

#dmack {
  color: rgb(127,127,127);
  background-color: transparent;
  font-size: 82%;
  margin: 0;
  padding: 0.75ex 4mm;
  clear: both;
}

#dmack a {
  color: rgb(127,127,127);
  background-color: transparent;
  text-decoration: none;
}

#dmack a:hover {
  color: darkgreen;
  text-decoration: underline;
}

/* ##### FAQ CSS ##### */

.faqcats {
	color : darkgreen;
	margin-top : 5px;
	padding-bottom : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	font-size : 115%;
	font-family : verdana, helvetica, arial, sans-serif;
	font-weight: bold;
}

#main-copy a.link8:link { 
	font-family: verdana, helvetica, arial, sans-serif;
  color: rgb(34,70,79);
  font-weight: normal;
  background-color: transparent;
  text-decoration: none;
/*	color: #129B00;
//	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
*/
} 

#main-copy a.link8:visited {
	font-family: verdana, helvetica, arial, sans-serif;
	color: rgb(160,160,160);
	font-weight: normal;
/*	font-size: 12px; */
	text-decoration: none;  
}

#main-copy a.link8:hover { 
	font-family: verdana, helvetica, arial, sans-serif;
	color: darkred;
	font-weight: normal;
/*	font-size: 12px;
	text-decoration: none; */
  text-decoration: underline;
}

#main-copy H5 {
	font-family: verdana, helvetica, arial, sans-serif;
  color: rgb(34,70,79);
  font-weight: bold;
  background-color: transparent;
  text-decoration: none;
}

/* ##### Archives CSS ##### */

.archive {
  margin: 0 0 0 0;
  padding: 0;
}
