/*   
Theme Name: CloserToTheDirt
Theme URI: CloserToTheDirt.com	
Description: Main Theme	
Author: Matt 
Author URI: CloserToTheDirt.com
Version: .2
.
This theme copyright 2009 CloserToTheDirt.com. 
.

Light Green: #94BA4D;
Blue:
Red: #9F3027
Brown: #817164, 


*/

@import url('reset.css'); /* Eric Meyer's reset.css stylesheet - http://www.meyerweb.com */

body {
	font-family: verdana, arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size:62.5%;
	background: #FBFBFB;
	}

/* General Styles*/

h1 {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-weight: normal;
	font-size: 4.8em;
	line-height: 116%;
}

#post h1 {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-weight: normal;
	font-size: 1.6em;
	margin: 0 0 2px 0;
	padding: 0;
	color: #736252;
	}

div.teaser #post h1 {
	font-weight: normal;
	margin: 0 0 22px 0;
	
}


#post h1 a {
	color: #736252;
	margin: 0;
	padding: 0;
}

#post h1 a:hover {
	color: #4F3F31;
}

h2 {
	font-weight: bold;
	color: #4F3F31;
	font-size: 1.08em;
	margin: 26px 0 8px 0;
	line-height:normal;
	}
	
h2 a {
	color: #89AF4C;

}

h3 {
	font-weight: normal;
	font-size: 1.4em;
	margin: 0;
	padding: 0;
	color: #667F3F;
	}

h3 a {
	color: #667F3F;
	margin: 0;
	padding: 0;
	
}


a {
	color: #7F9F31;
	color: #9F8363;
	text-decoration: none;
	}
	
a:hover {
	color: #5F5141;
	text-decoration: none;
	outline: none;
}

a img {
	border: none;
	outline: none;
	}

ol {
	list-style-type: decimal;
	margin: 14px 0 10px 40px;
}

ol.li {
	margin: 4px 0;
}

br.clear {
	clear: both;
	}

p.bottomarchives {
	text-align: right;
}

img.icon {
	border: none;
	vertical-align: -1px;
	padding: 0;
	margin: 0;
}	


/* General Post Style */

p.date {
	font-size: .8em;
	margin-top: 14px;
	color: #796959;
}

div.teaser p.date {
	float: right;
	width: 100px;
	padding-left: 18px;
}


img.post {
	margin: 16px;
	border: 1px solid #796C5C;
}

sup {
	font-size: 80%;
	font-weight: bold;
	color: #5F5F5F;
	line-height: 0; 
	padding: 0 2px 0 2px;
	vertical-align: super;
}

#post img.vert {
	margin: 16px 60px;
	padding: 0;
}


#post p.caption {
	font-style: italic;
	margin: -18px 0 22px 18px;
	text-align: center;
	width: 450px;
	color: #6F6D68;	
}

#post div.sidenote {
	border-top: 1px dotted #9F9F9F;
	border-bottom: 1px dotted #9F9F9F;
	margin: 18px 0;
}

body #post div.sidenote p {
	padding: 0;
	margin: 10px 0;
}

#post .quote {
	margin-left: 20px;
}


#post strong {
	font-weight: bold;
	color: #4F4F4F;
}
/* Post Lists*/
#post ul {
	list-style-type: disc;
	margin: 14px 0 18px 0;
	padding-left: 28px;
}


#post ul li, #post ol li {
	margin: 4px 0;
}

#post ul.clear {
	list-style-type: none;
}


#post ul.wide li {
	margin: 12px 0;
}

/* Main Page & Summary Listings*/
a.more {
	color: #817164;
}

a.more:hover {
	color: #4F3F31;
}
img.teaserthumb {
	float: right;
	border: 1px solid #796C5C;
	margin: 0 10px 5px 0;
	padding: 0;
	}

div.posting {
	margin: 0 0 28px 0;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #DAD7D2;
}

/* Slideshow */
div.slideshow {
	margin: 20px 0 20px 20px;
}

div.slideshow img {
	margin: 2px;
}

div.slideshow a img {
	border: 2px solid #FDFAF5;
}


div.slideshow a img:hover {
	border: 2px solid black;
}

