body {
	background: #F4F3E9 url('/files/bg.png') no-repeat top center;
	font-family: "Calibri", "Tahoma", sans-serif;
	font-size: 12px;
	padding-bottom: 20px;
}

#narrow {
	width: 848px;
	margin: 0 auto;
	background: url('/files/narrow-bg.png') repeat-y;
}
#top {
	background: url('/files/page-top.png') no-repeat bottom;
	height: 150px;
	width: 848px;
	margin: 0 auto;
}

#logo a {
	display: block;
	width: 311px;
	height: 90px;
	background: url('/files/logo.png') no-repeat top;
	text-indent: -999em;
	position: relative;
	top: 49px;
	left: 40px;
}
#logo a:hover { background-position: bottom; }

#page {

	padding: 10px 4px 20px;
	line-height: 175%;
}
#footer {
	clear: both;
	background: url('/files/page-bottom.png') no-repeat bottom;
	height: 85px;
	position: relative;
	padding: 4px;
}
#toplink {
	display: block;
	width: 66px;
	height: 42px;
	position: absolute;
	bottom: 37px;
	right: 67px;
	text-indent: -999em;
}

#content {
	width: 565px;
	float: left;
}
#navlinks {
	text-align: center;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #E5E3D4;
}
#navlinks a {
	font-size: 14px;
	margin: 0 5em;
	color: #564A40;
}

#sidebar {
	width: 275px;
	float: right;
	color: #FFFFFF;
}

.entry .head, .comments-head {
	font-family: "Cambria", "Geaorgia", sans-serif;
	font-weight: bold;
	background: #F4F3E7;
	border-top: 1px solid #E5E3D4;
	border-bottom: 1px solid #E5E3D4;
	color: #564A40;
}
.entry .head { padding: 0px 10px; width: 545px; }
.entry .head h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.35em; 
}
.entry .head a { color: #564A40; }
.entry .head .meta { position: relative; }
.entry .head span { color: #888078; }
.entry .head .categories { position: absolute; right: 0px; }

.entry {
	margin-bottom: 4em;
}
.entry .body {
	margin: 1em 10px 0;
	padding: 0 1em;
}

a.read-more {
	display: block;
	height: 20px;
	width: 76px;
	float: right;
	margin-right: 2em;
	margin-left: auto;
	background: url('/files/read-more.png') no-repeat;
	text-indent: -999em;
}
a.comments {
	display: block;
	height: 20px;
	width: 71px;
	float: right;
	margin-right: 2em;
	margin-left: auto;
	background: url('/files/comments.png') no-repeat;
	text-indent: -999em;
}
a.comments:hover, a.read-more:hover { background-position: bottom; }
.block { margin-bottom: 30px; }
.block h2 {
	font-size: 17px;
	border-bottom: 3px solid #FDFDFA;
	padding: .2em 10px;
	width: 30%;
}
.block ul {
	margin: 10px 20px;
}
#sidebar a { color: #EBF1C0; }
#sidebar a:hover { border-bottom: 1px dotted #EBF1C0; }
#search {
	height: 32px;
	width: 235px;
	margin-bottom: 20px;
	background: url('/files/search-bg.png');
	position: relative;
	left: 20px;
}
#search input {
	border: none;
	background: none;
}
#search	.text {
	border: none;
	background: #FDFDFA;
	color: #AAAAAA;
	font-size: 14px;
	display: block;
	width: 180px;
	height: 18px;
	margin-left: 12px;
	position: relative;
	top: 7px;
}
#search .text:focus { color: #333333; }
#search .submit {
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
	height: 22px;
	width: 18px;
	border: none;
	background: url('/files/search-icon.png') no-repeat;
}
#search .submit span { display: none; }

#entry-info {
	width: 255px;
	background: url('/files/entry-info-bg.png');
	margin-bottom: 35px;
}
#entry-info h2 {
	font-size: 17px;
	font-weight: bold;
	padding: 5px 10px 0;
}
#entry-info ul {
	background: url('/files/entry-info-bottom.png') no-repeat bottom;
	padding: 0 20px 10px;
	position: relative;
}
#entry-info span { position: absolute; right: 10px; }
#entry-info a { color: #FFFFFF; }
#entry-info a:hover { border-color: #FFFFFF; }
#sidebar .block ul li {
	padding-left: 20px;
	background: url('/files/bullet-light.png') no-repeat left center;
}
#s-categories .left, #s-categories .right { float: left; }


.comments-head {
	margin: 40px 0 20px;
	padding: 5px 10px;
}
#comments h2 {
	font-size: 18px;
	font-weight: bold;
}

.comment { background: url('/files/comment-bg.png') repeat-x;
	border: 1px solid #E5E3D4;
	margin: 1em;
}
.comment1 {  }

.comment .meta {
	margin-top: 1em;
	border-top: 1px solid #E5E3D4;
	font-family: "Cambria", "Geaorgia", sans-serif;
	font-weight: bold;
	color: #888078;
	padding: 3px 5px;
	position: relative;
}
.comment .meta a {
	color: #564A40;
}
.comment .meta a:hover { border-bottom: 1px dotted; }
.comment .meta .editlink { margin-left: 3em; }
.comment .meta .date {
	font-family: "Calibri", "Tahoma", sans-serif;
	font-weight: normal;
	margin-left: 2em;
	position: absolute;
	left: 50%;
}
.comment .permalink {
	font-family: "Calibri", "Tahoma", sans-serif;
	font-weight: normal;
	color: #888078;
	position: absolute;
	right: 5px;
}
.comment .body { padding: 0 1em; }
#add-comment { margin: 30px; }
#add-comment div { margin: 5px 0; }
#add-comment .clearfix label {
	float: left;
	width: 80px;
	padding: 5px 0;
}
#add-comment .text, #add-comment textarea {
	float: right;
	padding: 5px;
	width: 405px;
}
#add-comment textarea { height: 150px; }
#add-comment .checkbox { margin-left: 80px; float: left; width: 300px; }
#add-comment .submit { float: right; margin-left: 1em; margin-top: 5px; }
#add-comment .code img { float: left; }
#add-comment .code input { width: 335px; float: right; }
#f-disablenotify { float: left; margin-left: 80px; }
img { vertical-align: middle; }