@charset "UTF-8";

@import url("reset.css");

/* Global
---------------------------------------------------*/

body {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 15px;
	line-height: 1.6em;
}

/* Warning Boxes
---------------------------------------------------*/

div.warning-box {
	display: none;
}

/* Global Layout - Applied To All Pages by Default body id's change individual pages
---------------------------------------------------*/

#logo {
	padding: 40px;
}
#content-main p {
	margin: 0 0 1em 0;
}
#content-main h1, #content-main h2 {
	color: #684219;
	font-size: 1.6em;
	margin: 0 0 .8em 0;
}
ul.items, .browse {
	display: none;
}

/* Footer
---------------------------------------------------*/
#footer {
	font-size: 10px;
	margin: 1em 0 0 0;
}
#navigation {
	display: none;
}