@charset "utf-8";
/* CSS Document */
a {
	color:#67911f;
	text-decoration:none;
}
	
a:hover {
	color:#360;
	text-decoration:underline;
}

#menu ul li a#item2 {
	background:url(../images/nav/item2_over.gif) top left no-repeat;
}

#content {
	padding:160px 20px 30px 50px; 
	background:url(../images/blog/header.gif) top left no-repeat;
	
}

.narrowcolumn {
	width:646px;
	float:left;
}

	.pagetitle {
		margin:0;
		padding:10px 35px 10px 0;
		font-size:22px;
		color:#67911f;
		font-style:italic;
		font-weight:normal;
		border-bottom:1px dotted #ccc;
	}
	
	.post {
		background:url(../images/blog/post_icon-left.gif) top left no-repeat;
		padding:15px 0 0 35px;
	}
	.post h2, .post h3 {
		margin:0;
		padding:10px 35px 10px 0;
		font-size:27px;
		color:#67911f;
		font-style:italic;
		display:inline;
		font-weight:normal;
		background:url(../images/blog/post_icon-right.gif) bottom right no-repeat;
	}
		
	.post h2 a, .post h3 a {
		margin:0;
		padding:0;
		font-size:27px;
		color:#67911f;
		text-decoration:none;
		
	}
	
	.post h2 a:hover, .post h3 a:hover {
		color:#c00;
		text-decoration:underline;
	}
	
	.post small {
		font-size:11px;
		color:#666;
		display:block;
	}
	
	.entry {
		font-size:14px;
		color:#333;
		font-style:normal;
	}
	
	.entry a {
		background:#f4f6e4;
		color:#67911f;
		padding:auto 4px;
		font-style:italic;
	}
	
		.entry a:hover {
			color:#360;
			text-decoration:none;
		}
	
	.post p.postmetadata {
		font-size:11px;
		color:#666;
		margin:10px 0;
		padding:10px 0 40px 0;
		border-top:1px dotted #ccc;
	}
	
		.post p.postmetadata a {
			color:#333;
			background:none;
		}
		
		.post p.postmetadata a:hover {
			color:#000;
		}
		
	.widecolumn {
		padding-right:80px;
	}
	
/* viewing posts */

 .navigation {
	padding:0 0 20px 0;
	font-size:12px;
	color:#c00;
	font-weight:bold;
}

	.navigation .alignleft {
		float:left;
		padding:0 0 20px 0;
	}
	
	.navigation .alignright {
		float:right;
		padding:0 0 20px 0;
	}
	
 .navigation-bottom {
 	border-top:3px dotted #ccc;
	padding:20px 0 20px 0;
	font-size:12px;
	font-weight:bold;
	margin-left:35px;
}

	.navigation-bottom .alignleft {
		float:left;
		padding:0 0 20px 0;
	}
	
	.navigation-bottom .alignright {
		float:right;
		padding:0 0 20px 0;
	}

.widecolumn .post {
	clear:both;
	border-top:3px dotted #ccc;
}

.widecolumn h3#comments {
	font-size:13px;
	padding:10px 35px;
	margin:20px 0;
	color:#67911F;
	background:#f4f6e4;
}

ol.commentlist {
	clear:both;
	list-style:none;
	display:block;
	margin:0;
	padding:0 35px;
}

	ol.commentlist li {
		margin:0;
		padding:0;
		background:#eee url(../images/blog/comment-reply_top.gif) top left no-repeat;
		display:block;
	}
	
		ol.commentlist li .comment-body {
			background:url(../images/blog/comment-reply_bottom.gif) bottom left no-repeat;
			padding:10px 25px 15px 25px;
			font-size:13px;
			font-style:italic;
			color:#333;
		}
		
		ol.commentlist li .comment-body .comment-author {
			padding:0 0 0 45px;
			font-size:11px;
			line-height:14px;
			font-style:normal;
			display:block-inline;
		}
		
		ol.commentlist li .comment-body .comment-meta {
			padding:0 0 5px 45px;
			font-size:11px;
			line-height:14px;
			font-style:normal;
		}
		
.widecolumn #respond {
	margin:0 35px;
	padding:0;
	background:#f4f6e4 url(../images/blog/comment-form_top.gif) top left no-repeat;
}

	.widecolumn #respond h3 {
		font-size:15px;
		padding:10px 35px 5px 70px;
		margin:0;
		line-height:15px;
		color:#67911F;
	}
	
	.widecolumn #respond .cancel-comment-reply {
		height:10px;
		font-size:10px;
		line-height:10px;
		padding:0 0 5px 0;
	}
	
		.widecolumn #respond .cancel-comment-reply small {
			font-size:10px;
		}

