    /*
    Theme Name: My Twenty Thirteen Child Theme
    Theme URI: http://hiddentreasurecrafts.com/
    Description: This is a custom child theme I have created.
    Author: Sherri Osborn
    Author URI: http://hiddentreasurecrafts.com/
    Template: twentythirteen
    Version: 0.1
    */


/* Import layout */
@import url("../twentythirteen/style.css");

/*Increase width - original max-width 604 px*/
.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}

.site-main .widget-area {
   width: 340px;
}

body {
background-color: #f7f5e7;
}

.entry-title {
	font-weight: bold;
	font-size: 24px;
	margin: 0 0 5px;





