html {
    margin: 0px;
    height: 100%;
}

a {
    text-decoration: underline;
    color: #3e7510;
}

strong {
    text-decoration: underline;
}

.blog-entry {
    display: block;
    margin: 10px 0px 15px 0px;
}

.blog-entry .title {
    color: #8f138b;
    font-weight: bold;
}

.blurb {
    background-color: #f0f0f0;
    margin-bottom: 10px;
    padding: 5px 15px 5px 15px;
}

.body {
    background: #ffffff;
    color: #000000;
    font-family: "Lucida Grande", "Bitstream Vera Sans", sans-serif;
    line-height: 1.6em;
}

.chosen {
    color: #007020;
    font-weight: bold;
    border-bottom: 1px dotted;
}

.command-line {
    background: #eee;
    padding: 5px;
}

.commit {
    display: block;
    line-height: 1.2em;
    margin: 5px 0px 15px 0px;
}

.commit .title {
    color:  #8f138b;
    margin: 2px 0px 10px 0px;
}

.date {
    color: #666;
    margin-top: 10px;
}

.feed {
    display: block;
    font-size: 90%;
    margin: 0px 0px 10px 0px;
}

.feed .heading {
    font-size: 130%;
}

.feed .heading a {
    text-decoration: none;
    border-bottom: 1px dotted #8f138b;
}

.ftext {
    color: black;
}

.label {
    font-size: 80%;
    margin-top: 10px;
    margin-left: 20px;
}

.rbox {
    margin-bottom: 40px;
    line-height: 1.3em;
    text-align: justify;
    width: 350px;
}

.syntax {
    font-size: 90%;
    margin-left: 20px;
    text-align: left;
}

.syntax pre {
    border: 1px solid #eee;
    font-family: Arial, "Bitstream Vera Sans", sans-serif;
    background: #f9f9f9;
    padding: 10px;
}

.tweets {
    line-height: 1.2em;
}

.tweets li {
    margin-top: 10px;
}

#github {
    margin-top: 40px;
}

#github pre {
    color: #aaa;
    margin: 10px 0px 0px 0px;
    white-space: pre-wrap;
    width: 100%;
}

#hd {
    height: 130px;
}

#hd #logotext {
    margin-top: 35px;
    text-align: left;
    float: left;
}

#hd #logo {
    width: 30%;
    text-align: right;
    float: right;
}

#menu {
    line-height: 1.9em;
}

#menu a {
    text-decoration: none;
}

#menu ul {
    margin-left: 15px;
}

#main {
    width: 480px;
}

#content h2 {
    border-bottom: 1px solid #ccc;
    color: #8f138b;
    font-size: 130%;
}

#content p {
    margin: 20px 0px 20px 0px;
    text-align: justify;
}

#rightcol {
    width: 260px;
}

#rightcol .heading {
    text-align: right;
}

#features {
    padding-left: 15px;
}

#features li {
    margin-bottom: 5px;
    list-style-type: square;
    list-style-position: outside;
    color: #aaa;
}

