/*
Theme Name: Filterswept Default
Theme URI: http://www.filterswep.com/
Description: Default Theme for Filterswept.com
Version: 1.0
Author: Michael Beau
Author URI: http://www.filterswept.com/
Tags: filterswept Michael Burke
*/


body {
	margin: 0px;
	padding: 0px;
	font-family: arial, sans-serif;
	font-size: 10pt;
	background-color: #49801d;
	color: white;
}

.backgroundcolor {
	color: #49801d;
}

.foregroundcolor {
	color: white;
}

h1 {
	margin: 5px;
	margin-left: 0px;
	margin-bottom: 20px;
	font-weight: 200;
	font-size: 50px;
}

h2 {
	font-size: 20px;
	margin: 5px;
	margin-left: 0px;
}

h3 {
	font-size: 16px;
	margin: 5px;
	margin-left: 0px;
}


a {
	text-decoration: none;
	color: #49801d;
}

a:hover {
	text-decoration: none;
	color: #e8d138;
}


img {
	margin: 15px;
}

cite {
	font-style: normal;
}

div.leftCol {
	position: absolute;
	color: #5d5d5d;
	left: 0px;
	top: 0px;
	width: 550px;
	min-height: 100%;
	padding: 10px;
	padding-left: 25px;
	padding-right: 25px;
	background-color: white;
	z-index: 99;
}

div.rightCol {
	position: fixed;
	padding: 10px;
	padding-left: 25px;
	height: 100%;
	left: 600px;
	top: 0px;
	overflow: none;
}

.rightCol a {
	color: white;
}

.rightCol a:hover {
	color: #e8d138;
}

div.linkMenu {
	margin-top: 80px;
}

ul.linkList {
	list-style-type: none;
	margin: 0px;
	margin-bottom: 25px;
	padding: 0px;	
}

img.flash {
	position: fixed;
	right: 0px;
	top: 0px;
	z-index: 1;
	border: 0px;
	margin: 0px;
}

div.signoff {
	position: fixed;
	text-align: right;
	right: 10px;
	bottom: 10px;
	z-index: 1;
}

input#s {
	background-color: #999999;
	color: black;
	border: 0px;
}

textarea {
	width: 550px;
}

.hidden {
	display: none;
}

.post {
	margin-bottom: 40px;
	clear: both;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.clear {
	clear: both;
}

.centeralign {
	vertical-align: baseline;
}

#comments {
}

.rssimage {
	border: 0px;
	margin: 0px;
	margin-left: 7px;
}

.longtrailer {
	margin-bottom: 30px;
	text-decoration: none;
	border: 0px;
}

.faint {
	color: #AAAAAA;
}

form#commentform {
	background-color: #eeeeee;
	padding: 15px;
}

form#commentform textarea {
	width: 520px;
}

div.comment p {
	min-height: 20px;
	background-image: url("images/quote-background.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 25px 0px 25px;
	overflow: hidden;
	width: 480px;
}
