/* ************************************************************************************** */
/* HOMEPAGE MODIFICATIONS */
/* ************************************************************************************** */

section.page-middle {
background: none;
padding: 0px;
background-color: #FFF;
}

/* ************************************************************************************** */
/* HOMEPAGE ROWS AND COLUMNS */
/* ************************************************************************************** */

section.homepage-row {
margin-bottom: 15px;
overflow: hidden;
}

section.homepage-column {
float: left;
width: 310px;
margin-left: 16px;
}

section.homepage-column:last-child {
margin-right: 0px;
}

/* ************************************************************************************** */
/* HOMEPAGE COLUMN WIDTHS */
/* ************************************************************************************** */

section.homepage-column.toc {			width: 220px;}
section.homepage-column.feature {		width: 456px;}
section.homepage-column.sidebar {		width: 220px;}

/* ************************************************************************************** */
/* FEATURE */
/* ************************************************************************************** */

.feature-row p {
margin: 0px;
}

.feature-row p a {
text-decoration: none;
}

.feature-row p a img {
border: none;
vertical-align: bottom;
}

/* ************************************************************************************** */
/* TABLE OF CONTENTS */
/* ************************************************************************************** */

.toc .spotlight-content ul {
list-style-type: none;
padding: 0px;
}

.toc .spotlight-content ul li {
padding-top: 5px;
padding-bottom: 5px;
}

.toc .edition {
padding-bottom: 0.5em;
border-bottom: 1px solid rgb(165, 163, 155);
}

.toc a {
text-decoration: none;
}

/* ************************************************************************************** */
/* FEATURE STUB */
/* ************************************************************************************** */

.feature-stub { 
overflow: hidden;
margin-bottom: 16px;
}

.feature-stub img {
float: left;
}

.feature-stub span.headline {
margin-left: 190px;
display: block;
font-family: Benton Mod, serif;
font-size: 28px;
line-height: 1.4em;
margin-top: -0.2em;
border-bottom: 1px solid #999;
}

.feature-stub span.lead {
display: block;
margin-left: 190px;
margin-top: 1em;
margin-bottom: 1em;
font-family: Arial, Helvetica, sans-serif;
font-style: italic;
font-size: 14px;
}

.feature-stub a {
display: block;
margin-left: 190px;
margin-top: 1em;
margin-bottom: 1em;
text-align: right;
font-weight: bold;
color: rgb(157, 2, 0);
}

/* ************************************************************************************** */
/* ISSUU VERSION */
/* ************************************************************************************** */

article.spotlight#issuu section.spotlight-content {
padding: 0px;
}