/* 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:13px/1.231 arial,helvetica,clean,sans-serif;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* PAGE LAYOUT */
html, body {
	height: 100%;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
	background-color: #fff;
}
body {
	margin: 0 auto;
	width: 960px;
	background-color: #37657f;
}
#history {
	float: right;
	width: 300px;
}
#content {
	margin: 0 20px 30px 10px;
}
#footer {
	height: 30px; /* #push must be the same height as #footer */
	background: url(img/footer.png) repeat-x 0% 0%;
	clear: both;
	margin: 0 auto;
	width: 960px;
	line-height: 2em;
	text-align: center;
}
#budget {
	float: right;
	margin: 7px;
	font-style: italic;
	color: #fff;
}
.spacer {
	clear: both;
}


/* HEADER */
#header {
	background: url(img/header.png) no-repeat 0% 0%;
	height: 200px;
}
#header h1 {
	font-size: 100%;
	margin: 0;
}
#header h1 a {
	display: block;
	color: #fff;
	font-size: 272%;
	margin: 0;
	padding: 20px 0 0 160px;
}
#header h2 {
	color: #fff;
	font-size: 108%;
	margin: 0;
	padding: 0 0 0 180px;
}


/* NAV */
#nav {
	display: block;
	background: url(img/bg_nav.png) no-repeat 0% 0%;
	height: 42px;
	width: 100%;
	padding: 0;
	margin: 0;
}
#nav li { 
	display: inline; 
}
#nav li a,#nav li a:link {
	color: #fff;
	float: left;
	padding: 7px 10px 8px 10px;
	text-decoration: none;
}
#nav li a:hover {
	background-color: #fff;
	color: #37657f;
	padding: 7px 10px 8px 10px;
}


/* HISTORY */
#history {
	padding: 5px;
	margin: 0 10px 10px 10px;
	text-align: right;
}
#history a {
	text-decoration: none;
	color: #AFC1CC;
}
#history a:hover {
	color: #fff;
}
#history #last-actions h3 {
	margin-top: 0;
	padding: 0;
}
#history #last-actions h3 a {
	display: block;
	font-size: 120%;
	font-weight: bold;
	text-transform: uppercase;
	color: #37657F;
	background-color: #AFC1CC;
	padding: 0;
}
#history #last-actions {
	text-align: left;
	background-color: #5F8499;
	padding: 5px;
}


/* FORMS */
input, select, textarea {
	margin-bottom: 15px;
}
form#loginForm {
	text-align: center;
	margin: 100px 0;
}
form#loginForm input {
	margin: 10px;
}


/* HEADINGS */
h1, h2, h3, h4, h5, h6 
{ 	
	color: #37657f;
	letter-spacing: 1px;
	margin: 18px 0;
	text-transform: uppercase;
}
h1 {
	font-size: 189%;
}
h2 {
	font-size: 146.5%;
}
h3 {
	border-top: 2px dotted #afc1cc;
	border-bottom: 2px dotted #afc1cc;
	font-size: 131%;
	padding: 5px 0;
}
h4, h5, h6 {
	font-size: 100%;
}
.cadal-amount {
	text-transform: none;
	font-size: 70%;
}


/* LINKS */
a, a:link, a:active, a:visited {
	color: #ea1c26;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #37657f;
	text-decoration: none;
}


/* SITE STYLES */
dl {
	margin-bottom: 10px;
}
dl dt {
	font-size: 120%;
	font-weight: bold;
}
dl dd {
	margin-left: 30px;
}

dt.comment-date-from {
	color: #AFC1CC;
	font-size: 90%;
}
dd.comment-text {
	padding: 10px;
	border: 1px solid #AFC1CC;
}
strong {
	font-weight: bold;
}
.comments {
	color: #AFC1CC;
}
.buyer {
	font-weight: bold;
}
#version {
	display: block;
	font-size: 80%;
	margin: -20px 0 20px 0;
}