body
{
	height: 100%;
	background: #000;
	color: #999;
	font: 1em Arial,sans-serif;
}

#footer
{
	margin: 37px;
	clear: both;
}

div.breaker
{
	clear: both;
	line-height: 0;
	font-size: 0em;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

a, a:link, a:visited
{
	color: #999;
	text-decoration: none;
}

a:hover, a.hover
{
	color: #CCC;
}

small
{
	font-size: 0.8em;
}

p
{
	line-height: 1.5em;
}

h1
{
	font-family: "Palatino Linotype","Book Antiqua","Palatino",serif;
	font-size: 1.5em;
	letter-spacing: -1px;
	margin-top: 10px;
}

h2
{
	margin-top: 20px;
	clear: both;
	border-bottom: 1px solid #999;
	text-transform: uppercase;
}

h3
{
	margin-top: 10px;
}

h1 a, h2 a, h3 a
{
	text-decoration: none !important;
}

#footer
{
	font-size: 0.8em;
}

#footer p
{
	margin-top: 15px;
	text-align: center;
}

/* =================== Pagination =================== */

.pagination
{
	margin-top: 20px;
	font-size: 0.8em;
	text-align: center;
	clear: both;
}

.pagination a
{
	text-decoration: none !important;
}

.pagination .disabled
{
	color: #666;
}

.pagination .pagination-prev, .pagination .pagination-numbers, .pagination .pagination-next
{
	float: left;
}

.pagination .pagination-numbers span a, .pagination .pagination-prev, .pagination .pagination-next
{
	background: #333;
	padding: 3px 6px;
	margin: 0 3px;
	display: block;
	float: left;
}

.pagination .pagination-numbers span a:hover, .pagination .pagination-prev:hover, .pagination .pagination-next:hover
{
	background: #666;
}

.pagination .disabled:hover
{
	background: #333;
}

.pagination .pagination-numbers span.current
{
	background: #666;
	color: #333;
	padding: 3px 6px;
	margin: 0 3px;
	display: block;
	float: left;
	font-weight: bold;
}

/* =================== /Pagination =================== */

/* =================== Forms =================== */

legend
{
	font-weight: bold;
}

label
{
	font-size: 0.8em;
}

fieldset ul, fieldset ul li
{
	list-style: none !important;
	font-size: 1em !important;
	margin: 5px 0 !important;
}

fieldset input, fieldset textarea, fieldset select
{
	width: 99%;
	border: 1px solid #999;
	background: #111;
	color: #999;
}

fieldset div.submit input
{
	width: auto;
	margin: 0;
}

fieldset input.checkbox
{
	width: auto;
}

fieldset div.submit
{
	text-align: right;
	width: 99%;
}

fieldset .error-message
{
	font-size: 0.8em;
	color: red;
}

#flashMessage
{
	font-size: 0.8em;
	margin: 5px 0;
}

/* =================== /Forms =================== */