﻿/* --------------------------------------------------
Leaves v1.0 - Design by Anthonyy @ OSWD.org
			  Adapted by Al @ RazorAnt.com
-------------------------------------------------- */

/* CONTAINER */
body 
{
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
}

.StainRemoval {
	width: 675px;
	/*width: 1000px;*/
	margin: 0 auto;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	font-size: 11px;
	line-height: 1.6em;
	color: #111111;
	background: transparent;
}

#Cloudband
{
	position: absolute;
	top: 5px;
	left: 5px;
	text-align: left;
	z-index: 1;
}

#Cloudband a 
{
	font-weight: lighter; 
	color: #BBBBBB;
	font-size: 8pt; 
}

#Popup 
{
	position: absolute;
	top: 125px;
	margin-left: -165px;
	padding-bottom: 10px;
	width: 650px;
	height: 500px;
	border: solid 1px gray;
	background: white;
	display: none;
	text-align: right;
}

#Popup a 
{
	font-weight: bold; 
	font-size: 10pt; 
}

#container {
	width: 725px;
	/*width: 1000px;*/
	margin: 0 auto;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	font-size: 11px;
	line-height: 1.6em;
	color: #333333;
	background: transparent;
}

/* GENERAL MOJO AND MULA */

h1 {
	color: #444444;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}

h2 {
	color: #444444;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}

h3 
{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #222222;
	padding: 0px;
}

h4
{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;	
	font-size: 24px;
	color: #444444;
	border-bottom: solid 1px #000000;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

img{
	border: none;
}

a {
	color: #111111;
}

a:hover {
	color: #111111;
	background-color: #F5F5F5;
}

a:visited 
{
	color: #111111;
}

#searchbox {
	float: right;
	margin-top: -60px;
	font-size: 9px;
	text-align: right;
}

input {
	background-color: #FFF;
	color: #222222;
	border: 1px solid #CCC;
	font-size: 11px;
	padding: 3px;
}

.inputDark {
	background-color: #aaaaaa;
	color: #333333;
	border: 1px solid #000;
	font-size: 11px;
	padding: 3px;
}


.button {
	padding: 4px;
}

#searchbutton {
	margin-left: 3px;
	margin-top: 2px;
	padding: 2px;
}

/* HEADER ELEMENTS */

#header 
{
	text-align:center;
	border-bottom: 4px solid #999999;
	padding-top: 20px;
	clear: both;
/*	margin-bottom: 10px;*/
	background: transparent;
	z-index: 1;
}

/* the slogan */
#motto 
{
	float:left;
	margin-left: -30px;
	z-index: 2;
}

#motto p {
	margin-top: -20px;
	margin-left: 30px;
	width: 150px;
	font-size: 14px;
}

#title 
{
	margin-left: 150px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 40px;
	color: #555555;
	margin-bottom: 30px;
}
#subtitle 
{
	float:left;
	width: 100%;
	height: 25px;
	background: #ffffff;
	margin-top: 0px;
	padding-top: 3px;
	font-size: 14px;
	border-bottom: 6px solid #999999;	
	clear: both;
	text-align: center;
}
/* NAVIGATION ELEMENTS */

#navigation 
{
/*	float:left;
	width: 750px;
	height: 25px;
	background: #ffffff;*/
	margin-top: 5px;
	font-size: 14px;
	font-weight: bold;
	border-right: 2px solid #999999;	
	clear: both;
}
#navigation ul 
{
	margin-top: 3px;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	text-align: left;
	vertical-align: middle;
/*	float: left;*/
/*	width: 140px;*/
}

#navigation ul li {
/*	display:inline;*/
	border-width:0px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt 2px;
	padding:0pt;
	z-index:101;
}

#navigation a {
/*	display: inline;*/
	padding-left: 5px;
	padding-right: 5px;	
	width: 140px;
/*	border-bottom: 1px solid #CCC;*/
}

#navigation a:link, #navlist a:visited {
	color: #A0522D;
	text-decoration: none;
}

