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;
    text-decoration: none;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
}

ol, ul { list-style: none; }

html { width: 100%; height: 100%; }
html.scriptable .hidden { display: none; }

body {
    width: 100%; height: 100%;
    color: #fff;
    font: normal 100%/1em 'Trebuchet MS',Helvetica,sans-serif;
    background: url("../img/background.jpg") no-repeat right center #281b6b;
}

#wrapper {
    position: relative;
    top: 50%; left: 0;
    width: 100%; height: 38.25em;
    margin: -19.125em 0 0;
    font-size: .75em;
    line-height: 1.5em;
}

#stripe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: #423686;
    opacity: .5;
    z-index: 0;
}

#container {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 1;
}

#content {
    width: 93em; height: 100%;
    margin: 0 auto;
}

#menu { height: 1.5em; margin: .5em auto; }
#menu li { margin: 0 1em; float: left; }

#menu li a { color: #fff; font-size: .917em; }
#menu li a:hover { color: #ffea00; }

#menu li a.current { color: #ffea00; }
#menu li a.current:hover { color: #fff; }

#brand h1 {
    position: absolute;
    top: 0; right: 0;
    width: 154px; height: 48px;
    margin: .75em 0 0;
    background: url("../img/brand.png") no-repeat;
}
#brand h1 a {
    width: 154px; height: 48px;
    display: block;
}
#brand h1 span { display: none; }

#partner p a {
    width: 6em; height: 1.5em;
    margin: .75em 0;
    display: block;
}

#partner p a.so { background: url("../img/so.png") no-repeat; }
#partner p a.swr2 { background: url("../img/swr2.png") no-repeat; }
#partner p a.ewerk {
    height: 4.5em;
    background: url("../img/ewerk.png") no-repeat;
}

#partner p a span { visibility: hidden; }

#events {
    position: relative;
    width: 56.25em; height: 38.25em;
    float: left;
}

#events li {
    width: 18em; height: 18em;
    margin-right: .75em;
    display: inline-block;
    float: left;
}

.column {
    position: relative;
    width: 18em; height: 38.25em;
    margin-right: .75em;
    float: left;
}
.last.column { margin-right: 0; }

.tile {
    position: relative;
    width: 18em; height: 18em;
    margin-top: .75em;
}

.tile.totheright { margin-left: 18.75em; }
.tile.tothebottom { margin-top: 19.5em; }

.tile .data {
    position: relative;
    width: 16.5em; height: 16.5em;
    padding: .75em;
}

.tile .data p {
    font-size: 1.083em;
    line-height: 1.385em;
}

.tile .data p span {
    color: #fde300;
}

.tile .data a:link,
.tile .data a:visited {
    color: #fde300;
    text-decoration: none;
}
.tile .data a:hover { text-decoration: underline; }

.tile a.data {
    position: relative;
    width: 16.5em; height: 16.5em;
    padding: .75em;
    color: #fff;
    display: block;
}

.nojs .tile a.data:hover h1,
.nojs .tile a.data:hover h3 { color: #fde300; }
.nojs .tile:hover .bg {
    opacity: .25;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
    *filter:alpha(opacity=25);
}

.tile h1 {
    margin: .5em 0 0;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1em;
}

.tile h2 {
    margin-bottom: .5em;
    color: #fde300;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1em;
}

.tile h3 {
    margin-bottom: 1.385em;
    color: #fff;
    font-size: 1.083em;
    font-weight: normal;
    line-height: 1.385em;
}

.opaque h1, .opaque h3 { color: #281b6b; }
.opaque h2 { color: #fff; }

.tile .bg {
    position: absolute;
    width: 18em; height: 18em;
    background: url("../img/light_tile.png") repeat-x #ffea00;
    opacity: .25;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
    *filter:alpha(opacity=25);
}
.tile .bg.past {
    background: url("../img/dark_tile.png") repeat-x #ffea00;
}
.long .bg { height: 36.75em; }

.opaque .bg {
    opacity: 1;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    *filter:alpha(opacity=100);
}

.tile .elsewhere {
    position: absolute;
    top: 0; left: 0;
    width: 18em; height: 18em;
    background: url("../img/elsewhere.png") no-repeat transparent;
    cursor: pointer;
}

input {
    width: 16em;
    margin-bottom: 1.5em;
    padding: 0 .167em;
    color: #2a451e;
    font: normal .923em 'Trebuchet MS',Helvetica,sans-serif;
    border: 0 none;
    background: #fff;
    display: block;
}
input:hover { background: #fde300; }

input.submit { width: 8em; cursor: pointer; }

label {
    margin-bottom: 1.385em;
    color: #fff;
    font-size: 1.083em;
    font-weight: normal;
    line-height: 1.385em;
    display: block;
}

.ltalign { text-align: left; }
.rtalign { text-align: right; }

.bvalign { position: absolute; bottom: 0; }

.clear { clear: both; }
.lfloat { float: left; }
.rfloat { float: right; }

.tmrgn\.5em { margin-top: .5em !important; }
.tmrgn\.75em { margin-top: .75em !important; }
.tmrgn1\.5em { margin-top: 1.5em !important; }
.tmrgn2\.25em { margin-top: 2.25em !important; }
.bmrgn0 { margin-bottom: 0 !important; }
.bmrgn1\.5em { margin-bottom: 1.5em !important; }
.bmrgn1em { margin-bottom: 1em !important; }
.rmrgn\.5em { margin-right: .5em !important; }
.rmrgn\.75em { margin-right: .75em !important; }

.white { color: #fff !important; }

