div.link-bar ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

div.link-bar a:hover {
        color: #999;
        text-decoration: none;
}

div.link-bar a {
        display: block;
        padding: 2px 3px;
        color: #F0F0F0;
        font-weight: bold;
        text-decoration: none;
}

.link-bar-comments {
    border: 1px solid #333;
    -moz-border-radius: 4px;
    padding: 2px;
    font-size: 85%;
    font-weight: normal;
    height: 105px;
    margin: 3px;
    text-align: center;
    vertical-align: middle;
    /* display: table-cell; */
}

.link-category {
    margin-left: 10px;
    font-size: 85%;
    font-weight: normal;
}

.link-category a {
    font-weight: normal;
}

body {
        background: #000;
        font-size: 13pt;
        color: #FFF;
        font-family: sans-serif;
}

.content {
        top: 10px;
        margin-left: 20%;
        margin-right: 10px;
        font-family: sans-serif;
        background: #FFF;
        border: 1px solid #999;
        -moz-border-radius: 14px;
        color: #000;
        padding: 10px;
}

a {
        color: #667;
}

.title {
        font-family: Verdana, sans-serif;
        font-size: 40px;
        color: #444;
}

a:hover {
        color: #445;
}

.link-bar {
        background: #000;
        font-family: sans-serif;
        font-size: 110%;
        font-weight: bold;
        padding: 8px;
        width: 16%;
        left: 20px;
        position: absolute;
        border: 1px solid #999;
        -moz-border-radius: 14px;
        color: #F0F0F0;
        top: 10px;
}

textarea, input, select {
	background: #D0D0D0;
	color: #000;
	font-size: 80%;
}

textarea { 
    padding: 4px;
}

.inlined-list {
    list-style: none;
    display: inline;
}

/* LJ-specific */

.lj-main {
    text-align: center;
    border: 1px solid #F0F0F0;
}

.lj-main-image { /* img */
    float: right;
    margin-right: 6px;
}

.lj-main-title { /* p, contains a */
    font-weight: bold;
    font-size: 110%;
}

.lj-main-updated { /* p */
    font-size: 90%;
    font-style: italic;
}

.lj-post { /* div */
    font-size: 90%;
    border-top: 1px solid #F0F0F0;
}

.lj-post-title { /* p, contains a */
    text-align: center;
    font-size: 105%;
}

.lj-post-main { /* div */
    font-size: 95%;
}

.lj-post-updated { /* p */
    font-size: 95%;
    font-style: italic;
    text-align: center;
}
