.post {
    margin-bottom: 0;
}

.post .post_head {
    background: #ffffff none repeat scroll 0 0;
    /*border: 1px solid rgb(15,46,75);*/
	border-bottom: none;
/*	border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    padding: 5px 5px 5px 18px; */
	color: rgb(15,46,75);
	padding-top: 15px;
}

.post_head  a {
	color: rgb(15,46,75);
}
.post .post_head .post_title {
    font-size: 36px;
    margin-right: 5px;
}

.post_title {
	display: block;
}
.post .post_head .post_info {
    font-size: 16px;
}
.post .post_head .post_edit {
    float: right;
    font-size: 16px;
    padding-right: 10px;
    padding-top: 2px;
}
.post .post_head .post_edit::after {
    float: none;
}
.post .post_content {
    background-color: #ffffff;
    font-size: 16px;
	color: rgb(15,46,75);
	/*border: 1px solid rgb(15,46.75);*/
	border-top: none;
	padding: 0;
/*	border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px; */
}

#pages {
    padding: 10px;
    text-align: center;
}
#pages .active {
    font-weight: bold;
}
#new_post {
    margin: 0 0 10px;
    text-align: right;
}
#new_post a {
    background: rgba(96, 128, 160, 0.5) none repeat scroll 0 0;
    border-radius: 15px;
    color: black;
    padding: 5px;
    text-decoration: none;
}
