/* colors, typography, em-based values */

/* 1-0 General Font */

/* 2-0 Content */

/* 3-0 Footer */


/* ================================================== */
/* 1-0 General Font */

body {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 75%;					/* 12px (9pt) assuming default size of 16px (12pt) */
}


/* ================================================== */
/* 2-0 Content */

/* in alphabetical order by HTML element */

div#content form label.error, 
div#content form p.error {
	clear: both;
	color: #f00;
	display: block;
}

div#content form input:active, 
div#content form input:focus, 
div#content form#content-form input:active, 
div#content form#content-form input:focus {
	border-color: #000;
}

div#content h1 {
	font-size: 1em;				/* 18px equivalent */
	font-weight: bold;
	line-height: 1em;				/* 18px equivalent */
	margin-bottom: 1em;
	text-transform: uppercase;
}

div#content p, div#content ul {
	font-size: 0.8em;					/* 12px equivalent */
	line-height: 1.5em;				/* 18px equivalent */
	margin-bottom: 1.5em;			/* 18px equivalent */
}

div#content p#breadcrumb {
	font-size:0.8em;
	color:#999;
	text-transform: uppercase;
}

div#content p#breadcrumb a {
	color: #999;
	text-decoration: none;
}

div#content p#breadcrumb a:hover {
	color: #000;
}



/* ================================================== */
/* 3-0 Footer */

/* in alphabetical order by HTML element */

div#footer a {
	font-size: 0.8em;					/* 12px equivalent */
	color: #5c5c5c;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
div#footer p {
	font-size: 0.8em;					/* 12px equivalent */
	text-transform: uppercase;
}