@charset "utf-8";
/* CSS Document */
.with-homeblocks {
	width: 540px;
}
#titleBlock {
	height: 245px;
	background-color: white;
	margin-bottom: 20px;
}
.titleBlock-image {
	
	}
#homeblocks {
	clear: right;
	margin-top: 14px;
}
hr.separator {
	width: 938px;
	colour: #a09083;
	height: 1px;
	margin: 20px 0px 40px 0px;
	clear: both;
}
/*
#cat-title {
	background: #a5c3d1 url(/img/menu-item.gif) right top no-repeat;
	height: 20px;
	padding-top: 6px;
	padding-bottom: 2px;
	padding-left: 10px;
	color: white;
	font-size: 105%;
}
*/
#subscribe-blog span{
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(/blog/wp-content/themes/roundhouse-theme/_images/feed-icon-14x14.png);
	background-position: 168px center;
	background-repeat: no-repeat;
}
.postHolder,
h4.strap {
	/*border: 1px solid #d8d8d8;*/
	font-weight: normal;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #a09083; 
}
h4.strap {
	padding-bottom: 20px;
	border-bottom: none;
}

/*---------------------------------------------------------------------------------------------*/
/* Comment Styling                                                                             */
/*---------------------------------------------------------------------------------------------*/

h3#comments {
	margin: 10px 0px 10px 0px;
}

ol.commentlist {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#body ol.commentlist li {
	list-style-type: none;
}
.comment {
	list-style-type: none;
	border: 1px solid #C9DBE4;
	background-color: white;
	margin: 0px 0px 10px 0px;
	
}
.comment-author {
	font-size:20px;
	background-color: #C9DBE4;
	padding: 5px;
	line-height: 32px;
	color: #007392;
}
#body ol.commentlist li .comment-author a {
	color: #007392;
	text-decoration: underline;
}
.avatar {
	vertical-align: middle;
}
.comment p {
	margin: 10px;
}

.comment-meta {
	font-size: 0.75em;
	text-align: right;
	padding: 2px;
}
.comment-meta a {
	color: white;	
}
textarea#comment {
	width: 490px;
}
.readmore {
	text-align: right;
}
.moreInfo {
	background-image: url(_images/RHB_findout.jpg);
	width: 181px;
	height: 288px;
	padding: 0;
	margin-left: 18px;
	border: none;
}
.moreInfo a {
	display: block;
	width: 181px;
	height: 288px;
	/*border: 1px solid red;*/
	text-indent: -99999px;
}
.moreInfo a:focus {
	outline: none;
}

/* COMMENT FORM */

#respond {
	margin-top: 20px;
}
