@charset "utf-8";
/*
   Background
------------------------------ */

/*
   Topics
------------------------------ */
.topics .entry-header {
    background: url("../images/pages/topicsTitle.png") no-repeat center top;
    height: 82px;
    margin: 0 auto;
    text-indent: -9999px;
}
.topics .topics-content {
	margin-top: 10px;
	padding-top: 40px;
    background: url("../images/pages/topicsContentHeader.png") no-repeat center top;
}
.topics-content ul,
.topics-content > p {
	padding: 0 20px;
    background: url("../images/pages/pageMiddle.png") repeat-y center 100px;
}
.topics-content ul li {
	clear: both;
	padding: 10px 0;
	line-height: 1.2;
	border-bottom: #999 dotted;
}
.topics-content ul li:first-child {
	padding-top: 0;
}
.topics-content ul li:last-child {
	padding-bottom: 20px;
	border-bottom: none;
}
.topics-content ul li h3 {
	float: left;
	font-weight: bold;
	color: #62411C;
}
.topics-content ul li h4 {
	clear: none;
	margin-left: 10em;
	font-weight: bold;
}
.topics-content ul li p {
	clear: both;
	margin-left: 10em;
}