.mod .blogtitle {
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
	letter-spacing: -1px;
	font-weight: bold;
	color: #0285CE;
	padding: 12px 0 0 0px;
	font-size: 20px;
	text-align: right;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.post {
	margin-bottom: 15px;
	border-bottom: 1px dashed #D8D8D8;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.post p {
	line-height: 1.3em;
	margin-bottom: 10px;
}
.post h2 {
	margin: 0 0 5px 0 !important;
	padding: 0 !important;
	letter-spacing: -1px;
	font-weight: bold;
	color: #0285CE;
	padding: 12px 0 0 0px;
	font-size: 22px;
	text-align: left;
	border: none;
	color: #000000;
	border-bottom: 1px solid #D9D9D9;
}
.post .posttitle {
	border: none;
	color: #000000;
}

.post .subtitle {
	border: none;
	color: #0285CE;
	font-weight: normal;
}

.post .meta {
	font-size: 12px;
	margin-bottom: 10px;
	padding: 0 0 15px 0;
	text-align: left;
	font-weight: normal;
	color: #0285CE;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}
.post .entry {
	padding: 0px 0px 15px 0px;
	text-align: justify;
}
.readmore a{
	-moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	box-shadow:inset 0px 1px 0px 0px #bee2f9;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf) );
	background:-moz-linear-gradient( center top, #63b8ee 5%, #468ccf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf');
	background-color:#63b8ee;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #3866a3;
	display:inline-block;
	color:#14396a;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 15px;
	text-decoration:none;
	text-shadow:1px 1px 0px #7cacde;
}.readmore a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee) );
	background:-moz-linear-gradient( center top, #468ccf 5%, #63b8ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee');
	background-color:#468ccf;
}.readmore a:active {
	position:relative;
	top:1px;
}