/* CSS Document */

body {
	background-color: #bae1d8;
	color: #5f4238;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 130%;
	background-image: url("/images/bg.gif");
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
/*---Wrapper for Both Columns---*/
#wrapper {
	width: 720px;
	float: left;
	margin: 0;
	padding: 54px 0 0 269px;
}
/*---This adds the Top Gradient---*/
#gradient-top {
	width: 720px;
	float: left;
	background-image: url("/images/gradient-top.gif");
	background-repeat: no-repeat;
	background-position: 0 10px;
	background-color: #D0C9C0;
}
/*---This adds the Bottom Gradient---*/
#gradient-bt {
	width: 720px;
	background-image: url("/images/gradient-bt.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0;
	padding: 0 0 15px 0;
	float: left;
}
/*---Header---*/
#header {
	width: 720px;
	height: 200px;
	float: left;
	margin: 0;
	padding: 54px 0 0 269px;
	background-image: url("/images/logo.gif");
	background-repeat: no-repeat;
	background-position: 336px 109px;
}
#header a {
	display: block;
	width: 138px;
	height: 130px;
	margin-left: 67px;
	margin-top: 54px;
	}
#header a span {
	display:none;
}
/*----Primary Navigation---*/
#nav {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #5f4238;
	width: 459px;
	height: 33px;
	position: absolute;
	z-index: 4000;
	top: 174px;
	left: 505px;
	text-align: left;
	line-height: normal;
	overflow: hidden;
}
#nav ul {
	float: left;
	list-style-type: none;
	margin: 0;
	margin-left: 5px; /*Left offset of entire menu relative to page*/
	padding: 0;
}
#nav li {
	display: inline;
	margin: 0;
	padding: 0;
}
#nav a {
	float: left;
	background: url("/images/nav-left.gif") no-repeat left top;
	margin: 0;
	margin-right: 5px; /*spacing between each tab*/
	padding: 0 0 0 9px;
	text-decoration: none;
}
#nav a span {
	float: left;
	display: block;
	background: url("/images/nav-right.gif") no-repeat right top;
	padding: 4px 12px 2px 3px;
	font-weight: normal;
	color: #5f4238;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a span {float:none;}
/* End IE5-Mac hack */

#nav a:hover span {
	color: #5f4238;
}
#nav #current a { /*Selected item style*/
	background-position: 0 -82px; /*Shift background image up to start of 2nd bracket image*/
}
#nav #current a span { /*Selected Tab style*/
	background-position: 100% -82px; /*Shift background image up to start of 2nd bracket image*/
	color: #5f4238;
}
#nav a:hover { /*onMouseover style*/
	background-position: 0% -82px; /*Shift background image up to start of 2nd bracket image*/
}
#nav a:hover span { /*onMouseover style*/
	background-position: 100% -82px; /*Shift background image up to start of 2nd bracket image*/
}
/*---Page Container---*/
#page {
	margin: 0 auto;
	padding: 0;
	width: 720px;
	text-align: left;
	}
.narrowcolumn .postmetadata {
	text-align: left;
	font-size: 11px;
	}
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: 046762;
}
.depth-1 {
	border: none;
}
.even, .alt {
	border-left: none;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
/*---Footer---*/
#footer {
	height: 18px;
	width: 720px;
	margin: 0;
	padding: 10px 0 10px 0;
	float: left;
	background-color: #FFFFFF;
	}
