/*
---------------------------------------------------------------------------------
Home page styles
---------------------------------------------------------------------------------
*/

.sections {
	list-style-type: none;
	margin: 5px 0 0;
	padding: 0;
}

.sections li {
	background-color: #BACAD2;
	background-position: right bottom;
	background-repeat: no-repeat;
	border: 1px solid #738F9E;
	float: left;
	margin: 0 0.9% 0 0;
	min-height: 180px;
	padding: 1.2%;
	width: 30%;
}

.sections li.last {
	float: right;
	margin-right: 0;
}

.sections .readers { background-image: url(/images/readers.jpg); }
.sections .bloggers { background-image: url(/images/bloggers.jpg); }
.sections .publishers { background-image: url(/images/published.jpg); }

.sub-sections-heading {
	color: #fff;
	font-size: 160%;
	margin: 0;
	padding: 0;
}

.sections p {
	color: #fff;
	font-size: 120%;
	line-height: 1.5;
	margin: 0.5ex 0;
}

.sections a:link, .sections a:visited, .sections a:hover { color: #fff; }

.section-heading {
	color: #971253;
	font-size: 140%;
	margin: 1ex 0 0.5ex;
}
