/*
Theme Name: Christine Greenhow
Theme URI: http://wordpress.org/
Description: A custom Wordpress theme for Christing Greenhow based in large part on the designs from Matt Koehler's website.
Version: 1.0
Author: Toby Cryns
Author URI: http://themightymo.com/
Tags: fluid width, 3-column

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

*/

/* Elements */
* {
	margin:0;
	padding:0;}
body {
	margin: 0;
	padding: 0;
	background:#ede7e7;
	font-family: Lucida Grande, Arial, Helvetica, Sans-Serif;
	line-height: 1.5em;
	font-size: 11px; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: 11px; /* easy scaling */
  	font-size: 0.76em;
	color: #333;
	height:1%;}

a {
	text-decoration:none;
	color:#910d0b;}

a:hover{
	text-decoration:underline;
	color:#910d0b;}
	
p{ padding-bottom:15px;}

#pageWrapper{
	width:100%;}

#header{
	width:100%;
	clear:both;}
	
#headerImage{
	width:100%;
	height:115px;
	background-image:url(images/header5.jpg);
	background-repeat:repeat-x;
	text-align:center;
	padding:0 0 8px 0;
	background-color:#000;}
	
#headerImage a{
	text-decoration:none;
	color:#FFFFFF;}

#pageDescription{
	font-size:small;
	color:#333333;
	padding-top:10px;}
	
.headerMenu{
	/*float:left;*/
	color:#930b0b;
	font-weight:bold;
	font-size:large;
/*	margin-top:30px;
	margin-left:20px;*/
	position:absolute;
	left:20px;
	top:100px;}
	
#headerImage .headerMenu a{
	color:#FFF;}
	
#headerImage .headerMenu a:hover{
	text-decoration:underline;}

.middleBiography{
	background-color:#fffce8;
	padding-top:5px;
	display:block;
	clear:both;}

.middleBiography img{
	float: left;
	display:block;
	padding:5px;}
	
.entry h3{
	padding: 20px 0 5px 0;}
.entry ul{
	margin-left:20px;
	list-style-type:disc;}
.left { 
	float:left; 
	display:inline; 
	width:170px; 
	/*height:80%; 
	font-size:85%;  */
	/* Background color of the lower part of the sidebar boxes */
	background-color: #eeeedd;  
	margin-left:20px; 
	margin-right:10px; 
	margin-top:5px; 
	padding-top:0px;
	border-right: solid #bbb 1px;}
	
.left h2, .right h2{
/* Sidebar Headers */
	color: #ffffff;
	/*height: 31px;*/
	/*line-height: 28px;*/
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: -6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
	/*font-size: 140%;*/
	text-transform: uppercase;
	letter-spacing: normal;
	background-color:#910d0b;
	/*background-image: url(images/h2navbg_matt.gif);*/
	background-repeat: repeat-x;
	font-family: Century Gothic,Verdana,Arial,Sans-Serif;}

.left ul, .right ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	/*line-height: 150%;*/
}

.left ul li ul, .right ul li ul {
	list-style-type: none;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-left: 0pt;
	padding-top: 0pt;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
	border-bottom-color:#CCC;
	border-bottom-style:solid;
	border-bottom-width:thin;}

.middle {
	width: auto;
	margin-bottom: 0pt;
	margin-top: 0px;
	line-height: 20px;
	margin-left: 10px;
	height: 60%;
	margin-right: 10px;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	/*font-size: 100%;*/
	background-color:#FFFFFF;}
	
.right { 
	float:right; 
	display:inline; 
	width:170px;  
/*	height:80%; 
	font-size:85%; */
	background-color: #EEEEDD; 
	margin:0; 
	margin-left:10px; 
	margin-right:20px; 
	padding:0; 
	margin-top:0px; 
	border-left: solid #bbb 1px; }
	
.post{
	padding:30px 15px 0 0;
	/*background-color:#FFF;*/}

#lowerContent{
	margin:0px;
	padding:0px;}


/*** WIDGETS ***/
.widgettitle{
		background-color:#E9EBE6;}

h2.widgettitle, #sidebar h2{
	/* Edit sidebar titles */
	display:none;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
	font-weight:bold;
	font-size:x-large;
	line-height:.8em;
	padding-top:2px;
	padding-bottom:2px;}	
	
.textwidget  a:link, .textwidget a:visited {
	color: #585d8b;
	text-decoration: none;
	border-bottom-width: 1px; 
	border-bottom-style: dotted; 
	border-bottom-color: #AAAAAA;
	font-weight: normal;}

.textwidget  a:hover, .textwidget a:active {
	color: #CC7700;
	text-decoration: none;
	border-bottom-width: 1px; 
	border-bottom-style: dotted; 
	border-bottom-color: #AAAAAA;
	font-weight: normal;}


/*** GENERAL FORMATTING ***/
.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;}

.alignleft {
   float: left;}

.alignright {
   float: right;}

.clear{
	clear:both;}
	
#search {
	padding-bottom:10px;
/*	float: right;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding-top: 0px;
	clear: right;
	margin-top: 0px;*/}
	
#searchform{
	padding-left:10px;
	padding-bottom:15px;}