/*
Theme Name:		Weblog
Theme URI: 		http://
Description: 	A child theme for PlainsArt.org, specifically for the blog
Author: 		Jesse Andersen & Caley Jack Steward
Author URI:		http://
Version: 		0.01
Template: 		default
Tags:			parent, mobile, print, 960 grid, jQuery
*/

@import url('../default/style.css');

/* Weblog Theme Styles */
.post p a.more-link {
	float:right;
	font-size: 12px;
}

.post .meta {
	display: block;
	font-size: 14px;
}
.post .meta.dates {
	font-weight: bold;
}
.additional-info {
	font-weight: normal;
	padding-left: 10px;
	margin-left: 6px;
	border-left: 1px solid #000;
}
.post p {
	font-size: 12px;
}
.tags.categories {
	font-size: 12px; 
	padding: 10px 0;
	margin: 0;
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
}

/* Weblog Aside Styles */
#aside li {
	font-size: 14px;
	list-style: none;
}
#aside li.widget h2.widget-title {
	font-size: 18px;
	color: #5B5B5B;
	font-weight: bold;
}

/* Comment Styles */

#main ul li {
	/*margin-left: 0px !important;*/
}
h4#comments {
	margin: 30px 0 0;	
}
ol.commentlist {
	margin-top:10px;
}
ol.commentlist li {
	margin-left: 0px !important;
}
.even {}
.odd {}
.depth-2 {
	padding-left: 40px;
}
li.comment {	
	list-style-type: none;		
}
.comment-body {	
	padding: 15px 10px;
	margin: 0;
}
.comment {
	border-top: 1px solid #BBB;
}
.odd .comment-body {	
	/*background-color: #E2E2E2;	
	padding: 15px 10px;
	margin: 0;
	border-bottom: 1px dotted #acacac;	*/	
}
.comment-author {
	float: left;
}
.comment-author img {	
	background-color: #FFF;
	padding: 1px;
	margin:0;
	border: 1px solid #E2E2E2;
}
#comment-content {
	padding-top: 5px;
	margin-left: 68px;
}
cite.fn {		
	display: block;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;	
	color: #000;
	padding: 0;
	margin: 0;
}
.comment-meta {	
	font-size: 10px;
}
.comment-meta a {
	color: #5B5b5b !important;
}
.comment-meta a.comment-edit-link {
	color: #C00 !important;
}
.comment-body p {		
	font-size: 12px;
	padding: 0 0 6px;
	margin: 0 0 6px;	
	color: #000;
}
.reply {/* post replies */
	float:right;
	font-size: 10px;
}
.bypostauthor .comment-author img {
	border: 1px solid #000;
}
.bypostauthor {
	background: #F8F8F8;
}

#respond {
	margin-top: 10px;
}
