/* @override 
	http://www.crowe.civicsciencedev.com/css/unsupported.css */

* {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

html {
	min-height: 100%;
	background: #f1f1f1;
}

body {
	display: table;
	margin: 0 auto;
	min-height: 100%;
	width: 100%;
}

h1, h2, h3, h4, h5, p, li {
	color: #222;
}

h1 {
	font-weight: bold;
	font-size: 24px;
}

h2 {
	font-weight: bold;
	font-size: 21px;
}

h3 {
	font-weight: bold;
	font-size: 15px;
}

h4 {
	font-weight: bold;
	font-size: 12px;
}

h5 {
	font-weight: normal;
	font-size: 11px;
}

hr {
	margin: 20px 0;
	border: none;
	border-top: 1px solid #ddd;
}

p {
	font-weight: normal;
	font-size: 11px;
	line-height: 15px;
}

a:link {
	color: #2299ff;
}

a:active {
	color: #2299ff;
}

a:visited {
	color: #2299ff;
}

a:hover {
	color: #0066cc;
}

.logged_out .content_box {
	display: table;
	width: 300px;
	margin: 100px auto 8px;
	padding: 20px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.footer {
	width: 340px;
	margin: 0 auto 20px;
}

.footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #999;
}

.footer ul li {
	float: left;
	margin:  0 10px 0 0;
}