body.argh-mantissa {
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 14px;
    margin: 1em;
    background: #111;
    color: white;
}

.argh-mantissa a:link,
.argh-mantissa a:visited {
    color: orange;
}

.argh-mantissa a:hover {
    color: white;
}

h1, h2 {
    font-family: "Georgia", "Times New Roman", serif;
    font-weight: normal;
}

h2 {
    font-size: 190%;
}

p {
    color: white;
    line-height: 1.3em;
}

.accel {
    text-decoration: underline;
}

.terminator {
    clear: both;
}

.header {
    float: left;
    background: transparent url(/static/FlyingCircus/images/balloon.png) no-repeat;
    height: 111px;
    width: 156px;
    padding-bottom: 1em;
}

.header-emoticon {
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 3em;
    line-height: 84px;
    text-align: center;
}

.nav-block {
    float: right;
}

.nav {
    list-style: none;
    padding-bottom: 1.5em;
}

.nav > li > a {
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 125%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav > li {
    display: inline;
    float: left;
    padding: 0 0.25em;
}

.nav > li > a {
    padding: 0.5em;
    text-decoration: none;
}

.nav > li > a:hover,
.nav > li:hover > a {
    color: white;
    border-bottom: 2px solid white;
}

.nav > li.appnav:hover > a {
    border-bottom: none;
}

.nav li:hover ul {
    display: block;
}

.appnav {
    margin-right: 9px;
    background: url(/static/FlyingCircus/images/drop-down-icon.png) no-repeat right center;
}

.appnav-sub {
    background: #111;
    border: 1px solid #333;
    margin: 0;
    margin-top: 0.5ex;
    padding: 0;
    list-style: none;
    position: absolute;
    display: none;
    z-index: 1;
}

.appnav-sub > li:hover {
    background: #333;
}

.appnav-sub > li > a:hover {
    border: none;
}

.appnav-sub > li > a {
    padding: 0.5em 1em;
    display: block;
}

.user-info {
    clear: both;
    margin: 1.5em;
    font-size: 80%;
    text-align: right;
}

.add-quote textarea {
    width: 100%;
    height: 25em;
    border: 1px inset #777;
    background: #222;
    color: white;
}

.content {
    clear: both;
}

.overview-group {
    padding: 0 1em;
    margin-bottom: 2em;
    border: 1px solid #333;
    background: #0a0a0a;
}

.quotes {
    padding: 0;
    margin: 0;
}

.pagination {
    margin-bottom: 1em;
    text-align: center;
}

.pagination a {
    margin: 0 1em;
}

.odd .quote {
    background: #191919;
    border: 1px solid #222;
}

.quote {
    padding: 0.5em;
    margin: 1.3em 0;
}

.quote h2 {
    margin: 0;
    padding: 0;
}

.quote a:hover h2 {
    color: white;
}

.throbber {
    padding: 0 0.5em;
}

.methanal-submit,
.circus-button {
    cursor: pointer;
    color: white !important;
    background: #222 !important;
    border: 1px outset orange !important;
    padding: 0.25em 0.5em;
    font-weight: normal;
}

.methanal-submit:hover,
.circus-button:hover {
    background: #444 !important;
}

.methanal-submit:active,
.circus-button:active {
    border-style: inset !important;
}

.quote-controls button.circus-button {
    width: 1.5em;
    padding: 0;
    margin: 0 0.125em;
}

.quote-info {
    float: left;
}

.quote-info h2 {
    display: inline;
}

.quote-info .rating {
    margin-left: 0.5em;
}

.quote-rating-bad {
    color: #c3171e;
}

.quote-info-minor {
    float: right;
    font-size: 80%;
    line-height: 2.5em;
    color: #555;
}

.quote-content {
    clear: both;
    margin-left: 2em;
    padding-left: 0.5em;
    border-left: 2px solid #333;
}

.quote-content p {
    margin: 0.3em 0;
    padding-bottom: 0.5ex;
}

.form-outer {
    padding: 1em;
    padding-top: 0;
    margin: auto;
    border: 1px solid #333;
    background: #0a0a0a;
}

.inner-form {
    background: #222;
    border: 1px solid #333;
    padding: 0.5em;
}

.status-moderate {
    color: white;
}

.status-rejected {
    color: red;
}


/*** Methanal */

div.methanal-control-error {
    color: white;
    background-color: #a00a0a !important;
}

span.methanal-caption {
    margin: 0;
}

.methanal-submit-disabled {
    border-color: #722 !important;
    color: #bbb !important;
}

.methanal-submit-disabled:active {
    border-style: outset !important;
}


/*** Divmod */

.nevow-connection-lost {
    position: fixed !important;
    background: #111 !important;
}

.athena-error-dialog-1,
.athena-error-dialog-2 {
    background: #111 !important;
}

div.nevow-tabbedpane {
    margin: 3em -1em;
    margin-bottom: 0;
}

div.nevow-tabbedpane-selected-pane {
    border: none;
    border-top: 1px solid #333;
    margin: 0;
}

ul.nevow-tabbedpane-tabs {
    margin-left: 1em;
}

li.nevow-tabbedpane-tab,
li.nevow-tabbedpane-selected-tab {
    background: #222;
    color: orange;
    border: 1px solid #444;
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 120%;
    padding: 0 1em;
    padding-top: 0.5em;
}

li.nevow-tabbedpane-tab:hover {
    background: orange;
    color: white;
    padding-bottom: 0.25em;
}

li.nevow-tabbedpane-selected-tab {
    background: #333;
    color: white;
    border-bottom: 2px solid #ccc;
    padding: 1em;
    padding-bottom: 0.5em;
}

.stackTrace {
    color: black;
}

a p.error {
    color: white;
}

.signup-nag {
    background: #311;
    border: 1px solid #622;
    padding: 0.5em;
    font-size: 80%;
}