#navigation a:hover {
	/*background: #000000 url(arrow.gif) 96% 50% no-repeat;*/
	background: #000000 96% 50% no-repeat;
	background-color: #F5F5F5;
	color:  #A0522D;
}

/* THE SMALL BOX BELOW NAV */

#navigation p {
	margin-top: 40px;
	padding: 5px;
	border-bottom: 1px dotted #CCC;
	border-top: 1px dotted #CCC;
}
/* Body block */
#bodycontent 
{
	background: #ffffff;
}

/* Left Sidebar - Features */

#features 
{
/*	position:absolute;*/
	background: #ffffff;
	float: left;
	width: 175px;
	border: solid 0px gray;
	margin-top: 0px;
	padding-top: 5px;
	padding-right: 10px;
	clear: both;
}

#features .featurebox 
{
	border: solid 3px #999999;
	background: #ffffff;
	padding: 4px;
	font-size: 14px;
	text-align: center;
	margin-bottom: 5px;
}

#features .featurebox a
{
	border-bottom: dotted 1px #999999;
}
/* CONTENT ELEMENTS */

#content {
/*	width: 362px;
	margin-right: 200px;
	margin-left: 180px; */
	width: 640px;
	line-height: 1.6em;
	float: right;
	background: #ffffff;
/*	padding-left: 10px;
	padding-top: 10px;*/
}

#content a {
	color: #A0522D;
	text-decoration: none;
}

#content a:hover {
	color: #A0522D;
	background-color: #F5F5F5;
}

#content a:visited {
	color: #c0927d;
	background-color: #FFFFFF;
}

#content .post 
{
	margin: 10px;
}

#content .post .readmore
{
	width: 100%;
	text-align: right;
	float: right;
	margin: 0px;
	padding: 0px;
}

#content .postheader {
	color: #444444;
	text-decoration: none;
}

#content .postheader:hover {
	color: #444444;
	background-color: #F5F5F5;
	text-decoration: none;
}

#content .postheader:visited {
	color: #777777;
	background-color: #FFFFFF;
	text-decoration: none;
}

#content .author {
	float: left;
}

#content .pubDate {
	float: right;
}

#content .postfooter {
	margin-top: 8px;
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
}

#content .postfooter {
	margin-top: 8px;
	border-bottom: 1px solid #DDDDDD;
	border-top: 0px solid #DDDDDD;
}

#content .column1
{
	vertical-align:top;
	padding-right: 10px;
}

#content .column2
{
	vertical-align:top;
	padding-right: 10px;
	width:250px;
	background: #EEEEEE;
}

#content .columns
{
	clear: both;	
}

/* SIDEBAR ELEMENTS */

#sidebar {
	float: right;
	width: 175px;
}

#sidebar p {
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}

#sidebar ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	text-transform: capitalize;
}

#sidebar a img {
	border: none;
	margin-right: 3px;
}

#blogroll ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#blogroll a img {
	border: none;
	margin-right: 3px;
}

/* Beware the ugly tag */
#ctl00_ctl02_ulBlogroll ul {
	margin-left: 8px;
	padding-left: 8px;
	list-style-type: none;
}

#searchonsearch 
{
	margin:10px 0px 10px 10px;
	padding: 5px;
	float: right;
	width:175px;	
	border:3px solid #999999;
}

#searchonsearch ul
{
	text-align: left;
}

/* FOOTER ELEMENTS */

#footer {
	margin-top: 20px;
	clear: both;
	background-color: #777777;
	padding: 0px 5px 0px 5px;
	text-align: center;
	color: White;
}

#footer p {
	color: #89817f;
	padding: 5px;
}

#footer p a {
	color: #89817f;
	border-bottom: 1px dotted #89817f;
}

#footer p a:hover {
	color: #FFFFFF;
	background-color: #575352;
}

/* POST ELEMENTS */

#relatedPosts {
	display: block;
	margin: 10px;
}

#relatedPosts a {
	display: block;
	margin-top: 5px;
	margin-left: 10px;
}

.comment {
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 35px;
}

