/*
Theme Name: Jayhuang.org
Description: Jayhuang.org - Child theme for Twenty Twelve
Author: Jay Huang
Version: 1.0
Template: twentytwelve
*/

#site-logo {
	display: inline-block;
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 10px;
}

.site-title {
	display: inline-block;
}

.widget-area .widget h3 {
	margin-bottom: 0;
}

.widget-area .widget {
	margin-bottom: 30px;
}

.site-content article {
	margin-bottom: 30px;
}

@media screen and (min-width: 600px) {
	.widget-area {
		width: 30%;
	}
}