/* Resets 
--------------------------------------------------------------------*/

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }





body {
overflow: auto;
background-color: #101010;
font : 75%/1.5 "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif; 
color : white;
}

a {
color: white;
}

div {
white-space: nowrap; 
margin: 2em;
padding-right: 2em;
}

img {
height: 410px;
padding: 0 1em 1em 0;
z-index: 1;
}

h1 {
position: absolute;
width: 288px;
height: 146px;
top: 3em;
left: 3em;
/* background-image: url(img/branding_h1.png); */
background-repeat; no-repeat;
text-indent: -9999px;
z-index: 100;
}

h3 {
font: 200% serif;
font-style: italic;
padding: 0 0 1em 0;
}

li p {
padding: 0 0 .5em 0;
}

div#site_info p {
font-size: 80%;
} 

.acknowledgements {
font-size: 80%;
font-style: italic;
}
