/********************************************
 * TITLE: Tierra Verde Print Stylesheet     * 
 * URI  : tierraverde/tierraverde-print.css *
 * MODIF: 2003-Apr-30 19:20 +0800           *
 ********************************************/

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

body
{
	color: black;
	background-color: white;
	font-family: "times new roman", times, roman, serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

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

acronym, .titleTip
{
	font-style: italic;
	border-bottom: none;
}

acronym:after, .titleTip:after
{
	/* Prints titles after the acronyms/titletips. Doesn't work in MSIE */
	content: "(" attr(title) ")";
	font-size: 90%;
	font-style: normal;
	padding-left: 1ex;
}

.doNotPrint { display: none !important; }

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

a, a:hover /* a:visited */
{
	color: rgb(50,70,150);
	text-decoration: none;
}

i
{
	font-family: "times new roman", times, roman, serif;
	font-weight: normal;
	font-style: italic;
	color: rgb(50,50,50);
}

hr
{
	height: 1px;
	background-color: transparent;
	border: 0px none rgb(200,200,200);
	border-top: 1px solid rgb(200,200,200);
	padding: 0;
	margin: .6em 0 .6em 0;
}

hr.dotted
{
	border-top: 2px dotted rgb(220,220,220);
	margin: 0px;
}

/* ##### Header ##### */
#header
{
	margin: 0 0 20px 0;
	padding: 0;
	border-bottom: 1px solid rgb(200,200,200);
}

.headerTitle a
{
	font-size: 150%;
	color: rgb(200,200,200);
	text-decoration: none;
}

.headerTitle div
{
	font-size: 90%;
	font-family: "times new roman", times, roman, serif;
	font-weight: normal;
	font-style: italic;
}

#topmenu { display: none; }

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

#sidebar { display: none; }

#adsbar { display: none; }

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

#footer { display: none; }

/* ##### Admin ##### */

#adminBar { display: none; }
.adminicons { display: none; }

/* ##### Boxes ##### */

.textmenu { display: none; }

h1, h2, h3, h4
{
	font-family: "trebuchet ms", verdana, tahoma, sans-serif;
	font-weight: bold;
}

/* ##### Common Styles ##### */
#dottedBox { border: 2px dotted rgb(220,220,220); }

.lighterBox, .previewBox, .darkerBox, .errorBox, .postitBox
{
	min-height: 10px;
	margin: 0 0 1em 0;
	padding: 1.3ex 1.3em 1.5em 1.3em;
	border: 1px solid rgb(200,200,200);
}

.codeBox
{
	min-height: 10px;
	font-family: monospace;
	margin: 0 0 1em 0;
	padding: 1.3ex 1.3em 1.5em 1.3em;
	border: 1px solid rgb(200,200,200);
	font-size: 95%;
	text-align: left;
	white-space: pre-wrap;
}

.quoteBox
{
	min-height: 10px;
	color: rgb(90,90,90);
	margin: 0 0 1em 0;
	padding: 1.3ex 1.3em 1.5em 1.3em;
	border: 1px dotted rgb(200,200,200);
	font-size: 70%;
	line-height: 1.1em;
	text-align: left;
}

.quoteName
{
	color: rgb(140, 140, 140);
	font-size: 85%;
	font-style: italic;
}

.errorBox
{
	color: rgb(130,70,65);
	border: 1px solid rgb(210,185,175);
}

.errorBox h2, .errorBox h4 { color: rgb(200,70,65); }
.previewBox { display: none; }

/* ##### Images ##### */

img.icon
{
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin: -2px 1px -2px 0px;
	border: 0px none #ffffff;
}

/* ##### Forum ##### */

.columnAvatar { display: none; }
