/*
Theme Name:     Twenty Thirteen Child
Theme URI:      http://example.com/
Description:    Child theme for the Twenty Thirteen theme
Author:         Your name here
Author URI:     http://example.com/about/
Template:       twentythirteen
Version:        0.1.0
*/

@import url("/wp-content/themes/twentythirteen/style.css");

.entry-header-full,
.entry-content-full,
.entry-summary-full,
.entry-meta-full {
	margin: 0 auto;
	max-width: 980px;
	width: 95%;
}

h1 {
	font-size: 34px;
	
}

.main-navigation {
	
	max-width: 1020px;
	
}

.sidebar .site-footer .widget-area {
	max-width: 980px;
	position: relative;
	left: 0px;
}

.site-main .widget-area {
margin-top: 120px;
}

.fb_iframe_widget { z-index: 9999; }

.entry, .non-wp-entry {
    overflow: visible !important;
}
.post, article.page {
    overflow: visible !important;
}
