body, html {
    color: #FFF;
    background-color: #181818;
    margin: 0;
}

#top {
    color: #606060;
    background-color: #241818;
    font-family: Helvetica, Arial, sans-serif;
    min-height: 20px;
    padding-top: 5px;
    padding-bottom: 2px;
    margin: 0;
}

#top a:link, #top a:visited {
    color: #606060;
    border-bottom: none;
}

#top ul {
    display: inline;
    margin: 0;
    padding: 0;
}

#top ul li {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    display: inline;
    list-style-type: none;
}

#top ul li:after {
    color: #423C3C;
    content: " | ";
}

#top ul li.last:after {
    content: "";
}

#top #nav {
    position: absolute;
    left: 15px;
    text-align: left;
}

#top #login {
    position: absolute;
    right: 15px;
    text-align: right;
}

#nonfooter {
    background-color: #000;
    padding-bottom: 55px;
}

#container {
    width: 470px;
    text-align: center;
    margin: 0 auto;
}

#content {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    color: #FF0;
    font-family: Rockwell, Helvetica, Arial, sans-serif;
}

#masthead {
    margin-bottom: 35px;
}

#masthead a {
    border: none;
}

#masthead img {
    border: none;
}

h1 {
    font-size: 48px;
    line-height: 40px;
}

h2 {
    font-size: 32px;
    line-height: 30px;
}

.clear {
    clear: both;
}

a:link, a:visited {
    color: #777;
    color: #FF0;
    text-decoration: none;
    border-bottom: 1px solid #303030;
}

a:hover {
    color: #777;
    background-color: #2E2E2E;
    border: none;
}

p, li, dd, dt, th, td, .entry {
    font-size: 16px;
    font-family: Georgia, serif;
    font-family: Helvetica, Arial, sans-serif;
    text-shadow: 0 0 0 #000;
    line-height: 125%;
}

ul li {
    margin-bottom: 10px;
    list-style-type: square;
}

.error {
    color: #EB9999;
    background-color: #811111;
    padding: 5px;
}

.info {
    color: #606060;
    background-color: #181818;
    padding: 5px;
}

/* Section list */

table#section-list {
    border-collapse: collapse;
}

table#section-list tr {
    border-bottom: 1px solid #303030;
}

table#section-list tr:hover {
    background-color: #262626;
}

table#section-list th {
    width: 60%;
    font-family: Rockwell, Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 22px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

table#section-list th a {
    color: #FFF;
    font-weight: bold;
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 3px;
    border-bottom: none;
}

table#section-list td {
    color: #606060;
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Grue York Times */

.entry {
    padding-bottom: 10px;
    border-bottom: 1px solid #303030;
}

.entry h3 {
    padding-bottom: 3px;
    margin-bottom: 3px;
}

.entry h3 a {
    color: #FFF;
    border-bottom: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

.entry p {
    /* text-align: justify; */
    /* text-shadow: #E8E8E8 1px 1px 1px; */
    line-height: 150%;
    margin-top: 0;
    margin-bottom: 10px;
}

.entry > p:first-child {
    color: #E6E6E6;
    font-size: 20px;
    line-height: 125%;
}

.entry blockquote {
    line-height: 135%;
}

.entry img {
    border: 2px solid #606060;
    margin-right: 15px;
    margin-bottom: 5px;
}

p.byline {
    color: #606060;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    text-align: left;
    text-transform: uppercase;
    padding-top: 0;
    margin-top: -5px;
    margin-bottom: 5px;
}

p.byline a:link, p.byline a:visited {
    color: #606060;
}

p.byline .author {
    font-weight: bold;
}

.comment {
    font-size: 14px;
    padding-bottom: 5px;
    margin-bottom: 25px;
    border-bottom: 1px solid #303030;
}

.comment p {
    font-size: 14px;
    /* text-shadow: #E8E8E8 1px 1px 1px; */
}

.comment p.byline {
    font-size: 12px;
}

/* Footnoes modeled on John Gruber's daringfireball.net */
div#footnotes {
    border-top: 1px solid #303030;
}

#footnotes p {
    font-size: 80%;
}

/* sup is usually used for footnotes */
sup a {
    font-size: 80%;
}

#bbcodebox {
    background-color: #0D0000;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

#bbcodebox h5 {
    margin-bottom: 3px;
}

#bbcodebox ul {
    margin-top: 0px;
}

#bbcodebox ul li {
    font-size: 12px;
    line-height: 12px;
}

#bbcodebox .hide {
    font-size: 12px;
    text-align: right;
}

table#master-archive {
    width: 100%;
    border-collapse: collapse;
}

#master-archive h3 {
    display: inline;
    padding: 0;
    margin: 0;
}

#master-archive tr {
    border-bottom: 1px solid #303030;
}

