﻿
/* Basics */

body {
    font-size: 100%;
    font-family: Helvetica, Arial, Sans-Serif;
}

div#header div {}

h1 {
    font-size: 2em;
}



/* Sidebar elements */
div#submit-a-story {
    margin-top: 14px;
    border: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
} div#submit-a-story h2 {
    padding: 0 0 0em 0.5em;
    background-color: #737994;
    line-height: 2.2em;
    color: #fff;
} div#submit-a-story h2 a {
    color: #fff;
    text-decoration: none;
} div#submit-a-story h2 a img {
    float: left;
    position: relative; top: -4px;
}

div#user-picks {
} div#user-picks h2 {
    padding: 0 0 0em 0.5em;
    background-color: #737994;
    line-height: 2.2em;
    color: #fff;
} div#user-picks h2 img {
    float: left;
    position: relative; top: -6px;
}




/* Feed Elements */

div.section h2 {
    font-size: 1.25em;
}

div.section ul li.entry {}

div.section h2 span.admin {
    float: right; }
div.section h2 span.admin a {
    color: #fff;
}

div.section ul li.entry span span {
    color: #aaa; }

a.vote-button {
    background:transparent url(../images/vote.png) no-repeat scroll 0 0;
    display:inline-block;
    height:18px;
    width:13px;
}

a.broken-link-button:link {
    display: block; float: right;
    width: 10px; height: 10px;
    padding: 1px 1px 1px 1px;
    margin: 0 2px 0 4px;
    background: transparent url('../images/broken-link.png') no-repeat scroll center center;
    border: solid 1px #bbb; }
a.broken-link-button:hover {
    background-color: #000;
}



/* Form elements */

.form {}

.form li {
    padding: 1em 0 0 0;
}

.form label, .form h3 {
    font-family: Georgia;
    font-size: 1.25em;
    font-weight: bold;
    color: #8A2C00;
    display: block;
    padding: 0 0 0.25em 0;
}

.form span.caption {
    font-style: italic;
    color: #888;
}

.form input, .form textarea {
    display: block;
    padding: 0.3em;
}

.form input[type=text]:focus, .form textarea:focus {
    background: #FFFCDB;
}

.form input[type=text], .form textarea {
    font-family: Courier New;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 1.5pt;
    background: #fff;
    border: solid 1px #86A0C2;
    width: 98%;
}

hr {
    margin: 2em 0;
}

/* Unusual form element behaviors */
.button-link {
    margin: 0; padding: 0;
    text-decoration: none !important;
} .button-link:hover {
    margin: 0;
}



/* Validation elements */

.validation-summary {
    width: 100%;
    float: left;
    clear: both;
    margin: 0.5em 0;
    border: solid 3px #c0b0a1;
    background-color: #c0b0a1;
}

.validation-summary p {
    padding: 0.6em;
    background-color: #782000;
    font-family: Georgia;
    color: #fff;
    border-bottom: 1px solid #c0b0a1;
}

.validation-summary {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
} .validation-summary p {
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
} .validation-summary ul {
    list-style: none;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-radius-bottom-left: 5px;
    -webkit-border-radius-bottom-right: 5px;
}

.validation-summary ul {
    padding: 0.5em 0.25em;
    background-color: #BD3500;
}

.validation-summary ul li {
    padding: 0.3em 0.3em 0.3em 0.5em;
    margin: 0.25em;
    background-color: #F0EAE6;
    color: #000;
    font-size: 90%;
    border-left: solid 3px #782000;
    border-bottom: solid 2px #782000;
}


div#vendor-tag {
    clear: both;
    width: 100%;
    padding: 1em 0 0 0;
    
    text-align: center;
    font-family: Monospace; }
div#vendor-tag a {
    color: #fff !important;}
    
a#validator-link {
    text-decoration: none;
}