/* References */
div.reference {
	padding: 18px 0 0 20px;
	border-top: 1px dotted #5F5F5F;
	margin: 28px 0 0 0;
	color: #5F5F5F;
}



/* Layout */
#bgcontainer {
	width: 876px;
	margin: 20px auto 0 auto;
	background: url(../art/paperRepeat.jpg) repeat-y;
}

#container {
	background: url(../art/paperTopHeader2.jpg) no-repeat;
	}

/* Header */
#header {
	padding: 40px 0 0 60px;
	margin: 0;
	position: absolute;
}


/* Content */
#content {
	margin: 0 0 0 72px;
	padding: 312px 0 0 0;
	width: 715px;
	font-size: 1.3em;
	line-height: 136%;
}

#content p {
	margin: 0 0 12px 0;
	}



/* Post */

#post {
	float:left;
	width: 500px;
}


/* Sidebar */
#sidebar {
	margin: 0 0 0 560px;
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar ul.menu li {
	margin: 0 0 6px 0;
}


#sidebar .subscribe {
	margin: 18px 0 0 0;
}

#sidebar .subscribe li {
	margin: 6px 0 0 0;
}


#sidebar a {
	color: #817164;
}

#sidebar a:hover {
	color: #4F3F31;
}

#sidebar ul.menu li.current_page_item a {
	color: #94BA4D;
}

#sidebar div.ads {
	margin: 56px 0 0 4px;
}


/*Comments*/

#commentsblock {
	margin: 44px 0 0 0px;

}

#comments-form {
	margin: 40px 0 0 0;
}


h3.comments {
	font-size: 1.32em;
	margin: 0 0 14px 0px;
}

ol.commentslist {
	list-style-type: none;
	background: #FBFBFB;
	margin: 18px 20px 0 10px;
	padding: 18px;
	border: 1px solid #CFCFCF;
}

ol.commentslist li {
	margin: 0 0 14px 0;
	padding: 8px;
	background: #FBFBFB;
	border-bottom: 1px dotted gray;
	
}

ol.commentslist p.commentauthor {
	color: #9F9F9F;
}

ol.commentslist li.postauthorcomment {
	background-color: #E6EFD1;
}

ol.commentslist .commentdate {
	color: #9F9F9F;
}

#comments-form  input {
	background-color: #FBFBFB !important;
	margin: 6px 0 0 10px;
	border: 1px solid #98958E;
}

#comments-form #comment {
	background-color: #FBFBFB;
	margin-left: 10px;
	border: 1px solid #98958E;
}

#comments-form label {
	color: #6F6F6F;
}

/*Archives*/
#post h2.archives {
	margin:8px 0 0 16px;
}

#post ul.archives {
	margin:6px 0 12px 32px;
	list-style: disc;
}

#post ul.archives li {
	margin: 4px 0;
	color: #817164;
}

#post ul.archives a {
	color: #817164;
}

#post ul.archives a:hover {
	color: #4F3F31;
}

/*Footer*/

#footer {
	clear: both;
	margin: 0;
	padding: 0;
	height: 408px;
	background: url(../art/footerbg.jpg) no-repeat;
	position: relative;
}


#footer h3 {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-weight: normal;
	font-size: 1.2em;
	color: #759353;
}

#footercontent {
	margin: 0 0 0 72px;
	padding: 164px 0 0 0;
	width: 780px;
	font-size: 1.3em;
	line-height: 134%;
}

#footer a {
	color: #817164;
}

#footer a:hover {
	color: #4F3F31;
}


#footercontent div.block {
	float: left;
	margin: 0 48px 0 0;
}

#footercontent #map {
	margin: 0 0 0 552px;
}

#footercontent #map img {
	margin: 12px 0 0 12px;
	border: 1px solid #DAD7D2;
}

#footercontent ul {
	margin: 10px 0 0 8px;
}

#footercontent ul li {
	margin: 4px;
}

#footercontent .subscribe li {
	margin: 6px 0 0 0;
}

#footercontent p {
	margin: 0 0 0 0;
	}

div.bannerad{
	width: 470px;
	margin: 6px auto;
}


.copyright {
	color:#9F9F9F;
	font-size: 1.0em;
	text-align: center;
	margin: 8px;
	}
