	html {
		font-size:62.5%;
	}
	
	
	body  {
		background:url(/image/page_bg.jpg);
		font-size:1.2em;
		font-family:Georgia, "Times New Roman", Times, serif;
	}
	
	p {
	line-height:1.5;
	margin-bottom:20px;
	}
	
	a{
		color:#995d06;
	}
	
	h3 {
		text-transform:uppercase;
	}
	
	#outerwrapper {
		width:100%;
		background-image:url(/image/letter_bg.jpg);
		background-position:top center;
		background-repeat:no-repeat;
		float:left;
		padding-top:10px;
		min-height:600px;
	}
	
	#innerwrapper2 {
		width:960px;
		margin-left:auto;
		margin-right:auto;
	}
	
	#innerwrapper {
		width:940px;
		border:10px solid white;
		float:left;
		background-image:url(/image/contentbg.jpg);
		background-repeat:repeat-y;
	}
	
	#outerstage {
		float:left;
		position:relative;
	}
	
	#stamp {
		width:137px;
		height:165px;
		background-image:url(/image/stamp.png);
		background-repeat:no-repeat;
		position:absolute;
		top:-25px;
		left:800px;
	}
	
	#header {
		float:left;
	}
	
	#contentwrapper {
		width:940px;
		
		float:left;
		clear:left;
	}
	
	#rightcolumn {
		width:260px;
		float:right;
		background-image:url(/image/right_column_bg.jpg);
		background-repeat:no-repeat;
		padding-top:52px;
		padding-bottom:30px;
	
	}
	
	#leftcolumn {
		width:660px;
		float:left;
		margin-left:10px;
		padding-bottom:30px;
	}
	
	#rightnav {
		background:url(/image/nav_border.jpg);
		background-repeat:no-repeat;
		background-position:top;
		padding-top:1px;
	}
	
	#rightnav ul {
		float:left;
		width:260px;
		background:url(/image/right_nav_bg.jpg);
		background-repeat:repeat-y;
	}
	
	#rightnav ul li {
		background:url(/image/nav_border.jpg);
		background-repeat:no-repeat;
		background-position:bottom;
		padding-bottom:1px;
	}
	
	#rightnav a {
		padding:7px 10px;
		display:block;
		text-decoration:none;
		text-transform:uppercase;
		color:#333;
		letter-spacing:2px;
		width:230px;
	}
	
	#rightnav a:hover {
		background-color:#c3b78e;
	}
	
	#rightnav a.on {
		background:url(/image/right_nav_bgon.jpg);
		background-repeat:repeat-y;
		color:#b06922;
		letter-spacing:2px;
		width:230px;
	}
	
	
	#rightnav_footer {
		height:37px;
		background:url(/image/right_nav_footer_bg.jpg);
		background-repeat:no-repeat;
		width:260px;
		float:left;
		clear:left;
	}
	
	.post {
		float:left;
		width:660px;
		background:url(/image/post_bg.jpg);
		background-repeat:repeat-y;
		background-position:top right;
		margin-bottom:10px;
		
	}
	
	.postheader {
		float:left;
		width:100%;
		background:url(/image/post_header_bg.jpg);
		background-repeat:no-repeat;
		background-position:top right;
		padding-bottom:35px;
	}
	
	.postfooter {
		background:#f2e6c0 url(/image/post_bottom_border.jpg);
		background-position:bottom right;
		background-repeat:no-repeat;
		float:left;
		width:100%;
		
	}
	
	.postinnerfooter {
		float:right;
		width:590px;
		background:url(/image/post_inner_footer_border.jpg);
		background-position:top;
		background-repeat:no-repeat;
		padding-top:10px;
		padding-bottom:10px;
		margin-top:20px;
		clear:both;
		
	}
	
	.postfooter a{
		color:#422b0e;
		text-decoration:none;
	}
	
	.posttext {
		width:590px;
		float:right;
		color:#333;
	}
	
	.bigpostdate {
		float:left;
		width:50px;
		margin-top:30px;
		margin-left:8px;
	}
	
	.bigpostmonth {
		font-size:1.2em;
		font-family:"Trebuchet MS", Verdana;
		color:#b66e27;
		text-align:center;
		width:100%;
		text-transform:uppercase;
	}
	
	.bigpostday {
		font-size:2.2em;
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#333300;
		text-align:center;
		width:100%;
		line-height:.6;
	}
	
	.smallpostdate {
		float:right;
		width:555px;
		margin:5px;
	}
	
	.smallpostdate p {
		margin:0;
		text-align:right;
	}
	
	.smallpostdate strong {
		font-size:.6em;
		color:#422b0e;
		letter-spacing:1.5px;
		text-transform:uppercase;
	}
	
	.posttitle {
		float:right;
		width:575px;
	}
	
	.posttitle h1 {
		color:#513111;
		font-size:3em;
		font-weight:normal;
	}
	
	.posttitle h1 span, h2 {
		color:#995d06;
		font-size:.5em;
	}
	
	
