body {
    font-family: Arial, Verdana, Tahoma, Sans-Serif;
    font-size: 90%;
    color: rgb(100, 100, 100);
}

a {
    color: rgb(104, 136, 3);
}

a:hover {
    text-decoration: none;
}

a:visited {
    color: rgb(144, 176, 3);
}

a img {
    border: 0px;
}

span.underline {
    border-bottom: 1px solid rgb(0, 0, 0);
}

span.php-class {
    font-family: Courier New;
    font-weight: bold;
    color: rgb(96, 0, 143);
}

span.code {
    font-family: Courier New;
    color: rgb(95, 60, 0);
}

#page {
    width: 1000px;
    margin: 0px auto;
}

#header {
    margin-bottom: 5px;
}

#header h1 {
    margin-bottom: 0px;
    color: rgb(97, 140, 4);
    display: inline;
}

#header h2 {
    font-size: 90%;
    font-style: italic;
    color: rgb(150, 150, 150);
    font-weight: normal;
    margin-top: 0px;
    letter-spacing: 1px;
    display: inline;
}

#navigation {
    color: rgb(255, 255, 255);
    background-image: url(/media/images/navigation-background.png);
    background-repeat: repeat-x;
    font-size: 90%;
    height: 55px;
    background-color: rgb(224, 224, 222);
}

#navigation a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-weight: bold;
    float: left;
    padding: 13px 10px;
}

#navigation a:hover, #navigation a:active, #navigation li.active a {
    background-image: url(/media/images/navigation-anchor-background.png);
}

#navigation ul {
    display: inline;
    padding-left: 0px;
    list-style-type: none;
}

#sidebar {
    width: 200px;
    float: left;
    font-size: 90%;
    padding-top: 13px;
}

#sidebar .box {
    margin-right: 5px;
}

#sidebar h4 {
    font-size: 115%;
    margin-bottom: 2px;
    border-bottom: 1px solid rgb(200, 200, 200);
    padding-bottom: 2px;
}

#sidebar .box ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

#sidebar .box ul li:before {
    content: "- ";
}

#sidebar .person div.details p {
    margin: 0px;
    text-align: center;
}

#sidebar .person div.details p.photo {
    margin-bottom: 5px;
}

#sidebar .tags ul li {
    display: inline;
}

#sidebar .friends ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

#content {
    margin-left: 205px;
}

#sections .section h3,
#articles .article h3 {
    font-size: 150%;
    margin-bottom: 0px;
    margin-top: 10px;
}

#sections .section .meta,
#articles .article .meta {
    font-style: italic;
    border-bottom: 1px solid rgb(200, 200, 200);
    font-size: 75%;
    padding-bottom: 2px;
}

#articles .article q,
#articles .article code {
    display: block;
    margin: 0px auto;
    font-style: italic;
    border: 1px solid rgb(131, 136, 103);
    background-color: rgb(235, 235, 235);
    border-style: dotted;
    padding: 5px;
    width: 700px;
}

#articles .article q {
    text-align: center;
}

#tags {
    font-size: 75%;
}

#tags ul.tag-list {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: inline;
}

#tags ul.tag-list li {
    display: inline;
}

#tags ul.tag-list li:after {
    content: ", ";
}

#tags ul.tag-list li:last-child:after {
    content: "";
}

#new-comment {
    border: 1px dotted rgb(100, 100, 100);
    background-color: rgb(255, 247, 159);
    padding: 20px 0px;
    text-align: center;
    margin-top: 30px;
}

#comments h4 {
    font-size: 125%;
    margin-top: 10px;
    margin-bottom: 0px;
}

#comments .comment h5 {
    font-size: 105%;
    margin-bottom: 0px;
    margin-top: 10px;
}

#comments .comment .meta {
    font-style: italic;
    border-bottom: 1px solid rgb(200, 200, 200);
    font-size: 75%;
    padding-bottom: 2px;
}

#comments .comment p {
    margin-top: 3px;
    margin-bottom: 3px;
}

#comments .comment {
    margin-bottom: 15px;
}

#footer {
    margin-top: 10px;
    text-align: center;
    font-size: 75%;
}

#article-list {
    font-weight: bold;
    list-style-type: none;
    font-size: 125%;
}

#article-list ul {
    font-size: 75%;
    font-weight: normal;
    list-style-type: none;
    padding-left: 15px;
    margin-top: 5px;
    margin-bottom: 15px;
}

#article-list ul ul {
    font-size: 100%;
    list-style-type: disc;
    padding-left: 35px;
}
