/* ------------ TYPE ------------ */

body { font: small/1.5 Arial, sans-serif; }

a {
	color: #003D78;
	text-decoration: underline;
}

a:hover, a:focus, a:active { text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
	font-size: 185%;
	color: #9CA768;
	margin-bottom: 5px;
	position: relative;
	left: -40px;
	padding: 20px 0 0 25px;
	background: transparent url(/images/h-border.gif) top left no-repeat;
}

.no-h-border, #sidebar .no-h-border {
	background-image: none;
	padding-top: 0;
}

#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 {
	padding-left: 0;
	left: -15px;
	padding-top: 30px;
}

h1 + *, h2 + *, h3 + *, h4 + *, h5 + *, h6 + * {
	margin-top: 0;
}

#event-name {
	font-weight: bold; font-size:2;
}
.heading-alt { color: #687818; }

.center { text-align: center; }
.right { text-align: right; }