/* Blog Comments */
.commentwrapper {
float:left;
clear:both;
margin-bottom:10px;
border-bottom:1px dotted #333;
width:100%;
padding-bottom:10px;
}

.outercomment {
float:left;
width:100%;
background-image:url(/image/left_quote.png);
background-repeat:no-repeat;
background-position:top left;

}

.innercomment {
display:inline;
float:right;
width:505px;
background-image:url(/image/right_quote.png);
background-repeat:no-repeat;
background-position:bottom right;
color:#666;
padding:0 65px 5px 0;
}

.innercomment .posted {

color:#333;
}

.commentpaginate {
width:650px;
color:#fff;
background-color:#2a251f;
float:left;
clear:both;
text-align:right;
margin-top:-11px;
margin-bottom:10px;
padding:4px 10px 4px 0;
}

.commentpaginate a {
	color:#995d06;
}	


/* Forms */
form input.text,form textarea {
color:#333;
background:#fff;
border:3px double #ccc;
font-family:Georgia, Serif;
margin:0;
padding:7px;
font-size:1.2em;
}

form textarea {
height:176px;
}

form input.text:focus,form textarea:focus {
border:3px double #fff;
background:#995d06;
color:#fff;
}

input.text,input.title,textarea,select {
border:1px solid #bbb;
margin:0.5em 0;
}

input.text:focus,input.title:focus,textarea:focus,select:focus {
border:1px solid #666;
}

input.text,input.title {
width:300px;
padding:5px;
}



/* Blog Navigation - Sidebar */
.blogsidecontent {
	width:100%;
	margin-left:10px;
}

.blogsidecontent UL {
	margin:10px;
}

.genericpage {
	float:left;
	width:590px;
	padding-right:20px;
	background:url(/image/generic_page_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:50px;
	padding-bottom:100px;
	padding-left:50px;
	
}

.genericpage h1 {
		color:#513111;
		font-size:3em;
		font-weight:normal;
		margin-bottom:20px;
		display:block;
}

.genericpage h1 span {
		color:#995d06;
		font-size:.5em;
	}

h2 {
	font-size:2em;
	font-weight:normal;
}	
	

	
.dropquote {
	float:right;
	margin:20px;
	color:#ff6633;
	font-size:2.5em;
	width:350px;
}	

ol {list-style:decimal;
margin-left:50px;
}

.feedburner {
	float:left;
	margin-left:10px;
}

.feedburner h2 {
	text-transform:uppercase;
	font-size:1em;
	margin-bottom:5px;
	margin-top:10px;
}

.feedburner p {
	margin:0;
}

.feedburner input {
color:#333;
background:#fff;
border:3px double #ccc;
font-family:Georgia, Serif;
margin:0;
padding:7px;
font-size:1.2em;
}


.feedburner input:focus {
border:3px double #fff;
background:#995d06;
color:#fff;
}

.feedburner .button {
color:#995d06;
background:#fff;
border:3px double #ccc;
font-family:Georgia, Serif;
margin:0;
padding:3px;
font-size:1.0em;
}
