/*
Theme Name: Brandon Wong
Description: Brandon Wong theme
Author: Flosites
Author URI: http://flosites.com
Version: 1.0
*/
/* Reset styles
*******************************/
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,ul,li,ol,
a,em,img,strong,fieldset,form,label {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    list-style: none;
}
img {vertical-align:middle; outline:0}

body{
    color:#656565;
    text-align: left;
    background: #fff url(splashscreen/bg.gif) 0 108px repeat-x;
    font: 75% Helvetica, Arial, sans-serif;
}

/* Links
*******************************/
a:link,
a:visited,
a:hover,
a:active{
    color:#bec0c2;
    text-decoration: none;
}
a:visited {}
a:hover {
    color:#7b7b7b;
}

#splashscreen {
    width:652px;
    margin:0 auto;
    padding:108px 20px 0 20px;
    background: #fff;
}
    #splashscreen .image {
        margin-bottom:31px;
    }
    #splashscreen .text {
        position: relative;
        height:40px;
    }
    #splashscreen .text span {
        position: absolute;
        width:292px;
        height:39px;
        background: url(splashscreen/logo.png) 0 0 no-repeat;
        top:0;
        left:128px;
        display: block;
    }
    #splashscreen .text ul {
        position: absolute;
        top:0;
        left:452px;
        font-size: .92em;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1.3;
    }
    .splashbg {
        margin:0;
        padding:0;
        background: url(splashscreen/bg.gif) 0 440px repeat-x;
    }