@charset "utf-8";
/* Main Entry
---------------------------------------------------------- */
#content .entry {
}

#lower-content .entry {
	margin: 0 0 20px 0;
	padding: 0 20px 35px 20px;
	background: url( "../images/content_divider.png" ) no-repeat bottom center;	
}

#lower-content .entry.last {
	background: none;	
}

/* Entry - Headings
---------------------------------------------------------- */
#content .entry h2 {
	margin: 0; padding: 0 0 40px 0;
	background: url( "../images/byline_rule.png" ) no-repeat bottom center;	
	line-height: 1.17em;
	color: #D63B00;
	text-transform: uppercase;
	text-align: center;
}


#content .entry h2.page-title {
	background: none;	
}


#content .entry h2 a {
	color: #D63B00;
}

#content .entry h2 a:hover {
	text-decoration: underline;
}

#lower-content .entry h3 {
	margin: 0; padding: 0 0 10px 0;
	font-size: 1.5em;
	line-height: 1.33em;
	color: #D63B00;
	text-transform: uppercase;
}

#lower-content .entry h3 a {
	color: #D63B00;
}

#lower-content .entry h3 a:hover {
	color: #ffffff;
	text-decoration: underline;
}


/* Past Entry - Meta
---------------------------------------------------------- */
#lower-content .entry ul {
	padding: 5px 0 25px 0;
}

#lower-content .entry ul li {
	padding: 0 15px 0 0;
}

#lower-content .entry ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* POST FORMATTING
---------------------------------------------------------- */
/* Title - Generic Heading colors and margins */
#content .entry h3,h4,h5,h6 {
	color: #2c2625;
	margin: 0 0 .5em 0;
}

#content .entry h3,h4,h5,h6 {
	margin: .25em 0 .5em 0; 
	padding: 5px 0 5px 25px;
	background: url("../images/heading_icon.png") no-repeat left 50%;
}

/* Generic links */
#content p a img {
	margin: 0; padding: 0;
}

#content .textlink {
	margin: 0; padding: 0 10px 2px 18px;
	background: url("../images/link_arrow_white.png") no-repeat 5px 5px;
	background-color: #86706d;
	color: #ffffff;
	text-decoration: none;
	border: none;
}

#content .textlink:hover {
	background: url("../images/link_arrow_dark.png") no-repeat 5px 5px;
	background-color: #e6d7d5;
	color: #151011;
}

/* Links with images */
#content .imagelink {
	margin: 0; padding: 0;
	border: none;
	background: none;
	text-decoration: none;
	color: #39444d;
}

.imagelink:hover {
	background: none;
}

/* markup */
pre,code,kbd,samp,tt{
	display: block;
	padding: 20px;
	border: 1px solid #cccccc;
	overflow: auto;
}

/* Lists */
#content .entry ol li, 
#content .entry ul li {
	margin: 0 0 5px 0;
}

#content .entry ol li a:hover, 
#content .entry ul li a:hover {
	text-decoration: underline;
}

#content .entry ol li,
#content .entry ul li {
	/* Bulleted lists */
	list-style-image: url("../images/link_arrow.png");
	line-height: 1.33em;
}

/* Block Quotes */
#content .entry blockquote {
	margin: 20px 0 20px 0; padding: 0;
	border-top: 1px solid #826648;
	border-bottom: 1px solid #826648;
	background: url("../images/quotes.png") no-repeat 10px 22px;
}

#content .entry blockquote p {
	margin: 20px 0 20px 40px; padding: 0;
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.5em;
}

#content .entry blockquote cite {
	display: none;
	margin: 0; padding: 0;
	font-size: .9em;
}

#content .entry blockquote a.citelink {
	display: block; text-align: right;
	margin: 0 ; padding: 0;
	font-size: .7em;
	text-decoration: none;	
	color: #CB4200;
	background: none;
}

#content .entry blockquote a.citelink:hover {
	text-decoration: underline;	
	color: #CB4200;
	background: none;
}


/* Main Entry - Paragraph
---------------------------------------------------------- */
.entry p.byline {
	background: url( "../images/byline_rule.png" ) no-repeat bottom center;	
	padding: 18px 0 20px 0;
	margin-bottom: 2em;
	text-align: center;
	font-style: italic;
}

.entry p.excerpt {
	font-size: 1.25em;
	line-height: 1.5em;
	color: #151011;
}

.entry p.excerpt:first-letter {
	display: block;
	float: left;
	padding: 3px 5px 0 0;
	font-size : 3.5em;
	line-height: .80em;
	font-weight : normal;
	text-transform: uppercase;
}

.entry p {
	line-height: 1.5em;
}

.entry p.tags {
	background: url( "../images/byline_rule.png" ) no-repeat top center;	
	padding: 18px 0 20px 0;
	margin: 2em 0 0 0;
	text-align: center;
	font-style: italic;
}

.entry p.tags a:hover {
	text-decoration: underline;
}

.entry p a:hover {
	text-decoration: underline;
}

/* Main Entry - Meta
---------------------------------------------------------- */
#content .entry ul#post-links {
	background: url( "../images/byline_rule.png" ) no-repeat top center;	
	padding: 32px 0 50px 0;
}

#content .entry ul#post-links li a {
	padding: 5px 10px 5px 0;
}

#content .entry ul#post-links li a:hover {
	text-decoration: underline;
}

/* Pagination
---------------------------------------------------------- */
.page-navigation {
	margin: auto;
	margin-bottom: 25px;
	width: 300px;
	text-align: center;
}

.page-navigation .left a {
	background: url("../images/prev_post.png") no-repeat left 50%;
	margin: 0 20px 0 0;
	padding: 3px 20px 3px 30px;
	border-right: 1px solid #382104;
}

.page-navigation .right {
	float: left;
}

.page-navigation .right a {
	background: url("../images/next_post.png") no-repeat right 50%;
	padding: 3px 30px 3px 0;
}

.page-navigation a:hover {
	text-decoration: underline;
}


