/*
 Theme Name:     Twenty Thirteen Child TAS top
 Template:       twentythirteen
*/

@import url("../twentythirteen/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

/*Increase width - original max-width 604 px*/
.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 754px;
	width: 100%;
}

.site-main .widget-area {
	float: right;
	width: 340px;
}

.widget {
	background-color: rgba(247, 245, 231, 0.7);
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 0 0 24px;
	padding: 15px;
	word-wrap: break-word;
}