/* 
Theme Name: Twenty Twelve Child 
Theme URI: http://apublicdefender.com/ 
Description: Child Theme for Twenty Twelve 
Author: Gideon 
Author URI: http://apublicdefender.com/ 
Template: twentytwelve 
Version: 0.1 
*/   

@import url("../twentytwelve/style.css");


a {
	outline:none;
	color:#054F9E;
	text-decoration:none;
}

a:hover {
	color:#0862C2;
	text-decoration:underline;
}

.comments-link a,.entry-meta a {
	color:#054F9E;
	text-decoration:none;
}

.comments-link a:hover,.entry-meta a:hover {
	color:#0862C2;
	text-decoration:underline;
}

.widget-area .widget a {
	color:#054F9E;
}

.widget-area .widget a:hover {
	color:#0862C2;
	text-decoration:underline;
}

.entry-content blockquote,.comment-content blockquote {
	margin-left:10px;
	margin-bottom:24px;
	padding:24px;
	background:#d2e0f9;
	font-style:normal;
	font-size:14px;
}

.comment-content {
	background-color:#EFF2F2;
	padding:2px 0;
}

.entry-meta {
	background-color:#EFF2F2;
	margin-top:1px;
	padding:0;
	font-size:13px;
	line-height:2.0;
}

.comments-link {
	background-color:#EFF2F2;
	margin-top:1px;
	padding:0;
	font-size:13px;
	line-height:1.846153846;
}