html{
    background:#b1b5be;
}
        
body{
    border-top:5px solid #c9ccd2;
    font-family:Helvetica;
    background:#EFEFEF url(radial_glow.png) no-repeat center 20px fixed;
    height:768px;
    height:auto;
    min-height:768px;
    color:#3a3a3a;
    padding:4em;
    line-height:1.7;
}

h1{
    background:url(logo.png) no-repeat;
    text-transform:uppercase;
    padding-bottom:.2em;
    letter-spacing:-3px;
    font-size:40px;
    font-weight:normal;
    text-indent:-999px;
}

.strapline{
    position:relative;
    top:-35px;
    left:40px;
    font-style:italic;
    font-size:85%;
    color:#3e3e3e;
}

h2{
    padding-top:1em;
    font-size:115%;
    font-weight:bold;
}

a{
    color:#444;
    font-weight:bold;
    text-decoration:none;
}

a:hover{
    text-decoration:underline;
}

.content{}

#bd{
    padding-top:100px;
}

.portfolio-item{
    margin-bottom:100px;
    text-shadow: 0px 1px #fff;
}

.portfolio-item img{
/*  border:10px solid #fff;*/
   -moz-box-shadow: 1px 5px 10px #bbb;
    -webkit-box-shadow: 1px 5px 10px #bbb;
    box-shadow: 1px 5px 10px #bbb;
    float:left;
    margin-right:20px;
}


#header{
    padding-bottom:1.5em;
    margin-bottom:3em;
    border-bottom:1px solid #BDC1C7;
}

    #header p{
        font-size:93%;
        font-family:georgia, serif;
        color:#7B7D7F;
    }

.connector{
    font-style:italic;
}

#ft{
    text-align:center;
    font-size:85%;
}

