/*********** STYLES FOR HOME PAGE - index.html ****************/

#quotes{
    position: absolute;
    top: 450px;
    left: 0px;
    width: 320px;
    background: #930;
    border: solid 1px black;
    border-right: none;
    z-index: 10;
}

P.pullquote {
    text-align: right;;
    margin: 15px 15px 5px 15px;
    color: whitesmoke;
    font-size: 18px;
}

P.pullquote SPAN.quot {
    font-weight: bold;
    color: black;
}

P.attribution {
    margin: 0px 35px 15px 15px;
    color: black;
    font-size: 14px;
    font-style: italic;
    text-align: right;
}

#pressLink {
    display: block;
    float: right;
    font-size: 12px;
    margin: 10px;
}

#upcoming{
    position: absolute;
    top: 850px;
    left: 0px;
    width: 320px;
    background: #3b291e; /* #722 */
    border: solid 1px black;
    color: #E3FAAA;
    border-right: none;
    z-index: 10;
}

#upcoming h2{
    margin: 5px 5px 12px 0px;
    text-transform: uppercase;
    font-family: Baskerville, Georgia, Garamond, serif;
    font-size: 18px;
    font-weight: bold;   
    text-align: right;
    color: white;
}

#upcoming ul{
    float: right;
    font-size: 12px;
    line-height: 18px;
    font-style: italic;
    width: 200px;
    list-style-type: disc;
}
