/*  
Theme Name: KeeperOfTheHome
Theme URI: http://www.keeperofthehome.org
Description: Keeper Of The Home theme
Version: 1.1@TODO merge typepad.css, fix any old references
*/
body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}
body{
	font-family: Helvetica, Arial, Georgia, Sans-serif;
	font-family:'Trebuchet MS',Verdana,sans-serif;
	font-size: 13px;
	text-align: center;
/*	background: #fff url(images/muffet-cream.gif); /* see style.background.css */
	background: #fff;
	color: #8B632A;
}
#wrapper{
	margin: 0 auto;
	width: 1000px;
	text-align: left;
	background: #fff;
}
/* H tags */
h1{
	font-size: 30px;
	font-weight: normal;
	padding: 15px 0 10px 0;
        color: #084B8A
}
h3{
	padding: 15px 0;
        color: #084B8A
}
h4{
	padding: 0 0 10px 0;
}
h5{
        padding: 7px 0 15px 0;
}
/* HTML elements */
a{text-decoration: none;}
a:link { color: #006699; }
a:visited { color: #006699; }
a:hover { color: #8B632A; }
a:active { color: #006699; }
blockquote {margin: 20px 40px;}
.code {
  color: #0066ff;
  width:435px;
  border: 3px solid #ddd;
  background: #f2f2f2;
  margin: 5px auto;
  padding: 10px;
}
/* Header */
#header{
	height: 256px;
	background: url("images/BlogHeader8-1.jpg");
}
#header a{
	display:block;
	height: 255px;
}
/* Navigation */
#navBarArea{
	width:982px;
	height:40px;
	background:#fff6ba;
	margin:0px 8px;
}
#navBar {
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	background-color: #fff6ba;
}
#navBar li {
	list-style:none;
	display:inline;
	float:left;
}
#navBar li:first-child a{border-left:1px solid #FFFACD;}
#navBar li a{
	color:#084B8A;
	border-right:1px solid #FFFFFF;
	display: block;
	font: bold 12px Verdana,sans-serif;
	line-height: 40px;
	padding: 0 14px;
	text-align: center;
	text-decoration: none;
}
#navBar a:hover {color:#3B240B; background:#fdf1a0;}
/*  Posts */
#container{
	float: left;
	width: 500px;
	padding: 15px 25px;
}
.post{padding: 0 0 30px 0;}
.date-header, .comments , .respond{
	border-bottom:2px solid #D7FE95;
	color:#6699CC;
	font-family:'Trebuchet MS',Verdana,sans-serif;
	font-size:15px;
	font-weight:bold;
	margin:0 0 10px;
	padding:0 3px;
}
.date-header {
  font-size: 16px;
  line-height: 19.5px;
	padding:3px;
}
.post h2 {
	color:#6699CC;
	font-family:'Trebuchet MS',Verdana,sans-serif;
	font-size:18px;
	font-weight:bold;
	margin:1px 0 10px;
}
.post h2 a{color:#6699CC;}
.entry{line-height: 22px;}
.post-footer, .comment-footer{
	border-top:1px dotted #999999;
	color:#6699CC;
	font-family:'Trebuchet MS',Verdana,sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:normal;
	margin:10px 0;
	padding:3px;
}
.content_nav{
	font-family:'Trebuchet MS',Verdana,sans-serif;
	padding: 0 20px 10px 10px;
	font-size: 13px;
	line-height: 19.5px;
	text-align:center;
}
h2.archive_head{ 
	font-size: 20px;
	margin: 0 0 10px 0;
	color:#8b623a;
	font-family:"Trebuchet MS";
	font-weight:normal;
}
.sitemap {
  width: 460px;
  padding: 0 20px;
  margin: 0;
}
.sitemap h2 {
  padding-bottom: 4px;
  border-bottom: 1px dotted #ccc;
}
.entry p, .entry ul, .entry ol { 
	margin: 0 0 15px 0; 
}
.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { 
	margin: 5px 0 5px 30px; 
}
/* images */
img {
  border: none;
}
.entry img {
  max-width: 445px;
}
.entry img.left { 
	padding: 6px; 
	margin: 0.5em 15px 0.5em 0; 
	border: 1px solid #ccc;
	background: #eee;
	float: left; 	
	clear: left; 
}
.entry img.right { 
	padding: 6px; 
	margin: 0.5em 0 0.5em 15px; 
	border: 1px solid #ccc;
	background: #eee;
	float: right; 
	clear: right; 
}
.entry img.center { 
	display: block; 
	padding: 8px; 
	margin: 0 auto 1.5em auto; 
	border: 1px solid #ccc;
	background: #eee;
	float: none; 
	clear: both; 
}
.entry img.off { 
	padding: 0 !important; 
	border: none !important; 
}		
.entry img.stack { 
	clear: none !important; 
}
/* Sidebar */

#left_sidebar{
  clear: both; /* reset left float to allow for over-long menu - prettier than the alternative */
	width:200px;
        padding: 10px 10px 10px 0;
        vertical-align:top;
}

