/**
 * Blog Styles
 * 
 * Provides styling for blog elements.
 * 
 * Package: TMF Child Theme
 * Author: The Modern Firm, LLC
 * Support: support@themodernfirm.com
 * Copyright: Copyright (c) 2013, The Modern Firm, LLC
 * 
 */



/* ======================================== *
	Posts			
 * ======================================== */
.post .entry-read-more {
	background-color: #043474;
	background-image: url(../ie-gradient.php?from=043474&to=032756);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#043474), to(#032756));
	background-image: -webkit-linear-gradient(#043474, #032756);
	background-image: -moz-linear-gradient(#043474, #032756);
	background-image: -ms-linear-gradient(#043474, #032756);
	background-image: -o-linear-gradient(#043474, #032756);
	background-image: linear-gradient(#043474, #032756);
	color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.post .author-image,
.page .author-image {
	width: 30px;
	float: left;
	margin-right: 10px;
}

.post .entry-author,
.page .entry-author {
	display: block;
	margin-bottom: 10px;
}

.post .entry-author a,
.page .entry-author a {
	display: inline-block;
	margin-top: 3px;
}

#blog-posts .page {
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}

#blog-posts .page .entry-content {
	margin: 2em 0;
}

/* ======================================== *
	Page Navigation			
 * ======================================== */
.page-navigation .page-numbers,
.page-navigation .current-page-num,
.page-navigation .last-page-num {
	background-color: #043474;
	background-image: url(../ie-gradient.php?from=043474&to=032756);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#043474), to(#032756));
	background-image: -webkit-linear-gradient(#043474, #032756);
	background-image: -moz-linear-gradient(#043474, #032756);
	background-image: -ms-linear-gradient(#043474, #032756);
	background-image: -o-linear-gradient(#043474, #032756);
	background-image: linear-gradient(#043474, #032756);
	color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.page-navigation .page-numbers.current {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}