@charset "UTF-8";
/* CSS Document */

/* THM */
hr.roll {
	border:1px solid #cad1c3;
	margin-top:4px;
	margin-bottom:2px;
}

body {
	margin:auto;
	font-family:arial;
	font-size:10pt;
	background-repeat:repeat-y;
	background-position: 33px;
	background-color:#eff0ed;
	background-image:url('includes/background2.gif');
	padding-left:40px;
}

#full_body {
	background-repeat:repeat-x;
	background-position:bottom;
	width:760px;
}

#top_header {
	background-color:#879878;
	text-align:right;
	padding:4px;
	color:#a8c87a;
	font-weight:bold;
}

#top_header a {
	text-decoration:none;
}

#ext_header {
	background-image:url(includes/header.gif);
	background-repeat:no-repeat;
	background-position:73px;
	width:800px;
	height:127px;
	padding:0px;
	margin-bottom:0px;
}

#complete_body, #head {
	border: 2px #e9e5e5 solid;
	margin:3px 5px;
	border-top: 1px #e9e5e5 solid;
	border-bottom: 3px #eae8e4 solid;
	background-color:#faf8f5;
}

#wrapper {
	/* background-image:url('http://localhost/treehouse_media/includes/background.jpg'); */
	background-repeat:repeat-x;
	background-position:left bottom;
	padding-top:0px;
	margin:0px;
}

#header_links {
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	color:#a8c87a;
}

#header_links a {
	text-decoration:none;
}

#wrapper .body {
	padding:0px 0px 12px 10px;
	background-position:top;
	min-height:400px;
/*	width:460px; */
}

#content {
	padding:0px;
	margin:0px;
}

.conclude {
	background-image:url(includes/conclude.gif);
	background-position:center center;
	background-repeat:no-repeat;
	height:20px;
	margin-bottom:10px;
}

div.recur {
	margin-bottom:0px;
	margin-top:0px;
	padding:10px;
}

#sidebar {
	float:right;
	width:200px;
	padding:0px;
	right:20px;
	position:relative;
}

#sidebar li {
	background-image:url(./includes/sidebar_cap.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:0px;
	padding-bottom:18px;
	background-color:#eff0ed;
	margin:8px 0px;
	list-style:none;
	border:2px #eae7e3 solid;
	border-top:2px #eee9e5 solid;
	border-bottom:1px #eae7e3 solid;
}

#sidebar li li {
	padding:0px;
	background:none;
	background-color:#eff0ed;
	border:0px;
}

#sidebar li li a {
	text-decoration:none;
}

.sidebar_header {
	background-color:#e3e6e0;
	text-align:center;
	color:#828534;
	padding-top:2px;
	padding-bottom:5px;
	font-weight:bold;
	border:2px #f6f0e9 solid;
	border-top:2px #f6f0e9 solid;
}

#footer {
	clear:both;
	position:relative;
	bottom:7px;
	height:30px;
	width:inherit;
	background-image:url('./includes/bloglogo.png');
	background-repeat:no-repeat;
	background-position:bottom center;
	padding-top:50px;
	padding-right:40px;
}

#footer div {
	float:right;
	text-align:right;
	position:relative;
}


h1 {
	margin:0px;
	margin-bottom:5px;
	color:#CC0000;
	font-weight:normal;
}
	
a {
	color:#3c7a29;
}

a:hover {
	color:#5e9864;
}