@charset "utf-8";

/* --------------------------------------------------------------------------------------------- */
/* GENERAL LAYOUT */
/* --------------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

body, html {
	height: 100%;
}

body {
	color: #373A34;
	font: normal 62.5%/1.25 Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

.auralOnly {
	height:1em;
	left: -1000em;
	overflow: hidden;
	position: absolute;
	width: 400em;
}
.hide {
	display: none !important;
}
#OuterWrap {
	font-size: 1.1em;
	line-height: 1.5;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 955px;
}
h1 {
	height: 529px;
	left: 0;
	position: absolute;
	top: 0;
	width: 101px;
}
h1 a {
	background: transparent url(/_assets/layout/aroundaboutway.gif) top left no-repeat;
	display: block;
	height: 529px;
	outline: none;
	position: relative;
	width: 101px;
}
#Main {
	background: transparent url(/_assets/layout/bg_main.gif) top left repeat-y;

	display:inline;
	float: left;
	width: 955px;
}
#Content {
	background-color: #f5f5f5;
	display: inline; /* ie double margin fix */
	float: left;
	margin: 0 0 0 101px;
	width: 620px;
}
#BottomOuter {
	background: #EFEDD6 url(/_assets/layout/bg_bottom.jpg) top left repeat-x;
	border-top: 2px solid #fff;
	clear: both;
	margin-top: -2px;
	padding: 40px 0 40px 0;
	position: relative;
	zoom: 1;
}
#BottomSetWidth {
	margin: 0 auto;
	width: 955px;
}
#BottomContainer {
	display: inline;
	float: left;
	font-size: 1.1em;
	line-height: 1.5;
	margin: 0 auto;
	text-align: left;
	width: 955px;
}

/* --------------------------------------------------------------------------------------------- */
/* GENERAL STYLES - for use throughout the site */
/* --------------------------------------------------------------------------------------------- */

/* basic html tags */
p {
	margin-bottom: 0.7em;
}
br {
	clear: both;
}

/* links ------------------ */
a {
	text-decoration: underline;
}
a:link, a:visited {
	color: #82965F;
}
a:hover {
	color: #97BF51;
}
a:active {
	color: #295100;
}
a.lgChev { 
	background: url(/_assets/icons/lgchev.gif) 0 3px no-repeat;
	padding-left: 11px;
}
a.smChev { 
	background: url(/_assets/icons/lgchev.gif) 0 2px no-repeat;
	padding-left: 9px;
}

/* special styles ----------- */
.bold {
	font-weight: bold;
}
.clear {
	clear: both;
}
.left { 
	float: left; 
}
.right { 
	float: right; 
}
.topSpace {
	padding-top: 1.5em !important;
}

/* Headings ----------------- */
h2 {
	color: #373A34;
	font-size: 1.6em;
	font-weight: normal;
	line-height: normal;
	padding: 0 0 1em 0;
}
h3 {
	color: #696B67;
	font-size: 1.2em;
	line-height: normal;
}
h4 {
	color: #696B67;
	font-size: 1.1em;
	line-height: normal;
}

/* lists */
ul {
	margin: 0 0 0 15px;
}
ol {
margin: 0 0 1em 25px;
}
ul.noBullets {
	list-style-type: none;
	margin: 0;
}

/* MAIN CONTENT -------------------------------------------------------------------- */

/* top content */
#Content .blogContent {
	background: #E1E2E1 url(/_assets/layout/bg_top.jpg) top left no-repeat;
	margin: 0 0 2px 0;
}
#Content .blogContent .intro {
	padding: 0 35px 30px 65px;
}
#Content .blogContent .intro h3 {
	padding: 0.5em 0 0.7em;
}
h2.pageTitle {
	color: #980001;
	font-size: 2.2em;
	font-weight: normal;
	padding: 20px 0 0.1em 65px;
}
h2.pageTitle span {
	display: block;
	color: #373A34;
	font-size: 0.5em;
	padding: 0.1em 0 0 0;
}
#PostDate {
	background: transparent url(/_assets/date/bg_right.png) top right no-repeat;
	left: 122px;
	margin: 0;
	padding: 0 6px 0 0;
	position: absolute;
	top: 24px;
	width: 34px;
}
#PostDate .month {
	background-color: #AEBD95;
	border: 1px solid #4D5938;
	display: block;
	font-size: 10px;
	line-height: 10px;
	padding: 2px;
	text-align: center;
}
#PostDate .date {
	background: #fff url(/_assets/date/bg_date.jpg) 50% 100% no-repeat;
	border: 1px solid #82965F;
	border-top: 0;
	display: block;
	font-size: 18px;
	line-height: 24px;
	position: relative;
	text-align: center;
	zoom: 1;
}
#PostDate .bot {
	background: transparent url(/_assets/date/bg_bot.png) 0 0 no-repeat;
	bottom: -7px;
	display:block;
	height: 6px;
	left: 0;
	position: absolute;
	width: 40px;
}

/* photo border */
#PhotoBorder {
	margin: -10px -23px -10px -23px;
	width: 566px;
}
#PhotoBorder .top {
	background: transparent url(/_assets/photoborder/top.png) top left no-repeat;
	height: 33px;
}
#PhotoBorder .mid {
	background: transparent url(/_assets/photoborder/mid.png) top left repeat-y;
	padding: 0 33px 20px 33px;
}
#PhotoBorder .mid img {
	margin-bottom:25px;
}
#PhotoBorder .bot {
	background: transparent url(/_assets/photoborder/bot.png) top left no-repeat;
	height: 40px;
}

