html {
    height: 100%;
    margin-bottom: 1px;
}
body {
    height: 100.02%;
    text-align: center;
    background-color: #000;
    color: #FFF;
    font-size: 12px;
    margin: 0;
    padding: 0;
    font-family: arial, helvetica, arial, sans-serif;
}

a:link, a:visited {
    color: #aff;
}

a:hover {
    color: #7ff;
}

#header {
    display: none;
}

#navigation {
    float: left;
    width: 15%;
}

#navigation a:link, #navigation a:visited {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

#navigation img {
    border: 0;
}

#navigation a:hover {
    color: #faa;
}

#navigation ul {
    padding: 0;
    margin: 0;
}

#navigation li {
    list-style: none;
    padding-bottom: 15px;
}

/* style for inactive buttons (current page) */
#navigation li.current {
    color: #ff0000;
}

#body {
    float: right;
    width: 80%;
    min-height: 500px;
}

/* whole page within this div */
#wrapper1 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    width: 850px;
}

#footer {
    font-size: .75em;
    color: #333;
    font-family: verdana, helvetica, arial, sans-serif;
    text-align: right;
    clear: both;
    padding: 10px;
    margin-top: 10px;
    border-top: solid 1px #333;
}

form div.left {
    
}

form div.right {
    margin-top: 10px;
    margin-bottom: 10px;
}

form div.right input,
form div.right textarea {
    font-family: arial, helvetica, sans-serif;
    width: 80%;
    font-size: 12px;
    border: solid 1px #555;
    background-color: #111;
    color: #fff;
    font-weight: bold;
    padding: 3px;
}

form div.right textarea {
    height: 150px;
}

.event_title {
    margin: 5px 0;
}

.event_date {
    padding-bottom: 3px;
    margin-bottom: 10px;
    border-bottom: solid 1px #101010;
}

.date_block {
    padding: 10px;
    border: solid 1px #111;
    margin-bottom: 25px;
    cursor: pointer;
}

.linebreak {
    border-top: solid 1px #fff;
    height: 1px;
}

.event {
    margin-bottom: 25px;
}
