/*

Theme Name: Simple Justice Theme
Theme URI: http://blog.simplejustice.us
Author: Rick Horowitz
Author URI: http://wordpress.org/
Description: Child theme based on Twenty Twelve. Most of Twenty Twelve is maintained, but modifications to the theme are defined here.
Version: 0.1
Template: twentytwelve

*/

@import url('../twentytwelve/style.css');

/* Header areas */ 

.header-image {
	margin-top: -25px;
	margin-bottom: 0;
}

.site-header {
	padding-bottom: 0.2rem;
}

.site-title {
	padding: 0;
	margin: 0;
	height: 0px;
	width: 0px;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 20px; 
	margin-bottom: 1.1rem; 
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 12px; 
	margin-bottom: .6rem; 
	margin-top: 13px; 
	margin-top: .7rem; 
}

.widget-title {
	font-size: 1.1rem;
	line-height: 1rem;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

.widget-area .widget p, .widget-area .widget li, .widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.9rem;
	line-height: 1.4;
}

/* Post content areas */ 

.entry-content p, .entry-summary p, .comment-content p, .mu_register p {
	line-height: 1.3;
	font-family: Arial, sans-serif !important; 
	font-size: 12px; 
	font-size: 1.1rem;
	margin: 0 0 1rem;
}

.entry-content blockquote, .comment-content blockquote {
	padding: 0.1rem 1.7rem 0.1rem 1.7rem !important;
	font-style: normal;
}

.comments-area article header cite, .comments-area article header time {
	margin-left: 0;
}

.comments-area article header {
	margin: 0 0 0.8rem;
}

.comments-title {
	margin-bottom: 1rem;
}

.nav-single + .comments-area, #comment-nav-above {
	margin: 24px 0;
	margin: 1.25rem 0;
}

.site-content article {
	padding-bottom: 0.8rem;
}

.site-content article {
	margin-bottom: 1rem;
}

.entry-header .comments-link {
	margin-top: 0.8rem;
	line-height: 1;
}

.entry-header {
	margin-bottom: 0.9rem;
}

footer.entry-meta {
	line-height: 1;
}

#respond {
	margin-top: 0;
}