#footer p {
	font-size: 10px;
	color: #8F6454;
	text-align: center;
	margin: 0;
	padding: 0;
}
#footer a, footer a:link {
	text-decoration: none;
	color: #046762;
}
#footer a:visited {
	text-decoration: none;
	color: #046762;
}
#footer a:hover {
	text-decoration: none;
	color: #059F98;
}
#footer a:active {
	text-decoration: none;
	color: #0033cc;
}
/*----Links---*/
a, a:link {
	text-decoration: none;
	color:#046762;
}
a:visited {
	text-decoration: none;
	color:#046762;
}
a:hover {
	text-decoration: none;
	color:#059F98;
}
a:active {
	text-decoration: none;
	color:#fdf6af;
}
a:focus {
	outline: none;
}
/*---Headlines---*/
h1, h2, h3, h4, h5, h6 {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 130%;
	margin: 0 10px 10px 60px;
	padding: 0;
}
h1 {
	font-size: 25px;
	color: #fdf6af;
	padding-top: 70px;
	margin: 0;
}
h2, h2 a, h2.pagetitle {
	font-size: 20px;
	color: #fdf6af;
	margin: 0;
	padding: 0;
}
h2.pagetitle {
	margin: 0;
	padding: 20px 0 0 0;
}
h3 {
	font-size: 13px;
	color: #5f4238;
	padding: 0 0 0 0;
	margin: 20px 0 20px 0;
}
h3.comments {
	padding: 0;
	margin: 20px auto 20px;
}
#respond h3 {
	padding-left: 15px;
	}
h4 {
	font-size: 13px;
	color: #5f4238;
}
h5 {
	font-size: 13px;
	color: #5f4238;
}
h6 {
	font-size: 12px;
	color: #5f4238;
}
/* End Headlines */
/* Left Columns */
.narrowcolumn {
	width: 400px;
	float: left;
	padding: 25px 0 0 60px;
	margin-top: 10px;
	}
.widecolumn {
	width: 400px;
	float: left;
	padding: 25px 0 20px 60px;
	margin-top: 10px;
	}
.post {
	margin: 20px 0 25px;
	padding: 0 8px 0 0;
	text-align: left;
	}
.post-date {
	width: 45px;
	float: left;
	padding: 2px;
	margin: 2px 10px 5px 0;
	background: url("/images/datebg.gif") top center no-repeat;
	height: 45px;
}
.post-month {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	text-align: center;
	display: block;
	line-height: 18px;
	padding: 0;
}
.post-day {
	font-size: 14px;
	text-transform: uppercase;
	color: black;
	text-align: center;
	display: block;
	line-height: 11px;
	padding: 5px 0 0 0;
}
.widecolumn .post {
	margin: 0;
	}
.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	padding-top: 5px;
	}
.widecolumn .smallattachment {
	text-align: left;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
	text-align: left;
	margin: 5px 0px;
}
.postmetadata {
	clear: left;
}
/*---Sidebar---*/
#sidebar {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 25px 0 10px 0;
	margin-left: 515px;
	width: 180px;
	}
#sidebar form {
	margin: 0;
	}
#sidebar h2 {
	font-size: 13px;
	color: #5f4238;
	margin: 5px 0 0;
	padding: 0;
	}
/*=== Post Images ===*/
.floatleft {	
	float:left;
}
.floatright {	
	float:right;
}
img.alignleft {	
	padding:0;
	margin:0 14px 7px 0;
	float:left;
	border: 1px solid #FDF6AF;
}
img.alignright {	
	padding:0;
	margin:0 0 7px 14px;
	float:right;
	border: 1px solid #FDF6AF;
}
img.aligncenter {	
	display: block;
	margin:0 auto 14px auto;
	border: 1px solid #FDF6AF;
}
img.alignnone {	
	display: block;
	margin:0 0 20px 0;
	padding:0;
	border: 1px solid #FDF6AF;
}
/* Sidebar images */
#sidebar img.alignleft {
	padding: 0;
	margin: 0 5px 0 0;
	display: inline;
	}
#sidebar a img {
	border: none;
	}	
/* Image floats */
.alignright {
	float: right;
	}
.alignleft {
	float: left
	}
/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 10px;
	list-style: none;
	text-indent: -10px;
	} 
html>body .entry li {
	margin: 7px 0 8px 10px;
	}
