footer {
	background-color: #FBC02D;
	clear: both;
	color: #363636;
	display: block;
	font-size: 16px;
	padding: 1em;
}

#footer-container {
	margin: auto;
	overflow: auto;
	width: auto;
}

#footer-container .footer_copy,
#footer-container > ul {
	display: inline-block;
}

#footer-container > ul {
	float: right;
	padding-top: 5px;
}


footer, footer p {
	color: #363636;
}
#container footer a:hover {
	color: #005492;
}

footer a, footer a:visited{
	color: #F4F2EE;
}
footer p {
	float: left;
	display: inline;
	text-align: left;
	margin-top: -10px;
}
footer li {
/*	position: relative; */
	display: inline-block;
	padding: 10px 9px;
}

			#blogFeed p {
				word-wrap: break-word;
			}

			.belowthefold {visibility:hidden;}

@media only screen and (max-width: 500px) {
	.row {
		height: auto;
	}
}