/* blog entries */
.blogEntry {
	background: #F1F1F1 url(/_assets/layout/bg_blogentry.jpg) top left no-repeat;
	border-top: 2px solid #fff;
	margin: 0;
	padding: 20px 35px 30px 65px;
}
.blogEntry h3 {
	color: #980001;
	font-size: 1.6em;
	font-weight: normal;
	padding: 0 0 1em 0;
	position: relative;
}
.blogEntry h3 .author {
	display: block;
	color: #373A34;
	font-size: 0.6em;
	padding: 0.1em 0 0 0;
}
.blogEntry h3 .byStamp {
	display: block;
	height: 46px;
	left: -90px;
	position: absolute;
	top: 0;
	width: 87px;
}
#BySusan {
	background: transparent url(/_assets/icons/susan.png) top left no-repeat;
}
#ByPete {
	background: transparent url(/_assets/icons/pete.png) top left no-repeat;
}

/* MAIN MENU ----------------------------------------------------------------------- */
#Menu {
	float: right;
	padding: 5px 0 0 0;
	width: 215px;
}
#Menu a {
	font-weight: bold;
}
#Menu  h3 {
	margin: 20px 0 0.5em 0;
}
#Menu .recentPosts li {
	margin-bottom: 0.2em;
}
#Menu .recentPosts p {
	margin-bottom: 0;
}
#Menu .recentPosts h4 {
	font-size: 1em;
}

/* COMMENTS ----------------------------------------------------------------------- */
#Comments {
	display: inline;
	float: left;
	margin: 0 0 0 81px;
	width: 641px;
}
#Comments .top {
	background: transparent url(/_assets/comments/bg_top.gif) top left no-repeat;
	height:15px;
}
#Comments .mid {
	background-color: #F8F7ED;
	border-left: 1px solid #E5E1BA;
	border-right: 1px solid #E5E1BA;
	padding: 6px 22px 10px 22px;
}
#Comments .bot {
	background: transparent url(/_assets/comments/bg_bot.gif) top left no-repeat;
	height:15px;
}
#Comments .title {
	padding-bottom: 1em;
}
#Comments h2 {
	padding-bottom: 0.3em;
}

/* BOTTOM MENU ----------------------------------------------------------------------- */
#BottomMenu {
	float: right;
	/* padding: 21px 0 0 0; */
	width: 215px;
}
#BottomMenu h2 {
	padding-bottom: 0.5em;
}
#BottomMenu .top {
	margin-bottom: 0.3em;
}
#BottomMenu .top a {
	background: url(/_assets/icons/top.gif) 0 3px no-repeat;
	font-weight: bold;
	padding-left: 9px;
}
#BottomMenu .next a {
	background: url(/_assets/icons/next.gif) 0 3px no-repeat;
	padding-left: 9px;
}
#BottomMenu .next .off {
	background: url(/_assets/icons/next_off.gif) 0 3px no-repeat;
	color: #ccc;
	padding-left: 9px;
}
#BottomMenu .prev a {
	background: url(/_assets/icons/prev.gif) 0 3px no-repeat;
	padding-left: 9px;
}
#BottomMenu .prev .off {
	background: url(/_assets/icons/prev_off.gif) 0 3px no-repeat;
	color: #ccc;
	padding-left: 9px;
}


/* COPYRIGHT ---------------------------------- */
.copyright {
	font-size: 0.9em;
	padding-top: 1.8em;
}
.wordpress {
	font-size: 0.9em;
}
#decoration {
	background: transparent url(/_assets/layout/silhouette.gif) top left no-repeat;
	top: -94px;
	height: 94px;
	position: absolute;
	right: 0;
	width: 59px;
}

/* COMMENTS -------------------------------------- */
#CommentsList {
	padding: 1.5em 0 0 100px;
}
#CommentsList li {
	margin-bottom: 1em;
	padding: 0;
	position: relative;
}
#CommentsList .commentdate {
	font-size: 1.1em;
	left: -100px;
	position: absolute;
	top: 0;
	width: 90px;
}
#CommentsList .commentauthor {
	font-size: 1.1em;
	margin-bottom: 0.1em;
	zoom: 1;
}
/* form */
#CommentsFormContainer {
	border-bottom: 1px dashed #E5E1BA;
	padding-bottom: 10px;
	position: relative;
}
#CommentsFormContainer label {
	display: block;
	font-size: 0.9em;
	padding-bottom: 0.1em;
}
#CommentsFormContainer input, #CommentsFormContainer textarea {
	width: 300px;
}
#CommentsFormContainer .commentSubmit {
	width: 160px;
}
#secureimgdiv {
	position: absolute;
	right: 10px;
	top: 0;
	width: 250px;
}
#secureimgdiv input {
	margin-bottom: 0.5em;
	width: 140px;
}

/* archive page --------------------------------------------- */
.archivePage #PhotoBorder {
	margin-top: -2.5em;
}
.archivePage .gmnoprint span {
display:none;
}