a:link,
a:visited {
	color: #fff;
}

a:hover,
a:active {
	color: #a82e12;
}

div.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

img.left {
	display: block;
	float: left;
	margin: 5px 15px 10px 0;
	border: 4px solid #333;
	padding: 1px;
}

img.right {
	display: block;
	float: right;
	margin: 5px 0 10px 15px;
	border: 4px solid #333;
	padding: 1px;
}

img.center {
	display: block;
	margin: 0 auto 1.5em;
	border: 4px solid #333;
	padding: 1px;
}

body {
	background: #000;
	padding: 10px 0;
}

#top {
	width: 960px;
	height: 11px;
	margin: 0 auto;
	background: #711101 url(../graphics/layout/bg_top_bot.gif) 0 0 no-repeat;
}

#bot {
	width: 960px;
	height: 11px;
	margin: 0 auto;
	background: #711101 url(../graphics/layout/bg_top_bot.gif) 0 -11px no-repeat;
}

#primary {
	width: 938px;
	margin: 0 auto;
	background: #4d4d4d url(../graphics/layout/bg_primary.gif) 0 0 repeat-y;
	padding: 0 11px;
}

#header {
	position: relative;
	width: 938px;
	height: 229px;
	background-color: #000;
	background-repeat: 0 0;
	background-position: no-repeat;
	border-bottom: 1px solid #333;
}

#logo {
	display: block;
	position: absolute;
	left: 18px;
	top: 167px;
	border: 0;
}

#content {
	width: 938px;
	background: transparent url(../graphics/layout/bg_content.gif) 0 0 no-repeat;
	padding: 25px 0 60px;
}

#column_l {
	float: left;
	width: 640px;
	padding: 0 0 0 19px;
}

#column_r {
	float: left;
	width: 279px;
}

div.entry {
	margin: 80px 0 0;
}

div.entry.first {
	margin: 0;
}

div.entry_meta {
	float: left;
	margin: 4px 0 0;
	width: 40px;
	height: 65px;
	background: transparent url(../graphics/layout/bg_entry_meta.gif) 0 0 no-repeat;
}

div.entry_date {
	width: 36px;
	height: 34px;
	margin: 0 auto;
	padding: 7px 0 0;
	text-align: center;
}

div.entry_date span {
	display: block;
	margin: 0;
}

div.entry_date span.month {
	font-weight: bold;
	font-size: 10px;
	line-height: 1;
	text-transform: uppercase;
}

div.entry_date span.day {
	font-weight: normal;
	font-size: 20px;
	line-height: 1;
}

a.entry_comments:link,
a.entry_comments:visited {
	display: block;
	background: transparent url(../graphics/layout/icon_comments.gif) 5px 6px no-repeat;
	padding: 5px 0 0 22px;
	font-size: 10px;
	line-height: 13px;
	text-decoration: none;
}

a.entry_comments:hover,
a.entry_comments:active {
	color: #fff;
	text-decoration: underline;
}

div.entry_content {
	float: left;
	width: 580px;
	padding: 0 0 0 20px;
}

#pagination {
	height: 29px;
	margin: 30px 0 0;
	padding: 0 0 0 59px;
}

#pagination div {
	float: left;
	height: 29px;
	margin: 0 10px 0 0;
	background: transparent url(../graphics/layout/bg_btn_l.gif) 0 0 no-repeat;
	padding: 0 0 0 6px;
}

#pagination a:link,
#pagination a:visited {
	display: block;
	height: 29px;
	background: transparent url(../graphics/layout/bg_btn_r.gif) right top no-repeat;
	padding: 0 12px 0 6px;
	font-weight: bold;
	font-size: 12px;
	line-height: 29px;
	text-decoration: none;
}

#pagination a:hover,
#pagination a:active {
	color: #fff;
	text-decoration: underline;
}

#comments {
	margin: 3em 0 0;
	padding: 0 0 0 60px;
}

#comments h2.title {
	margin: 0 0 1em;
	font-size: 18px;
	line-height: 1.2;
}

#comments_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

#comments_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

#comments_list li {
	margin: 0;
	padding: 0 0 0 22px;
	background: transparent url(../graphics/layout/icon_comments_list.gif) 0 1px no-repeat;
}

#comments_list li h3 {
	margin: 0 0 1em;
	font-size: 12px;
}

#comments_form {
	margin: 3em 0 0;
	padding: 0 0 0 60px;
}

#comments_form * {
	margin: 0;
}

#comments_form h2.title {
	margin: 0 0 1em;
	font-size: 18px;
	line-height: 1.2;
}

#comments_form p {
	margin: 0 0 1.5em;
}

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

#comments_form li {
	margin: 0 0 1em;
	padding: 0;
	background: none !important;
}

#comments_form label {
	display: block;
	float: left;
	width: 100px;
	margin: 0;
	padding: 3px 0 0;
	font-weight: bold;
	font-size: 12px;
	line-height: 1;
}

input.text {
	width: 250px;
}

textarea {
	width: 400px;
	height: 100px;
}

button {
	display: block;
	height: 29px;
	border: 0;
	background: transparent url(../graphics/layout/bg_btn_l.gif) 0 0 no-repeat;
	padding: 0 12px 0 6px;
	font-weight: bold;
	font-size: 12px;
	line-height: 29px;
	text-decoration: none;
	text-shadow: 1px 1px 0 #000;
	color: #fff;
}

button:hover,
button:active {
	text-decoration: underline;
}

button span {
	display: block;
	float: left;
	height: 29px;
	margin: 0 0 0 0;
	background: transparent url(../graphics/layout/bg_btn_r.gif) right top no-repeat;
	padding: 0 10px 0 6px;
}

#search {
	width: 210px;
	margin: 0 0 0 35px;
}

#search * {
	margin: 0;
}

#search_field {
	width: 160px;
	height: 28px;
	background: transparent url(../graphics/layout/bg_search_field.png) 0 0 no-repeat;
	border: 0;
	padding: 10px 15px 0 35px;
	font-size: 14px;
}

#subscribe {
	width: 210px;
	margin: 0 0 19px 35px;
}

#subscribe a:link,
#subscribe a:visited {
	display: block;
	width: 210px;
	height: 40px;
	background: transparent url(../graphics/layout/bg_subscribe.png) 0 0 no-repeat;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999em;
}

div.column_r_module {
	width: 190px;
	margin: 0 0 40px;
	background: transparent url(../graphics/layout/bg_column_r_module.png) 0 0 no-repeat;
	padding: 20px 39px 0 50px;
}

div.column_r_module h2 {
	margin: 0 0 1em;
	background: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0 0 0 23px;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
}

#categories h2 {
	background-image: url(../graphics/layout/icon_categories.gif);
}

#monthly_archives h2 {
	background-image: url(../graphics/layout/icon_monthly_archives.gif);
}

#related_links h2 {
	background-image: url(../graphics/layout/icon_related_links.gif);
}

div.column_r_module ul {
	margin: 0;
}

#categories li {
	background-image: url(../graphics/layout/bg_li_tag.gif);
}

#footer {
	width: 898px;
	background: #333 url(../graphics/layout/bg_footer.gif) 0 0 no-repeat;
	padding: 20px;
	font-size: 11px;
	line-height: 1.5;
	text-shadow: 0 0 3px #000;
}

#footer strong {
	display: block;
}