/*  
Theme Name: Spirit
Theme URI: http://www.bbiverson.com/spirit/
Description: A 3-column fluid template
Version: 1.5
Author: BB Iverson
Author URI: http://www.bbiverson.com/
	Adapted from:
	
	Skidoo Too
	 http://webhost.bridgew.edu/etribou/layouts/skidoo_too/
	Kubrick v1.5
	 http://binarybonsai.com/kubrick/
	Various other WordPress themes.
	Spirit was designed by BB Iverson,
	whose blog you will find at http://bbiverson.com/
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

* html .hnav/* Hide from IE5/Mac (& IE5.0/Win) */ {
	height: 0.01%; /* holly hack to fix a render bug in IE6/Win */
}

* html .HNAV {
	padding: 0; /* IE5/Win will resize #hnav to fit the heights of its
			   inline children that have vertical padding. So this
			   incorrect case selector will remove that padding */
	height: auto; /* above IE6/Win holly hack breaks IE5/Win when page 
			   length gets beyond the point that 1% height is taller 
			   than the text height. IE5/Win does not need this 
			   holly hack so we remove it here */
}

* html .HNAV ul li a {
	width: 1%; /* holly hack for IE5/Win inline padding. this hack fixes different 
	 * rendering bugs in 5.0 and 5.5. Width is used instead of height 
	 * because if the document is too long, these elements become very tall
	 * and disrupt the look of the document. too wide an element is better, 
	 * visually, than too tall. */
}

* html .vnav ul {
	position: relative; /* IE needs this to fix a rendering problem */
}

* html .vnav ul li a/* hide from IE5.0/Win & IE5/Mac */ {
	height: 0.01%;
}

* html body {
	font-size: 100.1%; /* of course the previous selector for Opera's fix is caught by more 
	 * than a few other browsers, so we reset that value here.
	 */
}

a, a:link, a:visited, a:active {
	color: #5B288F;
	background: transparent;
	text-decoration: none;
}

a:hover {
	color: #7E28D7;
	background: transparent;
	text-decoration: none;
}

body {
	padding: 20px 0;
	margin: 0;
	color: #000000;
	background: url(../spirit/images/woodbg.jpg) repeat 100% 0;
	font: 100.1% arial, helvetica, sans-serif;
}

code {
	font-family: "Courier New", Courier, monospace;
}

h1 {
	font-size: 220%;
}

h2 {
	font-size: 190%;
}

h3 {
	font-size: 160%;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}

h4 {
	font-size: 130%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 70%;
}

html[xmlns] .mozclear {
	border-bottom: 1px solid; /* this selector should be valid CSS, but Opera 7.5 (and above) will pick
	 * this up as well. Shouldn't be a problem, Opera should handle this fine,
	 * but it's a Mozilla-targeted hack, and it should probably only affect
	 * mozilla. You can do that by replacing the INVALID CSS selector
	 * :root .mozclear for what's given here.
	 */
	border-color: transparent;
	margin-bottom: -1px;
}

html>body {
	font-size: 110%; /* Opera's default font size is typically 10% smaller than IE or Mozilla
	 * so we correct for this here, since we're using percentages 
	 * everywhere. And we do this because pixel-based fonts don't resize
	 * under IE/Win and percentages/ems are essentially the same, and I like
	 * percentages for fonts.
	 */
}

label {
	cursor: pointer;
}

small {
	color: #777777;
	font: 90%/1.5em Arial, Helvetica, Sans-Serif;
}

table {
	font-size: 100%;
}

td, th {
	vertical-align: top;
}

