body {
    background: #572323 url(../images/background.png) repeat scroll 0% 60%;
    color: #333;
    color: rgba(0, 0, 0, 0.8);
    line-height: 20px;
/*    -webkit-text-stroke: 1px transparent;*/
    padding: 20px;
}

header {
    display: block;
    height: 32px;
    width: 522px;
    margin: 40px auto 16px;
    padding: 0 120px;
}

h1 {
    float: left;
}

h1 a {
    display: block;
    background: transparent url(../images/title.png) no-repeat scroll top left;
    height: 32px;
    width: 192px;
}

h1 a:hover {
    background-position: bottom left;
}

h1 a span {
    display: none;
}

nav ul {
    float: right;
    margin-top: 15px;
}

nav ul li {
    display: block;
    float: left;
    margin-left: 10px;
}

nav ul li a {
    display: block;
    height: 17px;
}

nav ul li a span {
    display: none;
}

header li.current a {
    cursor: default;
}

header li a:hover,
header li.current a {
    background-position: bottom left !important;
    
}

li#about {
    
}

li#about a {
    background: transparent url(../images/about.png) no-repeat scroll top left;
    width: 49px;
}

li#code {
    
}

li#code a {
    background: transparent url(../images/code.png) no-repeat scroll top left;
    width: 42px;
}

li#blog {
    
}

li#blog a {
    background: transparent url(../images/blog.png) no-repeat scroll top left;
    width: 36px;
}

section#content {
    display: block;
    width: 762px;
    margin: 0 auto;
}

article {
    display: block;
    margin-right: 100px;
    margin-bottom: 20px;
    clear: both;
}

section.meta {
    width: 100px;
    display: block;
    margin-right: 20px;
    float: left;

    font-size: 13px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: right;
}

article.twitter p {
    margin-bottom: 0;
}

article.twitter section.meta a {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.3);
    text-decoration: none;
    display: block;
}

.no-rgba article.twitter section.meta a {
    color: rgb(137, 101, 101);
}

article.twitter section.meta a:hover span {
    color: rgba(255, 255, 255, 0.5);
}

.no-rgba article.twitter section.meta a:hover span {
    color: rgb(171, 145, 145);
}

a.permalink {
    margin-top: 10px;
    display:block;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.3);
}

.no-rgba a.permalink {
    color: rgb(137, 101, 101);
}

a.permalink span.notes {
    display: block;
}

a.permalink span.infinity {
    font-weight: bold;
    visibility: hidden;
    color: rgba(255, 255, 255, 0.5);
}

.no-rgba a.permalink span.infinity {
    color: rgb(171, 145, 145);
}

a.permalink:hover span.infinity {
    visibility: visible;
}

.tags {
    margin-top: 20px;
}

.tags a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.3);
}

.no-rgba .tags a {
    color: rgb(137, 101, 101);
}

.tags a:hover span {
    color: rgba(255, 255, 255, 0.5);
}

.no-rgba a:hover span {
    color: rgb(171, 145, 145);
}

section.content {
    margin-left: 120px;
    display: block;
    width: 502px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;

    box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    -o-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);

    font-size: 14px;
    font-family: Lucida, Georgia, "Times New Roman", Times, serif;
}

.no-rgba section.content {
    background-color: rgb(238, 233, 233);
}

.content a,
.content a:visited {
    color: #933131;
    text-decoration: none;
}

.content a:hover,
.content a:active {
    color: rgba(0, 0, 0, 0.8);
}

.no-rgba .content a:hover,
.no-rgba .content a:active {
    color: rgb(48, 47, 47);
}

article h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

article h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

article p {
    margin-bottom: 10px;
    clear: right;
}

article code {
    font-size: 90%;
    font-family: Monaco, "Courier New", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace;
    background-color: rgba(147, 49, 49, 0.13);
}

.no-rgba article code {
    background-color: rgb(226, 209, 209);
}

article pre {
    padding: 5px 5px 5px 13px;
    margin-bottom: 10px;
    overflow: auto;
    background-color: rgba(147, 49, 49, 0.13);    
    border-left: 3px solid rgba(87, 35, 35, 0.1);
}

.no-rgba article pre {
    background-color: rgb(226, 209, 209);
    border-left-color: rgb(223, 213, 213);
}

article pre code {
    background-color: transparent;
}

