body {
    padding: 0px;
    margin: 0px;
    background-color: #FFF;
}

body, p, ul, li, td {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #000;
}

p {
    line-height: 16px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Hoefler Text", Baskerville, Georgia, serif;
    font-family: Helvetica, Arial, sans-serif;
    color: #000;
}

h2 {
    font-size: 36px;
    letter-spacing: -1px;
    line-height: 34px;
    margin-bottom: 0;
}

h3 {
    font-size: 16px;
}

hr {
    color: #FFF;
    background-color: #FFF;
    height: 4px;
    border: 0;
    border-top: 1px solid #AAA;
    border-bottom: 1px dotted #AD9B9F;
}

a:link, a:visited, a:active, a:hover {
    color: #C03;
    text-decoration: none;
    border-bottom: 1px solid #EEE;
}

a:hover {
    border-bottom: 1px solid #999;
}

var, samp, kbd, tt {
    font-family: "Andale Mono", monospace;
}

#header {
    background-color: #FFF;
}

#header-top {
    width: 540px;
    text-align: left;
    padding-bottom: 0;
    margin: 0 auto;
    margin-bottom: 0;
    overflow: hidden;
}

#header-top #header-login p {
    float: left;
    width: 375px;
    color: #999;
    font-size: 12px;
    text-align: left;
    margin-top: 15px;
    padding-top: 0;
}

#header-top #header-search {
    float: left;
    text-align: right;
    padding-top: 0;
}

#header-top #header-search input {
    color: #171717;
    text-align: left;
    width: 150px;
}

#header-banner {
    color: #FFF;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
    height: 130px;
    background-color: #C00;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
}

#header-banner-wrapper {
    width: 540px;
    text-align: left;
    margin: 0 auto;
    padding: 0;
}

#header-banner h1 {
    font-size: 64px;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 0;
}

#header-banner img {
    padding: 0;
    margin: 0;
    border: none;
}

#header-banner img {
    behavior: url(/js/iepngfix.htc);
}

#header-banner h1 a, #header-banner h1 a:hover {
    border: none;
}

#header-banner a {
    color: #FFF;
    font-weight: bold;
    /*
    text-shadow: #999 2px 2px 2px;
    */
    border-bottom: 1px solid #C00;
}

#header-banner a:hover {
    color: #333;
    color: #E88B8B;
    border-bottom: 1px solid #E88B8B;
}

#header-links, #header-links a {
    font-size: 12px;
    text-align: justify;
    letter-spacing: 0.025em;
    margin-bottom: 0;
    padding-bottom: 0;
}

#footer {
    height: 150px;
    background-color: #F9F9F9;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 0;
    padding-top: 25px;
    padding-bottom: 45px;
    border-top: 1px solid #CCC;
}

#footer #footer-container {
    width: 540px;
    text-align: left;
    margin: 0 auto;
}

#footer #footer-snf, #footer #footer-also, #footer #footer-etc {
    background-color: #F9F9F9;
    float: left;
    width: 130px;
    margin-right: 30px;
    margin-bottom: 45px;
}

#footer h2 {
    font-size: 16px;
    text-transform: uppercase;
}

#footer ul {
    margin-left: 0;
    padding-left: 0;
}

#footer ul li {
    color: #666;
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 10px;
    padding-left: 0;
}

#footer p {
    color: #666;
}

#footer address {
    color: #666;
    font-size: 11px;
    font-style: normal;
}

#footer a {
    color: #666;
}

#footer a img {
    border: none;
}

#container {
    text-align: center;
}

#banner, #content {
    width: 540px;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 5px;
    overflow: hidden;
}

#addbox {
    width: 415px;
    color: #999;
    background-color: #FFEBB8;
    background-image: url("http://images.spaceshipnofuture.org/linkomatic/add-box-bg-2.jpg");
    background-position: top left;
    background-repeat: repeat-x;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 35px;
    border: 2px solid #FFE281;
}

