body {
    background-color: #000;
    color: #000;
}
a, a:hover, .tedx {
    color: #ef3624;
}
#navbar {
    text-align: center;
}
#navbar a {
    color: #fff;
    font-size: 16px;
    padding: 10px;
    text-decoration: none;
}
#navbar a:hover, #navbar a.active {
    border-bottom: 3px solid #ef3624;
}
#subnavbar {
    padding-top: 7px;
}
#subnavbar a {
    color: #ccc;
    text-decoration: none;
}
#subnavbar a:hover {
    color: #fff;
}
#content {
    text-align: justify;
}
.pane {
    background-color: #fff;
    background-image: url('../img/body_gradient.jpg');
    background-repeat: repeat-x;
    padding-top: 30px;
}
.speaker-left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.speaker-right {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

#footer_header {
    color: #fff;
    text-align: right;
}
div.colborder {
    border-right-color: #cecece;
}

#credits {
    color: #fff;
    text-align: center;
}

/* Forms */
div.inline-form label {
    display: inline-block;
    width: 200px;
}
div.block-form label {
    display: block;
    margin-top: 10px;
}
div.inline-form, div.block-form {
    margin-bottom: 10px;
}
textarea {
    height: auto;
    width: 100%;
}

p + p { text-indent:0; margin-top:0; }