*
{
	margin: 0;
	padding: 0;
}

body
{
	color: #000;
	background: #fff url(css-images/wood.jpg);
	font-family: helvetica, verdana, sans-serif;
	text-align: center;
	padding-bottom: 40px;
}

a {
	color: #724927;
	background-color: transparent;
	text-decoration: none;
	}

a:hover, a:focus { text-decoration: underline; }

#container
{
	position: relative;
	width: 921px;
	margin: 40px auto 0;
}

#masthead
{
	position: relative;
	width: 921px;
	height: 252px;
	text-align: left;
}

#masthead a
{
	font-size: 14px;
	color: #0088a9;
	background-color: transparent;
	text-decoration: none;
	text-transform: lowercase;
}

#masthead #nameplate
{
	position: absolute;
	top: 12px;
	left: 15px;
	width: 892px;
	height: 219px;
	color: #000;
	background: transparent url(css-images/nameplate.jpg) no-repeat left top;
}

#masthead #brdr-top
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 921px;
	height: 12px;
	background: transparent url(css-images/nameplate_brdr_top.png) no-repeat left top;
}

#masthead #brdr-right
{
	display: block;
	position: absolute;
	top: 12px;
	right: 1px;
	width: 14px;
	height: 219px;
	background: transparent url(css-images/nameplate_brdr_right.png) no-repeat left top;
}

#masthead #brdr-bottom
{
	display: block;
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 921px;
	height: 21px;
	background: transparent url(css-images/nameplate_brdr_bottom.png) no-repeat left top;
}

#masthead #brdr-left
{
	display: block;
	position: absolute;
	top: 11px;
	left: 0;
	width: 15px;
	height: 219px;
	background: transparent url(css-images/nameplate_brdr_left.png) no-repeat left top;
}

#sitename a
{
	position: absolute;
	bottom: 28px;
	left: 36px;
	display: block;
	width: 224px;
	height: 65px;
	text-indent: -9999em;
	overflow: hidden;
}

#masthead p
{
	position: absolute;
	top: 40px;
	left: 312px;
	width: 564px;
}

#sifr { display: block; }

#sidebar {
	float: left;
	width: 310px;
	margin-bottom: 20px;
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	}
	
#sidebar p { margin: 10px 0; }
	
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
.sb-overlay {
	width: 310px;
	padding-top: 28px;
	color: #eed4ab;
	background: transparent url(css-images/sidebar_box_top.png) no-repeat left top;
	}
	
.sb-overlay a, #footer a {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
	}

.sb-overlay h3 {
	margin: -20px 0 15px;
	font-size: 16px;
	font-weight: bold;
	text-transform: lowercase;
	text-shadow: #593e26 2px 1px 1px;
	}
	
#contact h3 { text-transform: capitalize; font-size: 14px; margin-bottom: 0; }

.sb-overlay h4 {
	margin-top: 15px;
	font-size: 12px;
	font-weight: normal;
	text-transform: lowercase;
	text-decoration: underline;
	color: #fff;
	background-color: transparent;
	}

.sb-overlay a:hover, .sb-overlay a:focus, #footer a:hover, #footer a:focus { text-decoration: underline; }
	
.sb-overlay-content {
	width: 270px;
	overflow: hidden;
	color: #eed4ab;
	background: transparent url(css-images/sidebar_box_bottom.png) no-repeat left bottom;
	padding: 20px 20px 13px;
	}
	
.sb-overlay-content .col {
	float: left;
	margin-left: 3px;
	width: 125px;
	}
	
#delicious .sb-overlay-content ul {
	list-style: none;
	margin: 8px 0 0 3px; padding: 0;
	}
	
.delicious-posts h2 { display: none; }

#delicious .sb-overlay-content ul li { margin-bottom: 8px; }
	
.work-thumb {
	float: left;
	display: block;
	width: 128px;
	height: 96px;
	margin-bottom: 10px;
	}
	
.work-thumb a {
	display: block;
	width: 128px;
	}
	
.work-thumb img { border: none; }
	
