/* 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, .products {
	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;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
}

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

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

h1 { padding-bottom: 5px; border-bottom: 1px solid #333; }

h2 { color: #80a930; background-color: inherit; }

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

input[type="text"] { color: #666; vertical-align: top; }

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; }


/* ---- SECTION FORMATTING ---- */

#hd {
	margin: 25px 0 0 0;
	padding: 10px;
}

#bd {
	margin: 0 5px 0 10px;
	padding: 20px 10px 0 10px;
	color: #333;
	width: 920px;
}

#ft {
	margin: 0 10px 0;
	padding: 25px 20px;
}

/* ---- OTHER STYLES ---- */

#nav {
	display: none;
}

#second-nav {
	display: none;
}

#sidebar {
	padding: 0 0 15px;
	margin-top: 10px;
}
	#sidebar dt {
		margin: 0;
		padding: 0 10px;
	}
	#sidebar dd {
		padding: 0 20px;
		color: #333;
	}

.slideshow { display: none; }
.small-slideshow { display: none; }

.links {
	width: 180px; 
	float: left; 
	margin-left: 10px;	
	margin-right: 5px;
}

.publications {
	height: 230px;
	margin-bottom: 15px;
	text-align: center;
}

.alt { background-color: #ddd; color: #333; }

.topper { background-color: #333; color: #fff; }

.table-right { text-align: center; }