/* sober white & blue */

body {
    background: #FFF;
    font-size: 12pt;
    color: #002;
    font-family: Verdana, sans-serif;
}

a {
    color: #007;
}

a:hover {
    color: #33A;
}

.content {
    margin-right: 180px;
    margin-left: 10px;
    font-family: sans-serif;
    padding: 10px;
    margin-top: 0px;
}

.title {
    font-family: Verdana, sans-serif;
    font-size: 170%;
    color: #003;
    font-weight: normal;
    text-align: center;
    background: #F0F0FF;
    height: 50px;
    margin-top: 0px;
    padding-top: 10px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
}

.header {
    font-size: 125%;
    font-family: sans-serif;
}

.link-bar {
    text-align: left;
    background: #F3F3FF;
    font-family: sans-serif;
    font-size: 110%;
    padding: 3px 0px 10px 0px;
    width: 170px;
    position: absolute;
    top: 20px; right: 0px;
    border: 1px solid #DDE;
    -moz-border-radius-topleft: 9px;
    -moz-border-radius-bottomleft: 9px;
}

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

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

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

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

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

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


textarea, input, select {
    background: #F3F3FF;
    color: #228;
    font-size: 80%;
    border: 1px solid #77A;
    margin: 3px;
}

textarea { 
    padding: 4px;
}

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

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

/* LJ specific */

.lj-main {
    height: 100px;
    background: #F2F2FF;
    text-align: center;
    border: 1px solid #EEF;
    -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 #EFEFFF;
    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;
}
