/*********************************************
 * 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(171,195,172); */
	/* background-color: #FFFFAA; */
/*	background-image: url(../images/greypattern.gif); */
	background-image: url(../images/seasmall.jpg);
/*	font-family: Palatino, 'times new roman', times, serif; */
	font-family: Palatino, 'arial', times, serif; 
	font-size: 78%;
	/* Enables font size scaling in MSIE */
	margin: 0;
	padding: 0;
}

h2{font-size: 120%;}
h1 { font-size: 156%; }
img
{
	border-width: 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;
}
 
.italic
{
	font-style: italic;
}

.bigger
{
	font-size: 120%;

}

img.centred
{
	display: block; margin-left: auto; margin-right: auto;
	float: none important;
}

img.inline
{
float: left;
}
.error { color: red; }

.poem
{
	text-align: center;
	font-style: italic;
}
.roman { font-style: normal; }


ul.flush
{
 margin: 1em 0 0 0;
	list-style-type: none;
	list-style-position: default;
	display: block;
}
li { margin: 1em 0 0 0; }

/* ##### top ##### */
#top
{
	/*   color: white; */
	/*   background-color: rgb(34,70,79); */
	margin: 1em 0 1em 0;
	padding: 0 2.5mm 1ex 4mm;
	/* 	border-bottom: 2px solid white; */
	font-family: Palatino, Arial, serif;
	color: #050;
}

#top img { border-width: 0; float: right }

.topTitle
{
	margin: 0;
	font-variant: small-caps;
	font-size: 210%;
}

.topTitle a
{
	/* 	color: rgb(205,219,205); */
	background-color: transparent;
	text-decoration: none;
	font-size: 83%;
	font-weight: bold;
	color: #050;
}

h4 { font-style: italic; }

.title{
font-style: italic;
	color: #050;

}
.topTitle > a
{
	font-size: 105%;
	/* For fully standards-compliant user agents */
}

.topTitle /*span*/
{
	color: white;
	background-color: transparent;
	font-weight: normal;
}

.topLinks
{
/* 	font-size: 89%; */
/* 	position: absolute; */
/* 	right: 2ex; */
/* 	top: 2.25em; */
}

[class~="topLinks"]
{
	top: 1.75em;
	/* For fully standards-compliant user agents */
}

.topLinks a
{
	color: #050;
	/* 	color: white; */
	/*	background-color: transparent;*/
	text-decoration: none;
	/*	font-weight: bold;*/
}

.topLinks a:hover
{
	background-color: transparent;
	text-decoration: underline;
	text-transform: inherit;
}

/* ##### Side Bar ##### */
#side-bar
{
	font-size: 95%;
	text-align: right;
	width: 10em;
	float: left;
	clear: left;
}

.sideBarTitle
{
	color: #050;
	background-color: rgb(205,219,205);
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0.5ex 1em 0.5ex 0.5ex;
	border-top: 1px solid rgb(34,70,79);
}
.sideBarText
{
	color: #050;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
}
#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
{
	background-color: transparent;
	text-decoration: underline;
	text-transform: inherit;
}
#side-bar .this { font-weight: bold; };
.sideBarText
{
	text-align: justify;
	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 { text-decoration: none; }
.thisPage { font-weight: bold; }

/* ##### Main Copy ##### */
#main-copy
{
	text-align: justify;
	line-height: 1.5em;
	margin: 0 5mm 0 10.5em;
	padding: 0 1em 1ex 1em;
}


#main-copy h1
{
	font-family: Palatino, arial, serif;
	font-size: 156%;
	font-weight: bold;
	margin: 0.25em 0 0 0;
	padding: 0;
	color: #050;
}
#main-copy  h2  { 	color: #050;
font-size: 120%;
	font-weight: bold;}
#main-copy  h4 { font-style: normal; }
p
{
	margin: 1em 0 1.5em 0;
	padding: 0;
}

.darkerBox
{
	color: black;
	background-color: transparent;
	margin: 0 0 1em 0;
	padding: 2ex 2em 0.25em 2em;
	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 0.25em 2em;
	border: 1px solid rgb(34,70,79);
}

.whiteBox
{
	background-color: white;
	margin: 0 0 1em 0;
	padding: 2ex 2em 0.25em 2em;
	border: 1px solid rgb(34,70,79);
}

.noBox
{
	background-color: white;
	margin: 0 0 1em 0;
	padding: 2ex 2em 0.25em 2em;
	border: 0;
}



#main-copy img
{
	margin: 0 1em 1em 0;
	float: left
}

#noBox img { float: none; }

#main-copy a
{
	color: rgb(34,70,79);
	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;
}

/* ##### Footer ##### */
#footer
{
	font-size: 85%;
	margin: 0;
	padding: 1.25ex 4mm;
	clear: both;
}

#footer .left
{
	float: left;
	clear: left;
}

#footer .right { text-align: right; }

#footer a
{
	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;
	text-align: center;
}

.subFooter a
{
	color: rgb(34,70,79);
	background-color: transparent;
	text-decoration: underline;
}

.subFooter a:hover { text-decoration: none; }






span.note, div.note
{
	display: block;
	width: 170px;
	float: right;
	clear: right;
	margin: 5px 10px 5px 10px;
	font: 75% Arial, sans-serif;
	padding: 5px;
	border-top: 1px solid #444444;
	border-bottom: 1px solid #444444;
	background-color: #CF9;
}
	
.author
{
	font-style: italic;

}		
