html {
    background-color: #FCFFEC;
    color: #222;
    font-family: Georgia,serif;
    font-size: 12pt;
    line-height: 1.6em;
    margin: 0;
    padding: 0;
}
body {
    margin: 0 auto;
    padding: 1em;
    width: 780px;
}
#footer {
    clear: both;
    padding: 0 1em;
}
#footer p {
    color: #777777;
    font-size: 0.8em;
}
#footer .copy {
    float: left;
    width: 50%;
}
#footer .contact {
    float: left;
    text-align: right;
    width: 50%;
}
img.logo {
    padding: 0 1em;
}
dl {
    padding: 0 1em;
}
dt {
    float: left;
    font-size: 1.1em;
    font-weight: bold;
    margin-right: 0.5em;
    width: 5.5em;
}
dd {
    background-color: #FCFFEC;
    color: #333333;
    font-size: 1em;
    margin-bottom: 0.5em;
    margin-left: 6.5em;
}
dd em {
    background-color: #CCCC99;
    font-style: normal;
    padding: 0 2px;
}
dd em.verb {
    background-color: #FCFFEC;
    font-style: italic;
}
div.box {
    padding: 1em;
}
div.pledge {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #DDDDAA;
    border: 1px solid #AAAA88;
}
div.box p {
    margin: 0.5em 0 0;
    padding: 0;
}
h2 {
    font-family:Arial,sans-serif;
    font-size:1.4em;
    margin:0;
    padding:0;
}
a:link, a:visited, a:active {
    border-bottom: 1px dotted #336699;
    color: #336699;
    text-decoration: none;
}
a:hover {
    border-bottom: 1px solid #336699;
}
a.logo, a.logo img {
    border: medium none;
}
a.button {
    border: medium none;
}
h2 a:link, h2 a:visited, h2 a:active {
    border-bottom: none;
}
p.pledge {
    font-family: Arial,sans-serif;
    position: relative;
    text-align: center;
}
.button {
    font-family: Arial,sans-serif;
}
.button {
    text-transform: uppercase;
}
.button {
    border: 0 none;
    cursor: pointer;
    overflow: visible;
    padding: 0;
    position: relative;
}
.button::-moz-focus-inner {
    border: medium none;
}
.button span {
    display: block;
    position: relative;
    white-space: nowrap;
}
.button {
    background: transparent url(images/btn_sprite.gif) no-repeat scroll right -210px;
    display: block;
    font-size: 1.2em;
    margin: 0 auto;
    padding: 0 15px 0 0;
    text-align: center;
    width: 10em;
}
.button span {
    background: transparent url(images/btn_sprite.gif) no-repeat scroll left top;
    color: #442200;
    font-weight: bold;
    height: 37px;
    padding: 13px 0 0 15px;
}
.button {
    background-position: right -140px;
}
.button:hover {
    background-position: right -210px;
}
.button:hover span {
    background-position: 0 -70px;
}
.narrowcolumn {
    float: left;
    width: 500px;
}
#content {
    padding: 0 0 0 1em;
}
#content img.logo {
    padding: 0;
}
#sidebar .widget {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #EEEECC;
    border: 1px solid #CCCC99;
    margin-bottom: 1em;
    padding: 0.5em 1em;
}
#sidebar {
    font-size: 0.8em;
}
#sidebar h2 {
    color: #555555;
    margin: 0;
    font-size: 1.2em;
}
#sidebar {
    margin-left: 530px;
    padding: 20px 0 10px;
    width: 250px;
}
#sidebar ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#sidebar ul li {
    margin: 0;
    padding: 0;
}
#commentform textarea {
    width: 480px;
    border: 1px solid #999;
    padding: 3px;
}
#commentform input[type=text] {
    border: 1px solid #999;
    padding: 3px;
}
.commentlist li, #commentform input, #commentform textarea {
    font-size: 0.9em;
}
.commentlist li ul li {
    font-size: 1em;
}
.commentlist li {
    font-weight: bold;
}
.commentlist li .avatar {
    background: #FFFFFF none repeat scroll 0 0;
    border: 1px solid #EEEEEE;
    float: right;
    padding: 2px;
}
.commentlist cite, .commentlist cite a {
    font-size: 1.1em;
    font-style: normal;
    font-weight: bold;
}
.commentlist p {
    font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
}
.commentmetadata {
    font-weight: normal;
}
#header a.logo {
    float: left;
}
#header ol.nav {
    float: right;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 1em 0 0;
    padding: 0;
}
#header li {
    display: inline;
}
#header li a {
    display: block;
    float: left;
    margin-left: 1em;
    padding: 0.25em 0.5em;
}
#header li a {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #CCCCCC;
    border: medium none;
    color: #555555;
}
#header li a.selected {
    background-color: #336699;
    color: #FFFFFF;
}
.clear {
    clear: both;
}
#sidebar ul#twitter_update_list li {
    margin-bottom: 1em;
}
#sidebar ul.feeds li a {
    margin-left: 20px;
}
#sidebar ul.feeds li {
    background: transparent url(images/feed-icon.png) no-repeat scroll left 50%;
}
#sidebar .twitter a {
    margin-left: 20px;
}
#sidebar .twitter {
    background: transparent url(images/twitter5.png) no-repeat scroll left 50%;
}
.postmetadata {
    font-size: 0.9em;
}

ol.how {
    font-size: 1.4em;
}
ol.how li {
    color: #999;
    line-height: 1.6em;
}
ol.how li.done {
    color: #333;
}
ol.how li.done span {
}
ol.how li.done a {
    border: none;
    text-decoration: line-through;
}
ol.how li.done a:hover {
    border-bottom: 1px solid #336699;
    text-decoration: none;
}
ol.how li.done img {
    vertical-align: top;
}
ol.how li.current {
    color: #333;
    font-size: 1.2em;
    font-weight: bold;
}
ol.how li.current .closing {
    line-height: 1em;
    display: block;
    font-size: 0.7em;
}
h1 {
    margin: 0.5em 0;
    color: #555;
}

th {
    text-align: left;
}

p.post_date {
    font-size: 0.8em;
    color: #999;
    margin: 3px 0;
}