body {
	background:#fff url('images/bkg_wood.jpg') repeat center top;
	color:#444;
	font:62.5% Georgia, "Times New Roman", Times, serif;
	text-align:center;
}

* {
	margin:0;
	padding:0;
}

a img {
	border:0;
}

a {
	color:#0066FF;
	text-decoration:underline;
}

a:visited {
	color:#000;
	text-decoration:underline;
}

a:hover {
	color:#000099;
	text-decoration:underline;
}

p {
	margin:0 0 15px;
}

blockquote {
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
	background:#f5f5f5;
	color:#666;
	margin:0 0 15px;
	padding:5px 10px 0;
}

blockquote p {
	margin-bottom:7px;
}

code {
	color:#090;
	font-family:"Courier New", Courier, monospace;
}

pre {
	width:500px;
	margin-bottom:15px;
	font-size:1.2em;
	float:left;
}

* html pre {
	font-size:1em;
	overflow:hidden;
}

h1 {
	font:bold 2em/1.4em Arial, Helvetica, sans-serif;
	padding-right:10px;
}

#header h1 {
	text-align:right;
}

h1 a,h1 a:visited,h1 a:hover {
	color:#222;
	text-decoration:none;
}

h2 {
	font-weight:normal;
	font-size:2em;
}

.post h2 {
	color:#000;
	line-height:normal;
	padding-top:10px;
	margin-bottom:10px;
}

.post h2 a {
	color:#000;
	text-decoration:none;
}

.post h2 a:visited {
	color:#666;
	text-decoration:none;
}

.post h2 a:hover {
	color:#1c9bdc;
	text-decoration:none;
}

#sidebar h2 {
	color:#999;
}

h2.archive_head {
	font-size:2.4em;
	background:#f5f5f5 url('images/icon_folder.gif') 5px 50% no-repeat;
	border-bottom:1px solid #bbb;
	margin-bottom:30px;
	padding:4px 4px 4px 32px;
}

h2.comment_head {
	padding-left:29px;
	line-height:2em;
	background:url('images/icon_comment.gif') 0 50% no-repeat;
	color:#999;
}

h2.form_head {
	color:#999;
}

h3 {
	font-weight:normal;
	font-size:1.5em;
	margin-bottom:4px;
	color:#999;
}

h4 {
	display:inline;
	font-weight:normal;
	line-height:1em;
	font-size:.8em;
	text-transform:uppercase;
	background:#f5f5f5;
	border-bottom:1px solid #ddd;
	padding:4px;
}

#container {
	width:950px;
	background:#FFFFFF;
	margin:0 auto;
}

#page {
	width:950px;
	float:left;
	background:#FFFFFF;
}

#header {
	width:950px;
	margin-bottom:30px;
	float:left;
}

#content_box {
	width:950px;
	padding-bottom:5px;
	text-align:left;
	float:left;
}

#content {
	width:660px;
	padding-right:30px;
	overflow:visible;
	float:left;
	padding-left:30px;
}

* html #content {
	overflow:hidden;
}

#sidebar {
	width:220px;
	color:#222;
	font-size:1.2em;
	line-height:1.5em;
	float:left;
	padding-right:10px;
}

* html #sidebar {
	overflow:hidden;
}

#footer {
	width:950px;
	padding-top:8px;
	border-top:4px solid #222;
	font-size:1.2em;
	text-transform:uppercase;
	letter-spacing:.3em;
	float:left;
	clear:both;
	background:#000000;
	color:#000000;
}

#nav {
	width:100%;
	border-top:4px solid #222;
	border-bottom:2px solid #222;
	float:left;
}

#nav ul {
	list-style:none;
}

#nav li {
	float:left;
}

#nav li a,#nav li a:visited {
	display:block;
	height:3em;
	line-height:3em;
	color:#222;
	text-decoration:none;
	font-size:1.4em;
	text-transform:uppercase;
	letter-spacing:.3em;
	float:left;
	cursor:pointer;
	padding:0 1.2em;
}

#nav li a:hover {
	color:#fff;
	background:#222;
	text-decoration:none;
}

#nav li.current_page_item a:link,#nav li.current_page_item a:visited {
	background:#222;
	color:#fff;
	cursor:default;
}

#pic {
	width:950px;
	height:300px;
	border-bottom:2px solid #222;
	clear:both;
	float:left;
	background:url('images/kentukyjim_header.jpg') no-repeat;
}

.post {
	width:660px;
	margin-bottom:50px;
	font-size:1.4em;
	line-height:1.7em;
	color:#444;
	float:left;
}

.entry ul,.entry ol {
	color:#000;
	margin:0 0 15px 40px;
}

.entry ul {
	list-style-type:square;
}

.entry li {
	padding:3px 0;
}

.entry ul li ul,.entry ul li ol,.entry ol li ul,.entry ol li ol {
	margin:0 0 0 30px;
}

.entry dl {
	margin-bottom:15px;
}

.entry dt {
	font-weight:bold;
	color:#000;
}

.entry dd {
	font-style:italic;
	margin:0 0 0 20px;
}

.entry img.left {
	background:#f5f5f5;
	border:1px solid #bbb;
	float:left;
	margin:0 10px 5px 0;
	padding:6px;
}

.entry img.left_off {
	float:left;
	margin:0 10px 5px 0;
}

.entry img.right {
	background:#f5f5f5;

	border:1px solid #bbb;
	float:right;
	margin:0 0 5px 10px;
	padding:6px;
}

