/* basic elements */

html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

body
{
   margin: 0;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
   font-family: verdana, 'trebuchet ms', sans-serif;
   font-size: 12px;
}

/*	general helper classes */

.small {
	font-size: 0.85em;
}

/* page layout */

body {
	text-align: center;			/* center on ie */
	background-color: #321e0e;
	background: #35200f url("http://www.doingitourselves.com/images/distressed2.gif") repeat-x;
} 

#site-container {
	margin: 0 auto;
}

#header {
	position: relative;
	width: 850px;
	height: 191px;
	margin: 0 auto;
	border-bottom: 3px solid #35200f;
	background: #35200f url("http://www.doingitourselves.com/images/dio_banner.jpg") no-repeat top left;
}

#header #trans-link img {
	position: absolute;
	top: 50px;
	left: 23px;
	border: 0;
}

#header #searchbox {
	position: absolute;
	bottom: 8px;
	right: 10px;
	width: 279px;
	border: 0;
}

#header #searchbox form {
	margin: 0 auto;
	padding: 0;
}

#footer {
	width: 850px;
	height: 50px;
	margin: 0 auto;
	border-top: 3px solid #35200f;
	text-align: left;
	background: white url("http://www.doingitourselves.com/images/dio_footer.jpg") no-repeat top left;
}

#main-container {
	position: relative;
	width: 850px;
	background-color: #f5f5dc;
	margin: 0 auto 0 auto;
	overflow: visible;
}

#main-container a, #main-container a:link, #main-container a:hover, #main-container a:active {
	color: #35200f;
}

#main-container a:visited {
	color: #be7f3c;
}

#left-bar {
	position: absolute;
	z-index: 2;
	background-color: #f5f5dc;
	top: 0px;
	left: 0px;
	width: 130px;
	padding: 10px;
	text-align: left;
}

#right-bar {
	position: absolute;
	z-index: 3;
	background-color: #f5f5dc;
	top: 0px;
	right: 0px;
	width: 165px;
	padding: 10px;
	text-align: left;
}

#left-bar h3, #right-bar h3 {
	margin: 0 0 5px 0;
	padding: 0 0 3px 0;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	color: #35200f;
	border-bottom: 2px solid #35200f;
}

#left-bar ul, #right-bar ul {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.9em;
}

#left-bar li, #right-bar li {
	padding-bottom: 3px;
}

#left-bar p {
	font-size: 0.9em;
}

#right-bar .ad-box {
	margin: 0 auto;
	text-align: center;
}

#main-bar {
	z-index: 1;
	width: 495px;
	background-color: #f5f5dc;
	padding: 10px 195px 10px 160px;
	text-align: left;
}

.content-nav {
	text-align: center;
	margin-bottom: 10px;
	font-size: 0.9em;
}

.post {
	margin-bottom: 20px;
}

.post .post-header, #main-bar h3 {
	margin: 0 0 10px 0;
	font-size: 1.3em;
}

.post .post-header a, .post .post-header a:link, .post .post-header a:visited, .post .post-header a:active, .post .post-header a:hover {
	color: #35200f !important;
	text-decoration: none;
}

.post .post-header a:hover {
	text-decoration: underline;
}

.post .post-body, .comment, .comments-open-content {
	font-size: 1em;
	padding-left: 10px;
}

.post .post-body p, .comment p {
	margin-top: 5px;
	margin-bottom: 10px;
}

.post .post-body blockquote, .comment blockquote {
	margin-left: 10px;
	padding: 10px;
	background-color: #ddcaa1;
}

.post .post-more-link {
	padding: 0 0 10px 10px;
	font-style: italic;
	margin-top: -5px;
}

.post .post-footer, .comment-footer {
	clear: both;
	font-size: 0.8em;
	border-top: 1px dashed #35200f;
	padding-top: 2px;
}

.post img, #comments img {
	border: none;
}

img.left, img.center, img.right {
	background-color: white;
	padding: 3px;
	border: 6px solid #ccc !important;
	margin: 0px 5px 5px 5px;
}

img.left {
	float: left;
}

img.center {
	text-align: center;
}

img.right {
	float: right;
}

#comments h3 {
	font-size: 1.2em;
}

.comments-open-moderated {
	font-size: 0.9em;
}

#comments-open-data {
	border: 1px solid #35200f;
	padding: 5px 5px 5px 10px;
	background-color: #ddcaa1;
}

#comments-open-data p {
	margin: 5px 0px;
}

#searchbox-page {
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 5px 10px 5px 10px;
	background-color: #ddcaa1;
}

/* TEMP STUFF */

/*
#main-container { height: 1000px; }
#left-bar { height: 1000px; }
#main-bar { height: 1000px; }
#right-bar { height: 1000px; }
*/

