/* Applies only to the news pages. Appends/overrides
full.css with rules relating to the flanking columns,
for the current issue cover and back-issue thumbnails. */

#content {
    width: 515px;
    margin-left: 234px;
    padding: 15px 15px 15px 0;
    min-height: 750px;
}
#content h1 {
    text-align: center;
    margin: .5em 0 1em 0;
}
#content .news-item {
    background-color: #282828;
    padding: 10px 15px 15px 15px;
    margin-bottom: 15px;
}
#content .news-item a { color: #997; }
#content .news-item a:hover { color: white; }
#content .news-item .news-date {
    text-align: center;
    font-size: 11px;
}
#content .news-item h2 {
    margin: .5em;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
#content .news-item h3 { font-size: 14px; }
#content .news-item h4 { font-size: 12px; }
#content .news-item h5 { font-size: 11px; }
#content .news-item h6 { font-size: 10px; }
#content .news-item .news-content p { margin: 0.5em; }
#content #news-archive {
    text-align: right;
    margin-right: 15px;
}

/* IE6 likes the explicitly repeated width of 204px for text-align. */
#left-column {
    position: absolute;
    left: 0;
    top: 0;
    width: 204px;
    padding: 15px;
    text-align: center;
}
#left-column #current-issue { width: 204px; text-align: center; }
#left-column #current-issue a { text-decoration: none; }
#left-column #current-issue a img.current-cover {
    border: 2px solid white;
}
#left-column #current-issue #current-issue-header {
    margin-top: 5px;
}
#left-column #back-issues { width: 204px; }
#left-column #back-issues #back-issues-header {
    margin-top: 15px;
    margin-bottom: 5px;
}
#left-column #back-issues .back-issues-thumbs {
    width: 204px;
    margin-bottom: 4px;
}
#left-column #back-issues .back-issues-thumbs a {
    margin-right: 4px;
}
#left-column #back-issues #back-issues-browse {
    margin-top: 5px;
}