/*  
Theme Name: Given Trees
Theme URI: http://
Description: Created for the GivenTrees.com website
Version: 1.6
Author: Maia Internet Consulting, Liz Hamilton
Author URI: http://maia-consulting.com/

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

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #FEFFCF url('images/bgcolor.jpg');
	color: #006633;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {
/*	background-image: url(images/kubrickbgwide.jpg);*/
	background-color: #FFFFCC;
/*	border: 1px solid #959596;*/
	text-align: left;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	}

#header {
	background: #FFFFCC;
	margin: 0 0 0 1px; 
	padding: 0; 
	height: 183px; 
	width: 758px;
	}
	
.headerlink {
	display:block;
	height:100px;
	width:300px;
	margin:0;
	padding:0;
	}


#content {
	font-size: 1.2em;
	padding: 0 0 20px 20px;
	margin: 0px 0 0 0;
	height:auto;
	float: left;
	width: 700px;
/*	background: url('images/logo_fade.jpg') no-repeat right;*/
	}
	

#content2 {
	font-size: 1.2em;
	min-height: 600px;
	padding: 10px 0 20px 10px;
	margin: 0px 0 0 0;
	min-height:525px; 
	height:auto;
	float: right;
	width: 495px;
/*	background: url('images/logo_fade2.jpg') no-repeat right;*/
	}

.postmetadata {
	text-align: center;
	font-size: 0.8em;
	}
	
.post {
	margin: 0 0 40px;
	text-align: left;
	}
	
.postmetadata {
	clear: both;
}
	
.alt {
	margin: 0;
	padding: 10px;	
/*	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;*/
	}

#menu {
 	margin: 0px 0 0 80px;
	padding: 0 0 0 100px;
}
	
#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	background: #FEFFCF url('images/bgcolor.jpg');
/*	background: #eee url('images/kubrickfooter.jpg') no-repeat top; */
	border: none;
	}
	
#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}

	
/* Begin Sidebars */
/*lower sidebar*/
#sidebar {
	padding: 0px 10px 10px 0;
	clear: both;
	margin: 0px 0 40px 0;
	width: 700px;
	height: 100px;
	text-align: right;
	}

#sidebar form {
	margin: 0;
	}	
	
#sidebar li a {
   	text-decoration: underline; 
   }
   
#sidebar li a:hover {
   	text-decoration: none; 
   }
	
#sidebar ol, #sidebar ul, #sidebar li {
	list-style-type: none;
	list-style-image: none;
	padding-left: 10px;
	margin-bottom: 5px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

/*blogsidebar*/
#sidebar2 {
	padding: 7px 0 30px 0;
	margin: 0px 0px 0 10px;
	width: 192px;
	float: left;
	}

#sidebar2 form {
	margin: 0;
	}	
	
#sidebar2 ol, #sidebar2 ul, #sidebar2 li {
	list-style-type: none;
	list-style-image: none;
	padding-left: 0px;
	margin-bottom: 5px;
	}

#sidebar2 ul p, #sidebar2 ul select {
	margin: 5px 0 8px;
	}

#bgd {
	margin: 10px 0 0 0px;
	padding: 0 0 0 0;
	width: 760px;
	clear: right;
		}


/*Font Style */

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #006633;
	}

h1 {
	font-size: 1.4em;
	}
	
h2 {
	font-size: 1.3em;
	margin: 5px 0 0;
	}

h2.pagetitle {
	font-size: 1.3em;
	margin-top: 5px;
	text-align: center;
	}
	
#sidebar h2 {
	font-size: 1.2em;
	margin: 5px 0 0;
	padding: 0;
	color: 006633;
	}

h3.comments {
	padding: 0;
	margin: 20px auto 10px ;
	}
	
h3 {
	font-size: 1.3em;
	margin: 0;
	}


/*Comments*/

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 3px;
	}

#commentform textarea {
	width: 90%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0 10px 0 0;
	float: right;
	}
	
.commentlist li {
	font-weight: bold;
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist cite, .commentlist cite a {
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;
	}
	
.commentlist {
	padding: 0;
	text-align: justify;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
	
/*Links*/
a {
	color: #749583;
	text-decoration: underline;
	}

a:hover {
	color: #749583;
	text-decoration: none;
	}
	
	
/* Begin Images */
p img {
	padding-right: 0;
	padding-left: 0;
	max-width: 100%;
	}

a img {
	border: none;
	}
	
/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

.nextandback {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	}



