html {
    background: #fff url(pierre.png) bottom left repeat-x fixed;
    color: #000;
    font-family: Verdana, sans-serif;
    font-size: 12pt;
    line-height: 1.1em;
}

body {
    background: #eef;
    color: #000;
    border: 1px solid #444;
    margin: 1em;
    margin-left: auto;
    width: 42em;
    -moz-border-radius: 1.2em;
}

div.near,
div.sister,
div.header, 
div.footer, 
div.content, 
div.sidebar, 
div.diff,
div.rc {
    background: #237;
    color: #eef;
    border: 1px solid #014;
    padding: 0.5em;
    margin: 0.25em;
    -moz-border-radius: 1em;
}
hr, br {
    display: none;
}
div.sister br,
div.content br, 
div.preview br,
div.content hr, 
div.preview hr {
    display: block;
}
    

.header p {
    position: absolute;
    top: 0;
    left: 1em;
    color: #000;
    font-size: 9pt;
    margin: 0;
    font-style: italic;
}

.logo {
    display: block;
    position: absolute;
    top: 1em;
    left: 1em;
    border: none;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 12pt;
    margin: 0;
    font-weight: bold;
}
h1 { font-weight: normal; }
h3 {margin-left: 1em;}
h4 {margin-left: 1em; font-weight: normal; }
h5 {margin-left: 1.5em;}
h6 {margin-left: 1.5em; font-weight: normal; font-style: italic; }

ul { margin: 0; padding: 0; }
ul li { list-style: outside square; margin-left: 1.5em; }
p {
    margin: 0.5em 0;
    margin-left: 1.5em;
}
a img {
    border: none;
}
a { text-decoration: none; 
/*    font-weight: bold;*/
    color: #4ef;
}
a.outside,
a.url {
    border-bottom: 1px dotted #48f;
    margin-bottom: -1px;
}
a.edit { color: #aaa; }
.header a.edit, 
.footer a.edit { color: #4ef; }
a:hover,
.header a.edit:hover,
.footer a.edit:hover { 
    color: #fe4; 
}

.gotobar {
    display: block;
    float: right;
}
div.header h1 a,
div.index a,
.bar.edit a,
.gotobar a {
    padding-left: 16px;
}
div.header h1 a:hover,
div.index a:hover,
.bar.edit a:hover,
.gotobar a:hover {
    background-image: url(hand.gif);
    background-repeat: no-repeat;
    background-position: left center;
    border: none;
}
div.index a {
    display: block;
}

.footer .time {
    display: block;
    margin-top: 0.5em;
}
.footer p,
.footer form {
    margin: 0;
    padding: 0;
}

#peekko,
.sidebar pre {
    float: right;
    margin: 0.5em;
    clear: both;
}

div.edit p {
    margin: 0;
}
div.edit textarea {
    display: block;
    margin: 0;
    width: 99%;
    font-size: 10pt;
    border: none;
    background: #014;
    color: #fff;
    -moz-border-radius: 0.75em;
    padding: 0.25em;
    font-family: DejaVu Sans Mono, Lucida Console, monospace; 
}
input {
    background: #014;
    border: none;
    color: #eef;
    -moz-border-radius: 0.75em;
    padding: 0.25em;
    font-family: DejaVu Sans Mono, Lucida Console, monospace; 
    margin: 0.125em;
}
input:hover {
    color: #fe0; 
}
pre {
    background: #014;
    -moz-border-radius: 0.75em;
    padding: 0.25em;
    font-family: DejaVu Sans Mono, Lucida Console, monospace; 
    margin: 0.125em;
    /* css 3 or browser specific rules - do not remove! see: http://forums.techguy.org/archive/index.php/t-249849.html */
    white-space: pre-wrap; word-wrap: break-word; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; 
}

.content.cal:after {
    content: ".";
    display: block;
    clear: both;
    height: 1px;
}

.content.cal .month pre {
    float: left;
    white-space: pre;
}

