body, td, div, p, li {
	font-family: "Lucida Grande",verdana,helvetica,arial;
	font-size: 11px;
	line-height: 14px;
	color: black;
}

body {
	background-image: url(/img/bg.jpg);
	margin: 0;
}

img {
	border: none;
}

a, a:link {
	color: #6E2F2F;
	text-decoration: underline;
}

a:hover {
	background-color: #EBEBEB;
}

ul {
	margin: 0 0 18px 0;
	padding: 0px;
	list-style: none;
}

ul li {
	margin: 0 0 3px 10px;
	background-image: url(/img/li_squarebullet.gif);
	background-repeat: no-repeat;
	background-position: 1px 5px;
	padding-left: 10px;
}

.hidden {
	display: none;
}

.thumb {
	padding: 8px;
	background-color: white;
	border: 1px solid #575757;
}

.thumb:hover {
	border: 1px solid black;
	background-color: #EBEBEB;
}

.caption {
	font-size: 9px;
	color: #373737;
	text-transform: uppercase;
}

body#contact h4 {
	margin: 10px 0 3px 0;
	padding-left: 2px;
}

.err {
	color: #671813;
}

body#contact input.button {
	display: block;
	margin: 10px 0 8px 0;
	text-align: right;
}

#morelinks {
	border-top: 1px solid #B8B29C;
	width: 422px;
	margin: 0px 16px 10px 16px;
	padding: 0px 1px;
}

#morelinks #later {
	float: right;
}

#rightrail {
	position: absolute;
	top: 15px;
	left: 488px;
	width: 273px;
}

#masthead {
	display: block;
	margin-bottom: 10px;
}

#tagline {
	margin-bottom: 15px;
}

.rt-title {
	margin-bottom: 10px;
}

#rightrail ul {
	padding-left: 9px;
	margin-bottom: 15px;
}

#rightrail ul li {
	margin: 0 0 4px 0;
	background-image: url(/img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 1px 4px;
	padding-left: 14px;
}

#rightrail ul li p {
	margin: 0px;
	font-size: 10px;
	line-height: 14px;
	color: #272727;
	font-style: italic;
}

ul#recent li .author {
	font-size: 9px;
	font-style: normal;
	color: #373737;
	text-transform: uppercase;
	margin: 10px 0 6px 0;
}

#posts {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 454px;
}

#this-category {
	padding: 2px;
	font-size: 9px;
	color: white;
	background: #95733F;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #A28456;
	margin: 0 16px 14px 16px;
}

#this-category i {
	font-style: normal;
	color: #e7e7e7;
}

.post {
	width: 454px;
	background-image: url(/img/post_bg.jpg);
	background-repeat: repeat-y;
	margin-bottom: 14px;
}

.post .date {
	height: 15px;
	padding: 23px 0 0 32px;
	font-size: 9px;
	color: #373737;
	text-transform: uppercase;
	background: url(/img/post_top.jpg) no-repeat;
	line-height: 10px;
}

.post .arrow {
	margin-right: 2px;
}

.post .body {
	padding: 5px 33px 0 0;
	background-image: url(/img/post_rightfade.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

.post h2 {
	font-family: georgia;
	font-weight: normal;
	margin: 0px 0 6px 0;
	padding: 0px 0 0 33px;
	font-size: 22px;
	line-height: 23px;
	width: 388px;
}

.post h2 a, .post h2 a:link {
	color: #684612;
	text-decoration: none;
}

.post .bodytext, .post .bodytext-open, .post #comments {
	padding: 0px 0 10px 33px;
	width: 388px;
}

.post .bodytext, .post #comments {
	background-image: url(/img/post_leftfade.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.post .footer, .post .footer-noline {
	height: 32px;
	font-size: 10px;
	color: #413F3A;
	background-image: url(/img/post_bottom.jpg);
	background-repeat: no-repeat;
	padding: 13px 35px 0 68px;
	text-transform: uppercase;
}

.post .footer-noline {
	background-image: url(/img/post_bottom_noline.jpg);
}

.footer #next a, .footer #next a:link, .footer #prev a, .footer #prev a:link {
	font-family: georgia;
	text-transform: none;
	text-decoration: none;
}

.footer #next {
	float: right;
}

.post .comments-link {
	float: right;
	font-size: 10px;
	padding-right: 20px;
	background-image: url(/img/quote_icon.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.comments-link a, .comments-link a:link {
	color: #7E4745;
	text-decoration: none;
}

.comments-link a:hover {
	color: #6E2F2F;
	text-decoration: underline;
	background: none;
}

#comments .credit {
	margin-bottom: 10px;
	font-size: 9px;
	color: #575757;
	text-transform: uppercase;
	line-height: 10px;
}

#comments .credit a, #comments .credit a:link {
	color: #684612;
	text-decoration: none;
}

.comment {
	margin-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px #A8A292 solid;
}

#commentform {
	margin-top: 10px;
}

form {
	margin-bottom: 0;
}

blockquote {
	padding-left: 1.5em;
	margin: 0;
	border-left: 1px solid #8e8678;
	color: #666;
}