.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 16px;
}

@media screen and (max-width: 980px) {
	#access .menu-header,
	div.menu,
	#colophon,
	#branding,
	#main,
	#wrapper,
	#access {
		box-sizing: border-box;
		width: 100%;
	}

	#wrapper {
		margin: 0;
		padding: 0 16px;
	}

	#site-title,
	#site-description {
		clear: both;
		float: none;
		width: auto;
	}

	#site-description {
		margin: 0 0 18px;
	}

	#branding img,
	.entry-content img,
	.entry-summary img,
	.comment-content img,
	.wp-caption,
	iframe,
	embed,
	object,
	video {
		height: auto;
		max-width: 100%;
	}

	#access .menu-header,
	div.menu {
		margin-left: 0;
	}

	#container,
	#primary,
	#secondary {
		clear: both;
		float: none;
		margin: 0;
		width: auto;
	}

	#content,
	.one-column #content,
	.single-attachment #content {
		margin: 0;
		width: auto;
	}

	#primary,
	#secondary {
		border-top: 1px solid #ddd;
		padding-top: 20px;
	}

	#footer-widget-area .widget-area,
	#site-info,
	#site-generator {
		float: none;
		margin-right: 0;
		width: auto;
	}

	.entry-content table,
	.comment-content table {
		display: block;
		overflow-x: auto;
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	#header {
		padding-top: 18px;
	}

	#site-title {
		font-size: 24px;
		line-height: 30px;
	}

	#access a {
		padding: 0 7px;
	}

	#main {
		padding-top: 24px;
	}
}
