0/*********************************************
 * TITLE: Tierra Verde Screen Stylesheet     * 
 * URI  : tierraverde/tierraverde-screen.css *
 * MODIF: 2003-Apr-30 19:21 +0800            *
 *********************************************/


/* ##### Common Styles ##### */

body {
  color: black;
  background-color: rgb(240,255,255);
  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;
}

// This is used for make sure images don't overflow out the bottom
// of .darkerBox or .lighterBox. Just add a .clear div underneath
// the image
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
	background-color: red;
}

.200px {
  min-height:200px;
  height:auto !important;
  height:200px;
}

.left {
	text-align: left;
}

.smallCaps {
  font-size: 110%;
  font-variant: small-caps;
}

img {
  border: 1px solid black;
}


/* ##### Header ##### */

#header {
  background-color: white;
  color: rgb(51,102,102);
  margin: 0 0 0 0;
  padding: 0 10px 5px 10px;
  border-bottom: 2px solid rgb(51,102,102);;
}

#header img {
  background-color: transparent;
  border: none;
  margin: 0 5px 0 0;
}

.headerTitle {
  color: rgb(171,195,172);
  margin: 0;
  padding: 0;
  font-size: 200%;
  font-style: italic;
}

.headerTitle a {
  color: rgb(51,102,102);
  background-color: transparent;
  text-decoration: none;
  font-size: 200%;
}

.headerTitle > a {
  font-size: 200%;  /* For fully standards-compliant user agents */
}

.headerTitle a:hover {
  background-color: transparent;
  text-decoration: underline;
}

.headerTitle span {
  color: rgb(171,195,172);
  background-color: transparent;
  font-weight: bold;
  font-style: italic;
  font-size: 100%;
}

.headerTitle span a:hover {
  background-color: transparent;
  text-decoration: underline;
}

.headerRight {
  float: right;
  clear: right;
}

.headerLinks {
  font-size: 89%;
  position: absolute;
  right: 2ex;
  top: 4.25ex;
  margin-left: 300px;
}

[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(171,195,172);
  background-color: transparent;
  text-decoration: none;
}


/* ##### Side Bar ##### */

#side-bar {
  color: rgb(34,70,79);
  background-color: #ECFFEC;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 78%;
  text-align: right;
  width: 144px;
  margin: 10px 0 0 0;
  float: left;
  clear: left;
}

.sideBarTitle {
  color: white;
  background-color: rgb(51,102,102);
  font-size: 100%;
  text-align: center;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0.5ex 1em 0.5ex 0.5ex;
}

#side-bar img {
  margin: 0;
  border: none;
}

#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 {
  color: rgb(34,70,79);
  background-color: transparent;
  text-decoration: none;
}

#side-bar a:hover {
  font-style: italic;
  background-color: transparent;
  text-decoration: none;
}

.sideBarText {
  text-align: left;
  margin: 0;
  padding: 1ex 1.5ex;
  display: block;
  border-top: 1px solid rgb(34,70,79);
}

#side-bar .sideBarText a {
  text-decoration: underline;
}

#side-bar .sideBarText a:hover {
  font-weight: bold;
  font-style: normal;
  text-decoration: underline;
}

.thisPage {
  font-weight: bold;
}


/* ##### Main Copy ##### */

#main-copy {
  text-align: center;
  line-height: 1.5em;
  margin: 10px 0 0 144px;
  padding: 0 1em 1ex 1em;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 78%;
}

p {
  margin: 1em 0 1.5em 0;
  padding: 0;
}

H2 {
  clear: both;
}

img#wing {
  float: left;
  margin: 0 1em 0 0;
  border: 1px solid black;
  display: inline;
}

img.left {
  float: left;
  margin-right: 5px;
  border: 1px solid black;
}

img.right {
  float: right;
  margin-left: 5px;
  border: 1px solid black;
}
img.center {
  float: center;
  margin: 1em 0 .5em 1em;
  border: 1px solid black;
  display: inline;
}

.noBox {
  color: black;
  background-color: transparent;
  margin: 0 0 1em 0;
  padding: 2ex 2em 0.25em 2em;
  border: none;
}

