/*  
Theme Name: Old House Master Theme
Description: Custom Theme for Old House Sites.
Version: 1.0
Author: Paul Saunders
Author URI: http://www.somewhatnifty.com/
*/

* {padding:0px;margin:0px;}
img {border:0px;}

body {
	text-align:center;
	background-color:#9fb169;
}
h2 {
	color:#26773a;
	font-size:20pt;
}
h2 a {
	color:#000;
}
a {
	color:#26773a;
	font-weight:bold;
	font-size:.9em;
	text-decoration:none;
}
a:hover {
		text-decoration:underline;
}
li {
	margin:7px 0px 7px 30px;
}

p {
	margin:0px 0px 10px 0px;
	}
#container {
	width:750px;
	text-align:left;
	margin:0px auto;
	background-color:#FFF;
	border:3px #818181 solid;
	border-top:none;
	padding:0px 55px;
}
#header {
	padding:20px 0px 20px 0px;
}
#footer{
	text-align:center;
	width:100%;
	margin:20px 0px;
}
#content {
	width:470px;

}
#content hr {
	height:10px;
	color:#828383;
	background-color:#828383;
	border:0px;
}

#intro {
font-size:13pt;
}
#sidebar {
	width:250px;
	float:right;
	margin:0px 0px 0px 30px;
	font-size:10pt;
	text-align:center;
}
#sidebar/*  */ {
	margin:0px;
}
#sidebar img {
margin:5px 0px;
	border:2px #26773a solid;
}
#sidebar p {
	margin:5px 0px;
}

#archive {
	border:2px #26773a solid;
	margin:10px 0px 10px 0px;
	padding:10px;
	line-height:11pt;
}
#archive a {
	color:#000;
	padding:5px;
	margin:5px 0px;
	text-decoration:none;
	overflow:hidden;
	height:100px;
	font-weight:normal;
	clear:left;

}
#archive a/*  */ {
		display:block;
}

#archive a:hover/*  */ {
	background-color:#fefcda;
}
#archive h2  {
	color:#000;
	margin:0px 0px 10px 0px;
}
#archive .wp-post-image{
	float:left;
	margin:0px 10px 0px 0px;
}
#archive .new {
	font-size:14pt;
	color:#F00;
}
#archive .title {
	font-size:14pt;
	font-weight:bold;
	line-height:13pt;
}
figcaption,
.img_caption,
.img_caption_full{
	font-size:10pt;
	font-style:italic;
	background-color:#fefcda;
	text-align:center;
}
.img_caption {
	width:220px;
}
.img_caption_full {
	width:470px;
}

.img_caption p,
.img_caption_full p{
	margin:7px;
	text-align:left;
}
.left {
	float:left;
	margin:10px 10px 10px 0px;
}
.right {
	float:right;
	margin:10px 0px 10px 10px;
}
.copyright {
	font-size:9pt;
}
#pages {
	margin:10px 0;
	font-size:14pt;
}
.wp-caption {
font-size:10pt;
	font-style:italic;
	background-color:#fefcda;
	text-align:center;
}
.alignnone{
	width:470px !important;
}
.alignleft {
	float:left;
	margin:5px 5px 5px 0px;
}
.alignright {
	float:right;
	margin:5px 0px 5px 5px;
}