.entry ul li, #sidebar ul ul li {
	list-style-image: url('/images/bullet.gif');
	list-style-type: none;
	padding-left: 15px;
	margin: 1px 0 1px 30px;
	}	
.entry ol {
	padding: 0 0 0 20px;
	margin: 0;
	}
.entry ol li {
	margin: 0;
	padding: 0;
	}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
/* Sidebar Lists */
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0 5px;
	padding: 0;
	}
/* Sociable List Styles*/
div.sociable { 
	margin: 0 0 16px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
div.sociable_tagline { 
	position: relative; 
	padding-bottom:5px;
}
span.sociable_tagline { 
	position: relative; 
}
span.sociable_tagline span {
	display: none; width: 14em;
}
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable li {
	background: none;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: -8px;
	padding: 6px 0 0 0;
}
.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
/* End  Lists */

/* Begin Form Elements */
input:focus { outline: none; }
textarea:focus { outline: none; }
	
#searchform {	
	padding: 1px 0 12px 0;
	margin: 0 0 15px 0;
	}
#searchform input, textarea {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #767676;
	background: #fefbea;
	border: 1px solid #b6aa9c;
	padding: 2px 0px 2px 2px;
	float: left;
	margin-right: 3px;
	width: 106px;
	}
#searchform #searchsubmit {
	background-color: #d0c9c0;
	background-image: url("/images/search.gif");
	background-repeat: no-repeat;
	background-position: 2px 2px;
	padding: 0;
	height: 19px;
	width: 19px;
	border-style: none;
	}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
select {
	width: 130px;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	background: #fefbea;
	border: 1px solid #b6aa9c;
	}
#commentform textarea {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	width: 100%;
	padding: 2px;
	margin-top: 6px;
	background: #fefbea;
	border: 1px solid #b6aa9c;
	}
#commentform #submit {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5f4238;
	margin: 6px 0 0 0;
	float: right;
	background-color: #c8bcae;
	background-image: url("/images/submit.gif");
	background-repeat: no-repeat;
	padding: 0;
	height: 24px;
	width: 145px;
	border-style: none;
	}
/* End Form Elements */

/* Begin Comments*/
.entry p a:visited {
	color: #046762;
	}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Century Gothic, Arial, Helvetica, sans-serif';
	}
.comment
.alt {
	margin: 0;
	padding: 0;
	}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #baab98;
	padding: 2px;
	margin: 3px 6px 3px 0;
	background: #fffceb;
	}
.commentmetadata {
	font-weight: normal;
	}
.commentlist {
	margin: 0 0 25px;
	padding: 20px 8px 0 0;
	}
.commentlist cite, .commentlist cite a {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
.commentlist li {
	margin: 0 0 10px 0;
	padding: 10px 10px 10px;
	list-style: none;
	background: url("/images/bg-comment.jpg") no-repeat top left;
	font-weight: normal;
	}
.commentlist li ul li {
	font-size: 1em;
}
.commentlist p {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 10px 5px 10px 0;
	}
#commentform {
	margin: 0 0 0 15px;
	}
#commentform p {
	margin: 5px 0;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	}
.nocomments {
	text-align: left;
	margin: 0;
	padding: 0;
	}
.commentmetadata {
	margin: 0;
	display: block;
	}	
/* End Comments */
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5f4238;
	}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}
#wp-calendar a {
	text-decoration: none;
	}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}
#wp-calendar a {
	display: block;
	}
#wp-calendar caption {
	text-align: center;
	width: 100%;
	}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}
acronym, abbr {
	border-bottom: 1px dashed #999;
	}
blockquote {
	width: 80%; height:auto;
	margin: 3px 0 3px 0; 
	padding:0 25px 0 50px;
	display: block;
	background:  url("/images/quote.gif") no-repeat 20px 0;
	border: none;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
.center {
	text-align: left;
	}
.hidden {
	display: none;
	}
a img {
	border: none;
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 0;
	margin-bottom: 40px;
	}
/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */