/* styles for the bitches */
body, html{
    margin: 0;
    padding: 0;
    font-size: 12px;
}


a{
    color:#909090;
    
}

.clear{
    clear:both;
}

.hr{
    position: absolute;
    top: 30px;
    width:850px;
    height:1px;
    background: #e6e6e6;
}

img{
    border:none;
}

.grey, a.grey, ul.menu li a.grey, .grey a{
    color:#909090;
}

html, body{
    margin: 0; padding: 0;
    background: url('img/bg.jpg');
    font-family: "Trebuchet MS";
}

#wrapper{
    /*width:850px;*/
    display: none;
    margin: 100px 0 0 49px;
    width:860px; height:510px;
    position: relative;
}

#social{
position: absolute;
right: 10px;
top: 4px;
}

img#logo{
    position: absolute;
    top:0;left:0;
}


/* SIDEBAR */
#sidebar{
        float: left;
    width: 143px;

    margin: 0; padding: 10px 20px 0 0;
}

/* MENU */
ul.menu{
    display: block;
    margin: 0 0 63px 0;
    padding: 0;

}

ul.menu li{
    list-style: none;
    text-transform:uppercase;
}

ul.menu li.about{
    margin:0 0 14px 0;
}
ul.menu li.contacts{
    margin:6px 0 0px 0;
    border-top: 1px solid #E6E6E6;
    padding-top: 6px;
}

ul.menu li a{
    font-size: 12px;
    text-decoration: none;
    color: black;
}

ul.projects{
    padding-top: 10px;
    border-top: 1px solid #E6E6E6;
    display: none;

}

ul.projects li{
    text-transform: none;
}
ul.projects li a{
    font-size: 11px;
}


/* WORKS */
ul#works{
    float: left;
    width:696px;
    margin: 40px 0 0 0 ; padding: 0;
}


ul#works li{
    list-style: none;
    display: block;
    float: left;
    width:222px; height:147px;
    margin: 0 10px 10px 0;
    background: #ebebeb;
    opacity:.8;
}

ul#works li:hover{
    opacity: 1;
}



#content{
    float: left;
    width:696px;
    margin: 0px 0 0 0 ; padding: 0;
    height:510px;
    overflow: hidden;
}

#inner-wrapper{
    width:696px;
}

#work-header{
    padding: 0px 0 20px 0;
    margin: 0 0 20px 0;
    height: 48px;
}

#work-header h2{
    font-size: 16px;
    margin: 0;
    margin-top: 5px;
}

#work-header .description{
    padding-top: 14px;
    font-size: 11px;
}

#slider-container{
    margin: 0 0 10px 0; padding: 0;
    width:690px; height:420px;
    overflow: hidden;
    position: relative;
}

#slider-container ul{
    position: absolute;
    left: 0px;
    top: 0;
    width: 20000px;
    display: inline;
    margin: 0; padding: 20px 0 0 0;
}

#slider-container li{
    list-style: none;
    display: block;
    float: left;
    margin: 0;
}


#sl-nav{
    position: absolute;
    right: 0;
    z-index: 1000;
}

#sl-nav *{
    float: left;
    font-size: 11px;
    padding:2px;
}

#sl-nav img{
    cursor: pointer;
    display: block;
}


.left-col{
    width: 360px;
    float: left;
}

#about-wrapper{
    margin:37px 0 0 0;
}

#contact{
    margin-top: -10px;
    height: 310px;
}
#contact h2{
    margin-bottom: 10px;
}

#contact a{
        color:black;
    text-decoration: none;
}

#contact a:hover{
    text-decoration: underline;
}


#footer{
    padding: 5px 0px 0px 0px;
    color: #909090;
    border-top: 1px solid #E6E6E6;
    text-align: right;
    font-size: .6em;
    width: 687px;
    float: right;
    margin: 0 10px 0 0;
    position: absolute;
    bottom: -35px;
    right:0;
}

