html, body, div, span, ol, ul, li, lh {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 16px;
    vertical-align: baseline;
}
a img { border: 0; }
html { font-size: 100.01%;}

body { 
    line-height: 1.5; 
    font-size: 90%;
    background: url('/i/textureback.jpg') #000;
    color: #dfdfdf;
    font-family: Georgia, serif;
    text-align: center;
}

ul { margin: 0 1.5em 1.5em 0; padding-left: 1em; }
li { list-style-type: none; margin: 2px 0;}
lh { font-weight: normal; font-size: 18px; display:block; margin-top:1em; }

a:link, a:visited, a:active {
    color: #777;
    text-decoration: none;
}

a:hover {
    color: #dfdfdf;
}

body#fin {
    background: #FFF;
    color: #303030;
}

#sitehead {
    height: 17.4em;
    background-image: url('/i/colourback_c.png');
}

#sitewrap {
    width: 520px;
    margin: 0 auto;
    padding: 0 25px;
}

#fin #sitewrap {
    width: 800px;
    margin-top: 3em;
    padding: 0;
}

h1 { 
    font-size: 54px;
    font-weight: normal; 
    margin: 0; 
    padding: 0.4em 0; 
}

#pictureframe {
    margin-top: -9.8em;
}

#pictureframe img {
    padding: 3px;
    min-height: 384px;
    width: 512px;
    cursor: pointer;
    background: #dfdfdf;
    -webkit-box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.3);
}

.dimmed img {
    opacity:0.5;
	filter:alpha(opacity=50);
}

p { font-size: 18px; -webkit-text-size-adjust: 100% }

p.caption {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 2em;
    margin-left: 6px;
    line-height: 1.1em;
}

.dimmed p.caption {
    background: url('/i/progress.gif') top left no-repeat;
}

p.caption span {
    display: block;
}

#projects, #elsewhere {
    margin-top: 1em;
}

#projects {
    float: left;
    display: inline;
    width: 50%;
    text-align: left;
    padding-left: 10px;
    margin-left: 0;
    margin-right: 10px;
}

#elsewhere {
    float: right;
    display: inline;
    width: 40%;
    text-align: right;
    margin-right: 10px;
    margin-left: 0;
}

#foot {
    clear: both;
    font-size: 14px;
    padding-top: 4em;
    padding-bottom: 2em;
}