/*
Theme Name: NewLife
Theme URI: http://www.espermedia.com/newlife/
Description: Two column, widget-ready theme in brown, tan and green. Includes a one-column page template. 
Version: 1.02
Author: Esper Media
Author URI: http://www.espermedia.com
Tags: brown, tan, green, fixed-width, two-columns, left-sidebar, threaded-comments

	NewLife 1.04
	http://www.espermedia.com

	This theme is by EsperMedia.com.
	
	The CSS, XHTML and design are released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* this removes default margins and padding on all elements and sets a default font and color */

* {
	font-family: Arial, Helvetica, sans-serif;
}
	
body {
    margin: 0px auto;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #4C1506;
}

/* STRUCTURE - margins and padding */

#page {
	width: 960px;
	margin: 0px auto;
}

#singlecol {
	width: 960px;
	margin: 0px auto;
}
#singlecol .content {
         padding: 30px 20px;
}
#header {
	width: 1024px; 
	height: 231px; 
	margin: 0px auto;
}
	
.logo { position: absolute; margin: 40px 0px 12px 0px; float: left; }
.mainNav {
         position: absolute; 
         margin: 168px 0px 0px 0px; 
}
#nav li {
	float: left; list-style: none; 
}
#nav a, #nav a:visited {
color: #fff;
cursor: pointer;
display: block;  
text-decoration: none;
border: none;
} 
#nav a:hover, #nav a:active {   
  background: url(images/tab-right.gif) no-repeat 100% 1px;  
  color: #fff; 
  float: left; 
}   
#nav a span {    
  padding: 6px 12px;
  display: block; 
}   
#nav .current_page_item a span {   
  float: left;   
  display: block;  
  background: url(images/tab-left.gif) no-repeat 0 1px; 
}
#nav a:hover span {   
  float: left;   
  display: block;  
  background: url(images/tab-left.gif) no-repeat 0 1px; 
}
#nav .current_page_item a, #nav .current_page_item a {
  background:url(images/tab-right.gif) no-repeat 100% 1px; 
  color: #fff; 
  float: left; 
}
#shadow {
	margin: 0px auto;
	height: 101px;
	text-align: center;
}	
#flourishes {
	margin: 0px auto;
	height: 101px;
	text-align: center;
}
#wrapper {
	margin: 0px auto;
	width: 960px;
	position: relative;
	top: -101px;
}
#content {
	float: right;
	text-align: left;
	width: 600px;
}
.rightCol {
         padding: 30px 20px;
}

#sidebar {
	width: 360px;
	float: left;
}
	
.left {
	width: 100%;
	clear: both;
}

#footer {
	width: 960px;
	height: 45px;
	vertical-align: middle;
	margin: 0px auto;
         clear: both;
}
#footer .content
{
	font-family: Georgia; 
	font-size: 11px;
	color: #fff;
	padding: 14px 20px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}
#footer a:hover {
         color: #fff;
}
#admin {
         width: 960px;
         margin: 0px auto;
         font-size: 11px;
         text-align: right;
         padding: 10px 0px;
	position: relative;
	top: -101px;
         color: #b09671;
}
#admin a {
         color: #b09671;
}
#admin a:hover {
         color: #fff;
}
#credits {
         float: left;
         text-align: left;
}	
/* END STRUCTURE */

/* BACKGROUNDS AND BORDERS */

body {
	background: #281b12 url(images/background.jpg) top center repeat-x;
}
#shadow {
	background: #F3D796 url(images/topShadow.jpg) top center repeat-x;
}
#flourishes {
	background: transparent url(images/flourishes.jpg) top center no-repeat;
}
#wrapper {
	background: #F3D796 url(images/pageBkg.gif) top center repeat-y;
}
#singlecol {
	background: #F3D796 url(images/mainTop.jpg) top center repeat-x
}
#content {
	background: transparent url(images/mainTop.jpg) top center repeat-x;
}
#header {
	background: url(images/header.jpg) top center no-repeat;
}
#singlecol {
	background-color: #F3D796;
}
.post {
	margin-bottom: 10px;
}
blockquote {
	border: 1px dashed #652501;
	background: #f8efd9;
}
#footer {
	background-color: #869a27;
	border-top: 1px solid #e9e7db;
	border-bottom: 1px solid #e9e7db;
}

