/*
Theme Name: Compassionate
Description: Nice and simple WordPress Theme by <a href="http://www.treadlightly.ca/websites/index.php">Tread Lightly</a>.
Author: Heather Gray
Author URI: http://www.treadlightly.ca/websites/index.php
Tags: simple, clean, fixed width, widget-ready, widgets, right sidebar, two columns, valid XHTML, valid CSS
Version: 1.0
*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
		+ WORDPRESS CSS
	- FORMS
	- COMMENTS
	- FOOTER
	- USEFUL

/*	##################################
   	GENERAL
	################################## */
	
body {
	position: relative;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	background:#fff7e1 url(img/img01_2.jpg) repeat-x left top;
	font:14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
}

a {
	border-bottom: 1px dotted #AAAAAA;
	text-decoration: none;
	color: #167f2b;
}

blockquote {
	width: 410px;
	padding-top: 1.6em;
	padding-bottom: 0.6em;
	border-top: 1px solid #A566A7;
	border-bottom: 1px solid #A566A7;
	font-weight: bold;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #167F2B;
}

img {
	border: 1px solid #A566A7;
}

ul, ol {
	margin-top: 0;
	margin-bottom: 1.6em;
	line-height: 180%;
	font-size: 1.2em;
}

ol li{
	list-style: decimal;
}

li {
	color: #167F2B;
	list-style: circle;
}

b {
	color: #444444;
}

/*	##################################
   	BASIC LAYOUT
	################################## */

#header {
	position:relative;
	width:940px;
	height: 200px;
	margin: 0;
	padding: 0 0 0 100px;
}

#menu {
	position:relative;
	width:940px;
	height: 30px;
	margin: 0 0 0 100px;
	padding: 10px 0 0 0;
	list-style:none;
}

#content {
	width:940px;
	height:auto;
	margin:0 0 0 100px;
	padding:0 0 20px 0;
}

#content-left {
	float:left;
	width:560px;
	height:auto;
}

#content-right {
	float:right;
	width:340px;
	height:auto;
}

#footer {
	background: #FCF8E9 url(img/footer.jpg) repeat-x center bottom;
	margin: 0 auto;
	height: 170px;
	text-align: center;
	font-size: 0.8em;
	color: #1CA136;
}

/*	##################################
   	HEADINGS
	################################## */
	
#header h1 {
	overflow: visible;
	width: 770px;
	height: 55px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	text-align:center;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF7E1;
	letter-spacing: -1px;
	line-height: 1em;
	font-size: 55px;
}

#header h1 a {
	border:none;
	color: #FFF7E1;
	text-decoration: none;
}

#header h1 a:hover {
	text-decoration: underline;
}

#header h2 {
	padding:0;
	margin: 0;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
	color: #066f1b;
	font-weight:normal;

}

#header h3 {
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size: 14px;
	color: #167f2b;
}

h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color:#A566A7;
}

h3.archive-title {
	margin: 20px 0 0 0;
}

hr {
	border: none 0;
	border-top: 1px solid #A566A7;
	width: 85%;
	height: 1px;
} 

#photo {
	margin: 0 auto;
	text-align:center;
	width: 760px;
	padding: 10px 0 0 0;
}
.photo {
	border: none;
	padding: 0 10px 0 10px;
}

.box-left h2 {
	color:#A566A7;
	font: 24px/34px Georgia, "Times New Roman", Times, serif;
}

.box-left h2 a {
	color:#A566A7;
	text-decoration:none;
}

.box-left h2 a:hover {
	text-decoration:underline;
}

.box-left h3 {
	margin: 0 0 20px 0;
	color:#A566A7;
	font:14px/14px Georgia, "Times New Roman", Times, serif;
}

.box-left h4 {
	color:#A566A7;
	font:12px/11px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.box-right h3 {
	color:#A566A7;
	font:bold 12px/12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

/*	##################################
   	HEADER
	################################## */

#menu li {
	float:left;
}

#menu a {
	margin:0 40px 0 0;
	padding:0px;
	color:#167f2b;
	text-decoration:none;
	font:normal 12px/12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/*	##################################
   	CONTENT
	################################## */
	
/** CONTENT LEFT */

.box-left {
	margin:40px 0;
}

.box-left img {
        float:left;
        margin:0 10px 10px 0;
}

p.tags {
        font:11px/11px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/** CONTENT RIGHT */

#box-rss {
	height: 80px;
	margin: 0 0 20px 0;
	background: url(img/bg-rss.gif) no-repeat left top;
}

#box-rss a {
	display: block;
	height: 50px;
	padding: 30px 0 0 80px;
	background: url(img/rss-icon.jpg) no-repeat 20px 20px;
	font:18px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	border: none;
}

.box-right {
	margin:20px 0;
	font:12px/12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(img/bg-box-right.gif) repeat-y left top;
}

.box-right h3 {
	padding: 20px 20px 0 20px;
	background: url(img/bg-box-right-top.gif) no-repeat left top;
}

.box-right-content {
	margin: 0 20px;
}

.box-right-bottom {
	height: 20px;
	background: url(img/bg-box-right-bottom.gif) no-repeat left top;
}

.box-right ul {
	margin:0;
	padding:0;
	list-style:none;
}

.box-right li {
	line-height:24px;
}

.box-right ul li ul {
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
}

.box-right ul li ul li ul {
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
}

.box-right p {
	margin: 20px 0 0 0;
}

/** WORDPRESS CSS */

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

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #efe7d3;
   text-align: center;
   background-color: #fefef4;
   padding-top: 4px;
   margin: 10px;
}

.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;
}

/*	##################################
   	FORMS
	################################## */

label {
    display:block;
    margin:0 0 5px 0;
}

.text {
    width:350px;
    margin: 0 0 10px 0;
    padding:5px;
    border:1px solid #efe7d3;
}

.verify {
    width:290px;
    margin: 0 0 10px 0;
    padding:5px;
    border:1px solid #efe7d3;
    float:left;
}

.fieldwrap img {
    float:left;
    margin:0 5px 10px 0;
}

textarea {
    width:450px;
    height:150px;
    margin:0;
    padding:5px;
    border:1px solid #efe7d3;
}

.submit {
    width:auto;
    padding:5px;
    color:#fff;
    background:#A566A7;
	border:0;
}

/** SEARCH FORM */

#search {
	width: 190px;
	padding: 5px;
	border: 1px solid #efe7d3;
}

#search-submit {
    width:auto;
    padding:5px;
    color:#fff;
    background:#A566A7;
	border:0;
}

/*	##################################
   	COMMENTS
	################################## */
	
.comment {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #fefef4;
	border: 1px solid #efe7d3;
}

.comment p {
	margin: 0px;
}

.comment-details {

}

/*	##################################
   	FOOTER
	################################## */

#footer p {
	width:940px;
	margin:0 0 0 100px;
	padding-top:40px;
	color:#167f2b;
	text-align:center;
}

#footer p a {
	color: #167f2b;
}

/*	##################################
   	USEFUL
	################################## */

.clear {
	clear:both;
}