@charset "utf-8";
/*
   Background
------------------------------ */
.entry-content {
	background: url(../images/pages/checklistHeader.png) no-repeat center top;
}

/*
   Title
------------------------------ */
.singular .entry-header {
	margin: 0 auto;
	height: 82px;
	text-indent: -9999px;
	background: url(../images/pages/checklistTitle.png) no-repeat center top;
}
.entry-content h2 {
	position: relative;
	margin: 0 auto;
	padding:30px 0 0 0;
	width: 988px;
	height: 40px;
	font-size: 143%;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	color: #8E7F6A;
	background: url(../images/pages/checklistTop.png) no-repeat center 10px;
}
.entry-content h2.first {
	background: none;
}

/*
   Content
------------------------------ */
.entry-content dl {
	clear: both;
	padding: 0 20px;
	font-size: 87.5%;
	background: url(../images/pages/pageMiddle.png) repeat-y;
}
.entry-content dt {
	float: left;
	padding: 20px 0 0 55px;
	width: 200px;
	min-height: 35px; /* marker-height = 55px; */
	color: #838359;
	border-top: 1px solid #8E7F6A;
	background: url(../images/pages/checklistMarker.png) no-repeat;
}
.entry-content dd {
	min-height: 15px; /* marker-height = 55px; */
	padding: 20px 0;
	overflow: hidden;
	border-top: 1px solid #8E7F6A;
}
.entry-content dt.first, .entry-content dd.first {
		border-top: none;
}
