
.blog-main h1, .blog-main h2, .blog-main h3, .blog-main h4, .blog-main h5, .blog-main h6{
text-transform:capitalize;

}
.blog-main h2{
text-transform:capitalize;
	font-weight: normal;
	color:#28586C;
	border-bottom: #CCCCCC solid 1px;
	line-height:20px;

}

.blog-main h2 a, .blog-main h2 a:visited, .blog-main td{
color: #28586C;
}

.blog-main h2 a:hover{
color: #000000;
}


.blog-entry {
	margin-bottom: 25px;
}

.blog-entry p{
	font-size: 13px;
	line-height:1.9em;
	margin-bottom:10px;
}

.blog-entry small{
padding-bottom:15px;
}

#tag_cloud a {
	line-height:130%;
}

.blog-main a:hover{
text-decoration:underline;
color:#000000;
}



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */