/*
	Jonny Norridge
	2013
*/


body {
	background-color: white;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
}
.clear{
	clear: both;
}
.hide {
	display: none;
}
/*
-----------------------------------
*/

#masthead  h1  {
	display: block;
	font-size: 2em;
	height: auto;
	width: auto;
	background: none;
	margin: 0px auto;
	padding: 0px;
}
#masthead  h1 a {
	color: black;
	display: block;
	text-indent: 0px;
	overflow: visible;
}


#navigation {
	display: none;
}
#contact_popup{
	display: none !important;
}


.contentblock{
	background-color: white;
}
.contentblock.hide {
	display: none;
}

body p{
	font-size: 1em;
}



/* ' FOOTER  
------------------------------------------------------------------------------------------*/
#footer{
	border-top: thin black solid;
}
.sharing, #footer ul li, #footer h6 {
	display: none;
}
#footer p{
	font-size: 0.9em;
	color: black;
}




