
/* BLOG */
.blog-left {
	float: left;
	width: 75%;
}
.blog-right {
	float: right;
	width: 20%;
}
.blog-post {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #CCCCCC;
}
	.blog-breadcrumb {
		font-size: 11px;
	}
	.blog-date {
		margin-bottom: 2px;
		font-size: 11px;
		color: #575756;
		text-transform: uppercase;
	}
	.blog-title {
		margin-bottom: 2px;
		font-size: 18px;
		line-height: 1.2em;
		color: #C44009;
	}
	.blog-title a { text-decoration: none; }
	.blog-about {
		margin-bottom: 10px;
		font-size: 11px;
		color: #446412;
	}
	.blog-about a {
		color: #446412;
		text-decoration: none;
	}
	.blog-image {
		margin-bottom: 10px;
		text-align: center;
	}
	.blog-content {
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.blog-link { font-weight: bold }
	.blog-link a {
		display: block;
		padding-left: 20px;
		line-height: 20px;
		text-decoration: none;
		text-transform: uppercase;
		background: url('/files/image/arrow-green.png') no-repeat left 2px;
	}


/* COMMENTS */
.blog-comments {
	margin-top: 100px;
	padding-top: 10px;
	border-top: 1px solid #CCCCCC;
}
	.comments-block {
		float: left;
		width: 100%;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #CCCCCC;
	}
	.comments-block .cname {
		font-size: 14px;
		font-weight: bold;
	}
	.comments-block .cdate {
		font-size: 11px;
		color: #999999;
	}
	.comments-block .ctext {}
	
	#comment_form table { width: 100%; }
	#comment_form input[type=text] { width: 100%; }
	#comment_form textarea { width: 100%; }
	.x_input { display: none; }

	.numresponses {
		font-size: 15px;
		font-weight: bold;
		text-align: right;
	}
	.leavecomment-cont {
		padding: 20px;
		margin-top: 10px;
		border: 1px solid #CCCCCC;
	}
	.leavecomment {
		font-size: 15px;
		font-weight: bold;
	}


/* BLOCKS */
.categories ul, .recent ul, .authors ul {
	list-style: none;
	padding-left: 10px;
}
.categories li, .recent li, .authors li { padding-bottom: 5px; }

.toggle { cursor: pointer }
.archive ul {
	list-style: none;
	padding-left: 10px;
	margin-bottom: 10px;
}
.archive li { padding-bottom: 5px; }
.archive ul ul { padding-left: 25px; }


