@charset "UTF-8";
body {
	background: #d9e4e8;
}
.gridContainer {
	background: #fff;
	border: #fbfbfb 2px solid;
	box-shadow: 6px 0 4px -4px #969696, -6px 0 4px -4px #969696;
	-moz-box-shadow: 6px 0 4px -4px #969696, -6px 0 4px -4px #969696;
	-webkit-box-shadow: 6px 0 4px -4px #969696, -6px 0 4px -4px #969696;
}
.pageTitle {
	font-family: 'Oswald', sans-serif;
	color: #810C70;
	float: left;
	padding-top: 15px;
}
.siteLogo {
	padding: 8px;
}
.entryTitle {
	font-family: 'Oswald', sans-serif;
	color:#27A4E0;
	line-height: 1.2em;
}
#innerRight .entryTitle {
	color: #95C629;
	padding-top: 15px;
	text-align:center;
}
#innerRight figcaption {
	text-align:right;
}
#mainFooter {
	text-align: center;
	padding: 1em 0;
	border-top: #ccc 4px solid;
}
article {
}
article p {
	text-align: justify;
	text-justify: newspaper;
}

@media screen and (max-width: 600px) {
.pageTitle {
	font-family: 'Oswald', sans-serif;
	font-size: medium;
}
}