#left_sidebar img{
/*    width:156px; */
    margin-bottom:10px;
    border:1px solid #eee;
}

#right_sidebar{
	width:180px;
	padding: 10px 10px 10px 0;
	border: solid 3px #fff;
        vertical-align:top;
}

.sidebar ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar ul li h2 {
    font-size: 13px;   
    color:#8B632A;
    font-family:'Trebuchet MS',Verdana,sans-serif;
    font-weight:bold;
    letter-spacing:0.3em;
    line-height:normal;
    margin:5px 0;
    padding:3px;
    text-transform:uppercase;
}
.sidebar ul li {padding: 0 0 20px 0;}
.sidebar ul ul li {
    padding: 5px 0;
    margin: 0;
    line-height: 19.5px;
    list-style: none;
    font-size: 13px;
}


.sidebar p {margin: 10px 0 0 0;}
.sidebar img {border:5px solid #EEEEEE;}

.rss{ 
  padding-left: 20px; 
  background: url(images/feed.png) no-repeat left 3px; 
}
.sidebar a{
	text-decoration: none;
	color:#8B632A;
	display: block;
}
.sidebar a:hover{
	color: #003366;
}
table#wp-calendar{
	width: 100%;
}
/* Search Form */
#search_form { }
#search_form .search_input { 	
	width: 160px; 
	margin: 2px 0 0 0;
	padding: 2px; 
	color: #333; 
	background: #f5f6ce; 
	font: normal 0.86667em Helvetica, Arial, Verdana, sans-serif; 
	border: 1px solid #eee; 
	border-right-color: #ddd; 
	border-bottom-color: #ddd; 
}
#search_form .search_input:focus { 
	background: #fff; 
	border-color: #777; 
	border-right-color: #ccc; 
	border-bottom-color: #ccc; 
}
/* Comment Form */
#comment-form{
  width: 465px; 
  margin: 20px 0; 
  padding: 5px 0 15px 0; 
  border: none; 
  background: #fff; 
  color: #222; 
  font-family: Helvetica, Arial, Sans-serif; 
  font-size: 13px; 
}
.comments_template ol{ 
  margin: 0; 
  list-style: none; 
  padding: 0; 
}
.comments_template ol li{ 
  padding: 25px 0 10px 0; 
}
.comments_template p.nocomments{ 
  padding: 0; 
}
/*
.comments_template input{ 
  border: 1px solid #ccc; 
  background: #eee; 
  padding: 5px; 
  color: #000; 
}
*/
/*
.submit input{ 
  border: 2px solid #ddd; 
  background: #aa0000; 
  cursor: pointer; 
  padding: 5px; 
  color: #fff; 
}
*/
.comments_template textarea{ 
  font-family: Arial, Hevletica, Georgia, Sans-seriff; 
  font-size: 12px; 
  color: #000; 
  margin: 15px 5px 15px 0; 
  background: #eee; 
  border: 1px solid #ccc; 
  width: 460px; 
}
/* Footer */
#footer{
	clear: both;
	padding: 10px 0 5px 0;
	line-height: 18px;
	text-align: center;
	color: #999999;
}


/* Widgets */
.widget {
	overflow: hidden;
}

/* IE6 */

* html #container{
	width: 540px;
}

/* Archives */
.archive-header {
  font-size: 13px;
  font-weight: bold;
}

/* Shopping cart */

#shopping-cart {
  line-height: 150%;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* 404 page */
.fourohfour p {padding-bottom: 1em}
.fourohfour li {
	list-style:none;
	display:inline;
	float: left;
	width: 32%;
	line-height: 2em;
}
/* Amazon store page */
body#bodyfrom #left_sidebar,body#bodyfrom h2{display:none;}
body#bodyfrom div.entry h2{display:block;}

/* Reviews page */
body#bodyrevi #right_sidebar,body#bodyrevi #right_sidebar{display:none!important}
body#bodyrevi div.entry #right_sidebar{display:none!important}
