.footer-sidebar .widget {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	float: left;
	padding: 0 30px;
	width: 100%;
	text-align: left;
}

/*This section sets page to 100% width */
.site {
	background-color: #fff;
	max-width: 100%;
	position: relative;
}
/*This section sets page header to 100% width */
.site-header {
	background-color: #000;
	max-width: 100%;
	position: relative;
	width: 100%;
	z-index: 4;
}

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
	max-width: 100%;
	margin-right: 20px;
	margin-left: 20px;
}
/*
.content-sidebar {
margin-left: -30%;
width: 30%;
}
*/
.post-navigation,
.image-navigation {
	max-width: 60%;
}

.archive-header,
.page-header {
	max-width: 60%;
}

.contributor-info {
	max-width: 60%;
}

.comments-area {
	max-width: 60%;
}

.site-main .mu_register,
.widecolumn > h2,
.widecolumn > form {
	max-width: 60%;
}

.slider-viewport .post-thumbnail img {
 width: 100%;
}

.entry-title {
	text-align: left;
}

.entry-header {
  	text-align: left;
}

header.archive-header {
	text-align: left;
  	font-size: 32pt
 }

.nav-links{
	display: none;
}


.archive-title {
	text-align: left;
  	font-size: 16pt
}

.cat-links {
	font-weight: 900;
	text-transform: uppercase;
	display: none;
}

.entry-meta .byline {
display: none;
}

.entry-content,
.entry-summary,
.page-content,
.nav-links,
.comment-content,
.widget
 {
   -webkit-hyphens: none;
   -moz-hyphens:    none;
   -ms-hyphens:     none;
   hyphens:         none;
}