.entry img.right_off {
	float:right;
	margin:0 0 5px 10px;
}

.entry img.center {
	display:block;
	background:#f5f5f5;
	border:1px solid #bbb;
	margin:0 auto 15px;
	padding:6px;
}

.entry img.center_off {
	display:block;
	margin:0 auto 15px;
}

.post_meta {
	width:640px;
	border-top:1px dotted #bbb;
	border-bottom:1px dotted #bbb;
	background:#F4F4F4 url(none);
	line-height:normal;
	float:left;
	padding:4px 10px;
}

p.num_comments {
	padding-left:27px;
	margin-bottom:0;
	line-height:1.6em;
	background:url('images/icon_excl.gif') 0 50% no-repeat;
	float:right;
}

p.tagged {
	padding-left:27px;
	margin-bottom:0;
	line-height:1.6em;
	background:url('images/icon_file.gif') top left no-repeat;
	width:70%;
	float:left;
}

.navigation {
	width:480px;
	margin-bottom:30px;
	font-size:1.4em;
	line-height:1.7em;
	background:#f5f5f5 url('http://www.jimfaris.com/images/blog_blue.jpg');
	float:left;
	padding:10px;
}

* html .navigation {
	line-height:normal;
}

.previous {
	padding-left:27px;
	margin-bottom:0;
	background:url('images/icon_previous.gif') 0 50% no-repeat;
	float:left;
}

.next {
	padding-right:27px;
	margin-bottom:0;
	background:url('images/icon_next.gif') 100% 50% no-repeat;
	float:right;
}

.jump {
	background:#f5f5f5 url('images/icon_down.gif') 6px 50% no-repeat;
	float:right;
	clear:both;
	margin:0 0 10px 10px;
	padding:4px 6px 4px 33px;
}

#sidebar ul {
	list-style:none;
}

#sidebar ul li {
	width:220px;
	margin-bottom:25px;
	float:left;
}

#sidebar ul li.widget ul,#akismetwrap,.sidebar_section {
	width:220px;
	background:#f5f5f5;
	float:left;
	padding:10px 0 7px;
}

#sidebar ul li.widget ul {
	width:160px;
	padding-left:30px;
	padding-right:30px;
	background:#FFFFFF url(none) center center;
}

.sidebar_section p {
	margin-bottom:10px;
	padding:0 10px;
}

.sidebar_section p.center {
	text-align:center;
}

.sidebar_section img.off {
	border:none;
}

#sidebar ul li ul,#sidebar ul li ol {
	list-style:square;
	width:210px;
	padding-left:20px;
	margin-bottom:12px;
}

#sidebar ul li ul li,#sidebar ul li ol li {
	width:200px;
	margin-bottom:0;
	padding:3px 10px 3px 0;
}

.quick_date {
	padding-left:10px;
	color:#999;
}

#akismetwrap {
	margin-top:0;
	padding-left:10px;
}

#footer p {
	text-align:center;
}

#footer a,#footer a:visited {
	color:#222;
	text-decoration:none;
}

#footer a:hover {
	color:#222;
	text-decoration:none;
}

#comments {
	width:500px;
	font-size:1.4em;
	line-height:1.7em;
	color:#444;
	float:left;
	clear:both;
}

ul.comment_list {
	list-style:none;
	margin-bottom:40px;
	border-top:1px dotted #bbb;
	float:left;
}

ul.comment_list li,ul.comment_list li.alt,ul.comment_list li.author_comment_,ul.comment_list li.author_comment_alt {
	width:480px;
	border-bottom:1px dotted #bbb;
	float:left;
	padding:15px 10px 5px;
}

ul.comment_list li.alt,ul.comment_list li.author_comment_alt {
	background:#f5f5f5;
}

.comment_intro {
	line-height:normal;
}

* html .comment_intro {
	margin-bottom:0;
}

.avatar {
	float:right;
	background:#fff;
	border:1px solid #eee;
	margin:0 0 10px 10px;
	padding:2px;
}

.comment_author {
	font-weight:bold;
	font-size:1.2em;
}

.comment_meta {
	font-size:.9em;
}

.comment_meta a,.comment_meta a:visited,.comment_meta a:hover {
	color:#999;
	text-decoration:none;
}

#comments .entry {
	margin-top:15px;
}

#comment_form {
	width:500px;
	float:left;
	padding:10px 0;
}

#comment_form p {
	margin-bottom:0;
	padding:6px 0;
}

#comment_form label {
	padding-left:10px;
	font-size:.9em;
}

#comment_form .text_input {
	width:40%;
	color:#444;
	font:normal 1.4em Georgia, "Times New Roman", Times, serif;
	border-top:2px solid #999;
	border-left:2px solid #999;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	padding:3px;
}

#comment_form .text_area {
	width:95%;
	color:#444;
	font:normal 1.4em Georgia, "Times New Roman", Times, serif;
	border-top:2px solid #999;
	border-left:2px solid #999;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	padding:3px;
}

#comment_form .text_input:focus,#comment_form .text_area:focus {
	border-top:2px solid #444;
	border-left:2px solid #444;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}

#searchform,#search_form {
	text-align:center;
}

#searchform #s,#search_form .text_input {
	width:65%;
	color:#444;
	font:normal 1.4em Georgia, "Times New Roman", Times, serif;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #f5f5f5;
	border-bottom:1px solid #f5f5f5;
	padding:3px;
}

#searchform #s,#search_form .text_input:focus {
	border-top:1px solid #444;
	border-left:1px solid #444;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
