@CHARSET "UTF-8";

#content h1 a { float: right; margin-top: 5px; color: #797979; font-size: 10px; text-transform: uppercase; text-decoration: none; }
#content h1 a.editors { float: none; margin: 0 0 0 1.2em; vertical-align: middle; }
#content h1 a.button { float: right; margin: 0; }

#content .section { border-top: none; margin-top: 0; }

#menu { border-bottom:1px solid #40425E; margin-right: 29px; }

#menu-columns li { width: 90px; }

#editors-letter-dialog .columnA { width: 260px; float: left; padding: 0; margin: 0; border: none; }
#editors-letter-dialog .columnB { width: 260px; margin-left: 30px; }
#editors-letter-dialog p { margin: 12px 0; }
#editors-letter-dialog h3 { text-transform: none; color: #fff; text-decoration: underline; margin: 0;}

.issues .issue { width: 136px; height: 136px; float: left; margin: 0 16px 16px 0; }
.issues .issue img { display: block; }

#sidebar .columnA h2 { color:#999999; font-family:Georgia,Times,serif; font-size:1.2em; font-style:italic; margin:1px 0 4px 2px; text-transform:none; }
#sidebar .columnA .latest-issue { }

.post h4 { color: #797979; float: left; }
.post h4 a { color: #797979; text-decoration: none; }
.post .byline { color: #fff; font-size: 1.1em; margin-left: 1em;  }

.post .departments { clear: left; }

.post .entry .image, .post .entry .gallery { margin: 12px 0; }


.post .gallery { overflow: visible; }
.post .gallery img { display: block; }
.post .gallery .primary { float: left; }
.post .gallery .primary img { position: absolute; }
.post .gallery .thumbnails { position: relative; }
.post .gallery .thumbnails ul { list-style: none; padding: 0 !important; margin: 0 !important; }
.post .gallery .thumbnails li { margin: 0 0 20px 0; cursor: pointer; }

.post .gallery .thumbnails .scroll-up { position: absolute; right: -20px; }
.post .gallery .thumbnails .scroll-down { position: absolute; right: -20px; bottom: 0px; }


.jScrollPaneContainer {
    position: absolute;
    overflow: hidden;
    clear: left;
    z-index: 1;
    margin-bottom: 12px;
}

.jScrollPaneTrack {
    position: absolute;
    cursor: pointer;
    right: -20px;
    top: 0;
    height: 100%;
    background-color: #000;
    border: 1px solid #464646;
}
.jScrollPaneDrag {
    position: absolute;
    left: -1px;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
    background: #000;
    border: 1px solid #464646;
    height: 30px !important;
    width: 9px !important;
    padding: 8px 0 0 1px;
    color: #999;
}
.jScrollPaneDragTop {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.jScrollPaneDragBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
a.jScrollArrowUp {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: -20px;
    overflow: hidden;
    color: #999;
    font-size: 10px;
        background-color: #000;
    border: 1px solid #464646;  
    text-decoration: none;
}

a.jScrollArrowDown {
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: -20px;
    overflow: hidden;
    color: #999;
    font-size: 10px;
    background-color: #000;
    border: 1px solid #464646;   
    text-decoration: none;
}
a.jScrollArrowDown:hover {
    /*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
    /*background-color: #f00;*/
}

