@charset "UTF-8";
/* CSS Document */

/*PAGE TITLE*/
h2 {
	color: #353432;
	font-family:Verdana, Helvetica, sans-serif;
	letter-spacing:-1px;
	margin-top: 0;
}

blockquote {
	background: url("/Websites/yourbcmd/images/bq-quote.png") no-repeat scroll 5px 0 transparent;
	color: #777;
	font-style: italic;
	margin: 25px 0;
	padding: 0 10px 0 65px;
	width: 85%
}

blockquote p {
	padding: 0;
}

/*POST WRAP*/
.blogList ul li {
	border-bottom: 1px solid #E3E3E3;
	margin-bottom: 25px;
	position: relative;
	padding: 0;
	font-size: 12px;
	line-height: 1.5px;
}

.blogList .postBody {
	line-height: 1em;
	font-weight: normal;
}

/*POST TITLE */
.blogList ul li h2.postTitle, .post h2 {
	color: #2790B0;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 0 0 10px 0;
	font-size: 18px;
	margin: 0;
}

.blogList ul li h2.postTitle a {
	color: #2790B0;
	text-decoration: none;
}

.blogList ul li h2.postTitle a:hover{
	text-decoration: underline;
}

/*POST INFO (Date/Comments) */
.blogList ul li .postInfo {
	color: #9F9F9F;
	font-size: 10px;
	padding: 2px 0 10px 1px;
	line-height: 1.5em;
	margin-top: -10px;
	position: relative;
	margin: 0;
}

.blogList ul li .postDate {
	font-size: 10px;
	line-height: 1.5em;
	color: #9F9F9F;	
}

/*POST BODY*/
.postBody a {
	text-decoration: underline;
}

.postBody p {
	line-height: 1.5em;
	padding: 0;
}

a.more-link {
	font-weight: 700;
	float: right;
}

a.more-feature {
	font-weight: 700;
}

#element0_0 .post .postBody, #element0_0 .post .postBody p {
	line-height: 1.5em;
	font-weight: normal;
}

.post .postBody {
	margin-bottom: 20px;
}

.blogList ul li img.feature {
	float: right;
	margin: -35px 0 10px 10px;
	border: 1px solid #E3E3E3;
	padding: 5px;
}

.border {
	border: 1px solid #E3E3E3;
	padding: 5px;
}

.img {
	margin: 0;
}