#toc {
	/*margin-top: 0;*/
}

/*#toc > p:first-child {
	margin-top: -1em;
}*/
#toc h2 {
}
#toc h5 {
	padding: 0;
	margin: 0 0 13px 61px;
}
#fromEditor {
	float: left;
	width: 57%;
	}
/*#fromEditor p {
	margin: 10px 17px 10px 61px;
}*/
#cover {
	float: right;
	clear: none;
	margin: -2em 2.5em 1em 3em;
}
#tocFeatures {
	margin: 0 1em 0 4em;
}
#tocStuff {
	margin-left: 1em;
	margin-top: -1em;
	overflow: hidden;
	height: 100%;
}

#oneOfTwo, #twoOfTwo {
	float: left;
	width: 41%;
	margin-top: 0;
	margin-right: 0.5em;
	margin-bottom: 0;
	margin-left: 1em;
	padding-top: 0;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}

#oneOfTwo {
	border-right: 1px solid #eaeaea;	
}
#twoOfTwo {
	border-left: 1px solid #eaeaea;
}

#twoOfTwo h3 {
	margin-right: -0.45em;
	margin-left: 0.3em;
}

#twoOfTwo img {
	margin-left: 0.3em;
}

#oneOfTwo p {
	padding: 0.5em 0.5em 0.5em 0 ; /**/
	/*margin-right: 0.3em;*/
}

#twoOfTwo p {
	padding-left: 0.5em;
}

#oneOfTwo dl {
}

#tocStuff dt {
	padding-right: 0.5em;
	padding-top: 0.5em;
}

#toc h4 {
	padding: 0;
	margin: 0.5em 0.5em 0 3.75em;
}

#toc h4 a, #toc dt a {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

#toc h4 a:hover, #toc dt a:hover {
	text-decoration: none;
	background-color: #eaeaea;
}

/******* archive list styles from homestyle ************************************/

#listIssues {
	/*********for the archive list*********/
	width: 71%;
	margin-left: 4em;
}

#listIssues dl {
	display: block;
	width: 100%;
	margin: 17px 0 10px 20px;
	padding: 0;
	height: 100%
	overflow: hidden;
}

/*#listIssues dl:first-child {
	margin-top: -36px;
}*/
#listIssues div {}

#listIssues dt {
	font-size: 1.1em;
	color: #000;
	background-color: #fff;
	font-weight: bold;
	clear: both;
	border-top: 3px #fbb040 dotted;
	margin: 0;
	padding: 0.5em 0.2em 0.2em 0.5em;
	/*height: 137px;*/
}
#listIssues > dt:first-child {
	border-top: none;
}
#listIssues dd {
	margin: 0.2em 0 0 1em;
	padding: 0;
	font-size: 0.9em;
	color: #666;
	font-weight: bold;
}

#listIssues a {
	text-decoration: none;
	border-bottom: 1px #eaeaea dashed;
	color: #666;
}

#listIssues a:visited {
	color: #666;
}

#listIssues a:hover {
	color: #690;
	border-bottom: 1px #690 dashed;
	/*text-decoration: underline;*/
}
#listIssues dt span {
	font-size: 0.6em;
	padding-left: 107px;
}

.coverThumb {
	display: block;
	width: 93px;
	float: right;
	/*clear: right;*/
	text-align: center;
	font-size: 0.7em;
	text-decoration: none;
	margin: -1.5em 3em 1em 0;
}

#listIssues img {
	padding: 4px;
	border: 1px solid #D9E0E6;
	border-bottom-color: #C8CDD2;
	border-right-color: #C8CDD2;
	background: #fff;
}

