html {
    margin:0;
    height: 100%;    
    
}

body {
    height: 100%;    
    margin: 0;
    color: #333;
    font-family: helvetica,arial,sans-serif;
    background:#8c9597 url(/media/images/edges.gif) repeat-y 50% 0;
    
    
}


img {border: 0;}

a:link {text-decoration: none; color: #434d4f;
}
a:visited {text-decoration: none; color: #434d4f;}
a:hover {text-decoration: none; color: #434d4f;}
a:active {text-decoration: none; color: #434d4f; outline: none;}

h1 {color: #333;}
h2 {color: #333;}
h3 {color: #333;}
h4 {color: #333;}

#wrapper {
    position: relative;
    width: 858px;
    height: 100%;
    min-height: 500px;
    
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 0 8px;
/*    background:#8c9597 url(/media/images/edges.gif) repeat-y;*/
/*    border-left: 1px solid #888;*/
/*    border-right: 1px solid #888;   */
}

#main {
    position: absolute;  
    top: 0; 
    bottom: 0;
    height: 100%;
}

#header {
    position: relative;
    width: 830px;
    height: 100px;
    padding: 0 0 0 20px;    
    background:transparent url(/media/images/title-strip.gif) repeat-x 0 70px;    
}

#header h1 {
    margin: 0;
    font-weight: normal;
    text-shadow: #ccc 0px 1px 0px;
}

#header h1 a {
    color: #666;
}

#title {
    position: absolute;
    top: 24px;
    left: 40px;
}

#tagline {
    position: absolute;
    width: 267px;
    height: 21px;
    top: 70px;
    left: 42px;
    background:transparent url(/media/images/tagline.gif) no-repeat;    
}

#contact {
    position: absolute;
    width: 167px;
    height: 21px;
    top: 70px;
    right: 44px;
    background:transparent url(/media/images/contact.gif) no-repeat;    
}



#nav {
    position: absolute;
    top: 0;
    top: 100px;
    left: 44px;
}

#nav ul {
    padding: 0;
}

#nav li {
    list-style: none;
    text-transform: uppercase;
    line-height: 1.4;
    font-family: geneva, helvetica, sans-serif;
    font-size: 0.8em;
    letter-spacing: 1px;
}

#nav li.active a {
    color: #573a3d    
}

#content {
    position: absolute;
    margin: 50px 0 0 275px;
}

#duck {
    width: 220px;
    height: 240px;
    background: #8c9597 url('/media/images/duck.png') no-repeat;
    position: fixed;
    bottom: 0;
    margin-left: 1px;
}

#footer {
    
}


div.thumb {
    float: left;
    width: 150px;
    height: 150px;
    margin: 0 40px 40px 0;
}

.thumb img {
    box-shadow: 0px 0px 30px #656C6D;
    -webkit-box-shadow: 0px 0px 30px #656C6D;
    -moz-box-shadow: 0px 0px 30px #656C6D;    
}

div.work_info {
    display: none;
    color: #666;
}

span.work_specs {
    font-size: 0.9em;
    line-height: 2.2em;
    color: #444;    
}

span.sold {
    color: #701810;
}

.shadowed {
    box-shadow: 0px 0px 30px #656C6D;
    -webkit-box-shadow: 0px 0px 30px #656C6D;
    -moz-box-shadow: 0px 0px 30px #656C6D;    
}


/**************************************************** HACKS */

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix { display: inline-block; _height: 1%; }
 /* Hides from IE-mac \*/
.clearfix { display: block; }
/* End hide from IE-mac */