/* Begin Structure */
body {
	background: #fc9 url(images/top-background.gif) repeat-x;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	}

ul, ol, li, h1, h2, h3, a, img, form, input {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}

#page {
	background:#fc9 url(images/trees-bottom.jpg) bottom right no-repeat;
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	text-align:left;
	}

#header {
	background:url(images/header-mountain.jpg) bottom repeat-x;
	margin: 0px;
	height:370px;
	}

	#logo {
		width:900px;
		height:120px;
		margin:0px;
		padding:0px;
		}

	.description {
		left:50px;
		top:10px;
		position: relative;
		width:370px;
		height:120px;
		color:#036;
		font-size:14px;
		line-height:20px;
		}

a {
	color: #363;
	text-decoration:none;
	}
	a img {
		border: none;
		}
	a:visited {
		color: #363;
		}
	a:hover {
		color: #363;
		text-decoration:underline;
		}
/*
#sidebar {
	padding: 0px 0px 0px 0px;
	width: 200px;
	float:left;
	background:url(images/sidebar-background.gif) repeat-y;
	vertical-align:top;
	}
*/	
#sidebar {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 178px;
	float:left;
	background: #fbdfc4;
	vertical-align:top;
	border: 1px solid #630;
	}	

	#sidebar form {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		}
		
		#searchform {
			text-align: center;
			}
		
		#sidebar #searchform #s {
			width: 130px;
			padding: 2px;
			}
		
		#sidebar #searchsubmit {
			padding: 2px 1px;
			margin: 4px 0px 0px 0px;
			background-color:#363;
			color:#fc9;
			}
			
	#sidebar p {
		padding:0px;
		margin:0px;
		}
	
	#sidebar h2 {
		font-size: 14px;
		}	
		
	#sidebar ul, #sidebar ol {
		margin: 0px 0px 0px 0px;
		padding: 10px 10px 10px 10px;
		}
		
	#sidebar ul ul, #sidebar ol ol {
		margin: 5px 0px 0px 25px;
		padding: 0px;
		}
	
	#sidebar ul li {
		list-style-type: none;
		list-style-image: none;
		font-size:12px;
		line-height: 14px;
		margin:10px 0px 10px 0px;
		}
		
	#sidebar ul ul li {
		list-style-type:disc;
		list-style-image: none;
		font-size:12px;
		line-height:14px;
		color:#363;
		}
	
	#sidebar ul p, #sidebar ul select {
		margin: 5px 0px 8px;
		}
	
	#sidebar ul ul ul, #sidebar ul ol {
		margin: 0px 0px 0px 10px;
		}
	
	#sidebar ul ul li, #sidebar ul ol li {
		margin: 6px 0px 6px;
		padding: 0px;
		}
		
	#sidebar ul ol li {
		list-style: decimal outside;
		}
		

.narrowcolumn {
	float: left;
	padding: 0px 20px;
	margin: 0px;
	width: 500px;
	font-size:12px;
	line-height:14px;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	font-size:10px;
	}
	
	.narrowcolumn ul {
		padding:0px 20px;
		}
		
	.post h2 {
		font-family:"Times New Roman", Times, serif;
		font-size:22px;
		line-height: 24px;
		font-weight:normal;
		}
	
	.post-edit-link {
		text-transform:uppercase;
		background:#fbdfc4;
		}
		
	h2.pagetitle {
		padding:0px 0px 20px 0px;
		line-height:22px;
		}
		
	h3 {
		font-family:"Times New Roman", Times, serif;
		font-size:22px;
		line-height: 24px;
		font-weight:normal;
		}
		
	.narrowcolumn h4 {
		font-size:14px;
		line-height: 20px;
		text-align:center;
		}
		
	small {
		font-size: 0.9em;
		line-height: 1.5em;
		font-style:italic;
		color:#630;
		}
		
	.narrowcolumn .entry, .widecolumn .entry {
		line-height: 1.4em;
		margin-top: 10px;
		border-top: 1px solid #f96;
		}
	
	.postmetadata {
		clear: both;
		margin-bottom:40px;
		}	
	
	#respond {
		width:500px;
		padding: 0px;
		}
		
	.entry img {
		padding:0px 0px 10px 10px;
		}
	
	.entry a, .entry a:hover {
		text-decoration:underline;
		}

#thirdcolumn {
	padding: 10px;
	margin: 0px 0px 0px 0px;
	width: 158px;
	float:left;
	background: #fbdfc4;
	vertical-align:top;
	border: 1px solid #630;
	text-align:center;
	}	
	
	#thirdcolumn h2 {
		font-family:"Times New Roman", Times, serif;
		font-size:18px;
		margin:10px;
		}
		
	#thirdcolumn p {
		font-size:12px;
		margin:10px;
		}
		
	#thirdcolumn a.stbutton {
		display:none;
		}

.widecolumn {
	padding: 0px;
	margin: 0px;
	width: 500px;
	}
	
	.widecolumn .post {
		margin: 0;
		}
	
	.widecolumn .postmetadata {
		margin: 30px 0;
		}
	
	.widecolumn .smallattachment {
		text-align: center;
		float: left;
		width: 128px;
		margin: 5px 5px 5px 0px;
		}
	
	.widecolumn .attachment {
		text-align: center;
		margin: 5px 0px;
		}


.clear {
	clear: both;
}

#footer {
	padding: 0px;
	margin: 0px;
	width: 900px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	font-size:10px;
	}
	
	
	
/*  */


.widecolumn .entry p {
	font-size: 1.05em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #f96;
}

/*
.entry p a:visited {
	color: #b85b5a;
	}
*/

.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar caption {
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */







/* 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 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


	
ol li {
	list-style: decimal outside;
	}
*/

/* End Entry Lists */



/* Begin Form Elements */


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}
	
.wpcf7 img {
	padding:0px;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 0px;
	}
#commentform textarea {
	width: 98%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/


.commentlist {
	padding: 0px;
	width:500px;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 20px;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0px;
	display: block;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	}
/* End Comments */







/* 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 {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	border:0px;
	width:460px;
	height:1px;
	color:#ff9b74;
	background-color:#ff9b74;
	margin:10px 20px;
	padding:0px;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	width:500px;
	padding: 10px 0px; 
	background-color:#fbdfc4;
	}
/* 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 */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

