
/*  
Theme Name: WordPress Default
Theme URI: http://oxtogrind.org/
Description: The OX to Grind Theme.
Version: 0.1
Author: Scott Blackburn
Author URI: http://dividespace.com/

	Ox to Grind v0.1
	 http://dividespace.com/

	This theme was designed and built by Scott Blackburn

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

/*******************************************************************************
*  skidoo_too.css : 2005.03.07
* -----------------------------------------------------------------------------
*  A remake of the skidoo layout with the middle column appearing first in
*  source ordering.
*******************************************************************************/

/* begin with generic selectors so that they can be overridden if needed
 * by classes deeper in the stylesheet
 */

.clear
{
	clear: both;
}
.hide
{
	display: none;
}
.inside
{
	/* 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.
	 */
	padding: 0px;
}
html[xmlns] .mozclear
{
	/* 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-bottom: 1px solid;
	border-color: transparent;
	margin-bottom: -1px;
}

/* 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
 */
 
hr
{
	border: 1px solid #333333;
	margin-top: 10px;
	margin-bottom: 10px;
} 

ul, ol, dl, p, h1, h2, h3, h4, h5, h6
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0;
	padding-bottom: 0;
}

h1
{
	font-size: 220%;
}
h2
{
	font-size: 190%;
}
h3
{
	font-size: 160%;
}
.post h3 {
	font-size: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
	}

#threeboxes h3 {
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #aa3300;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-left: 10px;
	text-align: justify;
	}	
	
#threeboxes p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-left: 25px;
	padding-right: 10px;
	line-height: 1.3em;
	text-align: justify;
}
	
h4
{
	font-size: 130%;
}

.post h4 {
	font-size: 125%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
	}

h5
{
	font-size: 100%;
}

.tops {
	font-size: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.4em;	
	margin-top: 10px;
	margin-left: 10px;	
	margin-bottom: 5px;
	}

h6
{
	font-size: 70%;
}

/* alter some HTML elements' default style
 */

#footer a, a:link, a:visited, a:active
{
	text-decoration: none;
	color: #eeaa33;
}
#footer a:hover
{
	text-decoration: none;
	color: #fff;
} 
 
a, a:link, a:visited, a:active
{
	text-decoration: none;
	color: #CC3300;
}
a:hover
{
	text-decoration: none;
	color: #333333;
}

a img 
{
	border: none;
}

code
{
	font-family: "Courier New", Courier, monospace;
}
label
{
	cursor: pointer;
}
table
{
	font-size: 100%;
}
td, th
{
	vertical-align: top;
}

/* now we craft the core layout of the page. this includes positioning and
 * gutter space. colors and fonts should not come into play at this point.
 * when defining a border, default its color to white which is probably
 * the safest thing to do.
 */

body
{
	padding: 0px;
	margin: 0px;
}
#pageWrapper
{
	border: 0px;
	border-width: 0px;
	margin: 0 5%;		/* set side margins here 'cause IE doesn't like it set
				   on the body element */
	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 */
	width: auto;
}

* html #pageWrapper
{
	/* \*/
		word-wrap: break-word;
	/* invalid CSS but keeps IE from breaking horribly under narrow viewports */
}
#masthead
{
	border: 0px;
	border-width: 0px;
	padding: 0px;
}
#masthead h1
{
	padding: 0;
	margin: 0;

}
#outerColumnContainer
{
	/* reserves space for the left and right columns. you can use either
	 * padding, margins, or borders, depending on your needs. however you
	 * can use the border method to create a background color for both left
	 * and right columns
	 */
	border-left: solid 14em #fff;
	border-right: solid 260px #fff;
}
#innerColumnContainer
{
	border: 0px;
	border-width: 0px;
	margin: 0 -1px;		/* compensate for the borders because of
				   100% width declaration */
	width: 100%;
	z-index: 1;
}
#leftColumn, #middleColumn, #rightColumn, #rightColumnAbout, #rightColumnLendBooks, #rightColumnAltHistory, #rightColumnMoney, #rightColumnSingle, * html #SOWrap
{
	overflow: visible;	/* fix for IE italics bug */
	position: relative;	/* fix some rendering issues */
}
#SOWrap
{
	float: left;
	margin: 0 -1px 0 0;
	width: 100%;
	z-index: 3;
}
#middleColumn
{
	float: right;
	margin: 0 0 0 -1px;
	width: 100%;
	z-index: 5;
}

