/*  
Theme Name: Debt Bytes
Theme URI: http://debtbytes.org/
Description: Custom theme for CRN.
Version: 1.0
Author: Barrett Creative, Inc.
Author URI: http://barrettcreative.net/
Tags: 
Template: crn
*/

@import url(../crn/style.css);

body {
	background: #eed url(../crn/images/body-bkgd-blog.png) no-repeat top left;
}

/* @group Articles */

article {
	border-bottom: 1px solid #a7a697;
	margin-bottom: 20px;
}

article .excerpt {
	clear: both;
}

article h1 {
	float: left;
	font-size: 38px;
	width: 480px;
}

article .info {
	color: #a7a697;
	float: right;
	font-size: 12px;
	line-height: 18px;
	margin: 10px 0 0;
	text-align: right;
	text-transform: uppercase;
	width: 160px;
}

article .info a {
	border-color: #a7a697;
	color: #878677;
}

article .info time {
	color: #444;
	font-size: 13px;
	text-transform: none;
}

.comments-link {
	background: #878677;
	border: none;
	color: #fff;
	font-size: 12px;
	padding: 4px 8px;
}

.comments-link:hover {
	background: #40839d;
	border: none;
}

.post-navigation {
	overflow: hidden;
	width: 640px;
}

/* @end */

