/* CSS styles for Ergon.com */

* { margin: 0; padding: 0; }

/* ---- BASELINE TEXT ---- */
body {
	font-size: 12px;
	line-height: 1.3333333333333333em;
	margin: 0; padding: 0;
}

h1 {
	margin: 0;
	font-size: 1.6666666666666667em;
	line-height: 0.8em;
	margin-bottom: 0.8em;
}

h2 {
	margin: 0;
	/*font-size: 1.5em;
	line-height: 0.8888888888888888em;
	margin-bottom: 0.8888888888888888em;*/
	font-size: 1.15em;
	line-height: 1.3em;
	margin-bottom: 1em;
	color: #666;
	background-color: inherit;
}

p, ul, blockquote, pre, td, th, label {
	margin: 0;
	font-size: 1em;
	line-height: 1.3333333333333333em;
	margin-bottom: 1.3333333333333333em;
}

p.small {
	margin: 0;
	font-size: 0.8333333333333334em;
	line-height: 1.6em;
	margin-bottom: 1.6em;
}

table {
	border-collapse: collapse;
	margin-bottom: 1.3333333333333333em;
}

/* ---- GENERAL ELEMENTS ---- */

html, body { 
	margin: 0;
	padding: 0;
	font-family: Georgia, Times, "Times New Roman", serif;
	background: #3e3629 url('../../images/background.jpg') repeat-x;
}

strong { font-weight: bold; }
em { font-style: italic; }

a, a:link, a:visited {
	color: #333;
	background-color: inherit;
}

h1 { padding-bottom: 5px; border-bottom: 1px solid #333; font-family: Georgia, Times, serif; }

h2 { color: #333; background-color: inherit; }

label {
	display: inline-block;
	padding-right: 5px;
	text-align: right;
	width: 90px;
	vertical-align: baseline;
}

ul.copy li { margin-left: 25px; list-style-type: disc; padding: .5em 0; }

table { border: 1px solid #ccc; }
th, td { border-bottom: 1px solid #ddd;  padding: .8em; }


/* ---- SECTIONS ---- */

#hd {
	margin-top: 50px;
}

#bd {}

#ft {
	margin-top: 20px;
	border-top: 1px solid #6a5e4b;
	padding-top: 5px;
	color: #6a5e4b;
	background-color: inherit;
}
	#ft a { color: #6a5e4b; }