.widecolumn #respond form {
	margin:0;
	padding:15px 25px 25px 25px;
	font-size:13px;
	background:url(../images/blog/comment-form_bottom.gif) bottom left no-repeat;
}

	.widecolumn #respond form p {
		padding:0 0 15px 0;
		margin:0;
	}
	
	.widecolumn #respond form p label {
		font-size:12px;
	}
	
	.widecolumn #respond form p label strong {
		color:#c00;
	}
	
	.widecolumn #respond form p textarea, .widecolumn #respond form p input {
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		font-style:italic;
		color:#666;
		border:3px solid #d1ddb3;
		padding:3px;
	}
	.widecolumn #respond form p.submit-button {
		text-align:center;
	}
	
	.widecolumn #respond form p.submit-button input#submit {
		border:none;
		padding:0;
		margin:0 auto;
	}

/* sidfebar */
		
#sidebar {
	width:252px;
	float:right;
	font-size:13px;
	position:relative;
	top:-150px;
	padding:30px 8px 30px 0;
	background:url(../images/blog/sidebar-top.gif) top right no-repeat;
}

	#sidebar ul {
		list-style:none;
		margin:0;
		padding:0;
	}
	
	#sidebar ul li{
		margin:0;
		padding:0;
	}


	.widget {
		font-size:12px;
		
	}
	
		form {
			margin:0;
			paddding:0;
		}
	
	.widgettitle {
		margin:0;
		padding:0 0 5px 0;
		font-size:13px;
		font-weight:normal;
	}
	
	/* search style */
	
	.widget_search form div label {
		display:none;
		padding:0 0 20px 0;
	}
	
	.widget_search form div {
		background:url(../images/blog/search-bg.gif) top left no-repeat;
		padding:9px 0 0 15px;
		height:70px;
		display:block;
	}
	
		.widget_search form div input {
			background:none;
			border:none;
			width:147px;
			font-size:12px;
			color:#666;
			font-family:Arial, Helvetica, sans-serif;
			margin:0;
		}
		
		.widget_search form div input#searchsubmit {
			width:50px;
			height:24px;
			background:none;
			border:none;
			font-weight:bold;
			color:#999;
			text-transform:uppercase;
			margin:0;
			
			
		}
		
	/*Recent posts */
	
	#sidebar ul li.widget_recent_entries, #sidebar ul li.widget_archive, #sidebar ul li.widget_twitter {
		background:url(../images/blog/posts-bg.gif) top left repeat-y;
		
	}
	
	#sidebar ul li.widget_recent_entries h2 {
		display:block;
		background:url(../images/blog/posts-header-bg.gif) top left no-repeat;
		height:45px;
		padding:20px 0 0 75px;
		font-size:18px;
		line-height:18px;
		color:#333;
	}
	
	#sidebar ul li.widget_recent_entries ul li, #sidebar ul li.widget_archive ul li {
		padding:0 10px;
	}
	
	
	
	#sidebar ul li.widget_recent_entries ul li a, #sidebar ul li.widget_archive ul li a {
		color:#999;
		display:block;
		padding:3px 10px;
		border-top:1px solid #eee;
		text-decoration:none;
	}
	
		#sidebar ul li.widget_recent_entries ul li a:hover, #sidebar ul li.widget_archive ul li a:hover {
			color:#360;
			text-decoration:underline;
		}
	
	#sidebar ul li.widget_archive h2 {
		padding:3px 10px;
		background:#eee;
		margin:0 10px;
		font-size:12px;
		color:#333;
		font-weight:bold;
	}
	
	#sidebar ul li.widget_archive ul {
		background:url(../images/blog/rightbox-footer.gif) bottom left no-repeat;
		padding:0 0 35px 0;
	}
	
	
	/* twitter */
	
	#sidebar ul li.widget_twitter h2 {
		display:block;
		background:url(../images/blog/twitter-header-bg.gif) top left no-repeat;
		height:45px;
		padding:20px 0 0 75px;
		font-size:14px;
		line-height:18px;
		color:#333;
	}
	
		#sidebar ul li.widget_twitter h2 a {
			color:#333;
			text-decoration:none;
			font-weight:bold;
		}
		
		#sidebar ul li.widget_twitter h2 a:hover {
			text-decoration:underline;
		}
		
	#sidebar ul li.widget_twitter ul li  {
		padding:0 20px 20px 20px;
		color:#999;
		font-style:italic;
	}
	
		a.timesince {
			display:block;
			font-size:10px;
			font-style:normal;
			background:#f4f6e4;
			margin:5px 0 0 0;
			padding:1px 4px;
		}
		
	#sidebar ul li.widget_twitter ul {
		background:url(../images/blog/rightbox-footer.gif) bottom left no-repeat;
		padding:0 0 35px 0;
	}
	
	
	
	
	