ul, ol, dl, p, h1, h2, h3, h4, h5, h6 {
	margin-top: 14px; /* margin values and font sizes for headings, and margins on paragraphs
 * and lists are not consistent across browser platforms. to achieve a
 * consistent look we need to explicity set these values here. it may
 * seem an odd way to declare the margins like this but you never
 * know what kind of horizontal padding a browser may be using on an
 * element, and I only want to change the vertical padding.
 *
 * pixels are used here, rather than ems, because I want a consistent
 * margin on the different headings. if I use ems, 1em for an h1 element
 * is much larger than 1em on an h6 element. I don't wnat this.
 *
 * salt to taste
 */
	margin-bottom: 14px;
	padding-top: 0;
	padding-bottom: 0;
}

.alignleft {
	float: left;
	margin-top: 5px;
	margin-bottom: 25px;
	width: 60%;
	margin-left: 15px;
}

.alignright {
	float: right;
	margin-top: 5px;
	margin-bottom: 25px;
	width: 30%;
}

.alt {
	margin: 0;
	padding: 10px;
}

.clear {
	clear: both;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	font-weight: bold;
}

.commentlist li, #commentform input, #commentform textarea {
	background: #EDEEF9;
	color: #000000;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
}

.hide {
	display: none;
}

.hnav {
	border-bottom: solid 1px #FFFFFF;
	margin: 0;
	padding: 3px 0 10px 0;
	white-space: nowrap;
	color: #FFFFFF;
	background: #AABBAA;
}

.hnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	line-height: normal;
}

.hnav ul li {
	margin: 0;
	display: inline;
	white-space: nowrap;
}

.hnav ul li a, .hnav ul li a:link, .hnav ul li a:visited, .hnav ul li a:active {
	margin: 0 -1px 10px 0;
	padding: 3px 10px 4px 10px;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	text-decoration: none;
}

.hnav ul li a:link, .hnav ul li a:visited {
	color: #000000;
	background: url(images/woodhnavlink.jpg) repeat;
}

.hnav ul li a:hover {
	color: #FFFFFF;
	background: url(images/woodhnavlink_hover.jpg) repeat;
	text-decoration: none;
}

.hnav ul span.divider {
	display: none;
}

.hnav, .hnav ul li a {
	background: url(images/woodcolumnbg.jpg) repeat 100% 0;
}

.inside {
	padding: 0 1em 1.5em; /* glitch in IE caused by vertical padding in this class, so 0 padding is
	 * set here and those blocks that need the vertical padding must be 
	 * applied to the parent element. the purpose of this class is to provide
	 * horizontal padding without using hacks to get around IE's broken box 
	 * model. so it's okay to apply vertical padding to the parent element, 
	 * just not horizontal padding.
	 */
}

.nocomments {
	margin: 0;
	padding: 0;
	color: #777777;
	text-align: center;
}

.vnav h3 {
	padding-bottom: 0;
	margin-bottom: 3px;
	font-size: 125%;
}

.vnav li {
	list-style: none;
}

.vnav ul {
	margin: 0;
	padding: 0;
}

.vnav ul li a{
	padding: 3px;
	border: 1px solid #556655;
	color: #000000;
	background: url(images/woodvnavbar1.jpg) repeat 100% 0;
}

.vnav ul li a, .vnav ul ul li a, .vnav ul ul ul li a {
	display: block;
}

.vnav ul li a:hover, .vnav ul ul li a:hover, .vnav ul ul ul li a:hover {
	display: block;
	color: #FFFFFF;
	background: url(images/woodvnavlink_hover.jpg) repeat 100% 0;
}

.vnav ul ul li a{
	border-top-width: 0;
	background: url(images/woodvnavbar2.jpg) repeat 100% 0;
}

.vnav ul ul ul li a{
	border-bottom-width: 1px;
	background: url(images/woodvnavbar3.jpg) repeat 100% 0;
}

#commentform #submit {
	margin: 0;
	float: right;
}

#commentform input {
	width: 170px;
	padding: 2px;
}

#commentform p {
	margin: 5px 0;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#commentform textarea {
	padding: 2px;
	width: 95%;
}

#currentTime {
	width: 255px;
	margin-right: 10px;
	margin-top: -12px;
	float: right;
	color: #000000;
	background: transparent;
	font-size: 100%;
	text-align: right;
}

