/* (c) Copyright 2009 Together London Limited. http://togetherlondon.com */

/* meyer reset: */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* site base styles */

html{
	font-size:medium;	
}

body{
	font-family: Arial, Helvetica, sans-serif;
	line-height:1;
	color:#000;
	font-size:0.755em;
}

h1, h2, h3, h4{
	font-weight:normal;
	font-family: Georgia, "Times New Roman", serif;
	letter-spacing:-0.5px;
}

h1{
	color:#999;
	font-size:2.75em;
	margin-bottom:20px;
	min-height:2em;
}

/*h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited{
	color:#eee;
	border-color:#777;
}

h1 a:hover, h2 a:hover, h3 a:hover{
	color:#45869E;
	border-color:#45869E;
}
*/
h2{
	margin-bottom:0.5em;
	margin-top:0.2em;

	font-size:1.5em;
	color:#64B515;	
}

h3{
	background:#64B515;
	color:#fff;
	font-size:1.5em;
	padding:3px 0 10px 5px;
	letter-spacing:0;
}

p{
	font-size:1.15em;
	line-height:1.3;
	margin-bottom:1em;
	max-width:40em;
}

h1 + p, h1 + img + p{
	font-family: Georgia, "Times New Roman", serif;
	color:#777;
	font-size:1.4em;
	margin-bottom:1.5em;
}


a{
	color:#64B515;
	text-decoration:none;
	border-bottom:1px solid #64B515;
}

a:visited{
	color:#777;
	border-color:#a1a1a1;
}
a:hover, a:focus, a:active{
	color:#45869E;
	border-color:#45869E;
}

blockquote{
	font-style:italic;
	margin:30px 0 30px 0;
	padding-left:20px;
}


/* lists */
ul li{
/*	line-height:1.3;*/
}
ul.bullet, #content #primary ul{
	margin:0 0 1.2em 2em;
	
	list-style-type:disc;
	line-height:1.5;
	max-width:40em;
	font-size:1.15em;
	
}

ul.bullet li, #content #primary ul li{
/*	margin-left:1.2em;*/
	margin-bottom:0.5em;	
}

/* ordered lists */

ol{
	list-style-type: decimal;
	width:70%;
	line-height:1.1;
	margin-bottom:1em;
}

ol li{
	margin-left:1.5em;
	margin-bottom:0.2em;		
}

