/* CSS Document */

body {
	background-color: #FCFDE3;
	font-family: Harrington, Garamond, "Minion Pro", "News Gothic MT";
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-size: x-small; /*for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /*for compliant browsers */
}

@font-face {
font-family: Harrington;
src: url('http://www.waywardharper.com/includes/harrington.ttf');
}

html>body { font-size: small; } /* be nice to Opera */

p {
	font-family: Harrington, Garamond, "Minion Pro", "News Gothic MT"
	font-size: 1em;
	font-weight: normal;
}

h1 {
	font-size: 1.5em;
	color: #3E3320;
	font-weight:lighter;
	text-align:center;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
	text-transform: uppercase;
}

.clear {
	clear:both;
	margin: 1px;
}

.oneColLiqCtrHdr #container {
	width: 784px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	margin-top: 6em;
	border: #CCC 1px solid;
}

.oneColLiqCtrHdr #mainContent {
	padding: 15px;
	text-align: left;
	background: url(/images/background.jpg) #C96;
	border: 1px #B17644 solid;
	color: #663300;
	clear: both;
}

.oneColLiqCtrHdr #mainContent p a {
	color: #663300;
	text-decoration:none;
}

.oneColLiqCtrHdr #mainContent li {
	line-height: 2em;
	color:#330000;
}

.oneColLiqCtrHdr #mainContent li a {
	color: #633;
	text-decoration:none;
}

.oneColLiqCtrHdr #mainContent li a {
	color: #933;
	border-bottom: 1px dotted #933;
}

.oneColLiqCtrHdr #mainContent p a:hover {
	color: #CC6600;
	border-bottom: 1px dotted #663333;
}

.oneColLiqCtrHdr #mainContent p {
	color: #3A1006;
	font-size: 14px;
}

.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}

.oneColLiqCtrHdr #footer p { 
	color: #666;
}

.oneColLiqCtrHdr #footer a {
	color: #000;
	text-decoration:none;
}

.oneColLiqCtrHdr #footer a:hover {
	color: #6CC;
	border-bottom: 1px dashed #FFFFFF;
}
 
.oneColLiqCtrHdr form {
	font-family: Arial, Helvetica, sans-serif;	
}

.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 40px 2px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	text-align:center;
}