/* Global whitespace reset */
* {
padding:0;
margin:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin:20px 0; }
li, dd, blockquote { margin-left: 40px; }
fieldset { padding:10px; }

/* Structure Divs */
body {
	padding: 10px 40px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333;
	text-align: left;
	background-image: url(../wp-content/themes/dans/bgd.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#title {
	height: 150px;
	width: 210px;
	position: absolute;
	left: 40px;
	top: 10px;
	overflow: hidden;
	padding: 0px;
	color:#fff;
}
#footer {
	height: 50px;
	border-top: 1px solid #ededed;
	text-align: center;
}
#description, #search {
	height: 115px;
	min-width: 500px;
	position: absolute;
	left: 270px;
	top: 10px;
	overflow: hidden;
	padding: 0px 40px 0px 0px;
	color: #fff;
}
#search {
	height: 25px;
	position: absolute;
	top: 130px;
}
#content {
	margin: 165px 0px 0px 220px;
	padding: 0px 10px;
	border-left: 1px solid #ededed;
}
#sidebar {
	width: 210px;
	position: absolute;
	left: 40px;
	top: 160px;
	border-right: 1px solid #ededed;
	padding: 10px 10px 10px 0px;
}
.column {
	float: left;
	width: 46%;
	padding: 0px 10px 10px 10px;
	text-align: center;
}
#listings {
	clear: both;
	margin: 20px 0px;
}
#featured {
	clear: both;
	margin: 10px;
	border: 2px solid #893030;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.subcats {
}

/* text styles */
#sidebar {
	font-size: 85%;
}
#description, #footer, .url, #path, #pagenav, #Subform {
	font-size: 85%;
}
#description ul li {
	display: inline;
	list-style-type: none;
	margin: 0px 10px 0px 0px;
}
#description ul {
	display: block;
	clear: both;
	margin: 3px 0px;
}
#description.heading {
	font-weight: bold;
}
#search form {
	margin: 0px;
}
.url {
	color: #999;
}
#Subform label {
	display: block;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#Subform input, #Subform textarea, #Subform img, #Subform select {
	display: block;
}
.desc {
	margin: 5px 0px;
}
#footer {
	color:#999;
}
.errForm {
	font-weight: bold;
	color: #FF0000;
}

/* links */
#description a, #search a, #sidebar a, #content #footer a, #description a:visited, #search a:visited, #sidebar a:visited, #content #footer a:visited {
	color:#999;
	text-decoration:none;
	border-bottom: none;
}
#sidebar a:hover {
	color: #893030;
}
#description a:hover {
	color: #fff;
}
#content a, #content a:visited {
	color: #893030;
	text-decoration: underline;
}
#content a:hover {
	text-decoration:none;
}
#title a:link, #title a:visited, #title a:hover {
	text-decoration:none;
	color:#fff;
	border: none;
}
.feedicon {
	float: right;
}

/* Headings */
h1, h2, h3, h4, h5 {
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	margin-top: 0px;
	font-size: 200%;
}
h4 {
	margin-bottom: 0px;
	margin-top: 20px;
	border-bottom: 1px solid #333;
}
#sidebar h5 {
	margin: 2px 0px;
	font-size: 120%;
}
h3 {
	font-size: 120%;
	margin-bottom: 5px;
}
h2 {
	background-color: #ededed;
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 120%;
}
#pagenav {
	font-weight: bold;
	text-align: center;
}
/* sidebar bullets */
#sidebar li {
	margin: 0px 0px 0px 20px;
	color:#999;
	font-weight: bold;
}
li {
	list-style-type: square;
}
ul.children {
	margin-top: 0px;
}
.ads {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}
.req {
	font-weight: bold;
	color: #FF0000;
}