/*  
Theme Name: Custom theme for the Campaign Against Urban Sprawl website
Theme URI: 
Description: Based upon Starting Point theme by Jake. Inspiration by Newblue Theme from wwww.seobilgi.com
Version: 1.0
Author: Jake McMurchie
Author URI: http://www.jakemc.co.uk/ 
*/

/* GENERIC STYLES */

body {
	margin: 20px 0;
	background: #333 url('images/caus_bodybg.jpg') repeat-x top left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	line-height: 1.5em;
	color: #666666;
}

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
div,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0; }
a img, a:link img, a:visited img { border:none }
address { font-style:normal }

li li, li p, td p, th p, blockquote p {font-size:1em}
input, select, th, td {font-size:1em}
#header {font-size:1.2em}
#content {font-size:1.2em}
#sidebar {font-size:1.2em}
#footer {font-size:1em}

a {
	color: #29A3E1;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #E16629;
}
h1 {
	font-size: 2em;
	line-height: 1.2em;
	}
h2 {
	font-size: 1.4em;
	line-height: 1.2em;
	}
h3, h4, h5, h6 {
	font-size: 1.1em;
	line-height: 1.5em;
	}

