html {
	background:url(../images/body-bg.jpg);
}
body {
	margin:0;
	color:#4b2815;
	font:12px Georgia, "Times New Roman", Times, serif;
	background:url(../images/main-bg.jpg) no-repeat 50% 0;
}
img {
	border-style:none;
}
a {
	color:#2d671a;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
input ,
textarea ,
select {
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form ,
fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
.wrapper {
	margin:0 auto;
	width:980px;
	position:relative;
	padding-top:150px;
}
/* header */
#header {
	position:absolute;
	top:0;
	left:0;
	width:980px;
	height:141px;
}
/* logo */
#header strong a {
	position:absolute;
	top:5px;
	left:-2px;
	background:url(../images/logo.png);
	width:390px;
	height:144px;
	text-indent:-9999px;
	overflow:hidden;
}
/* paperarea */
#header .paperarea {
	position:absolute;
	right:-24px;
	top:0;
	width:463px;
	height:73px;
	padding:9px 0 0 18px;
	background:url(../images/papersearch.jpg) no-repeat;
}
/* search */
#header .formholder {
	float:left;
	width:194px;
	height:32px;
	background:url(../images/search-shadow.gif) no-repeat;
}
#header .formholder input.field {
	float:left;
	width:145px;
	border:1px solid #609050;
	border-right:none;
	font:13px/16px Georgia, "Times New Roman", Times, serif;
	color:#553421;
	padding:3px 5px 4px;
	margin:0;
}
#header .formholder input.btn {
	float:left;
	padding:0;
	margin:0;
}
/* text */
#header .paperarea ul.links {
	float:left;
	margin:0;
	padding:3px 0 0;
	list-style:none;
	overflow:hidden;
	color:#136107;
}
#header .paperarea ul.links li {
	float:left;
	padding:0 10px;
	margin-left:-1px;
	background:url(../images/header-separator.gif) no-repeat 0 50%;
}
/* icons */
#header .paperarea ul.icons {
	float:left;
	margin:0;
	padding:3px 0 0;
	list-style:none;
	overflow:hidden;
	color:#136107;
}
#header .paperarea ul.icons li {
	float:left;
	padding:0 1px 0 0;
}
/* mainnav */
#nav {
	position:absolute;
	top:70px;
	right:0;
	margin:0;
	padding:0;
	width:600px;
	list-style:none;
}
#nav li {
	float:right;
	padding-left:14px;
}
#nav a {
	display:block;
	font-size:18px;
	line-height:22px;
	color:#136107;
	text-align:center;
}
#nav a.CEDigest {
	width:110px;
	height:35px;
	padding:21px 33px 0 0;
	background:url(../images/nav-bg3.gif) no-repeat
}
#nav a.CEDigest:hover ,
#nav li.active a.CEDigest {
	color:#fff;
	text-decoration:none;
	background-position:0 -56px;
}
#nav a.Insecta {
	width:139px;
	height:37px;
	margin-top:8px;
	padding:12px 30px 0 0;
	background:url(../images/nav-bg2.gif) no-repeat
}
#nav a.Insecta:hover ,
#nav li.active a.Insecta {
	color:#fff;
	text-decoration:none;
	background-position:0 -49px;
}
#nav a.Entophiles {
	width:127px;
	height:37px;
	padding:18px 35px 0 0;
	margin-top:2px;
	background:url(../images/nav-bg1.gif) no-repeat
}
#nav a.Entophiles:hover ,
#nav li.active a.Entophiles {
	color:#fff;
	text-decoration:none;
	background-position:0 -55px;
}
/* threepictures */
.picts {
	width:1015px;
	overflow:hidden;
	margin:-4px 0 0 -16px;
	position:relative;
	padding-bottom:31px;
}
.picts .item {
	float:left;
	width:285px;
	height:256px;
	background:url(../images/pict-bg.png) no-repeat;
	margin-right:-7px;
	padding:29px;
	text-align:center;
}
.picts .item img {
	display:block;
	margin:0 auto;
}
.picts .item .text {
	margin-top:-13px;
}
.picts .item .text strong {
	color:#955326;
	font-size:18px;
}
.picts .item .text p {
	color:#50311e;
	line-height:16px;
	margin:0 0 6px;
}
.picts .item .btnholder {
	width:100%;
	overflow:hidden;
}
.picts .item .w1 {
	position: relative;
	float: left;
	left: 50%;
}
.picts .item .w2 {
	position: relative;
	left: -50%;
}
* html .picts .item .w2 {
	float:left;
}
.picts .item .text a.btn {
	float:left;
	height:30px;
	line-height:20px;
	color:#2d671a;
	background:url(../images/btn-1-left.jpg) no-repeat;
}
.picts .item .text a.btn span {
	float:left;
	height:30px;
	padding:0 30px 0 6px;
	cursor:pointer;
	background:url(../images/btn-1-right.jpg) no-repeat 100% 0;
}
/* columnsholder */
.columnsholder {
	width:980px;
	overflow:hidden;
	margin-top:-45px;
}
.columnsholder .columnsholdertop {
	width:980px;
	height:42px;
	background:url(../images/content-top.png) no-repeat;
	overflow:hidden;
}
.columnsholder .columnsholderbtm {
	width:980px;
	height:335px;
	background:url(../images/content-btm.png) no-repeat;
	overflow:hidden;
	font-size:0;
}
/* cont */
.columnsholder .cont {
	width:935px;
	padding:0 0 0 45px;
	margin-bottom:-1px;
	background:url(../images/content-bg.png) repeat-y;
}
.columnsholder .inner {
	padding-top:20px;
}
.columnsholder .cont:after {
	clear:both;
	display:block;
	content:'';
}
.columnsholder .contarea {
	width:100%;
	float:left;
	margin-bottom:-274px;
	position:relative;
}
.container1 {
	width:100%;
	overflow:hidden;
	background:url(../images/content-separator.gif) repeat-y 610px 0;
}
/* columnwide */
.columnwide {
	width:580px;
	float:left;
}
.columnwide .titleholder {
	padding:0 0 24px 0;
	background:url(../images/title-separator.gif) repeat-x 0 100%;
	margin-bottom:17px;
}
.columnwide h1 {
	margin:0 0 11px;
	color:#935022;
	font-size:44px;
	font-weight:normal;
}
.columnwide h2 {
	margin:0;
	color:#4b2815;
	font-size:22px;
	line-height:29px;
	font-weight:normal;
	letter-spacing:-1px;
	word-spacing:2px;
}
/* topicboxes */
.columnwide .topicboxes {
	padding:0;
}
.columnwide .topicboxes .box {
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #d5d1c8;
	padding-bottom:18px;
	padding-top:18px;
}
.columnwide .topicboxes .last {
	border:none;
	padding-bottom:10px;
}
.columnwide .topicboxes img {
	float:left;
	margin-right:13px;
}
.columnwide .topicboxes .text {
	height:1%;
	overflow:hidden;
	padding:0 0 0;
}
.columnwide h3 {
	margin:0 0 1px;
	font-size:20px;
	color:#935022;
	font-weight:normal;
}
.columnwide p {
	margin:0;
	font-size:16px;
	color:#4b2815;
	line-height:24px;
}
.columnwide .topicboxes .linkholder {
	text-align:right;
	margin-top:-17px;
}
/* columnnarrow */
.columnnarrow {
	float:right;
	width:253px;
	display:inline;
	padding:0 40px 0 0;
}
.columnnarrow strong.imgtitle {
	display:block;
	width:293px;
	margin-right:-40px;
	overflow:hidden;
}
.columnnarrow strong.imgtitle img {
	float:right;
	margin-right:-5px;
}
.columnnarrow .box {
	padding:0 0 18px;
	margin-bottom:24px;
	border-bottom:1px solid #d5d1c8;
}
.columnnarrow .last {
	border:none;
}
.columnnarrow .box img {
	display:block;
	margin:0 auto;
}
.columnnarrow .box strong {
	font-size:16px;
	color:#935022;
	font-weight:normal;
}
.columnnarrow .box p {
	margin:0;
	color:#4b2815;
	font-size:11px;
	letter-spacing:-1px;
	word-spacing:1px;
	line-height:16px;
}
/* footer */
#footer {
	width:100%;
	text-align:center;
	padding:4px 0 40px;
	/*position:relative;*/
}
#footer .bug {
	position:absolute;
	top:-31px;
	left:980px;
	width:65px;
	height:83px;
	background:url(../images/bug-bg.gif) no-repeat;
	margin-top:151px;
}
#footer ul {
	margin:0;
	padding:0 0 8px;
	list-style:none;
}
#footer ul li {
	display:inline;
	margin-right:-4px;
	padding:0 8px;
}
#footer ul a {
	color:#4b2815;
	background:#ece9d2;
	line-height:20px;
	display:inline-block;
	padding:0 6px;
	text-decoration:none;
}
#footer ul a:hover {
	text-decoration:underline;
}
#footer p {
	margin:0;
	color:#4b2815;
	letter-spacing:-1px;
	word-spacing:2px;
}
.container2 {
	width:100%;
	overflow:hidden;
	background:url(../images/content-separator.gif) repeat-y 656px 0;
}
/* content */
#content {
	float:left;
	width:636px;
	padding:12px 0 0;
	overflow:hidden;
}
/* breadcrumbs */
.breadcrumbs {
	padding:0 0 12px 6px;
	margin-bottom:20px;
	background:url(../images/title-separator.gif) repeat-x 0 100%;
}
.breadcrumbs ul {
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
	color:#4b2815;
	font-size:12px;
}
.breadcrumbs ul li {
	float:left;
	padding-right:4px;
}
.breadcrumbs ul a {
	float:left;
	padding-right:4px;
}
#content .title {
	border-bottom:1px solid #d5d1c8;
	padding-bottom:6px;
	margin-bottom:16px;
}
#content .title h1 {
	margin:0;
	font-size:24px;
	color:#935022;
	font-weight:normal;
}
/* post */
.post {
	border-bottom:1px solid #d5d1c8;
	width:100%;
	margin-bottom:12px;
}
.lastpost {
	border:none;
	margin-bottom:-20px;
	position:relative;
}
.post .author {
	text-align:right;
	padding:0 6px 7px 0;
	height:1%;
	overflow:hidden;
}
.post .author span {
	color:#a29084;
	font-size:14px;
}
.post img {
	float:right;
	margin:7px 0 0 20px;
}
.post .text {
	height:1%;
	overflow:hidden;
	margin-bottom:-9px;
}
.post h2 {
	font-size:16px;
	color:#4b2815;
	margin:0 0 3px;
}
.post p {
	margin:0 0 24px;
	color:#4b2815;
	line-height:24px;
	font-size:14px;
	text-align:justify;
}
/* sidebar */
#sidebar {
	float:right;
	width:219px;
	padding:29px 35px 0 13px;
	overflow:hidden;
}
.bg1 {
	background:url(../images/sidebar-bg1.jpg) no-repeat;
}
.bg2 {
	background:url(../images/sidebar-bg2.jpg) no-repeat;
}
.bg3 {
	background:url(../images/sidebar-bg3.jpg) no-repeat;
}
#sidebar strong.imgtitle {
	display:block;
	width:254px;
	margin:0 -35px 25px 0;
	overflow:hidden;
}
#sidebar strong.imgtitle img {
	float:right;
	margin-right:-5px;
}
/* archive */
#sidebar .archive {
	padding:0;
}
#sidebar .archive strong {
	font-size:16px;
	color:#935022;
	font-weight:normal;
	display:block;
	padding-bottom:14px;
}
#sidebar .archive span.archtitle {
	display:block;
	border-bottom:1px solid #d5d1c8;
	color:#4b2815;
	font-size:16px;
	padding-bottom:4px;
}
#sidebar .archive ul ,
#sidebar .issue ul ,
#sidebar .orders ul {
	margin:0;
	padding:0 0 16px;
	list-style:none;
}
#sidebar .archive ul li ,
#sidebar .issue ul li ,
#sidebar .orders ul li {
	height:1%;
	vertical-align:top;
}
#sidebar .archive ul a ,
#sidebar .issue ul a ,
#sidebar .orders ul a {
	line-height:24px;
}
#sidebar .issue ul a:hover ,
#sidebar .archive ul a:hover ,
#sidebar .orders ul a:hover {
	color:#4b2815;
	text-decoration:underline;
}
/* cedigest */
.cedigest ,
.c-insecta {
	padding:0;
	margin-top:-3px;
}
.c-insecta {
	margin-bottom:-17px;
}
.cedigest .toptext {
	padding-bottom:27px;
}
.cedigest p ,
.c-insecta p {
	margin:0;
	font-size:16px;
	line-height:24px;
	color:#4b2815;
}
.cedigest .row ,
.c-insecta .row {
	width:100%;
	overflow:hidden;
	padding-bottom:3px;
}
.cedigest .row .imgholder {
	float:left;
	width:114px;
	height:113px;
	margin-right:12px;
	background:url(../images/img-shadow.png) no-repeat;
}
.cedigest .row .text {
	height:1%;
	overflow:hidden;
}
.cedigest .row .text p {
	font-size:12px;
	line-height:14px;
	margin-top:14px;
}
.c-insecta .row .imgholder {
	float:left;
	width:114px;
	height:113px;
	margin-top:-32px;
	margin-right:12px;
	background:url(../images/img-shadow.png) no-repeat;
}
.c-insecta .row .imgholder img {
  width:106px;
	padding-top:32px;
}
.row_ced {
	width:100%;
	overflow:hidden;
	padding-bottom:15px;
}
.row_class {
	width:100%;
	overflow:hidden;
	padding-bottom:15px;
}


