@charset "utf-8";
/* CSS Document */

html, body, ul{
    margin: 0;
    padding:0;  
}

body{
    margin: auto;
    text-align: center;
    background: #ecece5 url(../images/bg.png) repeat-x;
    font: 14px Georgia,"Times New Roman",Times,serif;
    color:  #666;
    line-height: 22px;
}

p{
    margin-bottom: 22px;
}

@font-face {
    font-family: "Museo-500";
    src: url("../css/museo500-regular.otf");
}

@font-face {
    font-family: "Museo-700";
    src: url("../css/museo700-regular.otf");
}

::-moz-selection{
    background: #dad7d2;
    color: #811215;
} 

::selection {
    background: #dad7d2;
    color: #811215;
} 

.right{
    float:right;
}

.left{
    float:left;
}

.clearfix{
    clear: both;
    display: block;
}

.hidden{
    display: none;
}

a{
    outline: none;
}

h1{
    font: 18px Museo-500,Georgia,"Times New Roman",Times,serif;
    color:  #811215;
    margin: 0;
    margin-bottom: 5px;
}

h2{
    font: 16px Museo-500,Georgia,"Times New Roman",Times,serif;
    color:  #666;
    margin: 0;

}

a img{
    outline: none;
    border: none;
}

#container{
    width: 960px;
    margin: auto;
    text-align: left;
}

#header{
    height: 60px;
    width: 960px;
    margin-bottom: 20px;
}

#logo{
    background: url(../images/logo.png) no-repeat;
    height: 57px;
    width: 261px;
    float: left;
    margin-top: 10px;
    margin-left: 15px;
}

#logo span{
    display: none;
}

#nav{
    float: right;
    margin: 0;
    margin-right: 15px;
    list-style: none;
    font: 18px Museo-500,Georgia,"Times New Roman",Times,serif;
    color:  #fff;
    text-shadow: -1px -1px #cbcac7;
    
}

#nav a{
    text-decoration: none;
    color:  #fff;
    display: block;
}

#nav a:hover{
    text-decoration: none;
    color:  #811215;
    text-shadow: 1px 1px #ecece5;
}

#nav li{
    margin: 10px;
    margin-top: 30px;
    float: left;
}

#nav li:last-child{
    margin: 10px;
    margin-right: 0;
    margin-top: 30px;
    float: left;
}

.current{
    text-decoration: none;
    color:  #811215 !important;
    text-shadow: 1px 1px #ecece5;
}

#body{
    width: 930px;
    background-color: #fff;
    padding: 15px;
    position:relative;
    overflow: hidden;
}

#body p a{
    color: #811215 !important;
    text-shadow: 1px 1px #ecece5;
    text-decoration: none;
}

#body p a:hover{
    text-decoration: underline;
}

#body-shadow{
    background: url(../images/body-shadow.png) no-repeat;
    height: 31px;
    width: 950px;
    margin-bottom: 10px;
}

#top{
    position:relative;
}

#banner{
    margin: 0;
    padding: 0;
    height: 380px;
    width: 940px;
    list-style: none;
}

#see-more{
    position: absolute;
    margin: -70px 0 0 715px;
    z-index: 100;
}

.devider{
    border-bottom: #dad7d2 1px solid;
    margin: 15px 0;
}

#row{
    margin: 0;
    padding: 0;
    height: 200px;
}

#row li{
    width: 221.25px;
    height: 200px;
    margin-right: 15px;
    float: left;
    list-style: none;
}

#row li:last-child{
    margin-right: 0px;
}

#row li p{
    margin: 0;
    line-height: 20px;
}

#list li{
    height: 20px;
    list-style: circle;
    margin-left: 15px;
}

#sidebar{
    float: left;
    width: 221.25px;
    margin-right: 15px;
}

#sidebar-right {
    width: 221.25px;
    margin-left: 15px;
    float: left;
}

#sidebar h2, #sidebar-right h2{
    font: 14px Museo-700,Georgia,"Times New Roman",Times,serif;
    color:  #666;
    margin: 0;
    margin-bottom: 10px;
}


#content{
    float: left;
    width: 693.75px;   
}

#indicator{
    height: 37px;
    width: 225px;
    background: url(../images/portfolio-indicator.png) no-repeat;
    position: absolute;
    z-index: 1;
    top: 26px;
}

#portfolio-nav{
    margin: 20px 0 0 10px;
    padding: 0;
    z-index: 10;
    position: relative;
    list-style: none;
}

#portfolio-nav li a{
    margin-bottom: 15px;
    width: 221px;
    font: 18px Museo-500,Georgia,"Times New Roman",Times,serif;
    color:  #811215;
    list-style:none;
    float: left;
    display: block;
    text-decoration: none;

}

#portfolio-nav .display a{
    font: 18px Museo-500,Georgia,"Times New Roman",Times,serif;
    color:  #fff !important;
    text-shadow: -1px -1px #560f16;
    
}

