/*
Theme Name: Middleton
Theme URI: http://www.drdezign.com
Description: Design by <a href="http://www.sixshootermedia.com">DR Dezign</a>.  WordPressed by <a href="http://www.themelab.com">Theme Lab</a>
Version: 1.0
Author: David Reedy
Author URI: http://www.drdezign.com/
*/

*{
	margin:0;
	padding:0;
	list-style:none;
}
body {
	margin: 0; 
	padding: 0;
	text-align: center; 
	font: 70% "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	color:#fff;
        background: #666 url('images/bg-home.jpg')fixed center top no-repeat;
        
}
.oneColFixCtr #container {
	width: 516px;
	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. */
}
.oneColFixCtr #mainContent {
        width: 516px;
        margin-left:170px;
}
html { 
	height: 100%; 
	margin-bottom: 1px; 
}
#top{
        background:url('images/top.png') top left no-repeat ;
        width:516px;
        height:41px;

}
#bottom {
        background:url('images/bottom.png')  top left no-repeat ;
        margin-left:28px;
        width:460px;
        height:42px;
 
}
body#default { background:url(images/bg-home.jpg) fixed top center no-repeat #666; }
body#template-news { background:url(images/bg-news.jpg) fixed top center no-repeat #666;}
body#template-books { background:url(images/bg-books.jpg) fixed top center no-repeat #666; }
body#template-call { background:url(images/bg-call.jpg) fixed top center no-repeat #666;}
body#template-mission { background:url(images/bg-mission.jpg) fixed top center no-repeat #666; }
body#template-bio { background:url(images/bg-bio.jpg) fixed top center no-repeat #666;}

#right  {
        float:left;
        width:190px;
        background-color:#5E5E5E;
        
}
#left   {margin-left:28px;
         float:left;
         width:190px;
         padding-left:50px;
         background-color:#5E5E5E;
}
.sidebar  {
        padding: 10px 10px 10px 10px;
        
}
.sidebar ul li {
        padding-left:20px;
}
.sidebar a {
        color:#fff;
}
.sidebar h2 {
        color:#1F1F1F;
        font-size:100%;
text-transform: capitalize;
}

#footer {
        clear:both;
	width:460px;
	margin:0 auto;
	color:#1F1F1F;
        text-align:center;
        padding: 10px 0 0 0px;
        background-color:#808080;
}
#footer a {
	color:#aaa;
	text-decoration:none;
	font-weight:bold;
}
#header h1 a, a {
	color:#FE8F01;
	text-decoration:none;
}
#header h1 a:hover, a:hover {
	color:#000;
}
.selected{
	background-color:#F00;
	color:#FFF;
}
.accordion_child a {
	color:#FF3B00;
        text-decoration:none;
}
.accordion_child a:hover {
	text-decoration:none;
        color:#FCC105;
}
.accordion_child ul.links li {
	background:url(images/link.gif) left no-repeat;
}

textarea {
	width:350px;
	height:105px;
	background:url(images/textarea.jpg) top no-repeat;
	font: 100% "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	color:#333;
	border:0;
	padding:10px;
	margin:5px;
	color:#777;
}

input[type=submit] {
	 cursor:pointer;
	 background:#ff9900;
	 color:#fff;
	 font-weight:bold;
	 width:182px;
	 height:33px;
	 padding:7px 10px;
	 background:url(images/submit.jpg) top no-repeat;
}

blockquote {
	  font: 1.5em/1.8em Georgia, "Times New Roman", Times, serif;
	  background: url(images/close-quote.gif) no-repeat right bottom;
	  padding-left: 18px;
	  text-indent: -18px;
	  color:#888;
	  margin:20px 0;
}
blockquote:first-letter {
	background: url(images/open-quote.gif) no-repeat left top;
        padding-left: 18px;
}
.accordion_child ul {
	margin:25px 0 25px 0px;
}
.accordion_child ul li {
	list-style:none;
	padding-left:20px;
	margin:10px 0;
	background:url(images/bullet.gif) left no-repeat;
	border-bottom:1px solid #eee;
	padding-bottom:10px;
	line-height:19px;
}
table {
	width:100%;
	padding:5px;
}
td {
	background:#eee;
	padding:4px;
	text-align:center;
	background:url(images/td.jpg) top repeat-x;
}
h2 {
clear:both;
}
.accordion_child h2 {
	font:170% Arial;
	margin:10px 0 20px;
	padding:10px 0;
	color:#FF3B00;
}
#header h1 {
        text-align:center;
        font:350% Georgia;
        font-style:italic;
        color:#232323;
        margin-top:50px;
        letter-spacing:-1px;
}
#header h2 {
        text-align:center;
        font:100% Verdana;
        text-transform:uppercase;
        letter-spacing:2px;
        color:#bbb;
        margin:10px 0 40px;
}
#accordian{
	
	width:500px;
	z-index:2;
	margin:0 auto;
}
.accordion_headings{
	padding:3px 10px;
	background:url(images/item_bg.png) top no-repeat;
	color:#FFFFFF;
	margin-top:2px;
        font-weight:bold;
	cursor:pointer;
	font:140% Trebuchet MS;
	letter-spacing:1px;
	clear:both;
}
.accordion_headings:hover{
	background:url(images/item_bg_hover.png) top no-repeat;
}
.accordion_child{
	padding:20px 30px;	
}
img {
	float:right;
	padding:5px;
	background:#1F1F1F;
	margin:0 0 20px 20px;
	
}
p {
	margin:15px 0;
	line-height:19px;
}
.header_highlight{
	background:url(images/item_bg_hover.png) top no-repeat;
}
.alignleft {float:left;}
.alignright {float:right;}
.alignleft a, .alignright a {color:#aaa;text-decoration:none;font-weight:bold;}