/* isuue */
#sidebar .issue {
	border-bottom:1px solid #d4d0c7;
	padding-bottom:25px;
	margin-bottom:28px;
}
#sidebar .issue strong {
	font-size:16px;
	color:#935022;
	font-weight:normal;
	display:block;
	padding-bottom:3px;
}
#sidebar .issue img {
	display:block;
	margin-top:7px;
}
#sidebar .last {
	border:none;
}
.c-insecta .toptext {
	padding-bottom:27px;
}
/* row */
.c-insecta .row {
	padding-bottom:15px;
}
.c-insecta .row strong {
	font-weight:normal;
}
.c-insecta .row p {
	font-size:12px;
	line-height:14px;
	margin:0 0 14px;
}
.c-insecta ul.items {
	margin:0;
	padding:0;
	list-style:none;
	width:103%;
}
.c-insecta ul.items li {
	float:left;
	width:151px;
	height:113px;
	margin-right:12px;
	background:url(../images/img-shadow2.png) no-repeat;
}
.c-insecta ul.items img {
	display:block;
}
/* detail */
.c-insecta .detail {
	padding-bottom:20px;
}
.c-insecta .imgarea {
	width:100%;
	overflow:hidden;
	padding:22px 0 0;
}
.c-insecta .imgarea img {
	display:block;
}
.c-insecta .imgarea .imgbig {
	width:354px;
	height:298px;
	float:left;
	background:url(../images/img-shadow3.gif) no-repeat 100% 100%;
}
.c-insecta .imgarea ul {
	margin:0 -5px 0 0;
	padding:0;
	list-style:none;
	float:right;
	width:255px;
	display:inline;
}
.c-insecta .imgarea ul li {
	float:left;
	width:114px;
	height:93px;
	margin:0 13px 10px 0;
	background:url(../images/img-shadow4.gif) no-repeat 100% 100%;
}
.c-insecta .imgarea .text {
	width:100%;
	overflow:hidden;
	padding-top:5px;
	clear:both;
}
.c-insecta .imgarea .text p {
	line-height:24px;
	font-size:12px;
}
/* emailform */
.emailform {
	margin-bottom:-13px;
	position:relative;
}
.emailform p {
	font-size:16px;
	margin:0;
}
.emailform .subscribe {
	padding:37px 0 0 0;
}
.emailform .row {
	width:100%;
	overflow:hidden;
	padding-bottom:14px;
}
.emailform label {
	width:220px;
	float:left;
	text-align:right;
	font-size:11px;
	padding-right:4px;
	line-height:22px;
}
.emailform input.field {
	width:176px;
	float:left;
	padding:3px 5px;
	margin:0;
	border:1px solid #d5d1c8;
	font:13px/15px Georgia, "Times New Roman", Times, serif;
	color:#553421;
}
.emailform select {
	width:188px;
	vertical-align:middle;
}
.emailform textarea {
	float:left;
	width:295px;
	height:147px;
	background:#fff;
	border:1px solid #d5d1c8;
	padding:1px 0 1px 5px;
	margin:0;
	overflow:auto;
	font:13px/15px Georgia, "Times New Roman", Times, serif;
	color:#553421;
}
.emailform .btn {
	float:right;
	padding:0;
	margin:0 111px 0 0;
}
/* order */
.order {
	margin:-3px 0 -20px;
	width:100%;
	overflow:hidden;
}
* html .order {
	margin-bottom:-40px;
}
.order p {
	margin:0;
	font-size:16px;
	line-height:24px;
}
.order .boxesholder {
	width:101%;
	overflow:hidden;
	padding:29px 0 0;
}
/* box */
.order .boxesholder .box {
	float:left;
	width:310px;
	padding:0 10px 11px 0;
	line-height:14px;
}
.order .boxesholder .box .imgholder {
	float:left;
	width:83px;
	height:124px;
	margin:1px 10px 0 0;
	background:url(../images/img-shadow5.png) no-repeat;
}
* html .boxesholder .box .imgholder {
	margin-right:7px !important;
}
.order .boxesholder .box a {
	letter-spacing:-1px;
	word-spacing:2px;
	font-size:13px;
}
.order .boxesholder .box p {
	font-size:12px;
	line-height:15px;
	letter-spacing:-1px;
	word-spacing:2px;
}
#sidebar .orders strong {
	font-size:16px;
	color:#935022;
	font-weight:normal;
	display:block;
	padding-bottom:7px;
}
/* formholder */
#sidebar .orders .formholder {
	padding:0 0 31px;
	border-bottom:1px solid #d5d1c8;
	height:1%;
	overflow:hidden;
	margin-bottom:27px;
}
#sidebar .orders .formholder select {
	width:188px;
	vertical-align:middle;
}
/* records */
.order .records {
	width:100%;
	overflow:hidden;
	padding:17px 0 0;
}
.order .records .line {
	width:105%;
	overflow:hidden;
}
.order .records .box {
	float:left;
	width:151px;
	overflow:hidden;
	padding:0 11px 30px 0;
	text-align:center;
}
.order .records .box img {
	float:left;
}
.order .records .box .imgholder {
	margin:0 auto;
	margin-left:-38px;
	padding-left:38px;
	width:151px;
	height:113px;
	background:url(../images/img-shadow2.png) no-repeat;
}
.order .records .box p {
	font-size:12px;
	line-height:14px;
	letter-spacing:-1px;
	word-spacing:1px;
}
.order .records .box .text {
	padding-right:8px;
}
/* pager */
.order .pager ,
.searchres .pager {
	width:100%;
	overflow:hidden;
	padding:11px 0 20px;
	margin:-7px 0 0;
	border-top:1px solid #d5d1c8;
	position:relative;
}
.order .pager .prev ,
.searchres .pager .prev ,
.recorddetails .linksholder .prev {
  margin-top:20px;
	float:left;
	padding-left:20px;
	line-height:14px;
	background:url(../images/arrow-prev.gif) no-repeat 0 50%;
}
.order .pager .next ,
.searchres .pager .next ,
.recorddetails .linksholder .next {
  margin-top:20px;
	float:right;
	padding-right:20px;
	line-height:14px;
	background:url(../images/arrow-next.gif) no-repeat 100% 50%;
}
.order .pager ul ,
.searchres .pager ul {
	margin:0;
	padding:0;
	list-style:none;
	height:1%;
	overflow:hidden;
	text-align:center;
}
.order .pager ul li ,
.searchres .pager ul li {
	display:inline;
	margin-right:-4px;
	background:url(../images/pager-separator.gif) no-repeat 0 50%;
	padding:0 4px;
}
.order .pager ul li:first-child ,
.searchres .pager ul li:first-child {
	background:none;
}
.order .pager ul a:hover ,
.order .pager ul a.active ,
.searchres .pager ul a:hover ,
.searchres .pager ul a.active {
	color:#4b2815;
	text-decoration:none;
}
/* recorddetails */
.recorddetails {
	padding:0;
}
.recorddetails .linksholder {
	width:100%;
	overflow:hidden;
	font-size:11px;
	margin-top:-5px;
}
.recorddetails .imgholder {
	width:100%;
	overflow:hidden;
	padding-bottom:13px;
}
.recorddetails img {
	display:block;
}
/* picture */
.recorddetails .picture {
	float:left;
	width:364px;
	height:309px;
	padding:36px 0 0 38px;
	margin-right:-10px;
	background:url(../images/pict-bg2.png) no-repeat;
	z-index:5;
	position:relative;
}
.recorddetails .detailsarea {
	padding:24px 0 72px 0;
	border-bottom:1px solid #d1cbbc;
	margin-bottom:15px;
	height:1%;
	overflow:hidden;
}
/* paperlist */
.recorddetails .paper {
	float:left;
	width:222px;
	height:229px;
	z-index:1;
	position:relative;
	background:url(../images/paper.jpg) no-repeat;
}
.recorddetails .imgholder .paper {
	margin-top:45px;
}
.recorddetails .paper ul {
	margin:0;
	padding:40px 0 0 17px;
	list-style:none;
	font-weight:bold;
	font-size:11px;
}
.recorddetails .paper ul li {
	padding-bottom:12px;
}
.recorddetails .paper ul span {
	display:block;
	font-weight:normal;
}
.recorddetails p {
	font-size:16px;
	line-height:24px;
	margin:0;
}
/* searchresults */
.searchres {
	margin-bottom:-14px;
}
.searchres strong {
	font-size:16px;
	display:block;
	padding-bottom:17px;
}
.searchres .resbox {
	padding:0 0 17px;
}
.searchres .resbox a {
	color:#908076;
	font-size:14px;
}
.searchres .resbox strong {
	padding:0 0 3px;
}
.searchres .resbox strong a {
	color:#608c52;
	font-size:16px;
}
.searchres .resbox p {
	margin:0 0 5px;
	font-size:16px;
	line-height:24px;
}
.searchres .pager {
	margin:0;
}

