<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Basic layout
 */

body {
    background: #f0f1f0 url('../img/backs/body.jpg') repeat 0 0;
    border-top: 5px solid #d51823;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-align: center;
}

#web {
    text-align: center;
    margin: 0 auto;
    width: 980px;
}

h1 {
    font-family: 'Dosis', sans-serif;
    color: #d51823;
    text-transform: uppercase;
    font-size: 55px;
    padding: 55px 0 50px;
}

h2 {
    font-size: 30px;
    padding-bottom: 5px;
    font-weight: 300;
    color: #111;
}

p {
    font-size: 16px;
    color: #333;
}

hr {
    width: 61%;
    height: 0;
    margin: 35px auto 30px;
    border: none;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #fff;
}

.bigger {}

    .bigger p {
        font-size: 20px;
        line-height: 1.7em;
        clear: both;
        color: #333;
    }
    
        .bigger p span {
            display: block;
            float: left;
            width: 45%;
            text-align: right;
        }
        
        .bigger p strong,
        .bigger p a {
            font-weight: normal;
            display: block;
            float: left;
            color: #d51823;
            padding-left: 23px;
        }
        
        .bigger p a {
            text-decoration: underline;
        }
        
        .bigger p a:hover {
            text-decoration: none;
        }

#footer {
    margin: 140px 0 0;
    border-top: 1px solid #cccccc;
    -moz-box-shadow: inset 0 2px 0 -1px #fff;
    -webkit-box-shadow: inset 0 2px 0 -1px #fff;
    box-shadow: inset 0 2px 0 -1px #fff;
    padding: 26px 0 0;
    color: #9e9e9e;
}


    #footer p,
    #footer ul,
    #footer a {
        color: #9e9e9e;
        font-size: 14px;
        line-height: 27px;
    }
    
        #footer ul li {
            display: inline;
            background: transparent url('../img/dividers/horizontal.gif') repeat-y 0 0;
            padding: 0 20px;
        }
        
        #footer ul li:first-child {
            background: none;
        }
        
        #footer a:hover {
            color: #d41822;
            text-decoration: underline;
        }
        
#subfooter {
    margin: 20px 0 0;
    padding: 26px 0;
    border-top: 1px solid #cccccc;
    -moz-box-shadow: inset 0 2px 0 -1px #fff;
    -webkit-box-shadow: inset 0 2px 0 -1px #fff;
    box-shadow: inset 0 2px 0 -1px #fff;
}

    #subfooter p {
        font-size: 14px;
        padding: 7px 0 0;
        text-align: left;
        color: #9e9e9e;
        float: left;
    }
    
    #plusdesign {
        display: block;
        float: right;
        width: 246px;
        height: 31px;
        background: transparent url('../img/logos/plusdesign.png');
    }
    
    #plusdesign:hover {
        text-decoration: none;
    }
    
    #subfooter a {
        color: #9e9e9e;
    }
    
    #subfooter a:hover {
        text-decoration: underline;
        color: #d41822;
    }
    

@media all and (max-width: 980px) {
    #web {
        width: 95%;
        margin: 0 auto;
    }
    
    #subfooter p {
        float: none;
        text-align: center;
        margin-bottom: 20px;
    }
    
    #subfooter a {
        float: none;
        margin: 0 auto;
    }
}

@media all and (max-width: 640px) {
    hr {
        width: 90%;
    }
    
    .bigger p span {
        width: 100%;
        float: none;
        text-align: center;
        padding-top: 10px;
    }
    
    .bigger p strong,
    .bigger p a {
        width: 100%;
        float: none;
        text-align: center;
        padding: 0;
    }
}</pre></body></html>