/*-----------------------------------------------------------------------------
Screen Style Sheet

version:   1.0
email:     info@flamegreen.com
website:   http://www.flamegreen.com
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/
@import url("forms.css");
@import url("msgpanels.css");
@import url("../js/site/lytebox.css");

/* Remove padding and margin */
*
{
	margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul { margin: 1em 0; }

/* Class for clearing floats */
.clear { clear: both; }

/* Remove border around linked images */
img { border: 0; }

/* =Typography
-----------------------------------------------------------------------------*/

body
{
	background-color: #e8e6df;
	font-family: Georgia, Times New Roman, Serif;
	color: #887A61;
	margin: 7px;
	font-size: 80%;
}

/* =Headings
-----------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	font-style: italic;
	/*
	letter-spacing: 0.05em;
	*/
}

h1
{
	color: #000;
	font-size: 2em;
}

h2
{
	color: #000;
	font-size: 1.7em;
}
