/*
Theme Name: Cheese!
Theme URI: http://adam-carter.com/cheese/
Description: A custom-built skin for <a href="http://supercheese.net">Super Cheese</a>
Version: 1.0
Author: Adam Carter
Author URI: http://adam-carter.com/
Tags: fixed width, two columns, widgets

*/
a:link
{
    color:#bcbdc0;
}

a:visited
{
    color:#a3a5a8;
}

body, html {
    margin:0;
    padding:0;
    /*background-color:#bcbdc0;*/
    background-image:url('images/bg_body.png');
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

div{
    
    margin:0;
    padding:0;
}

#content
{
    background-color:#231f20;
    background-image:url('images/bg_content.png');
    width:700px;
    margin-left:auto;
    margin-right:auto;
    padding:7px;
    border: 2px #FFFFFF dashed;
    padding-left:200px;
    min-height:400px;
    margin-bottom:25px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;

}

#contentWrapper
{
    background-image:url('images/bg_curtains.png');
    padding-top:25px;
    padding-bottom:25px;
    color:#FFFFFF;
}

#footer
{
    background-image:url('images/footer.png');
    background-repeat:no-repeat;
    height:285px;
}

#header
{
    width:1000px;
    height:272px;
    background-image:url('images/bg_header.png');
    background-repeat:no-repeat;
}

#header h2
{
    margin:0;
    margin-left:-1000px;
    padding:0;
}

#header ul
{
    list-style: none;
}

#leftNav
{
    position:absolute;
    padding-left:60px;
    width:160px;
    overflow: hidden;
}

#leftNav a
{
    text-decoration:none;
    font-size:14px;
    display:block;
    padding-bottom:4px;
}

#leftNav a:hover
{
    text-decoration:underline;
    color:#FFFFFF;
}

#leftnav li
{
    padding-bottom:4px;
}

#leftNav ul
{
    margin:0;
    padding:0;
    padding-top:15px;
    list-style:none;
}

#leftNavLinks h2
{
    display:none;
}

#page
{
    width:1000px;
    margin-left:auto;
    margin-right:auto;
    background-repeat:repeat-y;
    min-height:800px;
}

#photosDiv
{
    position:relative;
    top:-40px;
    float:right;
    height:225px;
}
