/*
Theme Name: Twenty Twelve Child
Theme URI: http://wedding.jimlaux.com
Description: Child Theme for Twenty Twelve
Author: Jim Laux
Author URI: http://wedding.jimlaux.com
Template: twentytwelve
Version: 0.1
*/

@import url("../twentytwelve/style.css");

.site {
	background-color: #f1e7cd; /* Background color of main section! */
}

footer[role="contentinfo"] {
	border-top: 2px solid #000000; /* Very bottom line on page*/
}

.site-content article {
	border-bottom: 4px double #000000; /* double line at the bottom of the post or article */
}

body {
	color: #000000; /* Text of post body */
}

.header-image { margin-left: auto; margin-right: auto; display:block; }

.site-header h1 {
    font-size: 48px;
    margin-bottom: 0;
    text-align: center;
}

.site-header h2 {
 text-align: center;
}

/* Below doesn't actually update corresponding section in parent theme.  Don't know why, need to fix if parent theme updated */
@media screen and (min-width: 600px) {	
	.main-navigation div.nav-menu > ul {
		border-bottom: 1px solid #000000; /*#ededed;*/
		border-top: 1px solid #000000;
	}
	.site-header h1,
	.site-header h2 {
		text-align: center;
	}
	.site-header h1 {
		font-size: 48px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
}