#work-left, #work-right {
	float: left;
	width: 128px;
	overflow: hidden;
	}
	
#work-left { margin-right: 12px; }

.btn-outer {
	color: inherit;
	background: transparent url(css-images/sidebar_btn_top.png) no-repeat left top;
	padding: 6px 0 0;
	margin: 5px 0;
	}
	
.btn-inner {
	color: inherit;
	background: transparent url(css-images/sidebar_btn_bottom.png) no-repeat left bottom;
	position: relative;
	}
	
.btn-inner a {
	display: block;
	padding: 4px 1em 10px;
	font-weight: bold;
	color: #eed4ab;
	background-color: transparent;
	}
	
.btn-inner a:hover {
	color: #fff;
	text-decoration: none;
	}

.btn-inner a span {
	padding-right: 20px;
	background: transparent url(css-images/btn_arrow_off.png) no-repeat 100% 1px;
	}

.btn-inner a:hover span {
	background-image: url(css-images/btn_arrow_on.png);
	}
	
dl.contact-info {
	padding: 4px 10px 10px;
	width: 244px;
	overflow: hidden;
	}
	
dl.contact-info dt {
	font-weight: bold;
	}
	
dl.contact-info dd {
	float: left;
	width: 122px;
	}
	
dl.contact-info dd.phone { text-align: left; }
dl.contact-info dd.email { text-align: right; }
	
.btn-inner dl.contact-info dd a {
	display: inline;
	padding: 0;
	margin: 0;
	font-weight: normal;
	}
	
#main {
	display: inline;
	float: right;
	width: 598px;
	margin: 0 5px 20px 0;
	}
	
.entry {
	margin: 11px 0;
	text-align: left;
	}
	
.entry-photo {
	position: relative;
	margin: 0;
	width: 598px;
	height: 278px;
	}
	
.entry-photo-actual, .entry-photo-left, .entry-photo-top, .entry-photo-right, .entry-photo-right, .entry-photo-bottom {
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-color: transparent;
	}
	
.entry-photo-actual {
	top: 11px;
	left: 14px;
	width: 570px;
	height: 249px;
	background-image: url(css-images/entryphoto_left.png);
	}
	
.entry-photo-actual img { border: none; }
	
.entry-photo-left {
	top: 11px;
	left: 0;
	width: 14px;
	height: 249px;
	background-image: url(css-images/entryphoto_left.png);
	}
	
.entry-photo-top {
	top: 1px;
	left: 1px;
	width: 598px;
	height: 10px;
	background-image: url(css-images/entryphoto_top.png);
	}
	
.entry-photo-right {
	top: 11px;
	right: 0;
	width: 14px;
	height: 249px;
	background-image: url(css-images/entryphoto_right.png);
	}
	
.entry-photo-bottom {
	bottom: 1px;
	left: 0;
	width: 598px;
	height: 19px;
	background-image: url(css-images/entryphoto_bottom.png);
	background-position: bottom;
	}
 	
.entry-hdr {
	position: relative;
	color: inherit;
	background: transparent url(css-images/entrybg_top.png) no-repeat left top;
	min-height: 70px;
	margin-top: -25px;
	}
	
.entry-hdr.nopointer { background-image: url(css-images/entrybg_top_nopointer.png); }
		
.entry-body {
	position: relative;
	padding: 10px;
	color: #000;
	background: transparent url(css-images/entrybg_bottom.png) no-repeat left bottom;
	font-size: 12px;
	line-height: 16px;
	}

.entry-hdr h2 {
	position: absolute;
	left: 15px;
	right: 15px;
	top: 40px;
	font-size: 20px;
	font-weight: normal;
	color: #724927;
	background-color: transparent;
	border-bottom: 1px solid #724927;
	}