#master-archive tr:hover {
    background-color: #262626;
}

#master-archive th, #master-archive td {
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 5px;
}

#master-archive th {
    background-color: #4A4A4A;
}

#master-archive a {
    color: #FF0;
    font-weight: bold;
}

ol#cloud {
    padding-left: 0;
    padding-right: 0;
    margin-top: 35px;
    margin-left: 0;
    margin-right: 0;
}

ol#cloud li {
    font-size: 20px;
    list-style-type: none;
    display: inline;
    margin-right: 3px;
}

ol#cloud li .num-entries {
    position: absolute;
    left: -1000px;
    width: 100px;
}

/* Search */

body#search #search-form input[type="text"], 
body#search #search-form input[type="submit"] {
    font-size: 24px;
}

body#search #search-form input[type="text"] {
    width: 300px;
}

ol#search-results {
    margin-left: 0;
    padding-left: 0;
}

ol#search-results li {
    list-style-type: none;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #303030;
}

ol#search-results li:hover {
    background-color: #262626;
}

ol#search-results li h3 {
    padding-bottom: 3px;
    margin-bottom: 3px;
}

ol#search-results h3 a {
    color: #FFF;
    border-bottom: none;
}

ol#search-results p {
    line-height: 150%;
    margin-top: 0;
    margin-bottom: 5px;
}

#pager {
    line-height: 32px;
}

#pager a.pagenum {
    color: #606060;
    background-color: #181818;
    margin-right: 2px;
    margin-left: 2px;
    padding: 4px;
    border: 1px solid #606060;
}

#pager a.pagenum:hover {
    background-color: #F1F1F1;
}

#pager a.nextprev {
    color: #606060;
}

#yahoo {
    font-size: 75%;
}

/* UMS */

#user-form {
    color: #CCC;
    background-color: #262626;
    width: 100%;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
}

#user-form label {
    font-size: 12px;
}

#user-form input[type="text"],
#user-form input[type="password"] {
    font-size: 24px;
    max-width: 300px;
}

#user-form input[type="submit"],
#user-form input[type="button"] {
    font-size: 130%;
}

#terms-iframe {
    width: 100%;
    height: 350px;
    border: 3px solid #E6E6E6;
}

#terms {
    padding-top: 10px;
    line-height: 110%;
}

table#newuser-form {
    color: #CCC;
    background-color: #262626;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

table#newuser-form th, table#newuser-form td {
    padding-bottom: 10px;
}

table#newuser-form th {
    font-weight: bold;
    font-size: 22px;
    text-align: right;
    line-height: 18px;
    padding-top: 5px;
    padding-right: 7px;
}

table#newuser-form td {
    text-align: left;
    padding-right: 10px;
}

table#newuser-form td.ums-help {
    font-size: 12px;
    padding-bottom: 15px;
}

table#newuser-form input[type="text"],
table#newuser-form input[type="password"] {
    font-size: 24px;
    max-width: 300px;
    margin-top: 5px;
}

table#newuser-form hr {
    color: #303030;
    background-color: #303030;
    height: 1px;
    border: 0;
    border-top: 1px solid #181818;
    border-bottom: 0;
}

/*
 * reCAPTCHA styles
 *
 * The style rules automatically inserted by the reCAPTCHA widget 
 * conflict with the above styles, so the following styles are necessary.
 */


table#newuser-form .recaptchatable {
    width: 318px;
}

table#newuser-form .recaptchatable tr, 
table#newuser-form .recaptchatable td {
    padding: 0;
    margin: 0;
}

table#newuser-form .recaptchatable input[type="text"] {
    padding: 2px;
    width: 130px;
    font-size: 12px;
}

/* Footer */

#footer {
    width: 470px;
    color: #606060;
    background-color: #181818;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 45px;
    margin: 0 auto;
}

#footer #footer-content {
    text-align: left;
}

#footer p {
    font-size: 12px;
}

#footer #search-form {
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 3px;
    margin: 0;
}

#footer #search-form input[type="text"] {
    font-size: 12px;
    background-color: #C8C8C8;
    border: 1px solid #9A9A9A;
}

#footer #search-form input[type="text"]:hover,
#footer #search-form input[type="text"]:focus {
    background-color: #F1F1F1;
}

/* Footer section list */

#footer table#section-list {
    width: 100%;
    border-collapse: collapse;
}

#footer table#section-list tr {
    border-bottom: 1px solid #303030;
}

#footer table#section-list tr:hover {
    background-color: #262626;
}

#footer table#section-list th {
    width: 60%;
    font-family: Rockwell, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 14px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

#footer table#section-list th a {
    color: #9A9A9A;
    font-weight: bold;
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 3px;
    border-bottom: none;
}

#footer table#section-list td {
    color: #606060;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
}

