
/**
* Home Page Template
**************************************/

/* Home template sections. */
.category-section, #more-articles {
	float: left;
	width: 600px;
	margin: 20px 0 0 20px;
	background: url(images/bg-post.png) repeat-y;
	color: #777;
	display: inline;
	}
.category-section-wrap, #more-articles .section-wrap {
	float: left;
	width: 600px;
	overflow: hidden;
	background: url(images/comments-bottom.png) no-repeat 0 bottom;
	padding: 0 0 23px 0;
	}
.category-section .category-title, #more-articles .section-title {
	line-height: 48px;
	font-size: 30px;
	font-family: LeagueGothicRegular;
	padding: 8px 20px;
	margin: 0;
	background: url(images/comments-top.png) no-repeat 0 0;
	border-bottom: 3px double #e5e5e5;
	}
.category-section .category-title a {
	color: #777;
	}
.category-section .hentry {
	float: left;
	width: 270px;
	background: transparent;
	margin: 0 20px;
	display: inline;
	}
.category-section .entry-title {
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	margin: 14px 0 14px 0;
	padding: 0 0 14px 0;
	border-bottom: 1px dotted #e5e5e5;
	}
.category-section .entry-title a {
	color: #dd7a05;
	}
.category-section img.news-thumbnail, #more-articles img.news-thumbnail {
	float: right;
	width: 100px;
	height: 75px;
	margin: 6px 0 10px 20px;
	}
.category-section .entry-summary{
	font-size: 12px;
	line-height: 20px;
	}
.category-section .post-list {
	list-style: none;
	float: right;
	width: 270px;
	margin: 0 20px 0 0;
	padding: 0;
	}
.category-section .post-list li {
	padding: 0;
	margin: 14px 0 0;
	border-bottom: 1px dotted #e5e5e5;
	}
.category-section .post-list a {
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	}
.category-section .post-list .entry-meta {
	padding: 0;
	line-height: 20px;
	color: #aaa;
	background: transparent;
	}
.category-section .post-list .entry-meta a {
	font-size: 11px;
	font-weight: normal;
	color: #aaa;
	background: transparent;
	border: none;
	padding: 0;
	}
#more-articles .hentry {
	margin: 0;
	border-bottom: 1px solid #e5e5e5;
	font-size: 12px;
	line-height: 20px;
	background: none;
	display: inline;
	}
#more-articles img.news-thumbnail, .archive .hentry img.news-thumbnail, .search .hentry img.news-thumbnail, .page-template-popular .hentry img.news-thumbnail {
	margin: 20px;
	}
#more-articles .entry-title, .archive .entry-title, .search .entry-title, .page-template-popular .entry-title {
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	margin: 0 0 7px 0;
	padding: 14px 20px 0;
	}
#more-articles .entry-title a, .archive .entry-title a, .search .entry-title a, .page-template-popular .entry-title a {
	color: #dd7a05;
	}
#more-articles .byline, .archive .byline, .search .byline, .page-template-popular .byline {
	padding: 4px 0 17px;
	margin: 0 140px 14px 20px;
	color: #aaa;
	border-bottom: 1px dotted #e5e5e5;
	}
#more-articles .byline a, #more-articles .published, .archive .byline a, .archive .published, .search .byline a, .search .published, .page-template-popular .byline a, .page-template-popular .published {
	margin: 0 10px 0 0;
	padding: 0 0 0 18px;
	color: #aaa;
	}
#more-articles .published, .archive .published, .search .published, .page-template-popular .published {
	background: url(images/calendar-icon.png) no-repeat 0 1px;
	}
#more-articles a.comments-link, .archive a.comments-link, .search a.comments-link, .page-template-popular a.comments-link {
	background: url(images/comments-link-icon.png) no-repeat 0 1px;
	}
#more-articles a.shortlink, .archive a.shortlink, .search a.shortlink, .page-template-popular a.shortlink {
	background: url(images/shortlink-light-icon.png) no-repeat 0 2px;
	}