#addbox h3 {
    font-size: 18px;
    color: #333;
    background-color: transparent;
    margin-top: 3px;
}

#addbox p {
    color: #333;
    background-color: transparent;
}

#addbox input[type="text"] {
    width: 400px;
}

#addbox textarea {
    width: 400px;
}

.editable {
    border: 1px solid #FFF;
}

.editable:hover {
    background-color: #FFFFBF;
    border: 1px solid #CCC;
}

/*
#editbox {
    display: none;
    width: 415px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

#editbox, #editbox p {
    background-color: #FAFAFA;
}

#editbox .note {
    color: #999;
    padding: 3px;
}
*/
#editbox {
    display: none;
    width: 415px;
    color: #666;
    background-color: #FAFAFA;
    background-image: url("http://images.spaceshipnofuture.org/linkomatic/update-box-bg.jpg");
    background-position: top left;
    background-repeat: repeat-x;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    border: 2px solid #E8E8E8;
}

#editbox h3 {
    font-size: 18px;
    color: #666;
    background-color: transparent;
    margin-top: 3px;
}

#editbox p {
    color: #666;
    background-color: transparent;
}

#edibox .note {
    color: #999;
    padding: 3px;
}

#editbox input[type="text"] {
    width: 400px;
}

#editbox textarea {
    width: 400px;
}


ul.linkomatic-list {
    margin-left: 0;
    padding-left: 0;
}

ul.linkomatic-list li {
    list-style-type: none;
    border-bottom: 1px dotted #EEE;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

ul.linkomatic-list li h3 {
    display: inline;
    background-color: transparent;
}

ul.linkomatic-list li  p {
    display: inline;
    line-height: 19px;
    background-color: transparent;
}

ul.linkomatic-list li p.description {
    display: inline;
    font-size: 12px;
}

ul.linkomatic-list li p.posted {
    display: inline;
    font-size: 12px;
    color: #999;
}

div.link {
    color: #444;
    margin-top: 0;
    margin-bottom: 0px;
}

div.link h2 {
    color: #000;
    margin-top: 5px;
    margin-bottom: 0;
}

div.link h2 a:link, div.link h2 a:visited {
    color: #000;
}

div.link p.description {
    color: #444;
    font-size: 16px;
    line-height: 24px;
    background-color: transparent;
    margin-top: 10px;
    margin-bottom: 5px;
}

p.posted {
    color: #444;
    margin-top: 5px;
}

.comment-header {
    font-size: 12px;
    color: #777;
    margin-bottom: 3px;
}

.comment-header a {
    color: #777;
}

.comment {
    line-height: 150%;
    margin-bottom: 20px;
}

.comment img {
    border: 1px solid #EEE;
}

.comments-form {
    margin-top: 45px;
    padding: 1px 20px 5px 20px;
    border: 1px dotted #CCC;
}

.comments-form textarea {
    background-color: #FDFDFD;
}

.comments-form textarea:focus {
    background-color: #FFF;
}

.error {
    color: #FFF;
    font-size: 14px;
    background-color: #DF5F5F;
    border: 2px solid #C00;
    padding: 9px;
}

.info {
    color: #666;
    font-size: 14px;
    background-color: #EEE;
    padding: 9px;
}

.note {
    color: #666;
    font-size: 10px;
}

input#query {
    font-size: 16px;
    width: 275px;
}

.inplaceeditor-form a:before {
    content: " ";
}

p#that-email-you-sent-me {
    font-family: "Andale Mono", monospace;
    padding: 5px;
    background-color: #F9F9F9;
    border: 1px solid #E1E1E1;
}

#bbcode-help {
    color: #999;
    background-color: #F9F9F9;
    padding: 10px;
    border: 1px solid #E1E1E1;
}

#bbcode-help h5 {
    margin-top: 3px;
    margin-bottom: 3px;
}

#bbcode-help .hide {
    font-size: 10px;
    text-align: right;
    margin-bottom: 0;
}