.darkerBox {
  color: black;
  background-color: rgb(171,195,172);
  margin: 0 0 1em 0;
  padding: 10px;
  border: 1px solid rgb(34,70,79);
}

.lighterBox {
  color: rgb(34,70,79);
  background-color: rgb(205,219,205);
  margin: 0 0 1em 0;
  padding: 2ex 2em 2ex 2em;
  border: 1px solid rgb(34,70,79);
}

.rssBox {
  color: rgb(34,70,79);
  background-color: rgb(205,219,205);
  margin: 0 0 1em 0;
  padding: 2ex 2em 2ex 2em;
  border: 1px solid rgb(34,70,79);
  text-align: left;
}

#main-copy h1 {
  font-family: "trebuchet ms", verdana, tahoma, sans-serif;
  font-size: 175%;
  font-weight: bold;
  margin: 0.25em 0 0 0;
  padding: 0;
}

#main-copy h2 {
  font-family: "trebuchet ms", verdana, tahoma, sans-serif;
  font-size: 150%;
  font-weight: bold;
  margin: 0.25em 0 0 0;
  padding: 0;
  clear: none;
}

#main-copy a {
  color: rgb(34,70,79);
  background-color: transparent;
  text-decoration: underline;
}

#main-copy a:hover {
  color: red;
}

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: white;
  background-color: rgb(51,102,102);
  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 {
  font-size: 85%;
  line-height: 1.5em;
  margin: 0;
  padding: 1ex 4mm;
}

.subFooter a {
  color: rgb(34,70,79);
  background-color: transparent;
  text-decoration: underline;
}

.subFooter a:hover {
  text-decoration: none;
}


/* ##### Lightbox effects ##### */
#lightbox{
	position: absolute;
	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;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#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: rgb(34,70,79);
	}

/* The main page notice block */
.notice {
	border : medium double Gray;
	padding : .2em;
	margin : 0px 20%;
	text-align : center;
	color: green;
}

.agenda {
	background-color : #FEED66;
	text-align : center;
	width : 85%;
	padding: 1em;
}

.agenda a {
	text-decoration: none;
	color: Maroon;
}
/* Officer list */
.officers {
	text-align: center;
}

table.officers {
	float: center;
}

h1.officers {
	font-style : italic;
	font-size : 140%;
	color : Gray;
}
h2.officers {
	font-weight : bold;
	font-size : 120%;
}
a.officers {
	font-weight : normal;
	color : Blue;
	text-decoration : none;
}
/* Newsletter page */
.newsletter {
	color: #99330;
	background-color: white;
	width: 100%;
}

table.newsletter {
	border-width: 2px;
	border-color: rgb(51,102,102);
	border-style: solid;
	border-collapse: collapse;
}

table.newsletter td {
	padding: 2px;
	border-width: 1px;
	border-color: rgb(51,102,102);
	border-style: solid;
}
	

table.newsletter th {
	border-width: 1px;
	border-color: rgb(51,102,102);
	border-style: solid;
	color: white;
	background-color: rgb(51,102,102);
	font-size: 100%;
	text-align: center;
	font-weight: bold;
}

table.newsletter td a:link    {	text-decoration: none;	color: #993300;}
table.newsletter td a:visited {  text-decoration: none; color: #993300;}
table.newsletter td a:hover   {  text-decoration: underline; color: red;}
table.newsletter td a:active  {  text-decoration: underline; color: red;}

table#events {
//  background-color: rgb(51,102,102);
	background-color: rgb(171,195,172);
}

table#events td#date {
	text-align: right;
	padding: 2px 10px 2px 2px;
}

table#events td#event {
	text-align: left;
	padding: 2px 2px 2px 10px;
}


.gray { color: #666666; font-size: xx-small;}

.fbo { color: #666666; font-size: small;}

/* The photo pages */
.description {
	background-color : #99CCFF;
	text-align : center;
	padding: 1em;
}

.description a {
	text-decoration: none;
	color: Maroon;
}