#footer {
	border: solid 1px #FFFFFF;
	border-width: 1px 0;
	padding: 0.5em;
	color: #000000;
	background: url(images/woodcolumnbg.jpg) repeat 100% 0;
	text-align: center;
	height: 50px;
}

#footerbuttons {
	float: right;
	margin-right: 5px;
	margin-top: -35px;
}

#innerColumnContainer {
	border: solid 1px #FFFFFF;
	border-width: 0 1px;
	margin: 0 -1px; /* compensate for the borders because of
				   100% width declaration */
	width: 100%;
	background: url(../spirit/images/woodinnercolumn.jpg) repeat 100% 0;
	z-index: 1;
}

#leftColumn {
	float: left;
	margin: 0 1px 0 -15em;
	width: 15em;
	z-index: 4;
}

#leftColumn, #middleColumn, #rightColumn, #SOWrap {
	overflow: visible; /* fix for IE italics bug */
	position: relative; /* fix some rendering issues */
}

#masthead {
	border: solid 1px #FFFFFF;
	border-width: 1px 0;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	background: url(images/masthead.jpg) no-repeat 100%;
	height: 90px;
}

#masthead h1 {
	padding: 0px 5px 5px;
	margin-bottom: 10px;
	color: #DDDCF5;
	background: transparent;
	font: 400% "Informal Roman", Forte, "Vladimir Script", "Brush Script MT", "French Script MT", "Kunstler Script", serif;
	letter-spacing: 15px;
	text-decoration: none;
	text-align: center;
}

#middleColumn {
	float: right;
	margin: 0 0 0 -1px;
	width: 100%;
	background: transparent;
	text-align: justify;
	z-index: 5;
}

#notice {
	border: 1px solid #000000;
	padding-left: 2px;
	padding-right: 2px;
	float: right;
	width: 12em;
	margin: 20px 0px 0px 0px;
	background: url(images/woodnotice.jpg) repeat 100% 0;
}

#outerColumnContainer {
	border-left-width: 0;
	border-right-width: 0; /* we remove the borders so we can apply
				   background images. */
	padding-left: 15em; /* because padding is on the left-side,
				   the left-column"s background image is
				   going to be applied to this element. */
	margin-right: 15em; /* the right-column"s space is reserved
				   with margin space rather than padding,
				   so we can apply a background image to
				   the parent element, #pageWrapper, and
				   it will peek through. */
	background: url(../spirit/images/woodcolumnbg.jpg) repeat 0 0;
}

#pageWrapper {
	border: solid 1px #FFFFFF;
	border-width: 0 1px;
	margin: 0 3%; /* set side margins here 'cause IE doesn't like it set
				   on the body element */
	width: auto;
	background: url(../spirit/images/woodcolumnbg.jpg) repeat-y 100% 0;
	font-size: 80%; /* set your default font size here. */
	min-width: 40em; /* IE doens't understand this property. I use ems rather
				   than pixels so that the layout shouldn't break even
				   when the browser's default size is set very large */
}

#pageWrapper, #masthead, #innerColumnContainer, #footer, .vnav ul, .vnav ul li, .hnav, .hnav ul li a {
	border-color: #556655;
}

#rightColumn {
	float: right;
	width: 14em;
	margin: 0 -14em 0 1px;
	z-index: 2;
}

#rightColumn .inside {
	font-size: 90%; /* if you apply a font size to just #rightColumn, then its width,
	 * which is specified in EMs, will also be affected. you don't want
	 * that. so apply font size changes to the .inside element which exists
	 * inside underneath all three columns
	 */
}

#searchbox {
	float: left;
	margin-left: 18px;
	margin-bottom: 0px;
	margin-top: 3px;
	position: absolute;
}

#SOWrap {
	float: left;
	margin: 0 -1px 0 0;
	width: 100%;
	z-index: 3;
}

#validations {
	text-align: center;
}
