/**
 * Theme Name:     Twenty Twelve Child
 * Author:         the WordPress team
 * Template:       twentytwelve
 * Text Domain:	   twenty-twelve-child
 * Description:    The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
 */

.comments-area article header cite,
.comments-area article header time {
    margin-left: 0;
}

.logged-in-as,
.comment-notes {
	line-height: 1.714285714;
}

.search-field {
	max-width: 100%;
}


html {
	font-size: 100%;
}

@media screen and (min-width: 600px) {
  .widget-area {
		border-left: 1px solid #ededed;
	}
	#secondary aside {
		margin-left: 24px
	}
}

.site-header h1 {
	font-size: 24px;
}

.site-content,
.widget-area {
	margin-top: 0;
	padding-top: 48px
}

.site-header {
	padding-bottom: 0;
}

.widget-area .widget h3 {
  margin-bottom: 12px;
}

.site-header h1 a:hover, .site-header h2 a:hover {
	color: #000;
}