/* END BACKGROUNDS AND BORDERS */

/* POSTS  */

.post  {
	padding-bottom: 25px;
	margin-bottom: 10px;
}

.entry {
         margin-top: 0px;
}

/* headings */ 

h1, h2, h3 {
	font-family: Georgia,"Times New Roman",Helvetica,Arial,serif;
}
h3 {
         font-size: 16px;
}
h1 a, h2 a {
	color: #391402;
         font-family: Georgia,"Times New Roman",Helvetica,Arial,serif;
}
#content h1, #content h2 {
	color: #391402;
	padding-bottom: 10px;	
}
.blogtitle {
         position: relative;
         top: -20px;
}
.posttitle, .pagetitle, #singlecol {
	padding-bottom: 0 !important;
         font-family: Georgia,"Times New Roman",Helvetica,Arial,serif;
}

h1 a, h2 a {
	text-decoration: none;
}

.post h3, #content h3, #content2 h3 {
	color: #85992b;
}

.post h3 a, #content h3 a, #content2 h3 a {
	text-decoration: none;
}

.post h3 a, .post h3 a:hover, #content h3 a, #content h3 a:hover, #content2 h3 a, #content2 h3 a:hover {
	color: #85992b;
}

h2#forumtitle, h2#singlecol {
	margin-top: 75px;
}

/* lists */

.post ul {
    list-style-type: none;
    margin-left: 10px;
    padding-bottom: 10px;
}

.post ol {
    margin-left: 30px;
    padding-bottom: 10px;
    
}

.post ul li {
	    background: url(images/bullet.gif) no-repeat top left;
	    padding-left: 20px;
             line-height: 1.6em;
}

dl
{
clear: both;
display: block;
margin: auto;
text-align: center;

}

dl dt
{
left: 0;
width: 110px;
font-weight: 600;
float: left;
padding: 0;
text-align: left;
margin-bottom: 5px;
}

dd
{
border-left: 1px solid #5f3a1d;
margin: 0 0 10px 130px;
padding: 0 0 1em 1em;
width: auto;
text-align: left;

}


/* paragraphs */

.post .entry p {
	padding-bottom: 15px;
	line-height: 1.5em;
}

.entry blockquote p {
	padding: 0;
}

p.postmetadata {
	padding-top: 5px;
    font-size: 12px;
}
p.editlink {
	text-align: right;
	float: right;
	padding-top: 5px;
    font-size: 12px;
}
.commentlist .floatright, .commentlist .floatright a {
	line-height: 1.5em;
    font-size: 12px;
}

.byline {
    color: #85992b;
    font-size: 12px;
    position: relative;
    top: -16px;
    left: 42px;
}
p.attachment {
    margin: 0px auto;
}
p.attachment img {
    border: none;
}

/* blockquote */

.post blockquote {
	display: block;
	width: 60%;
	margin-left: 15%;
	margin-right: 25%;
	margin-bottom: 15px;
	padding: 10px;
}

/* next-previous links navigation */

.navigation {
	width: auto;
	margin-right: 20px;
	display: block;
	clear: both;
	padding-bottom: 20px;
    border-bottom: 1px dashed #85992b;
	background: transparent;
}

.navigation .alignright {
	width: 40%;
	float: right;
	text-align: right;
         font-weight: bold;
	}

.navigation .alignleft {
	float: left;
	width: 40%;
	text-align: left;
         font-weight: bold;
	}
.alignright a, .alignleft a {text-decoration: none; border: none;}
.alignright img, .alignleft img {text-decoration: none; border: none;}

/* link formatting - using border instead of underline */

a {
	color: #3b1603;
}

a:hover {
	color: #85992b;
}

/* font styles and colors */

#content, .post, .entry, .post ul li, .post ol li {

}

h2#forumtitle, h2#singlecol, .post h2 a {
	font-weight: 600;
	color: #391402;
	text-decoration: none;
}