#portfolio {
    margin: 0;
    padding: 0;
    margin-left: 9px;
    height: 660px;
}

#portfolio li{
    margin: 10px;
    margin-bottom: 25px;
    list-style: none;
    float: left;
    height: 200px;
    width: 322px;
}

#portfolio li img{
    position: relative;
    z-index: 10;
}

#portfolio li:hover >#image-box{
    display: block
}


#image-box{
    top: -213px;
    position: relative;
    margin-left:-10px;
    padding: 10px;
    width: 322px;
    height: 220px;
    z-index: 1;
    background: transparent url(../portfolio/more-box.png) no-repeat;
    display: none;
}

#image-box p{
    margin-top: 203px;
    font: 16px Museo-500,Georgia,"Times New Roman",Times,serif;
    color:  #b3a99f;
    text-shadow: 1px 1px #fff;
    width: 260px;
    overflow: hidden;
}

#small-more{
    position: absolute;
    height: 23px;
    width: 55px;
    z-index: 2;
    bottom: 3px;
    right: 10px;
}


ul#skills{
    font: 14px Museo-700,Georgia,"Times New Roman",Times,serif;
    list-style: none;
    margin-left: 5px;
}

#skills li{
    margin-bottom: 10px;
    height: 28px;
}

#skills li.zero{
    background: transparent url(../images/zero.png) bottom left no-repeat;
}

#skills li.one{
    background: transparent url(../images/one.png) bottom left no-repeat;
}

#skills li.two{
    background: transparent url(../images/two.png) bottom left no-repeat;
}

#skills li.three{
    background: transparent url(../images/three.png) bottom left no-repeat;
}

#skills li.four{
    background: transparent url(../images/four.png) bottom left no-repeat;
}

#skills li.five{
    background: transparent url(../images/five.png) bottom left no-repeat;
}

ul#services{
    font: 14px Museo-700,Georgia,"Times New Roman",Times,serif;
    list-style: none;
    margin-left: 5px;
}

.services{
    margin-left: 5px !important;
}

#services li{
    margin-bottom: 4px;
}

a.visit{
    font: 14px Museo-700,Georgia,"Times New Roman",Times,serif;
    border-top: #DAD7D2 solid 1px;
    border-bottom: #DAD7D2 solid 1px;
    color: #666666;
    text-decoration: none;
    display: block;
    line-height: 26px;
}

a.visit:hover{
    text-decoration: underline;
    color: #811215;
    background: #f4f4f0 url(../images/external.png) center right no-repeat;
}

ul#networks{
    margin: 15px 30px 15px 0;
    padding: 0;
    list-style: none;
    width: 221.25px;
}

ul#networks li{
    padding: 0;
    float: left;
    margin-left: 15px;
    margin-bottom: 15px;
}

ul#networks li a{
    text-decoration: none;
}

ul#networks li a img{
    outline: none;
}

ul#contact-info{
    margin-top: 10px;
    list-style: none;
}

ul#contact-info li{
    margin-bottom: 10px;
    background: transparent url(../images/form-bg.png) no-repeat;
    height: 25px;
    padding: 0 5px;
}

ul#contact-info li img{
    margin-right: 5px;
    vertical-align: middle;
}

#footer{
    padding: 10px 15px;
    font: 14px Museo-500,Georgia,"Times New Roman",Times,serif;
    color:  #b6b3a8;
}

#footer-nav {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer-nav li{
    float: left;
    padding: 0 5px;
}

#footer-nav li:last-child{
    float: left;
    padding: 0 5px;
    padding-right: 0;
}

#footer a{
    color:  #b6b3a8;
    text-decoration: none;
}

#footer a:hover{
    color:  #a7a499;
    text-decoration: underline;
}

/*---- Form ----*/
form{
    margin-top: 10px;
    margin-bottom: 30px;
}
form span{
    position: relative;
}
label{
    position:absolute;
    top:0;
    left:0;
    font: 16px Museo-500,Georgia,"Times New Roman",Times,serif;
    padding: 1.5px 0 0 5px;
    color: #666;
    width: 221px;
    height: 24px;
}

input{
    background: transparent url(../images/form-bg.png) no-repeat;
    width: 221px;
    height: 24px;
    border: none;
    font: 16px Museo-500,Georgia,"Times New Roman",Times,serif;
    padding: 1.5px 0 0 5px;
    color: #666;
    margin-bottom: 15px;
}

#submit_btn{
    height: 25px;
    width: 51px;
    float: right;
    margin: 0 5px 5px 0;
    cursor: pointer;
    background-image: none;
    display: block;
    padding: 0;
}

#submit_btn span{
    display: none;
}

#loader{
    text-align: center;
    margin: 20px 100px;
}

/*---- Form End ----*/
