.blog-wrap {
    padding: 0;
    margin: 0 auto;
    color: #333;
    max-width: 100%;
}

.entry {
	border-bottom: 1px dotted #adadad !important;	
	padding-bottom: 30px !important;	
	margin-bottom: 50px !important;	
}

#mainBody h2.blog-title {
	padding: 0;
	border: none;
	margin-top: 10px;
	color: #282828;
}

.blog-title {
	font-size: 115%;
	padding: 0;
	width: 100%;
	color: #030a97;
	font-weight: normal;
}

.blog-title a {
	color: #030a97;
	text-decoration: none;
	font-weight: normal;
}

.blog-title h2 a {
	color: #030a97;
	text-decoration: none;
	font-weight: normal;
}

.blog-date {
	color: #333333;
	padding: 5px 0;
	float: left;
	margin-right: 20px;
}

.blog-content {
	clear: both;
	padding-top: 10px;
	float: none;
}

.num_comments {
	padding: 5px 0 0 0;
	float: left;
}

.num_comments a {
	text-decoration: none;
	color: white;
}

#comments {
	font-weight: bold;
	font-size: 95%;
	border-top: 5px solid #05006D;
	border-bottom: 5px solid #05006D;
	padding: 8px 0;
	margin: 45px 0;
	float: none;
	clear: both;
	color: #05006D;
}

.comment-date {
    color: #999;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 10px;
    float: left;
    font-size: 14px;
}

.comment-name {
    width: auto;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 20px;
    float: left;
    font-weight: bold;
}

.blog-comment {
	padding-bottom: 25px;
	margin-bottom: 25px;
	clear: both;
	border-bottom: 1px solid #ddd;
}

.comment-form {
    width: 100%;
    margin-top: 25px;
    clear: both;
    margin-bottom: 50px;
}

textarea {
	font-family: Helvetica, Arial, sans-serif;
	border: 1px solid #ccc;
    line-height: normal;
    color: #333;
    height: 125px;
    padding: 2px;
    width:500px;
    max-width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 20px;
}

input[type="text"] {
	font-family: Helvetica, Arial, sans-serif;
	border: 1px solid #ccc;
    line-height: normal;
    color: #333;
    height: 30px;
    padding: 2px;
    width:500px;
    max-width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 20px;
}

.read-more {
	text-decoration: none !important;
	background-color: #030a97;
	color: white !important;
	padding: 5px;
	margin-top: 10px;
}

.read-more:hover {
	text-decoration: none !important;
	background-color: black;
	color: white !important;
}

.comments-off {
	background-color: #F4F2EB;
	border: 1px solid #ddd;
	padding: 5px 10px;
	border-radius: 4px;
	display: inline;
}

.blog-pagination {
    width: 250px;
    margin: 0px;
    clear: both;
    float: none;
    padding-left: 0px;
    padding-bottom: 30px;
    padding-right: 0px;
    padding-top: 10px;
}

.blog-pagination a {
    text-decoration: none;
    color: white;
    background-color: #aaa;
    font-size: 13px;
    padding: 7px;
    margin: 0px;
    margin-right: 10px;
}

.comment-label {
	color: #555;
	display: block;
	clear: both;
	float: none;
}

#ph {
	display: none;
	visibility: hidden;
}