p.postmetadata {
	color: #ae722c;
}

p.postmetadata a {
	color: #ae722c;
}
p.postmetadata a:hover{ 
	color: #682508;
}
p.postmetadata b {
	color: #2a0f01;
}
small {
	color: #2a0f01;
	padding-bottom: 20px ;
}	

blockquote {
	color: #ae722c;
}

#stats {
	color: #ae722c;
}

#stats a {
	color: #ae722c;
}

#stats a:hover {
	color: #d0ae6f;
}


a.navigation, .editlink  {

}

a.more-link {
	background: transparent url(images/readmore.gif) left no-repeat;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #d0ae6f;
}

p.editlink a {
	color: #391402;
}

/* END POST FORMATTING */	

/* SIDEBAR FORMATTING */

#sidebar {
	width: 360px;
	color: #fff;
         font-size: 12px;
}
#sidebar a {
    color: #869a27;
         font-size: 12px;
}
#sidebar a:hover {
    color: #fff;
         font-size: 12px;
}
#sidebar ul {
	list-style-type: none !important;
}

#sidebar ul li {
	margin-bottom: 10px;
	line-height: 1.2em;
}

#sidebar ul li ul li {
	margin-bottom: 0px;
         font-size: 12px;
}

#sidebar ul li a {
         color: #869a27;
}
#sidebar ul li a:hover {
         color: #fff;
}
#sidebar ul li ul {
	list-style-type: none;
}
	
#sidebar ul li ul li {
	background: url(images/bullet.gif) no-repeat top left;
	padding-left: 15px;
         font-size: 12px;
}

#sidebar ul li ul li a {
        color: #869a27;
         font-size: 12px;
}

#sidebar ul li ul li a:hover {
	color: #fff;
         font-size: 12px;
}

#sidebar ul li ul li a {
	text-decoration: none;
}

#sidebar ul li p {
	margin-bottom: 15px;
}


/* END SIDEBAR FORMATTING */

/* FORMS */

form#commentform p input, form#commentform p textarea, #sidebar ul li select, #sidebar ul li select option {
	background-color: #fff;
         overflow: auto;
}
form#commentform p input, form#commentform p textarea {
	border: 1px solid #5f3a1d;
         overflow: auto;
}

#content form p, #content2 form p {
	padding-top: 5px;
	padding-bottom: 5px;
}

form p a, form p a:hover {
	color: #3b1603;
}

label {
	font-weight: bold;
}

#commentform p input {
	width: 175px;
	margin-right: 10px;
	height: 20px;
}

#commentform textarea {
	width: 380px;
	height: 150px;
	background: #fff;
	border: 1px solid #5f3a1d;
         overflow: auto;
}
#content2 form textarea {
	width: 550px;
	background: #fff;
	border: 1px solid #5f3a1d;
         overflow: auto;
}

#submit {
	background: url(images/button-bg.gif) repeat-x;
	padding: 2px 2px 2px 2px;
	font: 700 Verdana,Arial,sans-serif;
	width: auto !important;
	height: auto !important;
	text-align: center;
	border: 1px solid #85992b;	
         cursor: hand;
}

.submit {
	background: url(images/button-bg.gif) repeat-x;
	padding: 2px 2px 2px 2px;
	font: 700 Verdana,Arial,sans-serif;
	width: auto !important;
	height: auto !important;
	text-align: center;
	border: 1px solid #85992b;
         cursor: hand;	
}
/* Search form */

li#search {
	padding-bottom: 15px;
} 

#searchsubmit, .searchbutton {
	background: #fff url(images/searchglass.gif) no-repeat left; border: none; padding-left: 20px; height: 22px;}
	
#s {
	width: 125px;
	background: #fff;
	border: 1px solid #5f3a1d;
}

#searchform {
	margin-bottom: 10px;
}

/* END FORMS */

/* BEGIN CALENDAR */

li#calendar {
	margin-left: 0px;
	padding-left: 0px;
}

#wp-calendar {
	empty-cells: show;
	width: 155px;
	margin-left: 0px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
         font-size: 11px;
	border: 1px solid #5f3a1d;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}
	