.post {
	padding-left: 10px;
}	

.entry {
	line-height: 1.4em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #111111;
}

.entry p{
	padding-top: 5px;
	padding-bottom: 5px;
}

.entry blockquote{
	text-align: justify;
	color: #000;
	padding: 0px;
	margin-right: 15px;
	margin-left: 15px;
}

.entrydate {
	line-height: 1.1em;
	font-family: "Courier New", Courier, mono;
	text-align: justify;
	color: #666666;
	font-size: 90%;
	padding-bottom: 10px;
}

.entryimgright {
	border: 1px solid #333333;
	margin-bottom: 10px;
	margin-left: 10px;
}

.entryimgleft {
	border: 1px solid #333333;
	margin-bottom: 10px;
	margin-right: 10px;
}

.entryimgcenter {
	border: 1px solid #333333;
	margin-bottom: 5px;
	margin-top: 10px;
}

.post .postmetadata {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	color: #222222;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
	
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;	
	}	

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}

#leftColumn
{
	float: left;
	margin: 0 1px 0 -14em;
	width: 14em;
	z-index: 4;
}
#rightColumn
{
	float: right;
	width: 260px;
	margin: 0 -260px 0 1px;
	z-index: 2;
	background-image: url(http://oxtogrind.org/images/oxplough.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
}

.rightColumnText form
{
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 50px;
	padding-right: 25px;
	text-align: left;
}

.rightColumnText p
{
	font-size: 110%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 25px;
	text-align: justify;
}

.rightColumnFeed p
{
	font-size: 90%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 45px;
	text-align: justify;
}

#rightColumnAbout
{
	float: right;
	width: 260px;
	margin: 0 -260px 0 1px;
	z-index: 6;
	background-image: url(http://oxtogrind.org/images/ploughoxen260.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
}

#rightColumnAltHistory
{
	float: right;
	width: 260px;
	margin: 0 -260px 0 1px;
	z-index: 2;
	background-image: url(http://oxtogrind.org/images/invert24cent260.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
}

#rightColumnLendBooks
{
	float: right;
	width: 260px;
	margin: 0 -260px 0 1px;
	z-index: 2;
	background-image: url(http://oxtogrind.org/images/book260.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
}

#rightColumnMoney
{
	float: right;
	width: 260px;
	margin: 0 -260px 0 1px;
	z-index: 2;
	background-image: url(http://oxtogrind.org/images/money260.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
}

#rightColumnSingle
{
	float: right;
	width: 260px;
	margin: 0 -260px 0 1px;
	z-index: 2;
}

.rsideimg
{
	padding: 3px;
	margin-left: 20px;
	border: 1px solid #999999;
}



#prefooter
{
	color: #000;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}

#footer
{
	border: 1px solid #000000;
	padding: 5px;
	margin-top: 20px;
	background-image: url(http://oxtogrind.org/images/oxfoot.jpg);
	background-repeat: no-repeat;
}

/* vertical navigation stuff. mostly exactly as seen in the vnav.css styleheet
 * in the original skidoo layout.
 */

.vnav
{
	margin: 1em 0;
}
.vnav ul, .vnav ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
.vnav ul
{
	border: solid 1px #fff;
	border-bottom-width: 0;
}
.vnav ul li
{
	border-bottom: solid 1px #fff;
}
.vnav ul li, .vnav ul li a
{
	margin: 0;
	display: block;
	padding: 0;
	line-height: normal;
}
.vnav ul li a
{
	display: block;
	padding: 2px 5px 3px 5px;
}
.vnav ul li a, .vnav ul li a:link, .vnav ul li a:visited, .vnav ul li a:active, .vnav ul li a:hover
{
	text-decoration: none;
	cursor: pointer;
}
.vnav h3
{
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 126%;
}
* html .vnav ul li a/* hide from IE5.0/Win & IE5/Mac */
{
	height: 0.01%;
}
* html .vnav ul
{
	position: relative;	/* IE needs this to fix a rendering problem */
}

/* horizontal navigation stuff. mostly exactly as seen in the hnav.css styleheet
 * in the original skidoo layout.
 */

.hnav
{
	border: solid 1px #fff;
	margin: 0;
	padding: 3px 0 4px 0;
	white-space: nowrap;
}
.hnav ul span.divider
{
	display: none;
}
* html .hnav/* Hide from IE5/Mac (& IE5.0/Win) */
{
	height: 0.01%;	/* holly hack to fix a render bug in IE6/Win */
}
* html .HNAV
{
	height: auto;	/* above IE6/Win holly hack breaks IE5/Win when page 
			   length get 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 */
	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 */
}
.hnav ul
{
	text-align: left;
	list-style-type: none;
	line-height: normal;
	margin: 0;
	padding: 0;
}
.hnav ul li
{
	display: inline;
	white-space: nowrap;
	margin: 0;
}

.hnav ul li a, .hnav ul li a:link, .hnav ul li a:visited, .hnav ul li a:active
{
	text-decoration: none;
	margin: 0 -1px 0 0;
	padding: 3px 10px 4px 10px;
}
* 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. */
}
.hnav ul li a:hover
{
	text-decoration: none;
} 

/* below is a series of selectors to get a consistent font size across
 * platforms. this is outside the 'theme' section on purpose. use #pageWrapper
 * to set the base font-size for the layout.
 */

body
{
	font-size: 100.1%;
}
html>body
{
	/* 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.
	 */
	font-size: 110%;
}
body:last-child, * html body
{
	/* of course the previous selector for Opera's fix is caught by more 
	 * than a few other browsers, so we reset that value here.
	 */
	font-size: 100.1%;
}

/* everything below this point is related to the page's "theme" and could be
 * placed in a separate stylesheet to allow for multiple color/font scemes on
 * the layout. you should probably leave a default theme within this stylesheet
 * just to be on the safe side.	
 */

#pageWrapper, #masthead, #innerColumnContainer, #footer, .vnav ul, .vnav ul li, .hnav, .hnav ul li a
{
	border-color: #000;
}
body
{
	background-color: #fff;
	color: #000;
	font-family: arial, helvetica, sans-serif;
}
#pageWrapper
{
	font-size: 80%;	/* set your default font size here. */
}
#masthead
{
	background-color: #eeaa33;
	color: #fff;
}
.hnav
{
	background-color: #eeaa33;
	color: #fff;
}
#outerColumnContainer
{
	border-left-color: #ded;	/* left column background color */
	border-right-color: #fff;	/* right column background color */
}
.vnav ul li a:link, .vnav ul li a:visited, .vnav ul li a:active
{
	text-decoration: none;
	background-color: #cdc;
	color: #000;
}
.vnav ul li a:hover
{
	text-decoration: none;
	background-color: #cc3300;
	color: #fff;
}

.hnav ul li a:link, .hnav ul li a:visited
{
	background-color: #eeaa33;
	color: #000;
}
.hnav ul li a:hover
{
	background-color: #cc3300;
	color: #fff;
}

.style1
{
	background-color: #eeaa33;
	color: #eeaa33;
}
.style1 ul li a:hover
{
	background-color: #eeaa33;
	color: #eeaa33;
}

#rightColumn .inside
{
	/* 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
	 */
	font-size: 90%;
}

#rightColumnAbout .inside
{
	font-size: 90%;
}

#rightColumnAltHistory .inside
{
	font-size: 90%;
}

#rightColumnLendBooks .inside
{
	font-size: 90%;
}

#rightColumnMoney .inside
{
	font-size: 90%;
}

#rightColumnSingle .inside
{
	font-size: 90%;
}

#footer
{
	background-color: #CC3300;
	color: #eeaa33;
	text-align: left;
}

/******************************************************************************/



.spacer10 {
	height: 10px;
}

.spacer20 {
	height: 20px;
}

.spacer30 {
	height: 30px;
}

.spacer50 {
	height: 50px;
}

.spacer200 {
	height: 200px;
}

#threeboxes {
	width: 100%;
	clear: left;
	border: 0px solid #000000;
	background-image: url(http://oxtogrind.org/images/oxFullCenter.jpg);
	background-repeat: no-repeat;	
}

.threeboxheader {
  padding-right: 10px;
}

.fullrepeat {
	width: 100%;
	clear: left;
	border: 0px solid #000000;
	background-image: url(http://oxtogrind.org/images/oxMiddleFull.jpg);
	background-repeat: repeat-y;	
}

.fullrepeat p {
	font-size: 95%;
}

.fullrepeat blockquote {
	font-size: 90%;
	font-family: "Courier New", Courier, mono;
}

.entrytext blockquote {
	font-size: 95%;
	font-family: "Courier New", Courier, mono;
}


.rowOfBoxes {
  clear: both;
}

.oneThird1 {
	width: 259px;
	padding: 0px;
	float: left;
	border-left: 0px;
}

.oneThird2 {
  width: 260px;
  padding: 0px;
  float: left;
  border-left: 0px;
}

.oneThird3 {
  width: 259px;
  padding: 0px;
  float: left;
  border-left: 0px;
}

.oneThird4 {
  width: 259px;
  padding: 0px;
  float: left;
  border-left: 0px;
}

.oneThird5 {
  width: 260px;
  padding: 0px;
  float: left;
  border-left: 0px;
}

.oneThird6 {
  width: 255px;
  padding: 0px;
  float: left;
  border-left: 0px;
}

.oneThird7 {
  width: 259px;
  padding: 0px;
  float: left;
  border-left: 0px;
}

.oneThird8 {
  width: 260px;
  padding: 0px;
  float: left;
  border-left: 0px;
}

.oneThird9 {
  width: 259px;
  padding: 0px;
  float: left;
  border-left: 0px;
}

.onepercent {
  width: 1px;
  padding: 0px;
  float: left;
  border-left: 0px;
}

.oneThirdInner {
	padding: 5px;
	border: 0px;
	margin: 5px;
}

.half {
  text-align: justify;
  width: 46%;
  padding: 0 1.9%;
}

.twoThirds {
  text-align: justify;
  width: 63%;
  padding: 0 1.9%;
}

.noBorderOnLeft {
  border-left: none;
}

.dividingBorderAbove {
	border-top: 0px solid #000000;
}

.nostuff {
	border: 0px none;
	margin: 0px;
	padding: 0px;
}

.continue {
	float: right;
	padding-right: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	padding-top: 5px;
}

.continueLL {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
}

.continue2 {
	padding-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	padding-top: 0px;
}

.eximg {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	border: 1px solid #333333;
}

.eximgC {
  width: 498px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #333333;
}

.maincaption {
	font-family: "Courier New", Courier, mono;
	font-size: 90%;
	color: #333333;
	text-align: right;
	padding-right: 20px;
}

.articlebio {
	font-family: "Courier New", Courier, mono;
	font-size: 95%;
	color: #333333;
	text-align: justify;
	padding: 10px;
}

.beforearticle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 95%;
	color: #333333;
	text-align: justify;
	padding: 10px;
}

.beforearticle1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 95%;
	color: #333333;
	text-align: justify;
	padding-left: 10px;
}

.dividefoot {
	padding: 0px;
	border: 0px;
	margin-left: 5px;
	margin-right: 5px;
	clear: both;
	float: none;
	height: 5px;
	width: 355px;
	background-image: url(http://oxtogrind.org/images/355.gif);
	background-repeat: no-repeat;
}

.designby {
	border: 0px;
	margin: 0px;
	text-align: right;
}

.jukeboxTotal {
	margin-left: 30px;
	border: 1px solid #ddd;	
}

.jukeboxbox {
	border: 1px solid;
}

.jukeboxIntro {
	font-size: 105%;
	width: 186px;
	text-align: justify;
	padding: 7px;			
}

.jukeboxQuote {
	font-family: "Courier New", Courier, monospace;			
}



.rightCaption {
	padding-left: 40px;
	padding-right: 25px;
	border: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
}

.button {
	border-top: 2px solid #ffffdd;
	border-left: 2px solid #ffffdd;
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;			
	font-size: 100%;
	letter-spacing: 1px;
	padding: 0;
	margin: 5px 0 0 10px;
	background: #eeaa33;
}

.searchheader {
	letter-spacing: 0.2em;
	text-align: left;
	color: #333;
	font-weight: bold;
}

.searchform {

}
	

.inputsearch {
	color: #333;
	font-size: 95%;	
	background: #ffffdd;
	padding: 5px;		
}

.notifyTotal {
	margin-left: 30px;
	border: 1px solid #ddd;	
}