
body.home #subtitles-bar {
	clear: none !important;
	margin: 2em 0 8em !important;
}
body.home #logo-bar {
	margin: 0 !important;
}
#left-pane,
#right-pane {
	width: 50%;
	float: left;
	font-size: 0.95em;
	color: #717171;
}

#left-pane {
	padding-right: 5%;
}

#rigth-pane {
	padding-left: 5%;
}

#left-pane h1 {
	color: #FAA919;
}

#left-pane h1:after {
	display: block;
	content: "";
	width: 50px;
	border-bottom: 1px solid #06608B;
}

#left-pane h3,
#right-pane h3 {
	font-size: 1.3em;
	font-weight: 500;
	color: #06608B;
	text-transform: uppercase;
}

#right-pane h1 {
	color: #FAA919;
}

#right-pane h1:after {
	display: block;
	content: "";
	width: 50px;
	border-bottom: 1px solid #06608B;
}

#right-pane .entry-contents,
#right-pane .entry-content p {
	padding: 0;
	margin: 0;
}

#right-pane .post-contents {
	max-width: none;
	width: 100%;
	float: none;
	padding: 0;
	border-left: none;
}

#right-pane .post-title {
	font-size: 1em;
	font-weight: 500;
}

#right-pane .more-link {
	display: inline;
}

@media screen and (max-width: 460px) {
	
	#left-pane, #right-pane {
		width: 100%;
		padding: 0 5%;
	}
}
