/*
    Theme Name: Down4Life
    Theme URI: http://www.down4life.nl
    Description: Piercing.
    Version: 1.0
    Author: nchwebdesign
    Author URI: http://www.nchwebdesign.nl
*/
*
{
    padding: 0;
    margin: 0;
}

a
{
    outline: none;
}

body
{
    background: #000 fixed url(images/logo.png) no-repeat;
    background-position: center;
    filter: alpha(opacity=65);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    font-family: "Snap ITC";
    height: 100%;
}

@font-face
{
    font-family: "Snap ITC";
    src: url(snap.TTF);
}


#wrapper
{
    margin: auto;
    width: 800px;
    height: 100%;
    height: 100% !important;
    min-height: 100%;
}

#header
{
    width: 800px;
    float: left;
    height: 100px;
    margin: 0px 0px 0px 0px;
    background: #000;
}

#header a
{
    color: #00FF00;
    text-decoration: none;
    font-size: 50px;
    text-align: center;
    padding: 0 0 0 25px;
}

#navigation
{
    float: left;
    border: 1px solid #696969;
    margin: 0 0 0 0;
    display: block;
    height: 27px;
    width: 800px;
    font-size: 22px;
    background: url(images/nav-bg.jpg) repeat-x;
}

#navigation ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: auto;
}

#navigation ul li
{
    display: block;
    float: left;
    margin: 0 0 0 0;
}

#navigation ul li a
{
    display: block;
    float: left;
    color: #00FF00;
    text-decoration: none;
    padding: 0px 0px 0 32px;
    height: 27px;
}

#navigation ul li a:hover
{
    color: #32CD32;
}

#content
{
    margin: 0px 0px 10px 0px;
    height: auto;
    width: 600px;
    float: left;
    background: #000;
    border-bottom: 2px solid #fff;
}

#fotoalbums
{
    margin: 20px 0 10px 0;
    border-top: 2px solid #FFF;
}

#fotoalbums h1
{
    color: #00FF00;
}

#home
{
    margin: 0 0 0 0;
}

#home h1
{
    padding: 20px 0 0 20px;
    color: #00FF00;
    border-bottom: 2px solid #FFF;
}

#home p
{
    padding: 10px 0 10px 20px;
    color: #00FF00;
    font-size: 18px;
    line-height: 20px;
}

#links
{
    margin: 0 0 0 0;
}

#links h1
{
    padding: 20px 0 0 20px;
    color: #00FF00;
    border-bottom: 2px solid #FFF;
}

#links p
{
    padding: 10px 0 10px 20px;
    color: #00FF00;
    font-size: 18px;
    line-height: 20px;
}

#sieraden
{
    margin: 0 0 0 0;
}

#sieraden h1
{
    padding: 20px 0 0 20px;
    color: #00FF00;
    border-bottom: 2px solid #FFF;
}

#sieraden p
{
    padding: 10px 0 10px 20px;
    color: #00FF00;
    font-size: 18px;
    line-height: 20px;
}

#info
{
    margin: 0 0 0 0;
}

#info h1
{
    padding: 20px 0 0 20px;
    color: #00FF00;
    border-bottom: 2px solid #FFF;
}

#info h2
{
    padding: 20px 0 0 20px;
    color: #00FF00;
    font-size: 20px;
    border-bottom: 2px solid #FFF;
}


#info p
{
    padding: 10px 0 10px 20px;
    color: #00FF00;
    font-size: 18px;
    line-height: 20px;
}

#prijslijst
{
    margin: 0 0 0 0;
}

#prijslijst h1
{
    padding: 20px 0 0 20px;
    color: #00FF00;
    border-bottom: 2px solid #FFF;
}

#prijslijst p
{
    padding: 10px 0 10px 20px;
    color: #00FF00;
    font-size: 18px;
    line-height: 20px;
}

#contact
{
    margin: 20px 0 0 0px;
}

#contact p
{
    padding: 5px 0 5px 20px;
    color: #00FF00;
    font-size: 18px;
    line-height: 20px;
}

#contact a
{
    color: #7CFC00;
}

#sidebar
{
    float: right;
    margin: 0px 0px 0px 0px;
    height: auto;
    width: 200px;
    background: #000;
}

.clear
{
    clear: both;
}

#footer
{
    color: #7CFC00;
    width: 800px;
    height: 25px;
    clear: both;
    margin: 0px 0px 0px 0px;
}

#footer p
{
    color: #7CFC00;
    text-align: center;
}

