/*********************************************
 * TITLE: Tierra Verde Screen Stylesheet     * 
 * URI  : tierraverde/tierraverde-screen.css *
 * MODIF: 2003-Apr-30 19:21 +0800            *
 *********************************************/


/* ##### Common Styles ##### */

body {
  background-image : url("bg-light.gif");
  background-repeat: repeat;
  color: rgb(34,75,119);
  background-color: rgb(137,169,205);
  font-family: verdana, tahoma, "trebuchet ms", sans-serif;
  font-size: 78%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(34,75,119);
  cursor: help;
}

.doNotDisplay {
  display: none !important;
}


.smallCaps {
  font-size: 110%;
  font-variant: small-caps;
}


/* ##### Header ##### */

#header {
  color: white;
  background-color: rgb(34,75,119);
  margin: 0 0 2ex 0;
  padding: 0 2.5mm 1ex 4mm;
  border-bottom: 2px solid white;
}

.headerTitle {
  margin: 0;
  padding: 0;
  font-size: 300%;
}

.headerTitle a {
  color: rgb(137,169,205);
  background-color: transparent;
  text-decoration: none;
  font-size: 83%;
/*  font-style: italic; */
  font-weight: normal;
}

.headerTitle > a {
  font-size: 105%;  /* For fully standards-compliant user agents */
}

.headerLinks {
  position: relative;
  top: 5ex;
  font-size: 89%;
  float: right;
}

[class~="headerLinks"] {
  top: 1.75em;  /* For fully standards-compliant user agents */
}

.headerLinks a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 1ex;
}

.headerLinks a:hover {
  color: rgb(137,169,205);
  background-color: transparent;
  text-decoration: underline;
}

/* ##### Side Bar ##### */

#side-bar {
  font-size: 95%;
  text-align: right;
  width: 10em;
  float: left;
  clear: left;
  border-right: 1px solid rgb(34,75,119);
  background-color: rgb(137,169,205);
  border-bottom: 1px solid rgb(34,75,119);
  margin-bottom: 1em;
}

#side-bar .title {
  color: rgb(34,75,119);
  background-color: rgb(114,151,193);
  font-size: 100%;
  font-weight: bold;
  margin: 0;
  padding: 0.5ex 1em 0.5ex 0.5ex;
  border-top: 1px solid rgb(34,75,119);
}

#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,75,119);
}

#side-bar a {
  color: rgb(34,75,119);
  text-decoration: none;
}

#side-bar a:hover {
  color: white;
  text-decoration: underline;
}

.sideBarText {
  text-align: justify;
  margin: 0;
  padding: 1ex 1.5ex;
  display: block;
  border-top: 1px solid rgb(34,75,119);
}

/* ##### Image Bar ##### */

#image-bar {
  font-size: 95%;
  text-align: center;
  float: right;
  clear: right;
  width: 114px;
  border: 1px solid rgb(34,75,119);
  background-color: rgb(137,169,205);
  margin-right: 5px;
  margin-bottom: 1em;
}

#image-bar p.title {
  color: rgb(34,75,119);
  background-color: rgb(114,151,193);
  font-size: 100%;
  font-weight: bold;
  margin: 0;
  padding: 0.5ex;
  border-bottom: 1px solid rgb(34,75,119);
}

#image-bar img {
  margin: 5px;
}

#image-bar a {
  color: rgb(34,75,119);
  text-decoration: none;
}

/* ##### Main Copy ##### */

#main-copy {
  text-align: justify;
  line-height: 1.5em;
  margin: 0 132px 0 10.5em;
  padding: 0 1em 1ex 1em;
}

p {
  margin: 1em 0 1.5em 0;
  padding: 0;
}

.main {
  background-color: rgb(189,211,236);
  margin: 0 0 1em 0;
  padding: 1em;
  border: 1px solid rgb(34,75,119);
}

#warning {
  background-color: rgb(243,240,193);
  border-color: black;
  color: black;
}

/* For INDEX PAGE ONLY */

body.index .main {
  text-align: justify;
  line-height: 1.5em;
  margin: 0 1em 1em 10.5em;
  padding: 0 1em 1ex 1em;
}

.main h1 {
  font-size: 140%;
  font-weight: bold;
  margin: 0.25em 0 0 0;
  padding: 0;
}

.main h1 a {
  text-decoration: none;
}

.main h1 a:hover[href] {
  text-decoration: underline;
}

.main .byline {
  font-size: 90%;
  margin-top: 0;
  font-style: italic;
  float: right;
}

.main .dateline {
  font-size: 90%;
  margin-top: 0;
  border-bottom: 1px dashed rgb(34,75,119);
  font-weight: bold;
}

.main a {
  color: rgb(114,151,193);
}

.main a[href] {
  color: rgb(34,75,119);
}

.main a:hover[href] {
  color: white;
}

img {
  border: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

dd {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}

/* ##### Main Gallery ##### */

#main-gallery {
  line-height: 1.5em;
  margin: 0 1em 0 10.5em;
  padding: 0 1em 1ex 1em;
}

#main-gallery img {
  margin: 1em;
}

.thumbnail {
  float: left;
  text-align: center;
  margin: 1em;
}

.done {
  clear: left;
}

/* ##### Content ##### */

.content {
  text-align: center;
}

/* ##### Footer ##### */

#footer {
  color: white;
  background-color: rgb(34,75,119);
  font-size: 85%;
  margin: 2ex 0 0 0;
  padding: 1.25ex 4mm;
  clear: both;
}

.right {
  float: right;
  clear: right;
}

#footer a {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

.footerLinks {
  clear: right;
  float: right;
}

.subFooter {
  font-size: 85%;
  line-height: 1.5em;
  margin: 0;
  padding: 1ex 4mm;
  background-color: rgb(137,169,205);
}

.subFooter img {
  vertical-align: top;
}

.subFooter a {
  color: rgb(34,75,119);
  background-color: transparent;
  text-decoration: underline;
}

.subFooter a:hover {
  text-decoration: none;
}