/* Revamp of necaris.net style: June 2010 */

body {
    background: #FFF;
    font-size: 18px;
    color: #210;
    font-family: Verdana, sans-serif;
    padding-bottom: 20px;
}

a {
    color: #765;
}

a:hover {
    color: #CFBEA0;
}

.content {
    margin-right: 20px;
    margin-left: 210px;
    padding: 0 12px;
}

.title {
    text-align: center;
    margin: 8px; padding: 8px;
    color: #CFBEA0;
    font-family: Courier, Courier New, monospace; font-size: 64px; font-weight: bold;
}

.shadowed {
    /* From http://robertnyman.com/2010/03/16/drop-shadow-with-css-for-all-web-browsers/ */
    -moz-box-shadow: 6px 6px 8px #444;
    -webkit-box-shadow: 6px 6px 8px #444;
    box-shadow: 6px 6px 8px #444;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444');
}

.rounded {
    /* Firefox, Safari/Chrome, Opera - as a reference*/
    -moz-border-radius-topleft: ; -webkit-border-top-left-radius: ; border-top-left-radius: ;
    -moz-border-radius-topright: ; -webkit-border-top-right-radius: ; border-top-right-radius: ;
    -moz-border-radius-bottomleft: ; -webkit-border-bottom-left-radius: ; border-bottom-left-radius: ;
    -moz-border-radius-bottomright: ; -webkit-border-bottom-right-radius: ; border-bottom-right-radus: ;
}

h2, h3, h4, h5, h6 {
    font-family: Courier, Courier New, monospace;
    font-weight: bold;
    color: #CFBEA0;
}

.header {
    font-size: 120%;
    font-family: Courier, Courier New, monospace;
    font-weight: bold;
    color: #CFBEA0;
}

.link-bar {
    text-align: left;
    background: url('/images/gnumeditate-small.png') no-repeat #CFBEA0;
    color: #FFF;
    font-family: Courier, Courier New, monospace;
    font-size: 120%; font-weight: bold;
    padding: 204px 0 10px 2px;
    width: 204px;
    position: absolute;
    top: 0px; left: 0px;
    border: 1px solid #DDE;
    -moz-border-radius-bottomright: 9px; -webkit-border-bottom-right-radius: 9px; border-bottom-right-radus: 9px;
}

.link-bar-comments {
    display: none;
}

.link-category {
    font-size: 85%;
    font-weight: normal;
}

.link-category a {
    font-weight: normal;
    padding-left: 16px !important;
}

div.link-bar ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

div.link-bar a:hover {
    background: #FFF;
    color: #CFBEA0;
    text-decoration: none;
}

div.link-bar a {
    display: block;
    color: #FFF;
    padding: 2px 3px 2px 8px;
    text-decoration: none;
}

.style-form {
    display: none;
}

textarea, input, select {
    background: #CFBEA0;
    color: #321;
    font-size: 80%;
    border: 1px solid #987;
    margin: 3px;
}

textarea {
    padding: 4px;
}

.inlined-list {
    list-style: none;
    display: inline;
}

.bordered {
    border: 1px solid #CFBEA0;
}

.footer-notice {
    display: block;
    text-align: center;
    background-color: #CFBEA0;
    color: #FFF;
    font-family: monospace;
    font-size: 95%;
    position: fixed;
    bottom: 0; left: 0; right: 0;
    padding: 4px 0 2px 0;
}

/* LJ specific */

.lj-main {
    height: 100px;
    background: #FFF3EF;
    text-align: center;
    border: 1px solid #FFF3EF;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
}

.lj-main-image { /* img */
    float: left;
    padding-right: 6px;
    margin-left: 5px;
}

.lj-main-title { /* p, contains a */
    font-weight: bold;
    font-size: 110% !important;
    padding-top: 10px;
    margin-bottom: 1px;
}

.lj-main-updated { /* p */
    font-size: 90% !important;
    font-style: italic;
    margin-top: 1px;
}

.lj-post { /* div */
    border: 1px solid #FFF3EF;
    border-bottom: 0px;
    padding: 3px;
    font-size: 90%;
}

.lj-post-title { /* p, contains a */

}

.lj-post-main { /* div */
    font-size: 95%;
}

.lj-post-updated { /* p */
    text-align: right;
    font-size: 90%;
    font-style: italic;
}
