@charset "UTF-8";
/*  
Theme Name: Friend of Trees
Theme URI: http://www.friendsoftrees.org/blog/
Description:  This is the main template for friendsoftrees.org.
Version: 1.0
Author: Dogpaw Studio LLC, Chijo Takeda
Author URI: http://www.dogpawstudio.com/
*/
/* Colors
BG light blue: 749AAF
dark blue: 29537C
menu bar green: 6D895C
dark red: 561F18
*/
body, #container, #header, #branding h1, #branding, #left, #sidebar, #sidebar ul, #contentwrap, #maincontent, #footer {
	margin:0; padding:0;
}
body  {
	font:85% Verdana, Arial, Helvetica, sans-serif;
	background:#749AAF;
	text-align:center; /* keep */
	color:#333;
}
#container { 
	width:800px;
	background:#fff;
	margin:0 auto; /* keep */
	text-align:left; /* keep */
}
p {
	line-height:150%;
	word-spacing:0.2em;
}
a:link, a:visited {
	color:#6D1005;
    font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#29537C;
	text-decoration:underline;
}

/* =branding */
#branding {
/*	background:url(images/branding.gif) no-repeat; */
	height:148px;
    border-bottom: 3px solid #006032;

} 
#branding h1 {
	text-indent:-9999px;
}

/* =contentwrap ============ */

/* #contentwrap contains #left, #sidebar, #maincontent */
#contentwrap {
	padding:12px 14px;
    overflow:hidden;
}

/*=maincontent */
#maincontent {
    margin: 0 150px 0 0;
    padding:0 65px 0 12px;
}
#maincontent li {
    line-height:140%;
    list-style:circle;
}
#maincontent h1 {
    color:#29537C;
	font:190% "Times New Roman", Times, serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
    border-bottom:2px solid #561F18;
    padding:4px 0 0 36px;
	background:url(images/h1_bg.gif) no-repeat left;
}

#maincontent h2 {
	letter-spacing:0.1em;
	padding:5px 0 0 6px;
	font-family: "Times New Roman", Times, serif;
	font-size: 140%;
	border-left: 12px solid #749AAF;
	font-weight:bold;
    margin:14px 0;
}
.datestamp {
	font:80% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#999;
}

/* =sidebar WordPress "sidebar" */
#sidebar {
	float:right;
    width:170px;
    font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
   padding-right:12px
}
#sidebar h2 {
    font:100% Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	word-spacing:0.2em;
	letter-spacing:0.1em;
    color:#561F18;
}
#sidebar h3 {
	font:110% Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#fff;
	word-spacing:0.2em;
	letter-spacing:0.1em;
}

#sidebar ul {
	list-style:none;
	margin:0;
	padding:0;

}
#sidebar li li {
	list-style: square;
    margin-left:26px;

}
#sidebar .social { /* Facebook & Twitter logos/links */
	font-size:90%;
}

/* =left */
#left {
	float:left;
    width:140px;
    margin-right:24px;
}


/* =footer */
#footer {
	background:#561F18 url(images/footer_bg.gif) bottom no-repeat;
	width:100%;
	text-align:center;
	height:4em;
	font:85% Georgia, "Times New Roman", Times, serif;
} 
#footer p {
	color:#eee;
	padding-top:0.6em;
	letter-spacing:0.1em;
}
#footer a:link, #footer a:visited {
	color:#fff;
	text-decoration:underline;
}
#footer a:hover {
	color:#749AAF;
	text-decoration:none;
}
#footer ul {
    list-style:none;
    margin-left:260px;
}
#footer li {
	float:left;
	padding-right:1.5em;
	display:block;
}

/* =dogpaw */
#dogpaw {
	font:100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#eee;
	margin:36px 0;
}
#dogpaw a:link, #dogpaw a:visited {
	color:#eee;
	text-decoration:none;
	letter-spacing:0.3em;
	margin:0 0 0 6px;
}
#dogpaw a:hover {
	color:#fff;
	text-decoration:underline;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* ============ WordPress specific styles ============ */

.post {
	border-bottom:1px dotted #D5AE87;
}

/* Comments styling */
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

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

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

