/* Set defaults */
body			{ margin: 0; padding: 0; font-size: 76%; }
input,
select,
textarea		{ font-size: 1em; }
th,
td				{ vertical-align: top; font-size: 1em; }
img				{ border: 0; }
a				{ text-decoration: none; }
a:hover			{ text-decoration: underline; }

/* Generic classes */
.clear:after	{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clear			{ display: inline-block; }
/* \*/
.clear			{ display: block; }
/* */

.align-left		{ text-align: left !important; }
.align-right	{ text-align: right !important; }
.align-centre	{ text-align: center !important; }
.align-top		{ vertical-align: top !important; }
.align-bottom	{ vertical-align: bottom !important; }
.align-middle	{ vertical-align: middle !important; }

.bold		{ font-weight: bold !important; }
.italic		{ font-style: italic !important; }
.underline	{ text-decoration: underline !important; }

/* Site specific */
body,
input,
select,
textarea	{ font-family: "Lucida Sans", Arial, Helvetica, sans-serif; }

h1 { margin: 0 0 0.5em; font-size: 2em; color: #905b49; }
h2 { font-size: 1.6em; font-weight: normal; color: #905b49; }
h3 { font-size: 1.2em; }

#wrapper,
#footer { width: 700px; margin: 0 auto; }

#byline,
#navigation,
#footer div.top,
#footer div.base ul,
#sidebar { display: none; }

#header { padding: 0 0 1em; }

#footer { font-size: 0.9em; }