#wp-calendar #prev a, #wp-calendar #next a {

}

#wp-calendar a {
	text-decoration: none;
	color: #85992b;
	border-bottom: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#wp-calendar caption {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #85992b;
	}

#wp-calendar th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: capitalize;
	color: #3b1603;
	background: #f3f3f3;
	text-align: center;
	border: 1px solid #5f3a1d;
	}
	
#wp-calendar  {
	border-collapse: collapse;
}
/* END CALENDAR */

/* COMMENTS */

h3#comments {
	padding-top: 30px;
    border-top: 1px dashed #85992b;
}

h3#respond {
	margin-top: 15px;
}
ol.commentlist {
	font-size: 12px;
}

ol.commentlist ul.children li, ol.commentlist li, ol.commentlist ul.children li p, ol.commentlist li p {
	font-family: Arial,Verdana,Geneva,Helvetica,sans-serif !important;
    font-size: 12px;
}

#commentform p {
	font-family: Arial,Verdana,Geneva,Helvetica,sans-serif !important;
    font-size: 12px;
}

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	font-size: 12px;
}

.commentlist {
	padding: 0;
	text-align: justify;
	font-size: 12px;
	font-weight: normal;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	font-size: 12px;
	font-weight: normal;
}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	border-left: 1px dotted #5f3a1d;
	font-size: 12px;
	font-weight: normal;
}

.commentlist p {
	margin: 10px 5px 10px 0;
    border-bottom: 1px dashed #85992b;
	font-size: 12px;
	font-weight: normal;
}
.children { padding: 0;	font-size: 12px; font-weight: normal; }

#commentform p {
	margin: 5px 0;
	font-size: 12px;
	font-weight: normal;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 6px 0px;
	font-size: 12px;
         border-top: 1px dashed #85992b;
}

.commentmetadata {
	margin: 0;
	display: block;
	font-size: 12px;
	font-weight: normal;
}
	
.commentlist li, #commentform input, #commentform textarea {
	font family: Arial,Verdana,Geneva,Helvetica,sans-serif !important;
	font-size: 12px;
	font-weight: normal;
         overflow: auto;
}

.commentlist li {
	font-size: 12px;
	font-weight: normal;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 5px;
	background: transparent;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-size: 12px;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	font-size: 12px;
}

#commentform p {
	font-family: Georgia,"Times New Roman",Helvetica,Arial,serif;
	font-size: 12px;
	font-weight: normal;
}
	
.commentmetadata {
	font-size: 12px;
	font-weight: normal;
}
	
.comment-author cite.fn, .comment-author cite.fn a {
	font-size: 11px;
	color: #85992b;
}

.says {
	font-size: 12px;
	display: none;
}
	
.reply a {
	height: 25px;
    font-size: 12px;
    font-weight: normal;
	background: url(images/button-bg.gif);border: 1px solid #682508;color: #2a0f01;
	text-decoration: none;
	padding: 4px 10px;
}

.clear {
	clear: both;
	width: 100%;
}

.whitespace {
	height: 20px;
	background: #fff;
	clear: both;
}

#prefooter {
	width: 670px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/single-container.gif) repeat-y;
}
/* END COMMENTS */

/* Miscellaneous */

.clearboth {
	clear: both;
	width: 100%;
}
.goright {
	width: 45%;
	float: right;
	padding-right: 10px;
	font-family: Arial,sans-serif;
}
.goleft {
	width: 45%;
	float: left;
	padding-left: 20px;
	font-family: Arial,sans-serif;

}
.goright a, .goleft a {
	text-decoration: none;
}

/* Images and Captions */

.aligncenter,
.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #fff;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.photoframe {
   background-color: #fff;
   padding: 6px;
   border: 1px solid #000;
}
/* Date Button */

.post-date {
	width: 40px;
	height: 43px;
	float: left;
	background: url(images/datebutton.gif);
	text-align: left;
}
.month {
	width: 35px;
	height: 11px;
         line-height: 11px;
	vertical-align: top;
	font-family: Arial,sans-serif;
         font-size: 11px;
	color: #ae722c;
	text-align: center;
}
.day {
	width: 35px;
	padding-top: 3px;
	vertical-align: bottom;
	height: 22px;
	font-family: Arial,sans-serif;
         font-size: 16px;
         font-weight: bold;
	color: #85992b;
	text-align: center;
}

