/* 
Theme Name: Rainswater Fixed Asset Custom Theme
Description: Custom two column flexible Theme for Rainswater Fixed Asset
Theme URI: http://rainswater.com/
Version: 1.0
Author: bj novack, Kickass Web Design
Author URI: http://www.kickasswebdesign.com/ 
*/
* {margin: 0; padding: 0;}
/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */
body {
	font: 100.01% Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF;
}
body a {
	font-weight: bold;
}
body a:link {
	color: #9bc061;
}
body a:visited {
	color: #304910;
}
body a:hover {
	color: #744936;
}
body a:active {
	color: #fe9610;
}
#mainwrapper {
	width: 94%;
	float: left;
	margin: 0 3%;
	min-height: 550px; /*double insurance on min-height for IE*/
}
#colwrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
}
#sidebar {
	width: 300px;
	float: right;
	margin: 0;
	padding: 15px 10px 25px 0;
	font-size: medium;
	text-align: left;
	color: #000000;
}
.archivewrapper {
	width: 100%;
	background: url(images/sbultop.gif) no-repeat center top;
	margin: 0;
	padding: 22px 0 15px 0;
}
#sidebar h3 {
	font-size: 100%;
	padding: 20px 0 15px 0;
	text-align: center;
}
#sidebar h2 {
	font-size: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
	color: #304910;
	text-align: center;
}
#sidebar li h2 {
	background: url(images/sblibg.gif) repeat-y center top;
	padding: 0 0 15px 0;
}
sidebar p { margin: 20px 0 5px 0; padding: 7px;}
#sidebar ul {
	margin: 0;
	padding: 0 0 20px 0;
	width: 300px;
	background: url(images/sbulbottom.gif) no-repeat center bottom;
}
#sidebar li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sidebar li {
	padding: 7px 0 0 0;
	line-height: 1.2em;
	font-size: 95%;
	background: url(images/sblibg.gif) repeat-y center top;
}
#sidebar p {
	padding: 15px 10px;
}
#sidebar ul a {
	display: block;
	padding: 3px 18px;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
}
#sidebar ul a:link {
	color: #59783f;
}
#sidebar ul a:visited {
	color: #304910;
}
#sidebar ul a:hover {
	color: #000000;
	background: #d0e1b5;
}
#sidebar ul a:active {
	color: #acb84d;
}
#sidebar ul li ul {
	background: transparent;
	padding: 0 0 20px 0;
}
#content {
	float: left;
	display: inline;
	font-size: 85%;
	padding: 25px 10px 15px 0;
	margin: 0 0 5px 20px;
	width: 50%;
}
#content h1, #content h3, #content h2 {
	color: #304910;
}
/* just some general formatting stuff for tags */
#content h1 {font-size: 175%; padding: 60px 0; font-family: "Times New Roman", Times, serif; letter-spacing: .1em; line-height: 1.5em;}
#content h2 {font-size: 120%; padding: 15px 0;}
#content h3 {
	color: #304910;
	font-size: 110%;
	margin: 0;
	padding: 15px 0;
}
#content ul {
	margin: 5px 5px 5px 20px;
}
#content li {
	padding: 5px 0;
}
#content p {
	padding: 4px 0;
}
h4 {
	padding: 15px 0;
	font-size: 1em;
	color: #304910;
}
/* the footer div, which needs a clearer after and sometimes before it in the html */
#footer {
	font-size: .7em;
	width: 100%;
	clear: both;
	padding-top: 25px;
}
#footer p {
	margin: 0;
	padding: 5px 15px;
}
#footer h4 {
	width: 100%;
	margin: 0;
	padding: 15px;
	font-size: 95%;
	color: #304910;
}
#footer a {
	font-weight: bold;
}
/*the clearer class for any clearing needed for the floats, use in empty divs or brs */
.clearA {
	overflow: hidden;
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
}
img a {
	border: 0;
}
/*necessary haslayout hack to make IE6 windoze behave like a normal browser and keep links from jumping around on hover*/
/* hide from IE5-mac \*/

* html a { height:1%;}
* html mainwrapper {height: 550px;}

/* end hide */
/*some basic wp classes to define the look of the blog elements*/
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
}
.description {
	margin: 0 0 30px 0;
}
.navigation {
	font-size: 70%;
	width: 100%;
	float: left;
	margin: 0;
}
/*last entry and next entry link classes */
.alignleft {
	float:left;
	width: 45%;
	margin: 0 15px 0 0;
	display: block;
}
.alignright {
	float:right;
	width: 45%;
	margin: 0 0 0 15px;
	display: block;
}
/* post stuff */
.postmetadata {
	font-size: 85%;
}
.post {
	padding: 0 5px;
	clear: both;
}
.bloginfo {margin: 0; padding: 0;}
.storytitle {margin: 0; padding: 0;}
#searchform {margin: 5px 3px 0 0;}
.searchbox {width: 130px;}
#searchsubmit {background: #dae8c5; margin: 2px 0 0 1px;}
.feedback {margin: 0 0 20px 0;}
/*this is the class for the display box containing the random quote, if you include it*/

.textbox {width: 285px;}
.leftfloatimg260 {
	float: left;
	clear: left;
	width: 250px;
	margin: 5px 15px 5px 0;
}
.rightfloatimg260 {
	float: right;
	clear: right;
	width: 250px;
	margin: 5px 0 5px 15px;
}
a img {
	border: 0;
}
.download {
	margin: 30px 0;
}
