@charset "utf-8";

/*
Theme Name: Tariro
Theme URI: http://tariro.org
Description: 
Version: 1.0
Author: Paul Novitski
Author URI: http:/juniperwebcraft.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/*--------------------
general
--------------------*/
*
{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
}
br,
.clear
{
	clear: both;
}
em
{
	font-style: italic;
}
ul
{
	list-style-type: none;
}
a
{
	border-bottom: 1px dotted #ECE4CF;
	color: #ECE4CF;
	text-decoration: none;
}
a:hover
{
	border-bottom: 1px solid #FFF;
	color: #FFF;
}
a:visited
{
	color: #FFF;
}
p
{
	line-height: 1.4;
	margin: 0 0 1em 0;
}
p.error
{
	color: #F00;
}
.debug
{
	text-align: left;
}
p.error-debug
{
	font-weight: bold;
	font-family: Monospace;
	color: #F00;
}
span.identity
{
	font-weight: bold;
}
strong,
strong a
{
	font-weight: bold;
}
span.title,
span.title a
{
	font-weight: bold;
	font-style: italic;
}
.debugInput table
{
	border-collapse: collapse;
}
.debugInput td
{
	text-align: left;
	border: 1px dotted #000;
}
.align-right
{
	float: right;
	margin: 0 0 .5em 1em;
}
.align-left
{
	float: left;
	margin: 0 1em .5em 0;
}


/*--------------------
page structure
--------------------*/
html
{
	height: 100%;
}
body
{
	height: 100%;
	font-size: 100%;
	background-color: #000;
	text-align: center;
	color: #000;
}
#wrapOuter
{
	position: relative;
	width: 790px;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
}
* html #wrapOuter
{
	height: 100%;
}
#wrapInner
{
	float: left;
	width: 790px;
	background-color: #727E5D;
}
p.skip-nav
{
	position: absolute;
	left: -1000em;
}

/*--------------------
content column
--------------------*/
#contentcol
{
	float: left;
	width: 740px;
	max-width: 750px;
	padding: 0px 25px 1em 25px;
	color: #000;
}
#contentcol *
{
	max-width: 750px;
}
#contentcol h1
{
	max-width: 750px;
	margin-bottom: .5em;
	font-size: 1.9em;
	text-align: center;
}
#contentcol h1 span
{
	display: block;
}
#contentcol p
{
	line-height: 1.4;
	font-size: 1.0em;
}
#contentcol blockquote.pagequote
{
	width: 30em;
	max-width: 770px;
	margin: 0 auto;
	padding: 0;
}
#contentcol blockquote.pagequote p
{
	font-size: 1.2em;
	font-style: italic;
	text-align: center;
}
#contentcol blockquote.pagequote .byline
{
	font-style: normal;
}
#contentcol blockquote.pagequote span.byline
{
	white-space: nowrap;
}

/*--------------------
head
--------------------*/
#head
{
	position: relative;
	width: 740px;
	max-width: 740px;
	margin: 20px auto 10px auto;
	background-color: #877E61;
	color: #FFF;
}
#head .banner
{
	width: 655px;
	margin: 0 auto;
	padding-top: 5px;
	white-space: nowrap;
	text-align: center;
}
#head .banner a,
#head .banner img
{
	margin: 0;
	padding: 0;
	border: none;
}
#head .banner img.header-image
{
	padding: 0 5px;
}
#head .banner h1
{
	display: inline;
	font-size: .1em;
	text-align: center;
}
#head .banner p.tagline
{
	max-width: 740px;
	margin: 0;
	font-size: 1.6em;
	white-space: normal;
	text-align: center;
}
#head .banner p.tagline,
#head .banner p.tagline a
{
	font-family: Herculanum, "Carta Marina", "BF Sanctus", 	Fifteen36, Plato, sans-serif;
	color: #EAD9AC;
}
#head .banner p.tagline a
{
	border: none;
}
#head .banner p.tagline a:hover
{
	color: #FFF;
}

/*--------------------
site menu
--------------------*/
ul#nav-main
{
	padding: 0 4em;
	padding-bottom: .5em;
	text-align: center;
}
ul#nav-main li
{
	display: inline;
}
ul#nav-main li a
{
	border: none;
	text-decoration: none;
}
ul#nav-main li a span
{
	padding: .5em 9px;
	line-height: .15em;
	font-size: .9em;
	font-family: Herculanum, Arial, Helvetica, Sans-Serif;
	white-space: nowrap;
	color: #EAD9AC;
}
ul#nav-main li a:hover span
{
	color: #FFF;
}
ul#nav-main li.selected a span
{
	color: #FFF;
	background-color: #727E5D;
	text-decoration: none;
}
ul#nav-main li.selected a
{
	cursor: default;
}

/*--------------------
footer
--------------------*/
#footer
{
	clear: left;
	position: relative;
	bottom: 0;
	width: 790px;
	margin: 0 auto;
	padding: 1em 0;
	background-color: #877E61;
}
x#footer div.inner
{
	width: 790px;
	background-color: #877E61;
}
x#footer div.innerMost
{
	margin: 10px;
	margin-bottom: 0;
	padding: 10px;
}
#footer div.innerMost div.col1
{
	clear: left;
	float: left;
	margin-left: 1em;
	text-align: left;
}
#footer div.innerMost div.col2
{
	clear: right;
	float: right;
	margin-right: 1em;
	text-align: right;
}
#footer p
{
	margin: 0 .5em;
	font-size: .8em;
}
/*
#footer p.copyright
{
	clear: left;
	float: left;
	margin-left: 1em;
}
#footer p.credit
{
	clear: right;
	float: right;
	margin-right: 1em;
}
*/
#footer a
{
	border-color: #333;
	color: #333;
}
#footer a:hover
{
	border-color: #FFF;
	color: #FFF;
}
/*--------------------
donation thermometer
--------------------*/
div#donation-block
{
	float: left;
	width: 718px;
	padding: 10px;
	border: 1px solid #000;
	background-color: #FFF;
	color: #000;
	text-align: left;
}
div#donation-thermometer
{
	float: left;
	position: relative;
	width: 150px;
	height: 225px;
	margin: 10px;
	background: url("images/tariro-thermometer.gif") left top no-repeat;
}
div#donation-thermometer p
{
	position: absolute;
	z-index: 2;
	padding-left: 80px;
}
div#donation-thermometer p.goal
{
	top: 10px;
	margin-top: -.7em;
}
div#donation-thermometer p.bar
{
	position: absolute;
	z-index: 1;
	width: 150px;
	background: url("images/tariro-thermometer-bar.gif") left top no-repeat;
}
div#donation-thermometer p.bar span
{
	display: block;
	margin-top: -.7em;
	padding-left: 0 !important;
	text-align: left;
}
div#donation-block div.text
{
	padding: 0 15px 0 200px;
}
div#donation-block div.text h2
{
	clear: none;
	margin: 0 0 .4em 0;
	padding: 0;
	border: none;
	font-size: 2.2em;
	font-style: italic;
}
div#donation-block div.text p
{
	margin-bottom: .4em;
	font-size: 1.5em;
}
div#donation-block a#donateButtonFooter
{
	display: block;
	margin: 0 auto;
	border: none;
	text-decoration: none;
	text-align: center;
}
div#donation-block br
{
	font-size: 1px;
}
