/*
Theme Name: West Nottingham Academy
Version: 1.1
Author: Levi @ Pixel & Hammer
Author URI: http://pixelandhammer.com/
*/


.aligncenter { text-align:center; }

.alignleft { float:left; margin-right:30px; margin-bottom:30px; }

.alignright { float:right; margin-left:30px; margin-bottom:30px; }


html table {
	border-collapse: collapse;
	font-family: 'Crimson Pro', serif;
	font-weight: 400;
	color: #353535;
	font-size: 18px;
	padding: 15px 0;
	line-height: 30px;
}


html tr:first-of-type {
	background: #c8bdad;
	color: #fff;
}


html tr:first-of-type:hover {
	background: #c8bdad;
}


html th, 
html td {
	border: 1px solid #ccc;
	padding: 8px;
}


html tr:nth-child(even) {
	background: #efefef;
}


html tr:hover {
	background: #d1d1d1;
}



html .blog .postCon .post-con p {
    padding: 15px 15px;
    text-align: left;
    line-height: 30px;
}

html .blog .postCon .post-con {
    padding: 0 0 30px 0;
}


.blog .postCon .post-con h2 {
	padding: 25px 15px 10px;
	text-align: left;
}

html .sub-pages div.butts a {
    display: block;
    padding: 30px 20px;
    width: 100%;
    margin: 10px 0;
}