@charset "UTF-8";

/*===========================================

 * encyclopedia.scss

=========================================== */

article#content {
	width: 100% !important;
	line-height: 200%;
}

header h1 {
	background: url("../img/h-encyclopedia.jpg") no-repeat;
	text-indent: -99999px;
}

section {
	margin: 3em 40px 0;
}

section:before, section:after {
	display: table;
	line-height: 0;
	content: "";
}

section:after {
	clear: both;
}

section#feature {
	margin-top: 0;
	width:870px;
	margin:0 auto;
	padding:30px 0 20px 0;
}

section#feature > h3 {
	height: 20px;
	margin: 0 0 1.5em;
	padding: 3px 1em;
	background: repeat-y #d5d0be url("../../news/img/bg-heading.gif");
	color: #000;
	font-size: 14px;
	line-height: 20px;
}

section#feature p.image {
	float: left;
	margin-right: 30px;
}

section#feature p.figure {
	margin-bottom: 20px;
}

section#feature table {
	width:100%;
	font-size: 12px;
}

section#feature table th {
	color: #007373;
	background: #aaaaaa;
}

section#feature table th, table td {
	border: solid 1px #6e7f8f;
	padding: 7px 7px;
	line-height: 1.2em;
	font-weight: 100;
	vertical-align: middle;
}

section#feature table tr:first-child td {
	background: #eeefef;
	text-align: center;
}

section#feature table tr td:nth-child(1){ width: 18%; }
section#feature table tr td:nth-child(2){ width: 16%; }
section#feature table tr td:nth-child(3){ width: 10%; }
section#feature table tr td:nth-child(4){ width: 18%; }
section#feature table tr td:nth-child(5){ width: 18%; }
section#feature table tr td:nth-child(6){ width: 18%; }

.summary {
	float:right;
	border: solid 1px #6e7f8f;
	padding: 7px 10px;
	margin-right: 0;
	font-size: 12px;
}
