/***********************************************
* Layout style for www.judydrokphotography.co.nz
* by TotalNet - www.totalnet.co.nz
************************************************/

html, * {
    font-size: 100%;
    margin: 0px;
    padding: 0px;
    border: none;
}

body {
    color: #666;
    background-color: #434a4e;
    margin: 0px;
    font: normal small Verdana, Arial, Helvetica, sans-serif;
    line-height: 1.125em;
}

.container {
    width: 750px;
    margin: 0 auto;
    padding: 0 10px;
    background-color: #d6d5d5;
}

.logo {margin-left: -5px;}

#Header {
    height: 116px;
    padding-top: 84px;
    background: #d6d5d5 url(../images/img01.gif) repeat-x 0px 130px;
}

#Main {}

#Navigation {}

    #Navigation ul, #Sidebar ul {
        list-style: none;
        margin-top: 5px;
    }
        #Navigation ul li, #Sidebar ul li {
            /*display: block;*/
            line-height: normal;
        }
        #Navigation ul ul, #Sidebar ul ul{
            margin-left: 10px;
        }
        
ul.subMenu {
    margin-left: 10px;
}
    ul.subMenu li {
        display: list-item;
    }
        ul.subMenu li.link {
            list-style: circle inside;
        }
        ul.subMenu li.current,
        ul.subMenu li.section {
            list-style: disc inside;
        }

#Layout {
    float: right;
    width: 500px;
    margin-top: -170px;
}

.slideshow {
    width: 500px;
    min-height: 200px;
    display: block;
    overflow: hidden;
}

.typography {
    padding-top: 15px;

}

#Footer {
    min-height: 50px;
    width: 770px;
    padding: 0 0 30px 0;
    margin-bottom: 30px;
    background-color: #eaeaea;
}

.footer-links {
    background-color: #d6d5d5;
    padding: 50px 0 10px 260px;
}
    .footer-links ul {
        list-style-type: none;
    }
        .footer-links ul li{
            display: inline;
        }

.footer-copyright {
    float: left;
    padding: 20px 0 0 50px;
    font-size: x-small;
}

.footer-site {
    float: right;
    font-size: x-small;
    padding: 20px 50px 0 0;
}

.clear {clear:both;}