/* content */
.recorddetails  h1
{
	color:#935022;
	font-size:16px;
	margin:20px 0 0 0;
}

.recorddetails  h2
{
	color:#935022;
	font-size:16px;
	text-transform:uppercase;
	margin:20px 0 0 0;
}

.recorddetails a[name]
{
	
	text-decoration:none;
}
.recorddetails  p
{
	margin:10px 0;
}
.recorddetails  li
{
	font-size:16px;
}
.recorddetails  .note
{
	color:#666666;
	font-style:italic;
	font-size:12px;
	line-height:15px;
}

.recorddetails .floatLeft
{
	float:left;
	margin:10px;
	width:120px;
}

.recorddetails .floatLeft+p
{
	clear:both;
}
.recorddetails .floatLeft img
{
	float:none;
	margin:0;
}

.recorddetails .floatLeft a
{
	text-align:center;
}

.recorddetails .floatRight 
{
	float:right;
	margin:10px;
	width:120px;
}

.recorddetails   .credit
{
	font-size:11px;
}
.green
{
	color:#2D671A;
	font-size:16px;
}
.grey
{
	color:#666;
	font-size:16px;
}
.table
{
	border-collapse:collapse;
}
.table td
{
	padding:10px;
	vertical-align:top;
}

blockquote
{
	font-size:16px;
}
.tableBrownBk
{
	background-color:#EDDFCB;
}