/* Post Meta Data */

postmetadata a {
	border-bottom: none;
}
.tiny-pencil {
	padding-right: 20px;
	background: url(images/reply.gif) no-repeat top right;
	margin-right: 2px;
}

.tiny-trackback {
	padding-right: 25px;
	padding-bottom: 5px;
	background: url(images/tiny-trackback.gif) no-repeat top right;
}

.tiny-comments {
	padding-right: 25px;
	padding-bottom: 5px;
	background: url(images/tiny-comments.gif) no-repeat top right;
}

.tiny-rss {
	padding-top: 3px;
	height: 25px !important;
	background: url(images/tiny-rss.gif) no-repeat right;
	padding-right: 18px;
}

span.tiny-category a {
	background: url(images/bullet.gif) no-repeat left;
	padding-right: 10px;
}

#footer .tiny-rss {
	padding: 0 10px 0 30px;
	height: 25px !important;
	background: url(images/rss-button.gif) no-repeat left;
}

.tiny-category a {
	padding-left: 12px;
	background: url(images/bullet.gif) no-repeat left;
}

.tiny-trackback a, .tiny-pencil a, .tiny-comments a, .tiny-rss a, .tiny-category a {
	text-decoration: none;
	height: 25px;
}
p.postmetadata {
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
}
p.postmetadata a {
	text-decoration: none;
	color: #ae722c;
	height: 25px !important;
}

p.mylink {
	width: 100%;
	text-align: center;
	margin: 0px auto 15px auto;
}
.mylink a {
	text-decoration: none;
}
/* Font sizes */

.description {
	font-size: 1.2em;
}

#sidebar ul, #sidebar li {
	font-size: 1.1em;
}

li div {
	font-size: 125%;
}

.textwidget {
	font-size: 1.0em;
	line-height: 150%;
}

#wp-calendar caption {
	font-size: 1.2em;
}

h1.pagetitle, h2.posttitle, h1#singlecol, h1 {
	font-size: 2em;
         font-family: Georgia,"Times New Roman",Helvetica,Arial,serif;
}
#content p {
	line-height: 1.5em;
}
a.more-link {
	font-size: .9em;
}
#footer p.mylink, #content p.postmetadata, #content p.byline {
	line-height: 120%;
}

.goright, .goleft {
	font-size: .9em;
}

.navigation {
	font-size: 1.1em;
}

#content ul, #content ol, #content dl {
	font-size: 12px;
}

#content li li {
	font-size: 12px;
}

pre {
	font-size: 12px;
}


#footer .alignleft {
	padding-left: 25px;
}

#footer .alignright {
	padding-right: 25px;
}
	
/* fieldsets and forms */
	fieldset {
	text-align: left;
	padding: 10px;
	border: 1px dotted #5f3a1d;
}

legend {
	color: #85992b;
	font-size: 1.8em;
	font-weight: 600;
	}

p label, label {
       display: block;
       clear: both;
       margin-bottom: 0px;
       padding: 0;
       font-weight: bold;
}

input, textarea {
	background: #fff;
	border: 1px solid #5f3a1d;
         overflow: auto;
}

.button {
	background: url(images/button-bg.gif) repeat-x;
	border: 1px solid #85992b;
}
.radio {
	background: transparent;
}

pre {
	width: 400px;
	height: 50px;
	overflow: scroll;
	margin-bottom: 10px;
}

hr {
         height:2px;
         border-top: 1px solid #b8ac85;
         border-bottom: 1px solid #fff;
}
	
#content table {
	border-collapse: collapse;
}

#content table th, #content table td {
	border: 1px solid #5f3a1d;
	border-collapse: collapse;
	padding: 5px;
}
#content table th {
	background: #f6eedd;
	color: #3b1603;
	font-weight: 600;
	font-size: 1.2em;
}
#content table td {
	font-size: 12px;
}
