/*************************************************
    This CSS file is for newer modern browsers.
    Firefox 1.5/2.0 :: IE 7 :: Opera 9
*************************************************/

/*************************************************
    1. Body and Link handling
*************************************************/

body {
    margin: 20px 0;;
    padding: 0;
    height: 100%;
    background: #070707 url("images/asphalt_bg2.jpg");
    font: 11px/150% Tahoma, Verdana, san-serif;
    line-height: 120%;
    color: #CCC;
}

a {
    text-decoration: none;
}

p.highlight a:link, p.highlight a:visited,
.highlight a:link, .highlight a:visited {
    font-weight: normal;
    text-decoration: none;
    color: #21688C;
}
p.highlight a:hover, .highlight a:hover {
    text-decoration: underline;
}

/*************************************************
    2. Main wrapper and header handling
*************************************************/

html>body #wrapper {
    margin: 0 auto 0 auto;
    top: 0px;
    width: 750px;
    padding-bottom: 25px;
    position: relative;
    text-align: center;
    background-color: transparent;
    color: #CCC;
    height: 100%;
}

#header-bar {
    top: 0;
    left: 0;
    position: absolute;
    width: 750px;
    height: 27px;
    background: url("images/headerbar_bg.jpg") repeat-x;
}

#header-img {
    top: 27px;
    position: relative;
}

#header-bar p {
    text-align: center;
}

#navigation {
    top: 25px;
    height: 49px;
    position: relative;
}

/*************************************************
    3. Content wrapper and content handling
*************************************************/

#content-wrapper {
    top: 25px;
    margin: 0;
    position: relative;
    background: #111111 url("images/cf_bg2.gif");
}

#weeklys {
    position: relative;
    text-align: left;
}

#weeklys img {
    vertical-align: bottom;
    margin-bottom: -1px;
    padding: 1px;
}

#potw, #votw, #cotw {
    top: 14px;
    left: 36px;
    width: 205px;
    height: 150px;
    position: relative;
    float: left;
    background: #181818;
    border: 2px solid #262528;
    text-align: center;
    padding-bottom: 5px;
}

#votw, #cotw {
    margin: 0 0 0 25px;
}

#potw p.highlight, #potw .highlight,
#votw p.highlight, #votw .highlight,
#cotw p.highlight, #cotw .highlight,
#content-holder p.highlight, #poll p.highlight,
.q {
    color: #21688C;
}

#content-holder p.highlight, #poll p.highlight {
    font-weight: bold;
}

#content-stand {
    margin: 0 37px 0 36px;
    height: 100%;
    text-align: center;
}

html>body #wrapper #content-wrapper #content-stand #poll {
    margin-top: 16px;
    width: 175px;
    padding: 0 10px 10px 10px;
    float: left;
    background-color: #181818;
    border: 2px solid #262528;
    text-align: left;
}

html>body #wrapper #content-wrapper #content-stand #poll img,
html>body #wrapper #content-wrapper #content-stand #content-holder img {
    margin-left: -10px;
}

html>body #wrapper #content-wrapper #content-stand #content-holder {
    margin-top: 16px;
    width: 440px;
    float: right;
    padding: 0 10px 10px 10px;
    background-color: #181818;
    border: 2px solid #262528;
    text-align: center;
}

.newspost {
    background-color: #181818;
    padding: 3px;
    border: 1px solid #262528;
    text-align: left;
}

html>body #mainlinks {
    margin-top: 10px;
    width: 175px;
    padding: 10px;
    position: relative;
    background-color: #181818;
    border: 2px solid #262528;
    float: left;
    text-align: center;
}

html>body #stats {
    margin-top: 10px;
    width: 175px;
    padding: 10px;
    position: relative;
    background-color: #181818;
    border: 2px solid #262528;
    float: left;
    text-align: center;
}

#footer {
    position: relative;
    top: 5px;
}

/*************************************************
    4. Text handling
*************************************************/

p {
    background-color: transparent;
    color: #CCC;
    margin: 5px 0;
}

.q {
    margin: -2px 0;
    font-weight: bold;
}

/*************************************************
    5. Miscellaneous
*************************************************/

html>body #wrapper #pipe-l {
    top: 27px;
    left: 0;
    bottom: 24px;
    width: 16px;
    height: auto;
    z-index: 1;
    position: absolute;
    background-image: url("images/barr_bg2.gif");
    background-repeat: repeat-y;
}

html>body #wrapper #pipe-r {
    top: 27px;
    right: 0;
    bottom: 24px;
    width: 16px;
    height: auto;
    z-index: 1;
    position: absolute;
    background-image: url("images/barr_bg2.gif");
    background-repeat: repeat-y;
}

img {
  border: 0;
}

input {
  font-size: 10px;
}

/*************************************************
    6. Screens CSS
*************************************************/
