@import url(reset.css);
@import url(960.css);

body {
    font-size: 100%;
    color: #2f393a;
    line-height: 1.3em;
    font-family: Helvetica, Arial, sans-serif;
    background: #2f393a;
}

/* TYPE */
h3 {
    height: 30px;
    margin: 3px 0 6px 0;
    background-image: url(../images/headings.gif);
    background-repeat: no-repeat;
    text-indent: -1000em;
}

    #heading_outdated {
        background-position: left top;
    }
    
    #heading_upgrade {
        background-position: left -30px;
    }
    
    #heading_spread {
        background-position: left -60px;
    }
    
    #heading_care {
        background-position: left -90px;
    }
    
p, ul, ol {
    margin-bottom: 0.75em;
}

ul,
ol {
    list-style-position: outside;
}

ol li {
    margin-bottom: 0.75em;
}

a:link,
a:visited {
    text-decoration: none;
    color: #9d2c22;
}

a:hover,
a:active {
    text-decoration: underline;
}

#single p,
#footer p {
    text-align: center;
    color: #cccccc;
}

#footer {
    font-family: Helvetica, Arial, sans-serif;
}

#footer a:link,
#footer a:visited {
    text-decoration: none;
    color: #cccccc;
}

#footer a:hover,
#footer a:active {
    text-decoration: underline;
}

#wallpaper_sizes a:link,
#wallpaper_sizes a:visited {
    text-decoration: none;
    color: #ffffff;
}

#wallpaper_sizes a:hover,
#wallpaper_sizes a:active {
    text-decoration: underline;
}

#spread p {
    clear: both;
}

#outdated p,
#care p,
#care ol {
    padding-right: 20px;
}

#care ol li {
    font-size: 0.875em;
    padding-left: 14px;
    background: url(../images/bullet.gif) left 0.3em no-repeat;
}

/* LAYOUT */
#top,
#bottom {
    margin: 0 auto;
    width: 1000px;
    height: 20px;
}

#top {
    background: #b5dee4 url(../images/top.gif) center top repeat-y;
}

#bottom {
    background: #b5dee4 url(../images/bottom.gif) center top repeat-y;
}

#header {
    margin: 10px 30px 20px 30px;
    height: 530px;
}

    #header h1,
    #header h2,
    #header p {
        display: none;
    }
    
    #header .banner {
        height: 530px;
        background-image: url(../images/header.gif);
        background-repeat: no-repeat;
    }
    
    #header #phone {
        background-position: left bottom;
    }
    
    #header #tv {
        background-position: -940px bottom;
    }
    
    #header #zune {
        background-position: -1880px bottom;
    }

#content {
    margin: 0 20px;
}

#footer,
#bottom {
    clear: both;
}

#footer {
    margin: 30px 30px 0 30px;
    padding-bottom: 30px;
}

    #footer p {
        font-size: 0.75em;
        color: #b5dee4;
    }
    
#logo_ds {
    display: inline-block;
    width: 84px;
    background: url(../images/logos.gif) left center no-repeat;
    text-indent: -1000em;
}

#logo_e {
    display: inline-block;
    width: 22px;
    background: url(../images/logos.gif) -100px center no-repeat;
    text-indent: -1000em;
}
    
#wallpaper_sizes {
    margin-bottom: 50px;
}

.container_12 {
    width: 1000px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #b5dee4 url(../images/background.gif) center top repeat-y;
}

.section {
    margin-bottom: 2em;
}
    
.browsers {
    height: 55px;
}

    .browsers li {
        float: left;
    }

    .browsers li a {
        display: block;
        float: left;
        width: 60px;
        height: 55px;
        padding-right: 15px;
        background-image: url(../images/browsers.gif);
        background-repeat: no-repeat;
        text-indent: -1000em;
    }
    
    #firefox a {
        background-position: left bottom;
    }
    
    #safari a {
        background-position: -75px bottom;
    }

    #chrome a {
        background-position: -150px bottom;
    }

    #opera a {
        background-position: -225px bottom;
    }
    
    #firefox a:hover {
        background-position: left top;
    }
    
    #safari a:hover {
        background-position: -75px top;
    }

    #chrome a:hover {
        background-position: -150px top;
    }

    #opera a:hover {
        background-position: -225px top;
    }

.wallpapers .grid_6 {
    margin: 0 0 10px 0;
}

.wallpapers img {
    float: left;
    width: 130px;
    height: 98px;
    border: 5px solid #ffffff;
}

.wallpapers a {
    float: left;
    display: block;
    margin: 0 20px;
    width: 100px;
    font-size: 0.75em;
}

.buttons {
    margin-top: 10px;
}

.buttons img {
    float: left;
    margin: 0 20px 10px 0;
}

    .buttons img.omega {
        margin: 0;
    }

.warning {
    display: block;
    padding: 5px;
    background: url(../images/warning.gif) center top no-repeat;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

/* OTHER PAGES */
#single #header,
#error #header {
    height: auto;
}
    
#single p,
#error p {
    display: block;
    text-align: center;
    color: #ffffff;
}

#single #content a,
#error #content a {
    color: #ffffff;
}