
body {
    margin: 0;
    margin-bottom: 25px;
    padding: 0;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: top left;

    font-family: "Lucida Grande", "Bitstream Vera Sans", "Verdana";
    color: #333;
}

h1 {
    font-size: 28px;
    color: #000;
}

a  {color: #03c}

del { color: red; }

ins { color: green; }

#page {
    background-color: #ddd;
    width: 40em;
    margin: auto;
    margin-left: auto;
    padding-left: 0px;
    margin-right: auto;
}

#content {
background-color: white;
border: 3px solid #aaa;
border-top: none;
padding: 25px;
/* width: 500px; */
}

#content h1 {
margin: 0;
font-size: 20px;
}
#content h2 {
margin: 0;
font-size: 14px;
font-weight: normal;
color: #333;
margin-bottom: 25px;
}
#content ul {
margin-left: 0px;
padding-left: 0px;
list-style-type: none;
}
#content li {
font-size: 18px;
color: #888;
margin-bottom: 25px;
}
#content li h2 {
margin: 0;
font-weight: normal;
font-size: 18px;
color: #333;
}
#content li p {
color: #555;
font-size: 13px;
}

#mark_all_read {
    position: fixed;
    margin-left: 41em;
    margin-top: 1em;
}

#content ul a.title {
    text-decoration: none;
    color: #333;
}

#content div.article {
    margin-left: 0.5em;
}

#content img {
    max-width: 100%;
    height: auto !important;
}

h1, h2, h3, h4, h5 {
font-family: sans-serif;
margin: 1.2em 0 0.6em 0;
}

h3.title {
    margin-bottom: 0.1em;
}

div.article_meta {
    margin-left: 1em;
    font-size: 0.6em;
}

p {
line-height: 1.5em;
margin: 1.6em 0;
}

code, tt {
    font-family: 'Andale Mono', Monaco, 'Liberation Mono', 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', monospace;
}

label {
    display: block;
}

#name {
    width: 10em;
}

#uri {
    width: 40em;
}

#footer {
clear: both;
padding-top: 2em;
text-align: center;
padding-right: 160px;
font-family: sans-serif;
font-size: 10px;
}

#content li.nofetch {
    color: #ccc;
}

#content a.archive_link {
    text-decoration: none;
}
