/***************/
/** Shortcuts **/
/***************/

.frames {
    position: absolute;
}

.buffer {
    top: -20000px;
}

#leaderboard-ad, #skyscraper-ad {
    background-color: #000000;
}

#leaderboard-ad {
    height: 90px;
    width: 728px;
}

#skyscraper-ad {
    height: 600px;
    width: 160px;
}

body {
    color: #2F3030;
    font-size: 14px;
}


/************/
/** Header **/
/************/

html, 
body {
    background-color: #707271;
}

#header {
    background-image: url('http://media.magazine.windingroad.com/reader/images/header-background.jpg');
    background-repeat: repeat-x;
    height: 100px;
    min-width: 1000px;
    width: 100%;
}

#header-inner {
    margin: 0 auto;
    padding-top: 1px;
    width: 1004px;
}

#header-ad {
    float: left;
    height: 96px;
    position: relative;
    width: 752px;
}

#leaderboard-ad {
    left: 12px;
    position: absolute;
    top: 5px;
}

#frame-left {
    background-image: url('http://media.magazine.windingroad.com/reader/images/frame-left.png');
    background-repeat: no-repeat;
    bottom: 0;
    height: 96px;
    left: 0;
    position: absolute;
    width: 12px;
}

#frame-right {
    background-image: url('http://media.magazine.windingroad.com/reader/images/frame-right.png');
    background-repeat: no-repeat;
    bottom: 0;
    height: 96px;
    position: absolute;
    right: 0;
    width: 12px;
}

#frame-top {
    background-image: url('http://media.magazine.windingroad.com/reader/images/frame-top.png');
    background-repeat: repeat-x;
    height: 5px;
    left: 12px;
    position: absolute;
    top: 0;
    width: 728px;
}

#frame-bottom {
    background-image: url('http://media.magazine.windingroad.com/reader/images/frame-bottom.png');
    background-repeat: repeat-x;
    height: 3px;
    left: 12px;
    position: absolute;
    top: 93px;
    width: 728px;
}


/****************/
/** Navigation **/
/****************/

.arrow {
    cursor: pointer;
    float: left;
    height: 96px;
    width: 54px;
}

#previous {
    background-image: url("http://media.magazine.windingroad.com/reader/images/arrow-previous.png");
    background-repeat: no-repeat;
}

#next {
    background-image: url("http://media.magazine.windingroad.com/reader/images/arrow-next.png");
    background-repeat: no-repeat;
}

.button-container {
    cursor: pointer;
    float: left;
    text-align: center;
    width: 72px;
}

.button-container div:hover,
#home:hover {
    color: #486DB5;
}

.top-button {
    border: solid #000;
    border-width: 2px 0;
    height: 42px;
    padding-top: 11px;
    width: 100%;
}

.bottom-button {
    border: solid #000;
    border-width: 2px 0;
    height: 35px;
    line-height: 35px;
    width: 100%;
}

#home {
    color: #2F3030;
    display: block;
    text-decoration: none;
}


/*************/
/** Content **/
/*************/

#frame1 {
    margin: 1px 0;
    min-height: 559px;
    min-width: 994px;
}

