/*
Theme Name:
Theme URI: 
Description: 
Author: 
Author URI: 
Tags: 
Version: 
*/


	
body {
	position: relative;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	background:#fff url(img/bg-body.gif) repeat-x left top;
	font:11px/18px Verdana, Tahoma, sans-serif;
	color:#606060;
}

a {
	color:#662625;
	outline: none;
}

blockquote {
	margin:0 0 0 20px;
	padding: 0 0 0 20px;
	border-left: 5px solid #f3f4f0;
}

img {
	border: none;
}

ul, ol {
	margin: 0 0 20px 20px;
	padding: 0px;
}



#header {
	position:relative;
	width:940px;
	height:140px;
	margin: 0;
	padding: 0px;
	background: url(img/bg-header.png) no-repeat bottom left;
}

#roverheader {
	position:relative;
	width:539px;
	height:132px;
	margin: 0;
	padding: 0px;
	background: url(img/digglerhead.jpg) no-repeat bottom left;
}

#content {
	/* width: 940px; */
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0px;
}

#content-left {
	float:left;
	/* min-width:560px; */
	min-width:300px;
	width:55%;
	height:auto;
	padding: 40px 0 0 40px;
}

#content-right {
	float:right;
	width:340px; 
	min-width:340px;
	height:auto;
	top: 0px;
	padding-right: 40px;
}

#footer {
	padding: 20px 0;
	background:#353535;
}


	
#header h1 {
	position:absolute;
	bottom:40px;
	left:0px;
	margin: 0px;
	color: #fff;
	font:bold 28px/28px Helvetica, Arial, sans-serif;
}

#header h1 a {
	color: #fff;
	text-decoration: none;
}

#header h2 {
	position: absolute;
	bottom: 30px;
	left: 5px;
	margin: 0px;
	color: #C4AFAC;
	font:11px/11px Helvetica, Arial, sans-serif;
}

h2, h3, h4 {
	margin:0 0 20px 0;
}

.box-left h2 {
	color:#662625;
	font:bold 24px/34px Helvetica, Arial, sans-serif;
}

.box-left h2 a {
	text-decoration:none;
}

.box-left h2 a:hover {
	text-decoration:underline;
}

.box-left h3 {
	margin: 0 0 20px 0;
	color:#662625;
	font:bold 14px/14px Helvetica, Arial, sans-serif;
}

.box-left h4 {
	color:#C4AFAC;
	font:11px/11px Helvetica, Arial, sans-serif;
}

.box-right h3 {
	color:#662625;
	font:bold 12px/12px Helvetica, Arial, sans-serif;
	text-transform:uppercase;
}



#menu {
	position:relative;
	width: 940px;
	margin: 0 auto;
}


.box-left {
	margin: 0 0 40px 0;
}

p.tags {
		clear: both;
        font:11px/11px Helvetica, Arial, sans-serif;
}

/** CONTENT RIGHT */

#box-rss {
	height: 80px;
	margin: 0 0 20px 0;
	background: url(img/bg-rss.gif) no-repeat left top;
}

#box-rss a {
	display: block;
	height: 50px;
	padding: 30px 0 0 80px;
	background: url(img/rss-icon.jpg) no-repeat 20px 20px;
	font:18px/18px Helvetica, Arial, sans-serif;
	text-decoration: none;
}

.box-right {
	margin:20px 0;
	font:11px/11px Helvetica, Arial, sans-serif;
	background: url(img/bg-box-right.gif) repeat-y left top;
}

.box-right h3 {
	padding: 20px 20px 0 20px;
	background: url(img/bg-box-right-top.gif) no-repeat left top;
}

.box-right-content {
	margin: 0 20px;
}

.box-right-bottom {
	height: 20px;
	background: url(img/bg-box-right-bottom.gif) no-repeat left top;
}

.box-right ul {
	margin:0;
	padding:0;
	list-style:none;
}

.box-right li {
	line-height:24px;
}

.box-right ul li ul {
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
}

.box-right ul li ul li ul {
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
}

.box-right p {
	margin: 20px 0 0 0;
}


label {
    display: block;
    margin: 0 0 5px 0;
}

.text {
    width: 350px;
    margin: 0 0 10px 0;
    padding: 5px;
    background: url(img/bg-form-text.gif) repeat-x left top;
    border: 1px solid #ccc;
}

textarea {
    width: 450px;
    height: 150px;
    margin: 0;
    padding: 5px;
    background: url(img/bg-form-text.gif) repeat-x left top;
    border: 1px solid #ccc;
}

.submit {
    width: auto;
    padding: 5px;
    color: #fff;
    background: #662625;
	border: 0;
}



#search {
	width: 190px;
	padding: 5px;
	background: url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #ccc;
}

#search-submit {
    width:auto;
    padding:5px;
    color:#fff;
    background:#662625;
	border:0;
}


	
.comment {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #f7f7f7;
	border: 1px solid #ccc;
}

.comment p {
	margin: 0px;
}

.comment-details {

}

.comment img {
	float: none;
	vertical-align: middle;
}

img.avatar {
	float: left;
	margin: 0 10px 10px 0;
}



#footer p {
	width:940px;
	margin:0 0 0 100px;
	padding:0;
	color:#fff;
	text-align:center;
}

#footer p a {
	color: #fff;
}



.clear {
	clear:both;
}



.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 0 10px 10px 0;
}

.alignright {
   float: right;
   margin: 0 0 10px 10px;
}

.wp-caption {
   border: 1px solid #ccc;
   text-align: center;
   background-color: #f3f4f0;
   padding-top: 4px;
}

.wp-caption img {
   float: none;
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0px;
   margin: 0px;
}



#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td {
	text-align: center;
}

#wp-calendar caption {
	margin: 0 0 10px 0;
	padding: 5px;
	background: #662625;
	color: #fff;
}

#tag_cloud {
	line-height:normal;
}