/*
 * issue sidebar
 */

#issue {
    /* ie.css overrides some of these */
    width: 240px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 20px;
    background-color: #d2e0d1;
    padding: 0 5px;
}
#issue h2 {
    color: #fff;
    background-color: #ed1c24;
    font-weight: normal;
    margin: 220px -5px 10px;
    padding: 0 5px;
}
#issue h2 span {
    font-weight: bold;
}

#issue #issuelist h2 {display: none;}

#issue #issuelist  {
    /*ie.css overrides some of these*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 220px;
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 0.8em;
    background-image: url('../graphics/sidebar_issues.png');
    overflow: hidden;
}

#issue #issuelist #rightpane {
    position: absolute;
    top: 0.6em;
    right: 0.5em;
    width: 8em;
}

#issue #issuelist .yearsIssues li .slash,
#issue #issuelist .yearsIssues li .year {
    display: none;
}

#issue #issuelist .yearsIssues li {
    float: left;
    width: 1.7em;
    height: 1.7em;
    text-align: center;
    line-height: 1.7em;
    margin: 0.4em;
}

#issue #issuelist .older a,
#issue #issuelist .newer a, /* .newer a - issue exists, but we're currently browsing in history */
#issue #issuelist .newer div, /* .newer div - issue doesn't exist */
#issue #issuelist .current a {
    display: block;
    font-weight: normal;
    width: 100%;
    height: 100%;
    border: 1px solid black;
}

#issue #issuelist .older a {
    color: black;
}

#issue #issuelist .current a {
    color: white;
    border-color: white;
}

#issue #issuelist .newer div,
#issue #issuelist .newer a {
    color: #aaa;
    border: 1px solid #aaa;
}

#issue #issuelist .yearsIssues a:hover {
    color: #ed1c24;
    border-color: #ed1c24;
}

#issue #issuelist .currentissuecover {
    position: absolute;
    left: 6px;
    top: 6px;
    width: 144px;
    height: 210px;
}

#issue #issuelist .currentissuecover a {
    position: relative;
    top: 3px;
    left: 3px;
    display: block;
    width: 140px;
    height: 180px;
}

#issue #issuelist .currentissuecover h2 {
    display: block;
    position: absolute;
    bottom: 0.2em;
    background: none;
    color: black;
    text-transform: uppercase;
    margin: 0;
}

#issue #issuelist #years {
    margin-top: 10.4em;
    margin-left: 0.4em;
}

#issue #issuelist #years a {
    color: black;
    font-weight: normal;
}

#issue #issuelist #years .current a {
    color: white;
    border: none;
}

#issue #issuelist #years a:hover {
    color: #ed1c24;
}


#issue p.sections {
    font-weight: bold;
    margin: 0 0 .5em;
}
#issue div.articles div {
    margin: 0 0 .5em;
}
#issue div.articles div h3 {
    font-size: 16px;
}
#issue div.articles div p.author {
    font-style: italic;
    color: #2e3436;
    color: #000;
    font-size: 12px;
}
