/*

Copyright 2011 Potion Factory LLC. All rights reserved.

--------------------------------------------------------------------------------------
  CSS Reset
------------------------------------------------------------------------------------*/

* { padding:0; margin:0; }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:14px 0; }
li, dd { margin-left:5%; }
select option { padding:0 5px; }
.clear { clear:both; height:1px; font-size:1px; line-height:1px; }
a img { border:none; }

/*------------------------------------------------------------------------------------
  Global Styles
------------------------------------------------------------------------------------*/

body {
	background: #ddd url(/images/bg.png) repeat-x;
	height: 100%;
	font: 10pt Helvetica, sans-serif;
}

#content {
	width: 600px;
	margin: 0 auto 14px;
	padding: 28px;
	color: #333;
}

#content h1 {
	font-size: 18pt;
	margin: 12px auto;
	text-shadow: #fff 0 1px 0;
}

#content h2 {
	font-weight: normal;
	font-size: 14pt;
	margin: 0 0 16px 0;
	color: #444;
}

#content h3 {
	font-size: 10pt;
	margin-top: 25px;
	text-shadow: #fff 0 1px 0;
	text-transform: uppercase;
}

#lastupdated {
	margin-top: 25px;
	font-size: 8pt;
	color: #777;
}

#footer {
	margin: 0 0 10px;
	font-size: 8pt;
	text-align: center;
	color: #999;
}
