/* ------------------------------------------------- */
/* ----- Headlines & Intro Page -------------------- */
/* ------------------------------------------------- */

#signupBanner {
    text-align: center;
}

#playNowSignup {
    position: absolute;
    top: 100px;
    left: 500px;
    text-align: center;
}

#playNowSignup a {
    font-weight: bold;
    font-size: 11px;
    color: #3B5998;
    text-decoration: none;
}


/**********************************/


#paperHeader {
    background: #ECECEC url(/images/headline_bg.jpg) repeat;
    border: 1px solid #898989;
    padding: 5px 0 2px 0;
    margin-top: 10px;
}

#paperHeader #title {
    text-align: center;
}

#paperHeader #title #top {
    border: 0;
    width: 100%;
    color: black;
    background-color: black;
    height: 1px;
    padding: 0;
    margin: 0;
}

#paperHeader #title #middle {
    border: 0;
    width: 100%;
    color: black;
    background-color: black;
    height: 1px;
    padding: 0;
    margin: 1px 0;
}

#paperHeader #title #bottom {
    border: 0;
    width: 90%;
    color: #898989;
    background-color: #898989;
    height: 1px;
    padding: 0;
    margin: 0 auto 3px auto;
}

#paperHeader #title #headline {
    font-family: "impact", "arial bold", "trebuchet ms bold", sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: #202020;
    text-align: center;
}

#paperHeader #news {
    width: 100%;
    vertical-align: top;
}

#paperHeader #news #leftColumn {
    padding: 8px;
    width: 50%;
    vertical-align: top;
}


#paperHeader #news #rightColumn {
    border-left: 1px solid #898989;
    padding: 8px;
    width: 50%;
    vertical-align: top;
}

#paperHeader #news #rightColumn > hr {
    width: 90%;
}

#paperHeader #news .articleTitle {
    font-size: 24px;
    font-weight: bold;
    color: #202020;
    text-align: center;
    padding-bottom: 10px;
}

#paperHeader #news .articles {
    width: 95%;
    margin: 0 auto;
    text-align: center;
}

#paperHeader #news .articles a {
    font-weight: bold;
    color: black;
    text-decoration: none;
}

#paperHeader #news .articles a:hover {
    color: #3B5998;
}

#paperHeader #news .articles .headline {
    padding-top: 5px;
    font-weight: bold;
    font-size: 14px;
}

#paperHeader #news .articles .subheader {
    padding-bottom: 5px;
}

