/*------------------------------------------------------------------------
Primary Style Sheet (Basic mode for older browser versions)
Cut down by Matthew, mySociety to keep only needed bits

Version:    1.0
Authors:    Ian Williams, Trinh Chuong, Gareth Smith
Email:      press@keepmoving.co.uk
Website:    http://www.keepmoving.co.uk

Copyright Keepmoving 2007-2008 © 
------------------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6{
	font-weight:bold;
}
h2{
	font-size:200%;
	line-height:1em;
	margin-bottom:18px;
}

ul
{
	list-style-type: circle;
}

body{
	font : 16px/1.5 "Lucida Grande", Verdana, Arial, sans-serif; /* 75% */
	margin: 0 auto;
	text-align: center;
	cursor:default;
	height:100%;
}

div#container{
	margin:0 auto;
	position:relative;
	width: 100%;
}

/* ==clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.content
{
	position: relative;
	clear: both;
	text-align: left;
	margin: auto;
}

.canvas
{
	width: 100%;
	position: relative;
	clear: both;
	margin: auto;
}

