/*
Theme Name: Kathryn's Theme
Theme URI: http://www.kathrynwarwick.com/blog/
Description: A special theme for Kathryn!   x
Version: 0.1
Author: Andi Farr
Author URI: http://semibad.com
*/

/* base */

body {
	font-family: georgia, times, serif;
	line-height: 1.4;
	color: #222;
	background: url(images/speckle.png);
}

a {
	text-decoration: none;
	color: inherit;
}

/* header */

#header, #header_main {
	width: 100%;
	background: #222;
	color: #fff;
}

#header #searchform, #header ul {
	width: 900px;
	margin: 0px auto;
}

#header_main {
	background: #4F45A9 url(images/header_bg.png) top repeat-x;
	padding: 12px 0px 10px;
}

#header h1 {
	width:223px;
	height: 27px;
	float: left;
}

h1 a {
	background: url(images/title.png) no-repeat left top;
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -9999px;
}

#searchform #s {
	float: right;
	width: 230px;
	border: #222 1px solid;
	border-bottom-width: 2px;
	padding: 5px;
	margin-right: 2px;
	font-family: georgia, times, serif;
	font-size: 10px;
	background: transparent url(images/comment_bg.png);
}

/* top navigation */

#main_nav {
	padding:8px 0px;
}

#main_nav li {
	display: inline;
	margin-right: 20px;
}

#main_nav a {
	color: #fff;
	text-decoration: none;
	text-transform: lowercase;
	line-height: 1;
	letter-spacing: 1px;
}

/* body layout */

#main_content, #comment_intro, #comments, #commentform {
	width: 900px;
	margin: 20px auto;
}

.item {
	margin-bottom: 30px;
}

.item_info {
	width: 242px;
}

.item_body {
	width: 373px;
}

.item_info, .item_body {
	float: left;
	margin-right: 20px;
}

img.item_image, .avatar {
	float: left;
	border: 1px solid #222;
	border-bottom-width: 2px;
}

br.naughty_trick {
	clear: left;
}

/* body type and styling */

.item_info h2, .item_info .date {
	font-size: 18px;
	margin-bottom: 10px;
	text-transform: lowercase;
}

.item_info a:hover {
	color: #4F45A9;
}

.item_info .date {
	color: #444;
	font-size: 14px;
	font-style: italic;
}

blockquote.intro p {
	color: #444;
}

.item_body h3 {
	margin-top: 10px;
}

.item_body p, .item_body ul, .item_body ol, .item_body img {
	margin-bottom: 6px;
}

.item_body a {
	color: #4F45A9;
	border-bottom: none;
}

.item_body a:hover {
	border-bottom: 1px dotted #4F45A9;
}

a.more-link {
	margin-top: 6px;
	font-style: italic;
}

.item_body ul {
	list-style: disc outside;
}

.item_body ol {
	list-style: decimal outside;
}

.item_body li {
	margin: 3px 0px;
}

/* comment section */

#comments, #commentform {
	margin-top: 20px;
	clear: left;
}

.comment {
	clear: left;
	margin-bottom: 20px;
}

.comment h3 {
	text-transform: lowercase;
	font-size: 16px;
	margin-bottom: 10px;
}

#comment_intro h2 {
	text-transform: lowercase;
	width: 242px;
	margin-right: 20px;
	font-size: 18px;
	float: left;
}

#comment_intro p {
	float: left;
	width: 373px;
}

label {
	display: block;
	clear: left;
	width: 242px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	text-transform: lowercase;
}

#commentform input, #commentform textarea {
	width: 363px;
	padding: 4px;
	border: solid 1px #222;
	border-bottom: solid 2px #222;
	margin-bottom: 10px;
	font-family: georgia, times, serif;
	color: #222;
	font-size: 11px;
	background: transparent url(images/comment_bg.png);
}

#commentform input#submit {
	margin-left: 262px;
	width: auto;
	padding: 8px 15px;
	color: #fff;
	border: 1px solid #222;
	background: #222;
	letter-spacing: 1px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#commentform input#submit:hover {
	background: #4F45A9 url(images/header_bg.png) bottom repeat-x;
	border-color: #4F45A9;
}

p.logged_in {
	padding-left: 262px;
	font-style: italic;
	margin-bottom: 10px;
}

p.logged_in a {
	color: #4F45A9;
	border-bottom: none;
}

p.logged_in a:hover {
	border-bottom: 1px dotted #4F45A9;
}

/* footer */

#footer {
	width: 100%;
	background: #222;
	color: #fff;
	padding: 10px 0px;
}

#footer p {
	width: 900px;
	margin: 0px auto;
	letter-spacing: 1px;
}

#footer a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}