body {
    background: #e3e9ec url('../images/bg.png');
    line-height: 20px;
    color: #585858;
    font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#wrapper {
    margin: 0;
    width: auto;
}
#logo {
    background: none;
    overflow: hidden;
	width: auto;
	margin: 0;
	height: 60px;
}

#logo h1 {
    height: 60px;
    overflow: hidden;
    background: #fff url('../images/logo.png') no-repeat;
    margin: 0;
    float: none;
    width: auto;
}

h1 span {
	display:inline-block;
	margin-top: 100px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #logo h1 {
        background: #fff url(../images/logo-retina.png) no-repeat;
        background-size: 500px 60px;

    }
}

#identities li span.description {
    display: block;
    padding: 0;
    color: #adadad;
	font-size: 11pt;
}

#logo span {
    margin-top: 300px;
    display: block;
}

#identities {
    list-style: none;
    margin: 0;
    width: auto;
    border-bottom: 0;
    float: none;
}

#identities li:first-child {
	margin-top: -14px;
	border-top: 0;
}
#identities li {
    margin-bottom: 0;
	border: 0;
    padding-bottom: 15px;
    width: auto;
	
	background: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0.5, rgba(0,0,0,0)),
	    color-stop(1, rgba(0,0,0,0.03))
	);
		border-bottom: 1px solid #d6d6d6;
		border-top: 1px solid #fff;
}

#identities h2 {
    font-weight: 300;
    font-size: 2em;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 1em;
    height: auto;
}

#identities h2 a {
    margin: 0;
    display: block;
    padding: 5px 0 0 0;
    width: auto;
}
a {
    color: #cfeefd;
    text-decoration: none;
    border: none;
}


.lightpanel {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 10px;
    float: none;
    width: auto;
	background: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, rgb(255,255,255)),
	    color-stop(1, rgb(239,239,239))
	);
	border-bottom: 1px solid #d6d6d6;
	font-size: 12pt;
}
    #shortbio {
        display: none;
    }
    #portrait {
        margin-top: 6px;
        display: none;
    }
    
        #shortbio h2 {
            margin-top: 80px;
        }
    .lightpanel p {
        color: #585858;
        text-shadow: 0 1px 0 #fff;
    }

#wheretofindme {
	border-top: 1px solid #fff;
	height: 45px;
	background: transparent url(../images/wheretofind.png) no-repeat;
	z-index: 1;
	position: relative;
    
}



@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #wheretofindme {
        background: transparent url(../images/wheretofind-retina.png) no-repeat;
        background-size: 500px 45px;

    }
}