.navbar-top,
.global-nav,
.ad,
#sidebar,
.social-media-button-container,
.form-interruptor,
#comments,
#footer {
	display: none;
}


body {
	background: #FFF;
}


#masthead {
	width: auto;
}

.container {
	width: auto;
	margin: 0 20px;
}

#mainContent {
	padding-left: 0;
	padding-right: 0;
}

#main {
	width: auto;
	margin-right: 0;
	max-width: inherit;
	float: none;
}

#logo {
	position: static;
	font-family: 'proxima_nova_rgbold', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
	#logo a {
		text-indent: 0;
		color: #000;
		display: inline;
		background: none;
	}
	
#container {
	border-right: 0;
	border-left: 0;
}

#masthead a,
.postHeader a,
.postFooter a {
	text-decoration: none!important;
}

@media print {
  a[href]:after {
    content: none !important;
  }
}