body{
    font: 14px "Helvetica", "Arial", sans-serif;
    background-color: #f5f5f5;
    background-image: url(http://www.dustinmacdonald.com/blog/images/css/top-bg.png);
    background-repeat: repeat-x;
    background-position: top left;
    color: #444;
    margin: 0px;
    padding: 0px;
}

blockquote{
    color: gray;
    font-style: italic;
    background-image: url(http://www.dustinmacdonald.com/blog/images/css/quote_begin.png), url(http://www.dustinmacdonald.com/blog/images/css/quote_end.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top left, bottom right;
    margin-left: 0px;
    padding-left: 3em;
    margin-right: 0px;
    padding-right: 2em;
}

a{
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

a:hover{
    color: #3875d7;
    text-decoration: underline;
}

/* Page Layout */

#page{
    width: 728px;
    margin: 3px auto auto;
}

#header{
    width: 728px;
    height: 75px;
    background: url(http://www.dustinmacdonald.com/blog/images/css/header.png) top left no-repeat;
}

#footer{
    width: 728px;
    height: 45px;
    background: url(http://www.dustinmacdonald.com/blog/images/css/footer.png) top center no-repeat;
}

#content{
    width: 728px;
    padding-top: 22px;
    background: url(http://www.dustinmacdonald.com/blog/images/css/page-bg.png) top center repeat-y; /* For Non CSS3 Browsers */
    background-image: url(http://www.dustinmacdonald.com/blog/images/css/page-bg-top.png), url(http://www.dustinmacdonald.com/blog/images/css/page-bg.png);
    background-position: top center, top center;
    background-repeat: no-repeat, repeat-y;
}

#copyright{
    font-size: 11px;
    text-align: center;
    margin-bottom: 25px;
    padding-top: 25px;
    color: #BBB;
    text-shadow: white 0px 1px 0px;
    clear: left;
}

/* Sidebar */

#sidebar{
    position: absolute;
    top: 110px;
    left: 50%;
    margin-left: 370px;
}

#sidebar a{
    color: #AAA;   
}

#sidebar a:hover{
    color: #3875d7;
}

#about-link{
    text-shadow: white 0px 1px 0px;
    border-top: 1px solid #DEDEDE;
    margin-top: 12px;
    padding-top: 12px;
}

#add-atom{
    width: 62px;
    height: 20px;
    background: url(http://www.dustinmacdonald.com/blog/images/css/add-atom.png) top left no-repeat;
}

#add-atom:hover{
    background: url(http://www.dustinmacdonald.com/blog/images/css/add-atom-over.png) top left no-repeat;
}

#add-rss{
    width: 51px;
    height: 20px;
    background: url(http://www.dustinmacdonald.com/blog/images/css/add-rss.png) top left no-repeat;
    margin-bottom: 4px;
}

#add-rss:hover{
    background: url(http://www.dustinmacdonald.com/blog/images/css/add-rss-over.png) top left no-repeat;
}

/* Post - Specific */

.post{
    margin-left: 46px;
    margin-right: 45px;
    padding-bottom: 3em;
}

.post-date{
    display: none;
    position: absolute;
    color: #AAA;
    margin-left: -80px;
    margin-top: 10px;
    text-shadow: white 0px 1px 0px;
    width: auto;
}

.post-date-month{
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

.post-date-num{
    text-align: center;
    margin-top: -3px;
    font-size: 27px;
    font-weight: bold;
}

.post-title{
    -webkit-text-size-adjust:140%;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    text-shadow: white 0px 1px 0px;
}

.post-body{
    -webkit-text-size-adjust:200%;
    margin-top: 1em;
    line-height: 1.4em;
}

.post-footer{
    margin-top: 1.5em;
    padding-top: 1.5em;
    border-top: 1px solid #CCC;
    padding-bottom: 1em;
    font-weight: bold;
    font-size: 12px;
}

.post img{
    padding: 4px;
    margin-left: -5px;
    border: 1px solid #DEDEDE;
    margin-bottom: 1.4em;
}

.post .post-icon{
    display: inline;
    border: none;
    padding: 0px;
    padding-right: 5px;
    margin: 0px;
}


/* Archives */

#archives{
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
    color: #AAA;
    text-shadow: white 0px 1px 0px;
    width: 660px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding-left: 40px;
    margin-bottom: 20px;
    line-height: 1.3em;
}

.month a{
    color: #AAA;
    text-shadow: white 0px 1px 0px;
}


.year{
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    text-align: left;
}

.disabled{
    color: #DDD;
}

/* Comments */

#comments-block{
    font-size: 12px;
    margin-top: -30px;
    margin-left: 46px;
    margin-right: 45px;
}

.comments-label{
    -webkit-text-size-adjust:200%;
    font-size: 13px;
    display: inline;
    padding-left: 24px;
    background: url(http://www.dustinmacdonald.com/blog/images/css/comments.png) left center no-repeat;
    min-height: 13px;
}

.comment-block{
    margin-top: 25px;
    margin-bottom: 25px;
    width: auto;
}

.comment-poser{
    background: url(http://www.dustinmacdonald.com/blog/images/css/comment-arrow.png) bottom center no-repeat;
    padding-bottom: 11px;
    position: relative;
    margin-top: -6px;
    float: left;
}

.comment-data{
    margin-bottom: 10px;
}


.comment-date a{
    color: gray;
    font-weight: normal;
}

.comment-body{
    background: #EEE;
    font-weight: normal;
    display: compact;
    padding: 10px;
    -webkit-border-radius: 4px;
}

.comment-link{
    display: none;
    width: 118px;
    height: 24px;
    background: url(http://www.dustinmacdonald.com/blog/images/css/addcomment.png) top left no-repeat;
}

.inline-comment-link{
    -webkit-text-size-adjust:200%;
    font-size: 13px;
    display: inline;
    padding-left: 24px;
    background: url(http://www.dustinmacdonald.com/blog/images/css/comments.png) left center no-repeat;
    min-height: 13px;
    border-left: 1px solid gray;
}

.comment-link:active{
    background: url(http://www.dustinmacdonald.com/blog/images/css/addcomment-a.png) top left no-repeat;
}