/* 
Theme Name: Loan Repair and Rescue
Author: Dave Cole
Version: 0.1
*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

/* html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}
/*

/*
Here is a list of all the <DIV>s in Whiteboard.
*/
body {
	/* background: url('images/bgcolor.png') repeat #545554; */
	margin: 0px;
	padding: 0px;
	font-family: 'Tahoma', Helvetica, Arial, san-serif;
	}
h1, h2, h3, h4 {
	font-family: 'Times New Roman', Times, serif;
	font-variant: small-caps;
	}
#container{
	height: auto !important;
	height: 100%;
	margin-top: 0px;
	padding-top: 0px;
	background: url('images/fullbg2.png') repeat-x #FFF;
	margin: 0 auto;
	width: 920px;
	}
#header{
	margin-top: 0px;
	padding-top: 0px;
	}
#headerimg {
	padding-top:85px;
	}
#login-area {
	font-size: .75em;
	float: right;
	padding: 10px;
	color: #FFF;
	}
#login-area a {
	text-decoration: none;
	color: #545554;
	}
#login-area a:hover {
	text-decoration: underline;
	color: #FFF;
	}
.post{
	float: left;
	width: 580px;
	margin: 20px;
	line-height: 1.5em;
	}
.postmeta{}
.postnavigation{}
#searchform{}
#sidebar{
	background: url('images/bgcolor.png') repeat #545554;
	float: right;
	width: 300px;
	color: #d9eebd;
	}
#sidebar ul {
	}
#sidebar li {
	list-style: none;
	color: #DDD;
	}
#sidebar a {
	font-size: .8em;
	text-decoration: none;
	color: #DDD;
	}
#sidebar a:hover {
	text-decoration: underline;
	color: #FFF;
	}
#sidebar-top{
	background: url('images/sidebar-top.png') no-repeat top right #FFF;
	height: 80px;
		}
#sidebar-bottom {
	background: url('images/sidebar-bottom.png') no-repeat top right #FFF;
	height: 90px;
	}
#sub-sidebar {
	background: #FFF;
	text-align: right;
	padding: 20px;
	}
#sub-sidebar p {
	font-size: .75em;
	color: #669933;
	}
#sub-sidebar label {
        color: #000;
        padding-right: 2px;
        padding-bottom: 5px;
        }
#sub-sidebar input {
        padding-bottom: 5px;
        }
#sub-sidebar h2 {
	color: #669933;
	border-bottom: 1px dotted #669933;
	padding-bottom: 12px;
	}
#sub-sidebar a {
	font-size: 1.0em;
	text-decoration: none;
	color: #444;
	}
#sub-sidebar a:hover {
	font-size: 1.0em;
	text-decoration: underline;
	color: #000;
	}
#comments
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
.comments_meta{}
#footer {
	border-bottom: solid 1px #545554;
	min-height: 120px;
	height: 120px;
	clear: both;
	background: url('images/fullfoot.png') left bottom no-repeat #FFF;
	}
#sub-footer {
	font-size: .8em;
	text-align: center;
	color: #FFF;
	min-height: 100px;
	padding: 20px 0px 20px 0px;
	margin: 0px;
	background: url('images/bgcolor.png') repeat #545554;
	}
#sub-footer a {
	text-decoration: none;
	color: #FFF;
	}