.entry-hdr h2 a:hover, .entry-hdr h2 a:focus { background-color: #fbf4dc; text-decoration: none; }

.tagged {
	position: absolute;
	right: 15px;
	bottom: 11px;
	color: #724927;
	background-color: #fff;
	font-size: 11px;
	}

.entry-info {
	text-align: right;
	color: #724927;
	background-color: transparent;
	margin: 0;
	padding: 5px;
	}
	
.entry-body p, .entry-body ul, .entry-body ol { margin: 0 5px 15px; }

.paginate {
	margin: 0 3px 30px;
	padding: 10px;
	text-align: center;
	font-size: 12px;
	color: inherit;
	background-color: #e6f4cf;
	border: 3px solid #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior: url(/includes/htc/border-radius.htc);
	filter: alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
	}
		
/* comment entries */

#comments {
	position: relative;
	color: #263f25;
	background: transparent url(css-images/commentbg_bottom.png) no-repeat left bottom;
	margin-top: -30px;
	padding-bottom: 30px;
	text-align: left;
	}

#comments-body {
	color: inherit;
	background: transparent url(css-images/commentbg_top.png) no-repeat left top;
	min-height: 200px;
	}
	
#comments-hdr {
	position: relative;
	height: 70px;
	}
	
#comments-hdr h3 {
	position: absolute;
	left: 15px;
	right: 15px;
	top: 40px;
	font-size: 18px;
	font-weight: normal;
	color: inherit;
	background-color: transparent;
	border-bottom: 1px solid #263f25;
	text-transform: lowercase;
	}
	
#comments-hdr p { margin: 0; }

#post-comment {
	position: absolute;
	right: 15px;
	bottom: 11px;
	color: #263f25;
	background-color: transparent;
	font-size: 11px;
	}
	
#comments-body .comment-paginate {
	text-align: center;
	font-size: 10px;
	margin: 50px 0 0;
	}
	
.comment-entry {
	margin: 16px;
	font-size: 12px;
	line-height: 16px;
	border-bottom: 1px solid #a4cb80;
	padding-bottom: 15px;
	}
	
.author, .comment, .posted {
	display: block;
	margin: 10px 0;
	}

.author a { color: #263f25; text-decoration: underline; }
.posted{ text-align: right; margin-bottom: 0; }
	
#comment-form {
	font-size: 12px;
	padding: 40px 100px;
	}
	
#comment-form h4 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
	padding-bottom: 3px;
	border-bottom: 1px solid #263f25;
	text-transform: lowercase;
	}
	
#comment-form p { margin: 10px 0 0; }
#comment-form p label { 
	display: block;
	padding: 2px 0;
	font-weight: bold;
	}

#comment-form p input.txt, #comment-form textarea {
	font-size: 14px;
	width: 386px;
	padding: 4px;
	color: #333;
	background-color: #fff;
	border: 2px solid #a4cb80;
	}
	
#comment-form textarea {
	font-size: 12px;
	}
	
.entry-photo a { display: block; }

/* .sort { width: 100%; overflow: hidden; } */
.sort a {
	display: inline;
	float: left;
	width: 130px;
	height: 23px;
	text-decoration: none;
	background-image: url(css-images/slide_nav.png);
	background-color: transparent;
	background-repeat: no-repeat;
	text-indent: -9999em;
	overflow: hidden;
	}
	
.sort a.prev { background-position: 0 0; }
.sort a.next { background-position: 0 -46px; margin-left: 10px; }
.sort a.prev:hover { background-position: 0 -23px; }
.sort a.next:hover { background-position: 0 -69px; margin-left: 10px; }

#things p {
	float: left;
	width: 128px;
	margin: 0 0 10px 3px;
	}
	
#things #thing2 { margin-left: 10px; }

.status, .nostyle { display: none; }

#footer {
	margin: 20px 10px;
	text-align: right;
}
#footer a { color: #22150a; background-color: transparent; }
#footer a:hover, footer a:focus { color: #000; }

#footer img { border: none; }
#charpie-logo { margin: 10px 0 10px auto; }

#footer-info {
	width: 100%;
	overflow: hidden;
	}

#contact-info {
	font-size: 11px;
	font-weight: bold;
	width: 200px;
}

#footer-info img { float: right; margin: 3px 0 0 6px; }
