/*
Theme Name: Kathy Walsh Blog
Theme URI: http://www.kathywalshblog.com/
Description: Custom theme for Kathy Walsh and Homeward Bound.
Version: 1.0
Author: KatArt Graphics
Author URI: http://www.katart.com/
*/



body {
	background: #503933;
	text-align: center;
	font: 62.5% Arial, Helvetica, sans-serif;
	color: #503933;
}

a:link, a:visited {
	color: #8d9f3b;
	text-decoration: none;
}

a:hover {
	color: #f3530e;
	text-decoration: underline;
}

#right a:link, #right a:visited {
	color: #503933;
}

p { margin-bottom: 0.8em; }

h2 { clear: both; }

.alignleft { float: left; margin: 0 10px 10px 0; }
.alignright { float: right; margin: 0 0 10px 10px; }

.clr {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	height: 0;
}

.clear {
	clear: both;
}

.sharing { clear: both!important; }


/* Structure */

div#page {
	padding-bottom: 54px;
}

.headerlink {
	width: 966px;
	margin: 0 auto;
	text-align: right;
	height: 54px;
}

.headerlink a {
	display: block;
	float: right;
	padding-top: 16px;
	color: #e6ead2;
	font-size: 1.6em;
	text-decoration: none;
}

.headerlink a:hover {
	color: #f3530e;
}

div#wrap {
	width: 966px;
	margin: 0 auto;
	background: #e6ead2;
}

div.insidewrap {
	padding: 26px 2px 26px 26px;
}

div#top {
	height: 333px;
}

div#top h1 {
	height: 319px;
	background: url(images/header_img.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	width: 700px;
	float: left;
}

div#top h1 a {
	display: block;
	height: 319px;
	background: url(images/spacer.gif);
}

div.topright {
	float: right;
	width: 222px;
	height: 319px;
	background: url(images/topright_img.jpg) 0 0 no-repeat;
}

div#contentwrap {
	background: url(images/dotted_vert.gif) 714px 0 repeat-y;
	text-align: left;
}

div#left {
	float: left;
	background: white;
	width: 696px;
	border: 2px solid #78645d;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
}

div#left .inside {
	padding: 20px;
}

div#right {
	float: right;
	width: 184px;
	padding: 14px 24px 0 0;
}

div#footer {
	padding-top: 14px;
}

div.entry {
	padding: 18px 0 12px 0;
}

div.entry img.size-thumbnail {
	margin: 12px 12px 0 0;
}

.postmetadata {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 4px 0;
	margin: 8px 0;
	text-align: right;
	clear: both;
}


/* Typography */

small, .postmetadata {
	font-size: 0.86em;
	color: #7f6f6b;
}

.postmetadata a {
	color: #7f6f6b;
}

.postmetadata a:hover {
	color: #f3530e;
}

div#contentwrap {
	font-size: 1.36em;
}

div#left h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #8d9f3b;
}

div#left h2 a {
	color: #8d9f3b;
	text-decoration: none;
}

div#contentwrap h2 a:hover {
	color: #f3530e;
}

div#footer,
div#footer a {
	color: #7f6f6b;
}


/* Widget Styles */

div.widget,
li.linkcat {
	padding-bottom: 14px;
	list-style: none;
}

div.widget h2,
li.linkcat h2 {
	color: #f3530e;
	font-size: 1.3em;
	line-height: 1.08em;
	font-weight: normal;
	margin-bottom: 2px;
}

li.linkcat ul {
	list-style: disc;
	padding-left: 16px;
}

li.linkcat li {
	padding: 2px 0;
}



/* Caption Styles */

.wp-caption {
	float: left;
}


/* Subscribe Widget */

.subscribe {
	font: normal normal 0.94em/1.3em Arial, Helvetica, sans-serif;
}

.subscribe form { padding: 6px 0; }

.subscribe input[type=text] {
	background: #fff;
	padding: 2px;
	margin: 0;
	width: 176px;
	border: 2px solid #78635C;
	font-size: 1.02em;
	color: #333;
}



