/*
Theme Name: Roots 2010
Theme URI: http://liesland.com
Description: This is the default theme, and I am hacking it.
Version: .9
Author: Michael Heilemann, but Rob is stripping it down
Author URI: http://binarybonsai.com/


*/

/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
}

body {
	font-family: Arial,Helvetica,sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #222;
	background-color: #005a00;
}

form {
  margin: 0;
  padding: 0;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #005a00;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #F8C300;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }

ul {
	margin-left: 25px;
	margin-bottom: 10px; 
	list-style:disc;
}

ol {
	margin-left: 25px;
	margin-bottom: 10px; 
	list-style: decimal;
}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
div.center {
  text-align: center;
}

div#page {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	background-color: #FFFFFF;
	overflow: hidden;
}

div#header {
	height: 160px;
	background: url(images/header2010.jpg) 0 0 no-repeat;
}

#banner_pic {
	margin: 6px;
}

#whitebox {

	text-align: left;
	padding: 8px;
}

div#footer {
	padding: 2px 0px 0px 5px;
	height: auto;
	overflow: hidden;
	text-align: left;
	font-size: .9em;
        font-family:"Times New Roman",Georgia,Serif;
}

/*** SUB PAGE Styles ***/
div#yellow-line{
	background: #F8C300; 
	width: 100%; 
	height: 18px;
	padding: 6px;
}

div#yellow-line ul li {
	display: inline;
	list-style: none;
	font-size: 1.7em;
	font-weight: bold;
	margin: 16px;
}

div#yellow-line ul li a {
	color: #005a00;
}

div#bannerBox{
	background: #F8C300; 
	width: 100%; 
	height: 256px;
	text-align:center;
}

#content {
	float: left;
	margin-left: 2.0em;
	padding: 0em 1em 1em 0em;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.2em;
	width: 900px;
}

#content h1 {
	font-size: 1.7em;
	margin-bottom: 0.8em;
	color: #28166F;
    font-family: Arial,Helvetica,sans-serif;	
    margin: 0.2em 1em 1em 0;
}

#content h2 {
	font-size: 1.3em;
	margin-bottom: 0.5em;
        margin-top: 1em;
}

#content p{
	margin-bottom: .5em;
}

#content ul {
	margin-bottom: .5em;
}

#content li {
	margin-bottom: .2em;
}

#content .people-table td {
	vertical-align: top;
	padding: 5px;
}

#content .partner-table td{
	vertical-align: middle;
	padding: 5px;
	text-align: left;
}

#content .partner-table td.logo{
	text-align: center;
}

#content img {
margin: 0em 1em 1em 1em;
}



/*** Contact Form Styles ***/
.wpcf7-mail-sent-ok {color: green; font-weight: bold;}

.wpcf7-not-valid-tip-no-ajax, .wpcf7-validation-errors {color: red; font-weight: bold;}
