/*
Theme Name: CPRE Avonside custom theme
Description: Theme designed for CPRE Avonside by Jake McMurchie.
Version: 1.2
Author: Jake McMurchie
Author URI: http://www.jakemcmurchie.net
*/

/* Global reset rule */
* {margin: 0; padding: 0;}
/* General rules to cover any inheritance bugs. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	}

/* Define base styles */
body {
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	background: #f2f5f8 url('images/cpre_body_bg.jpg');
	color: #333;
	text-align: center;
	}

/* define basic colours */
#page, #header, #content, #colophon {
	background: white;
	color: #333;
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: left;
	}
#colophon {
	background-color: #f8f8f8;
	}

/* Define typographical styles */
h1 {
	clear: both;
	margin: 0.5em 0 0.5em;
	font-size: 2.4em;
	line-height: 1.2em;
	color: #580;
	}
h2 {
	clear: both;
	margin: 0.5em 0;
	font-size: 1.6em;
	line-height: 1em;
	color: #580;
	}
h3 {
	clear: both;
	margin: 0.5em 0;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #580;
	}
h4 {
	clear: both;
	font-size: 1em;
	line-height: 1.2em;
	color: #580;
	}
div div, div p, li li, li p, td p, blockquote p {
	font-size:1em;
	}
p {
	margin: 0 0 1em;
	}
li {
	margin: 0.2em 0 0.2em 20px;
	}
/* Link styles */
a, a:link {
	color: #580;
	text-decoration: none;
	}
a:visited {
	color: #470;
	}
a:hover {
	color: #f90;
	text-decoration: underline;
	}
h1 a, h1 a:hover, h1 a:visited, h2 a, h2 a:link, h2 a:visited {
	text-decoration: none;
	}
h3 a, h3 a:link, h3 a:visited, h4 a, h4 a:link, h4 a:visited {
	text-decoration: none;
	}
h2 a:hover, h3 a:hover, h4 a:hover {
	color: #f90;
	text-decoration: underline;
	}

.postmetadata {
	font-size: 0.9em;
	color: #690;
	}
/* End Typography & Colors */
