/* 
Theme Name: PNW Photoblog 
Theme URI: http://blogs.pnwlocalnews.com/ 
Description: This is a child theme of PNW Blogs MU 
Version: 1 
Author: Seth Long 
Author URI: http://www.sethlong.com/ 
Template: rentonreporter 
*/  

@import url("../rentonreporter/style.css");
@import url("../rentonreporter/localstyle.css");

/*blog title meta start*/
.blog-title-meta {
/*	width: 402px; */
	float: right;
/*	padding: 15px 21px; */
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
}
.blog-title-meta .text {
	height: 1%;
	overflow: hidden;
}
.blog-title-meta p { margin: 0; }
/*blog title meta end*/

#lower_container { 
	width: 530px;
	padding-right: 25px;
	border-right: 1px solid #cfcfcf;
	float: left;
}

.info-author {border-top: none;}

.article {	
	border-bottom: 1px solid #cfcfcf;
}

.action {border-bottom: none;}


/*from Typebased */

.left-col {
	float: left;
}

.right-col {
	float: right;
}

/* Post Meta */

.post-meta {
	width: 140px;
/*	margin-left: 6px; */
	text-align: right;
	display: inline;
	padding-top: 11px;
	background-color: #f5f5f5;
}

.post-meta a {
	color: #587384;
}

.post-meta a:hover {
	text-decoration: underline;
}

/* Post Meta Date */

.post-meta h3 {
	padding: 3px 0;
	margin-bottom: 23px;
}

.post-meta h3 span.day {
	display: block;
	float: right;
	line-height: 28px;
	font-size: 35px;
	border-right: #CBCBCB 1px solid;
	padding-right: 5px;
	color: #8D8D8D;
}

.post-meta h3 span.month, .post-meta h3 span.year {
	color: #666666;
	width: 40px;
}

.post-meta h3 span.month {
	display: block;
	float: right;
	font-size: 16px;
	line-height: 14px;
	padding-left: 4px;
	text-align: center;
	text-transform: uppercase;
}

.post-meta h3 span.year {
	font-size: 14px;
	display: block;
}

/* Post Meta Author and Comments */

.post-meta h4 {
	font-size: 12px;
	padding: 3px 21px 3px 0;
	color: #666666;
}

.post-meta h4.author {
	background: url(images/icon_author.gif) no-repeat right 2px;
	font-style: italic;
}

.post-meta h4.comments {
	background: url(images/icon_comment.gif) no-repeat right 4px;
}

.post-meta h4.comments a {
	color: #666666;
}

/* Post Content */

.post-content {
	/*width: 440px; */
	margin-right: 21px;
	display: inline;
	background: url(images/post_element.gif) no-repeat 159px 21px;

}

.post-content a {
	font-weight: bold;
}

.post-content a:hover {
	text-decoration: underline;
}

/* Post Content Headings */

.post-content h2 {
	font-size: 28px;
	line-height: 30px;
}

.post-content h2 a {
	color: #404040;
}

.post-content h2 a:hover {
	text-decoration: underline;
}

.post-content h3 {
	font-size: 14px;
	padding: 5px 0;
}
/*primary block start*/
.primary-block {
	width: 100%;
	float: left;
}

.seo-block {
	width: 945px;
	float: left;
	padding: 0 21px;
}
