/* Copyright 2004 by Peter Bowen */

@import url("link-css3.css");
@import url("lj.css");

html {
    background: black;
    color: white;
}

body {
    font-family: "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    margin: 0px 0px 0px 0px;
    padding-left: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.5em;
}

h1 {
    margin: 0px 0px 0px 0px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.box {
    position: relative;
    z-index: 10;
    border: 2px #99c solid;
    background: #eee;
    width: 20%;
    color: black;
    margin-bottom: 0.5em;
    line-height: 150%;
}

.box h3 {
    padding: 0px;
    margin: 0px;
    padding: 0.3ex;
    background: #ccf;
    color: #333;
    border-bottom: 1px #99c solid;
    text-align: center;
}

.box p {
    padding: 0px 0.75em 0px 0.75em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.linkimages {
    width: 20%;
}

.footer {
    text-align: center;
    font-size: small;
    color: #444;
    background: black;
    clear: both; 
    margin-top: 0px;
}

.footer a {    
    text-decoration: none;
    color: #777;
    background: black;
    padding-right: 0px;
}

.main {
    border: 2px #99c solid;
    background: #eee;
    color: black;
    width: 78%;
    float: right;
}

.skiplinks {
    text-align: center;
}

.userpic {
    text-align: center;
}

.day {
    padding: 0px 10px 0px 10px;
}

.day .date {
    text-align: right;
    font-weight: bold;
    font-size: large;
    border-bottom: 1px #99c solid;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
}

.entry .title {
    font-weight: bold;
    padding-top: 0.25em;
    padding-bottom: 0.75em;
}

.entry .content {
    padding-bottom: 0.25em;
}

.entry .permalink, .entry .comment-links {
    text-align: right;
    font-size: small;
    padding-bottom: 0.5em
}

.nobr {
    white-space: nowrap;
}

.userinfo {
    border: 2px #99c solid;
    float: left;
}

.currents {
    font-size: small;
}

.current .name {
    font-weight: bold;
}

