/*
Theme Name:     gregr2012
Description:    Child theme for the Twenty Twelve theme 
Author:         Greg Reinacker
Template:       twentytwelve
Version:        0.1.0
*/

@import url("../twentytwelve/style.css");


/* reduce distance from header to comment */

.comments-area article header {
	margin: 0 0 24px;
	margin: 0 0 1.7142857145rem;
}

/* more emphasis on blockquotes */

.entry-content blockquote,
.comment-content blockquote {
	background-color:#f0f0f0;
}

/* smaller margins on widgets, and turn off auto-hyphenation */

.widget-area .widget {
	word-wrap: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	margin-bottom: 36px;
	margin-bottom: 2.57142857175rem;
}

.widget-area .widget h3 {
	margin-bottom: 16px;
	margin-bottom: 1.14286rem;
}

.widget_recent_entries li {
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}

/* Undo link-post formatting from theme */

article.format-link .entry-content a {
	font-size: 100%;
	text-decoration: underline;
}

/* Reduce huge space between articles on index */
.site-content article {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}


/* Add back in link-post formatting for first link in first paragraph */

article.format-link .entry-content p:first-of-type a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* change aside background colors */

article.format-aside .aside {
	background: #ddebf5;
	border-left: 22px solid #5ea6ce;
}

/* add space between tweets */

.widget_twitter li {
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}

/* smaller font for 'n minutes ago' in tweets */

.widget_twitter .timesince {
	font-size: 80%;
}

/* colored blocks for comments */

#main .commentlist li > article {
	padding:10px;
	background:#f5f5f5;	
}

#main .commentlist li.bypostauthor > article {

	background:#ddebf5;
}

.gist-data table {
	margin-bottom:0;
	line-height:1.6;
}

.entry-content .gist .gist-file .gist-meta {
	font-size:75%;
	padding-top:0.3em;
	padding-bottom:0.3em;
}

div.gist {
	margin-bottom:2em;
}
