/*------------------------------------*\
    RESET
\*------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*------------------------------------*\
    END RESET
\*------------------------------------*/


body {
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
    background: #f6fafa url(/assets/img/background.png) no-repeat -800px 81px;
}

body:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(/assets/img/background.png) 100% 0 repeat;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

h2 {
    padding: 0 0 0 0;
    margin:0 0 0 0;
    color:#547980;
    font-size:37px;
    height:37px;
    position:relative;
    top:10px;
    left:-2px;
    font-family: Myriad Pro;
}

a:link, a:visited: { color:#547980; }

header  { background-color:#333333; display:block; padding-top: 10px; }
header h1 {
    display:block;
    padding: 35px 0 0 0;
    margin:0 0 0 0;
    background-color: #77a7a7; 
    color:#fff;
    font-size:300%;
    line-height:90%;
    border-top:1px solid #b8d1d1;
    font-family: Myriad Pro;
    }
header h1 a {
    width:348px;
    height:35px;
    display:block;
    background:url(/assets/img/dominic-robinson.png) no-repeat;
    max-width:100%;
    }

.contentWrapper {
    margin:50px 5% 30px 5%;
    max-width: 50%;
}
.content {
    border: 3px solid #c9dddd;
    padding:15px;
    background-color:#fff;
}