/* Shared */
* {
    margin: 0;
    padding: 0;
}

a img {
    border: 0;
}

body {
    margin: 1em;
    background: #eee; 
    font-family: Verdana;
}

p {
    margin-bottom: 1em;
}

ul {
    margin-top: .2em;
}
li {
    margin-left: 2em;
    margin-bottom: 1em;
}

#content {
    margin: 1em;
}

.text {
    max-width: 30em;
}

h1 { 
    font-size: 200%; 
    margin-top: .5em;
    margin-bottom: .1em;
}

/* front page */
.date {
color: #444;
font-size: 80%;
}

/* FAQ */
.question {
    font-weight: bold;
}

/* Trillion */
#title { font-size: 200%; }

#subtitle { 
margin-left: 1em;
margin-bottom: 1em;
}

.b {
float: left;
width: 2em;
height: 2em;
margin-right: 1px;
margin-bottom: 1px;
}

.b0 { background: black;}

.b1 {background: white;} 


/* End Trillion */

/* Log */
.log .post_title {
    font-size: 150%;
    color: #222;
}

.log .post_container {
    margin-bottom: 3em;
}

.log .post_content {
    margin-top:1em;

}

.log .post_content h3 {
    margin-bottom:1em;
}

.log .post_content table {
    margin: 1em;
    text-align:center;
    background-color: #fff;
    border: 1px solid #ddd;
}

.log .post_footer {
    float: right;
}
/* End Log */
