div#blogs {
	
}

div.blog h3 {
	margin-left: 0px;
}

div.blog {
	float: left;
	margin-bottom: 10px;
	border-bottom: solid 1px black;
	padding: 15px;
}

div.blog ul, div.blog li {
	color: black;
	font-size: 14px;
}

div.blog ul {
	margin: 20px;
}

h2.blog-title {
	margin: 0 0 5px 0;
	padding: 0px;
}

h2.blog-title a {
	color: #70A600;
	font-family: 'Lucida sans unicode', tahoma, Verdana, Arial, sans-serif;
	font-size: 24px;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
}

.blog-title a:hover {
	background-color: #70A600;
	color: white;
}

div.blog-header {
	font-size: 12px;
	color: #666666;
	margin: 5px 0;
}

div.blog-body {
	line-height: 18px;
	margin: 15px;
}

div.blog-body p {
	margin: 15px 0 10px 0;
}

.blog-readmore {
	margin-top: 15px;
}

.blog-readmore a {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

div.blog-footer {
	display: inline;
	float: right;
	padding: 5px;
	position: relative;
	font-size: 12px;
	text-decoration: none; 
	margin-right: 20px;
}

div.blog-footer a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.blog-comment-icon {
	background-color: #70A600;
	display: inline;
	float: right;
	left: 5px;
	min-width: 25px;
	position: relative;
	top: 4px;
}

.blog-num-comments {
	color: #70A600;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}

.blog-num-comments a {
	color: white;
	padding: 0 7px 0;
	text-decoration: none;
}

.blog-num-comments a:hover {
	color: black;
}

.blog-comment-tail {
	bottom: -3px;
	position: absolute;
	right: 10px;
}

.blog-comment,
.blog-readhere,
.blog-share
 {
	display: inline;
	float: right;
	margin-right: 8px;
	margin-top: 6px;
	text-transform: uppercase;
}

blockquote {
	background-color: #EAF2F4;
	color: #51646B;
	line-height: 18px;
	font-size: 13px;
	margin: 15px 25px 10px 15px;
	padding: 10px;
}
