/* RESET
-------------------------------------------------------------------------- */

/* Based on http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 
font, 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 { 
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
 
ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, 
q:before, q:after {
    content: ''; 
    content: none;
}
 
:focus { outline: 0; }

ins { text-decoration: none; }

del { text-decoration: line-through; }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a { outline: none; }
/* BODY ------------------------------------------------------------------ */

body {
    line-height: 1.5;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #333;
    background: none;
    font-size: 10pt;
    word-spacing: 1pt;
    margin: 0;
    padding: 0;
}

/* HEADINGS ------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-shadow: 0 2px 5px rgba(0,0,0,0.25);
    color: #000;
    clear: both;
}

h1 { font-size: 24pt; line-height: 1.1; margin-bottom: 12pt; }
h2 { font-size: 18pt; line-height: 1.1; margin-bottom: 9pt; }
h3 { font-size: 14pt; line-height: 1.1; margin-bottom: 7pt; }
h4 { font-size: 12pt; line-height: 1.1; margin-bottom: 6pt; }

/* TYPOGRAPHY ----------------------------------------------------------- */

p, ul, ol, blockquote, table, form, fieldset { margin-bottom: 14pt; }

code { font: 0.9em Courier, monospace; }

hr {
    background: #CCC;
    color: #CCC;
    width: 100%;
    height: 2px;
    margin: 2em 0;
    padding: 0;
    border: none;
}

blockquote {
    color: #8e8e8e;
    font-family: Palatino, Georgia, Times, "Times New Roman", serif;
    font-weight: normal;
    font-style: italic;
    text-shadow: 0 2px 5px rgba(0,0,0,0.25);
    font-size: 18px;
    line-height: 1.1;
    margin: 1.5em;
}

strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
sup, sub { line-height: 0; }
abbr { border-bottom: 1px dotted #986044; cursor: help; }

li ul, li ol { margin: 0; }
ul, ol { margin: 1.5em 0; }
ul { margin-left: 30pt; list-style-type: square; }
ol { margin-left: 30pt; list-style-type: decimal; }

ins { text-decoration: underline; }
del { text-decoration: line-through; }

/* LINKS ---------------------------------------------------------------- */

a:link, a:visited {
    background: transparent;
    color: #000;
    font-weight: 700;
    text-decoration: underline;
}

#header a, #footer a {
    text-decoration: none;
    color: #000;
}

/* IMAGES & VIDEOS ------------------------------------------------------ */

img {
    margin: 0;
    border: 1px solid #000;
    box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    -khtml-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    -o-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
}

/* LAYOUT --------------------------------------------------------------- */

#nav, #header img, #slideshow { display: none; }

#map {
    width: 15.0cm;
    height: 10.0cm;
    border: 1px solid #000;
    margin-bottom: 0.5cm;
}

#map img {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -khtml-box-shadow: none;
    -o-box-shadow: none;
}

#header h1 { margin-bottom: 0; }
#header { margin-bottom: 1cm; }

#header, #footer {
    clear: both;
    background: #ddd;
    text-align: center;
    padding: 0.3cm;
}

#footer p { margin: 0; }