/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #c4161c; 
}

body, th, td, input, textarea {
	font-family: courier new, courier, mono;
	font-size: 15px;
	color: #000000;
	padding-bottom: 25px;
	line-height: 125%;
}


h1{
	color: #c4161c;
}

h2, h3 {
	color: #000000;
	padding-bottom: 15px;
	padding-top: 20px;
}

.blackhr
{
color: #000;
margin: 3px auto 8px 0px;
background: url(images/header-underline.png) repeat-x;
height: 10px;
}

.blackhr-transparent
{
margin: 3px auto 8px 0px;
background: transparent;
height: 1px;
}


.blackhr-head
{
padding-bottom: 15px;
color: #000;
margin: 3px auto 8px 0px;
background: url(images/header-underline.png) repeat-x;
height: 10px;
}

h1 {
	font-size: 25px;
}

h2 {
	font-size: 150%;
	font-weight: bold;
}


h3 {
	font-size: 1em;
}

p, ul, ol {
	font-family: courier new, courier, mono;
	font-size: 15px;
	color: black;
	padding-bottom: 25px;
	line-height: 125%;
}

ul	{
	margin-left: 3em;
	list-style-image: url(images/check-bullet.gif);
}

ol	{
	margin-left: 3em;
}


a {
	text-decoration: none;
	color: #0c3066;
	font-weight: bold;
}

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

a:visited {
	border: none;
	text-decoration: none;
	color: #ab060c;
}


h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #0c3066;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #1953B0;
}

hr {
	display: none;
}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 758px;
	height: 150px;
	position: relative;
	left: 50%;
	margin-left: -379px; /* half the width of the div */
	z-index: 1;
}

#menu-new {position: relative;
		z-index: 2;
		top: 19px;
		left: 2px;
		width: 600px;
}

#menu-sub a {color: #000000;
		text-decoration: none;
		font-weight: bold;
		font-family: arial,verdana,helvetica;
		font-size: 16px;
		z-index: 4;
}

#menu-sub a:hover {color: 000000;
		text-decoration: none;
		font-weight: bold;
		font-family: arial,verdana,helvetica;
		font-size: 16px;
		z-index: 4;

}

#menu-sub:hover {border-top: 2px #000000 solid;
		border-left: 2px #000000 solid;
		border-right: 2px #000000 solid;
		height: 22px;
		text-align: center;
		background: white;
		color: black;
		text-decoration: none;
		font-weight: bold;
		font-family: arial,verdana,helvetica;
		font-size: 16px;
		border-bottom: 2px #ffffff solid;
		z-index: 3;
}

#menu-sub {border: 2px #000000 solid;
		height: 22px;
		text-align: center;
		background: #a5c6fd;
		color: black;
		text-decoration: none;
		font-weight: bold;
		font-family: arial,verdana,helvetica;
		font-size: 16px;
		border-bottom: 2px #000000 solid;
		z-index: 3;		
}


#menu-sub-index {border-top: 2px #000000 solid;
		border-left: 2px #000000 solid;
		border-right: 2px #000000 solid;
		height: 22px;
		text-align: center;
		background: white;
		color: black;
		text-decoration: none;
		font-weight: bold;
		font-family: arial,verdana,helvetica;
		font-size: 16px;
		border-bottom: 2px #ffffff solid;
		z-index: 3;
}

#menu-sub-contact {border-top: 2px #000000 solid;
		border-left: 2px #000000 solid;
		border-right: 2px #000000 solid;
		height: 22px;
		text-align: center;
		background: white;
		color: black;
		text-decoration: none;
		font-weight: bold;
		font-family: arial,verdana,helvetica;
		font-size: 16px;
		border-bottom: 2px #ffffff solid;
		z-index: 3;
}

#menu-sub-ebay-items {border-top: 2px #000000 solid;
		border-left: 2px #000000 solid;
		border-right: 2px #000000 solid;
		height: 22px;
		text-align: center;
		background: white;
		color: black;
		text-decoration: none;
		font-weight: bold;
		font-family: arial,verdana,helvetica;
		font-size: 16px;
		border-bottom: 2px #ffffff solid;
		z-index: 3;
}

#menu-sub-yard-sales {border-top: 2px #000000 solid;
		border-left: 2px #000000 solid;
		border-right: 2px #000000 solid;
		height: 22px;
		text-align: center;
		background: white;
		color: black;
		text-decoration: none;
		font-weight: bold;
		font-family: arial,verdana,helvetica;
		font-size: 16px;
		border-bottom: 2px #ffffff solid;
		z-index: 3;
}

#menu-sub-cleanouts {border-top: 2px #000000 solid;
		border-left: 2px #000000 solid;
		border-right: 2px #000000 solid;
		height: 22px;
		text-align: center;
		background: white;
		color: black;
		text-decoration: none;
		font-weight: bold;
		font-family: arial,verdana,helvetica;
		font-size: 16px;
		border-bottom: 2px #ffffff solid;
		z-index: 3;
}

#menu {
	float: left;
	height: 35px;
	padding-top: 10px;
	padding-left: 14px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 35px;
	width: 115px;
	margin-right: 1px;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
	padding-top: 10px;
    text-align: center;
	background: url(images/button.jpg) no-repeat
}

#menu a:hover {
	color: #2C2E22;
}



/* Logo */

#logo {
	width: 758px;
	height: 135px;
	margin: 0 auto;
	background: url(images/Top-Page-Logo.gif) no-repeat left top;
}


#logo h1 {
	padding-top: 100px;
	padding-left: 20px;
	color: #ffffff;
	font-size: 24px;
}

#logo h2 {
	font-style: italic;
	font-size: 10px;
	padding-left: 20px;
}

#logo p {
	clear: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
}

#logo a {
	color: #FFFFFF;
}

/* Page */

#page {
	width: 712px;
	position: relative;
	left: -2px;


/*	width: 716px; */
	height: auto;
/*	margin: 0 auto; */
	background: #ffffff;
	border: 2px solid #000000;
	padding: 15px;

}

/* Content */

#content {
	float: left;
	width: 470px;
	padding-left: 10px;
	color: black;

}

.post {
}

.post .title {
	margin: 0;
	font-weight: normal;
}

.post h1.title {
	height: 30px;
	font-size: 2.4em;
}

.post .entry {
	padding: 0 10px 30px 15px;
}

.post .meta {
	margin: 0;
	padding: 5px 0px 0px 15px;
	background: url(images/img04.gif) repeat-x left bottom;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2C5C89;
}

.post .meta a {
	color: #2C5C89;
}

.post .links {
	margin: 0;
}

.post .tags {
	margin: 0;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	background: url(images/img04.gif) repeat-x;
}

.post .links a, .post .tags a {
	border: none;
}


/* Sidebars */

#sidebar2 {float: right;}

#sidebar2-section {border: thin #000000 solid;
		padding: 8px;
		width: 200px;
		background: #c3d9ff;
}

#sidebar2-section h2 {	text-align: center;
			background: #2274fb;
			color: black;
			padding: 3px;
			border: thin solid #000000;}


/* Footer */
#footer
{
padding: 20px;
}

#footer p {
	text-align: center;
	font-size: 9px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}
#footer a
{
color: #FFFFFF
}