/*
Theme Name: Figtree
Theme URI: http://craigstelle.com
Description: A theme by Greg Eland<a href="http://www.gregeland.com"</a>.
Version: 1
Author: Greg Eland
Author URI: http://www.gregeland.com
Tags:
*/
/*----------resets----------*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }
html, body {
	height: 100%;
	min-height: 100%;
	width: 100%;
	color: #000000;
	font-size: 100%;
	background-image: url(images/paper.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}
/*----------BASIC ELEMENTS-------*/
a {
	text-decoration: none;
	color: #666701;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-family: "Adobe Caslon Pro", Georgia, serif;
}
h1.noshow {
	font-size: 0px;
	line-height: 0px;
}
.noshow a {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #743000;
	line-height: 1.8em;
}
h2 a {
	color: #743000;
}
h2 a:hover {
	color: #666701;
}
h3 {
	font-family: "Adobe Caslon Pro", Georgia, serif;
	color: #743000;
}
p {
	padding-bottom: .5em;
}
ul, ol {
	margin-left: 40px;
}
p.right {
	text-align: right;
	font-style: italic;	
}
/*--------------CONTAINERS-------*/
#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#header {
	position: relative;
	height: 155px;
	background-image: url(images/subheader.jpg);
	background-repeat: no-repeat;
	background-position: 10px bottom;
	margin-bottom: 40px;
	margin-top: 20px;
}
#header #logo {

}
#content {
	position: relative;
	padding-left: 10px;
	width: 100%;
	overflow:hidden;
}

#main {
	width: 540px;
	margin-bottom: 20px;
}
#sidebar {
	width: 200px;
	float: right;
	position: relative;
	top: 0px;
	bottom: 0px;
	right: 0px;
	font-size: 90%;
	padding-bottom: 20px;
}
#footer {
	position: relative;
	text-align: center;
	font-size: 80%;
	color: #999999;
	background-image: url(images/line.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 15px;
}
/*----Entry Styling---*/
.entry {
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}
.entry .title {
	padding-top: .5em;
}

.entry .date {
	font-size: 80%;
	color: #999999;
}
.entry .meta {
	font-size: 80%;
	color: #999999;
	text-align: center;
}
/*----Comment Styling----*/
.commentlist li {
	padding: 5px;
	margin-top: 5px;
}
.commentlist .alt {
	background-color:#EFEFEF;
}
/*----Sidebar Styling----*/
.widget {
	margin-top: 10px;
}
/*----Pligin Styling-----*/
/*--Cforms--*/
.linklove {
	display: none;
}