/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 62.5%;
    font-family: Verdana, Tahoma, Arial, sans-serif;
    background: #222222 url(/layoutimages/vholdr-body.png) repeat-y top center;
}

a {
    color: white;
}

a:hover {
    text-decoration: none;
}

#wrapper {
    background: url(/layoutimages/vholdr-background.png) repeat-x top left;
min-height: 600px;
}


#title {
    background: url(/layoutimages/vholdr-logo.png) 30px center  no-repeat;
    height: 100px;
}

#title span {
    display: none;
}

#header {

}

#nav {
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px 0;
    color: #ccc;
    z-index: 9;
    width: 200px;
}
#nav a {
    color: #ccc;
    text-decoration: none;
}
#nav a:hover {
    color: white;
    text-decoration: underline;
}

#nav li {
    float: left;
    list-style: none;
    padding: 5px;
}


#header, #content {
    width: 860px;
    margin: 0 auto;
    position: relative;
}

#content {
    padding: 10px;
    color: #bbb;
    background: #0b0b0b;
    min-height: 40px;
}

#content ul {
    padding-left: 15px;
}

#footer {
    text-align: center;
    padding-top: 20px;
}
    #footer ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
        #footer ul li {
            list-style: none;
            padding: 0;
            margin: 0 10px;
            display: inline;
        }

/* edit mode */
body.cms-edit #content-2501 div.cms-text-content { background:#000; color:#fff; }
