/*  
Theme Name: FairgroundsFoundation
Theme URI: http://www.fairgroundsfoundation/wordpress/content/themes
Description: Kansas Fairgrounds Foundation website
Version: orange_header12-08-2008
Author: Amy Craig
Author URI: http://www.fairgroundsfoundation.com
Tags: two-column, fixed-width

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

*/

/* main styles */
body {
	background-image: url(images/pattern3.gif);
	margin: 0 auto;
	text-align:center; 
	font-family: verdana,geneva,arial,helvetica,sans-serif;
	font-size: 70%;
	line-height: 200%;
}
li {
	font-size: 1em;
}
h1 {
	font-size: 2em; 
	font-family: "palatino linotype",times, serif, georgia;
	text-transform: uppercase;
	font-weight: bold;
}
h2{
	font-size:1.8em;
}
h3{
	font-size:1.2em;font-weight:bold;
}
h4{
	font-size: 1em;
}
p {
	font-size: 1.2em;
	line-height: 150%;
}
p.dropcap:first-letter {
	float: left;
	width: 40px;
	font: 60px "lucida grande",times, serif, georgia;
	line-height: 50px;
}
a {
	color: #94652d;
}
	a:hover{
	color: #666;
}

hr {
color: black;
}

/* divisions */
#page {
	width:800px; 
	margin-left:auto;  
	margin-right:auto;
	margin-top: 20px;	
	text-align:left; 
	background-color: #e7dbc3;
	border-left:6px solid #000;
	border-right:6px solid #000;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-color: black;
	height: 200px;	
}
#header h1 {
display: none;
}
#sidebar {
	width:200px; 
	float:left; 
	margin-left: 20px; 
}
#sidebar ul {
	margin: 0;
	margin-top: 20px;
	padding: 0;
	list-style: none;
}

#sidebar li {
}
#sidebar li a {
	display: block;
	padding: 5px;
	width: 180px;
	color: #333;
	background-color: #94652d;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: .5px solid #333;
	border-right: 1px solid #333;
	font-weight: bold;
	font-size: 1.2em;
}
#sidebar li a:hover {
	color: #000;
	background-color: #b88246;
	text-decoration: none;
	border-top: 1px solid #333;
	border-right: 1px solid #fff;
	border-bottom: .5px solid #fff;
	border-left: 1px solid #333;
}
#content {
	float:left; 
	width:520px; 
	margin: 30px 30px 20px 30px; /* top, right, bottom, left margins */
	overflow:hidden; 
}
ul.subpages {
	list-style: none;
	font-size: 1.2em;
}
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignleft {
float: left;
}

.alignright {
float: right;
}

.wp-caption {
border: none;
text-align: center;
padding-top: 4px;
margin: 10px;
color: #000;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
#clear {
	clear:both; 
    visibility: hidden;

}
#footer {
	text-align: center;
}
#footer p{
margin-top: -5px;
}

/* end main styles */