.content ol {
    list-style-type: decimal;
    list-style-position: inside;
}

.content ul {
    list-style-type: disc;
    list-style-position: inside;
}

article .content img {
    margin-bottom: 10px;
    width: 100%;
    height: auto;
}

blockquote {
    border-left: 3px solid rgba(147, 49, 49, 0.6);
    margin: 10px 0px 10px 14px;
    padding-left: 14px;
}

.no-rgba blockquote {
    border-left-color: rgb(183, 123, 123);
}

article .quoted {
    font-size: 18px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
}

article .attribution {
    padding-left: 20px;
    margin-bottom: 0;
}

article.image .content img {
    text-align: center;
    border: 1px solid #fff;
}

article.screenshot .content img {
    width: auto;
    border: none;
}

article .embed {
    line-height: 0;
    margin-bottom: 10px;
    border: 1px solid #fff;
}

article .audioembed {
    margin-bottom: 10px;
}

article div.audio_player {
    display: inline;
}

article .content a.download {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 
    display: block;
    float: right;
    color: rgba(0, 0, 0, 0.3);
    font-size: 12px;
    background-image: url(../images/external.png);
    background-repeat: no-repeat;
    background-position: top right;
    padding-right: 14px;
    margin-top: -13px;
}

.no-rgba article .content a.download {
    color: rgb(167, 163, 163);
}

article .content a.download:hover {
    color: #933131;
    background-position: bottom right;
}

article .content div.audioembed a.download {
    float: none;
    display: inline-block;
    margin-top: 0;
}

article.chat .odd {
    background-color: rgba(255,255,255,0.2);
}

.no-rgba article.chat .odd {
    background-color: rgb(241, 237, 237);
}

article.chat .name {
    font-weight: bold;
}

article hr {
    height: 0;
    border: 0;
    clear: both;
    color: transparent;
    background-color: transparent;
}

article section.postnotes {
    margin: 20px 0 0 120px;
    display: block;
    width: 502px;
/*    padding: 10px;*/
    padding: 0 10px;

    font-size: 14px;
    font-family: Lucida, Georgia, "Times New Roman", Times, serif;
    color: rgba(255, 255, 255, 0.3);
}

.no-rgba article section.postnotes {
    color: rgb(137, 101, 101);
}

.postnotes h2 {
    color: rgba(255, 255, 255, 0.5);
}

.no-rgba .postnotes h2 {
    color: rgb(171, 145, 145);
}
.postnotes a {
    color: #fff;
    text-decoration: none;
}

.postnotes a:hover {
    color: #8a6565;
    color: rgba(255, 255, 255, 0.3);
}

.no-rgba .postnotes a:hover {
    color: rgb(137, 101, 101);
}

.postnotes ol {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.no-rgba .postnotes ol {
    border-top-color: rgb(120, 79, 79);
}

.postnotes ol li {
    display: block;
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.no-rgba .postnotes ol li {
    border-top-color: rgb(120, 79, 79);
}

.postnotes img.avatar {
    vertical-align: -3px;
    padding: 3px 3px 0 3px;
}

.postnotes blockquote {
    border-left-color: rgba(255, 255, 255, 0.2);
}

.no-rgba .postnotes blockquote {
    border-left-color: rgb(120, 79, 79);
}

footer {
    width: 522px;
    margin: 20px auto 0;
    padding: 0 120px;
    
    color: rgba(255, 255, 255, 0.3);
    
    overflow: hidden;
    display: inline-block;
    line-height: 25px;
}

footer {
    display: block;
}

.no-rgba footer {
    color: rgb(137, 101, 101);
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: rgba(255, 255, 255, 0.3);
}

.no-rgba footer a:hover {
    color: rgb(137, 101, 101);
}

footer nav {
    display: block;
    font-style: italic;
    float: left;
}

footer nav input.text {
    font-family: Lucida, Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    color: #333;
    margin: 0;
    padding: 2px 0 0 18px;
    height: 18px;
    width: 125px;
    background: rgba(255,255,255,0.5) url(../images/search.png) no-repeat scroll center left;
    border: none;
}

.no-rgba footer nav input.text {
    background-color: rgb(171, 145, 145);
}

footer nav input.button {
    display: none;
}

footer #footinfo {
    display: block;
    float: right;
    text-align: right;
}

ol#projects {
    list-style-type: none;
}

#projects li p {
    margin-left: 20px;
}