.comment .date {
	text-align: right;
	margin: 0;
	padding: 3px 0px;
}
.comment .author {
	margin: 0;
	text-align: left;
	padding-top: 3px;
	margin: 10px 0px 10px 0px;
}

.self {
	background-color: #F5F5F5;
}

.comment .gravatar {
	float: right;
	margin: 5px 5px 5px 5px;
}

.comment .gravatar img {
	height: 80px;
	width: 80px;
}

.comment .content {
	min-height: 85px;
	margin: 5px 0 0 5px;
}
.commentForm {
	margin: 10px;
}

.commentForm label {
	float: left;
	display: block;
	width: 80px;
}

.commentForm input {
	width: 345px;
}

.commentForm textarea {
	width: 90%;
	height: 150px;
}

/*----------------------------
					Archive
----------------------------*/

#archive {
	padding: 10px;
}

#archive h1 {
	margin: 0;
	padding-bottom: 9px;
}

#archive h2 {
	border-bottom: 1px solid silver;
	padding-bottom: 4px;
	font-size: 12px;
	margin-bottom: 10px;
}

#archive h2 img {
	margin-right: 3px;
}

#archive ul {
	list-style-type: square;
	margin: 0 10px;
	padding: 10px;
}

#archive ul li {
	margin-right: 20px;
}

#archive table{
	width: 100%;	
	border-collapse: collapse;
}

#archive table td, #archive table th{
	text-align:left;
}

#archive table td{
	text-align:left;
	border-bottom: 1px solid #D8D8D8;
	padding: 2px 0;
}

#archive .date{
	width: 70px;
}

#archive .comments{
	/*width: 70px;*/
	text-align: center;
}

#archive .rating{
	/*width: 70px;*/
	text-align: center;
}

/*----------------------------
				 Tag cloud
----------------------------*/

#tagcloud {
	margin-bottom: 10px;
	white-space: normal;
}

#tagcloud li {
	display: inline;
}

#tagcloud a {
	margin-right: 3px;
	display: inline;
}

#tagcloud a.biggest {
	font-size: 17px;
}

#tagcloud a.big {
	font-size: 15px;
}

#tagcloud a.medium {
	font-size: 13px;
}

#tagcloud a.small {
	font-size: 11px;
}

#tagcloud a.smallest {
	font-size: 10px;
}

/*----------------------------
					Star rater
----------------------------*/

.rating p {
	display: inline;
	position: relative;
	top: 14px;
	left: 55px;
}

.star-rating {
	position: relative;
	width: 125px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: left top;
}

.star-rating li {
	display: inline;
}

.star-rating a, .star-rating .current-rating {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000em;
	height: 25px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;
}

.star-rating a:hover, .star-rating a:active, .star-rating a:focus {
	background-position: left bottom;
}

.star-rating a.one-star {
	width: 20%;
	z-index: 6;
}

.star-rating a.two-stars {
	width: 40%;
	z-index: 5;
}

.star-rating a.three-stars {
	width: 60%;
	z-index: 4;
}
.star-rating a.four-stars {
	width: 80%;
	z-index: 3;
}
.star-rating a.five-stars {
	width: 100%;
	z-index: 2;
}
.star-rating .current-rating {
	z-index: 1;
	background-position: left center;
}

/* smaller star */
.small-star {
	width: 50px;
	height: 10px;
}
.small-star, .small-star a:hover, .small-star a:active, .small-star a:focus, .small-star .current-rating {
	background-image: url(../../pics/star_small.gif);
	line-height: 10px;
	height: 10px;
}

/*----------------------------
				Contact page
----------------------------*/

#contact {
	background: white;
	padding: 10px;
}

#contact h1 {
	margin-top: 0;
}

#contact label {
	display: block;
	padding-top: 5px;
}

#contact input.field {
	width: 200px;
}

#contact textarea {
	display: block;
	overflow: auto;
	width: 75%;
	height: 150px;
	margin: 0;
}

/* And they lived happily ever after. The End. */

.AppraisalResults 
{
	font-size: 14px;
	color: #CC6633;
}