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


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

body {
	color: #330000;
	background: url('images/gradientbg.png') fixed;
	background-repeat: repeat;
	background-color: rgb(251,237,215);
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 78%;  /* Enables font size scaling in MSIE */
	margin: 0;
	padding: 0;
	
}

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

a img { border: none; }
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: rgb(254,231,187);
  background: transparent url(images/cellbg.png);
  margin: 0 0 2em 0;
  padding: 0 2.5mm 1ex 4mm;
  border-bottom: 2px rgb(254,231,187);
}

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

.headerTitle a {
  background-color: transparent;
  text-decoration: none;
  font-size: 93%;
  font-weight: bold;
  font-style: italic;

}

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

.headerTitle span {
  color: rgb(254,231,187);
  background-color: transparent;
  font-weight: normal;
}

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

[class~="headerLinks"] {
  top: 1.75em;  
}
  /* For fully standards-compliant user agents */


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

.headerLinks a:hover {
  background-color: transparent;
  text-decoration: none;
}


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

#side-bar {
  font-size: 95%;
  text-align: right;
  width: 20em;
  float: left;
  clear: left;
  background-color: transparent)
}

.sideBarTitle {
  color: rgb(143,64,5);
  background-color: transparent);
  font-size: 125%;
  font-weight: bold;
  margin: 0;
  padding: 0.5ex 1em 0.5ex 0.5ex;
}

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

#side-bar li {
  margin: 0;
  padding: 1ex 1em 1ex 0.5ex;
}

#side-bar a {
  color: rgb(255,216,1);
  background-color: transparent;
  text-decoration: none;
}

#side-bar a:hover {
  color: #330000;
  background-color: rgb(254,231,187);
  text-decoration: none;
}

.sideBarText {
  text-align: left;
  margin: 0;
  padding: 1ex 1.5ex;
  display: block;
}

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

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

.thisPage {
  font-weight: bold;
}


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

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

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

.darkerBox {
  color: #330000;
  margin: 0 0 1em 0;
  padding: 2ex 2em 0.25em 2em;
  border: 1px solid rgb(255,216,4);
}

.lighterBox {
  color: #330000;
  margin: 0 0 1em 0;
  padding: 2ex 2em 0.25em 2em;
  border: 1px solid rgb(255,216,4);
}

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

#main-copy a {
  color: #330000;
  background-color: transparent;
  text-decoration: bold;
}

#main-copy a:hover {
  color: rgb(255,216,1);
  text-decoration: underline;
  text-decoration: bold;
}

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

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


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

#footer {
  color: rgb(254,231,187);
  background-color: rgb(142,62,5);
  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: rgb(254,231,187);
  background-color: transparent;
  text-decoration: underline;
}

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

.subFooter {
  font-size: 85%;
  line-height: 1.5em;
  margin: 0;
  padding: 1ex 4mm;
}

.subFooter a {
  color: rgb(254,231,187);
  background-color: transparent;
  text-decoration: underline;
}

.subFooter a:hover {
  text-decoration: none;
}
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
