body {
    margin: 0;
    font-family: Helvetica, Arial;
    font-size: 14pt;
}

img {
    border: 0;
}

a {
    color: #000;
}

#blog_banner {
    position: absolute;
    top: 0;
    right: 0;
    width: 95px;
    height: 97px;
    background: url('images/sprite.png') no-repeat -269px 0;
    text-indent: -9999px;
}

#main {
    width: 600px;
    margin: 50px 0 25px 150px;
}

#header {
    width: 600px;
    height: 84px;
    position: relative;
}

#header .heading {
    width: 269px;
    height: 84px;
    position: absolute;
    z-index: 20;
    left: 3px;
    text-indent: -9999px;
    display: block;
    background: url('images/sprite.png') no-repeat 0 0;
}

#header .menu {
    height: 31px;
    position: absolute;
    top: 23px;
    right: 3px;
    z-index: 20;
    list-style: none;
    padding: 0;
    overflow: hidden;
}
*:first-child+html #header .menu {
    top: 42px;
}

#header .menu li {
    float: left;
    margin-left: 15px;
}

#header .menu li a {
    text-indent: -9999px;
    display: block;
    height: 31px;
}

#header .menu li.id a {
    width: 23px;
    background: url('images/sprite.png') no-repeat 0 -84px;
}

#header .menu li.code a {
    width: 57px;
    background: url('images/sprite.png') no-repeat -24px -84px;
}

#header .menu li.photo a {
    width: 66px;
    background: url('images/sprite.png') no-repeat -82px -84px;
}

#header .menu li.tone a {
    width: 52px;
    background: url('images/sprite.png') no-repeat -150px -84px;
}

#header .menu li.id.selected a {
    width: 32px;
    background: url('images/sprite.png') no-repeat 0 -115px;
}

#header .menu li.code.selected a {
    width: 65px;
    background: url('images/sprite.png') no-repeat -34px -115px;
}

#header .menu li.photo.selected a {
    width: 75px;
    background: url('images/sprite.png') no-repeat -101px -115px;
}

#header .menu li.tone.selected a {
    width: 61px;
    background: url('images/sprite.png') no-repeat -178px -115px;
}

#header .underline {
    width: 600px;
    height: 9px;
    margin-top: 67px;
    position: absolute;
    z-index: 10;
    background-color: #7f7f7f;
}

#garden {
    width: 600px;
    height: 180px;
    position: relative;
    margin: 20px 0 40px 0;
    background: url('images/garden.png') no-repeat;
}

#garden.code {
    background: url('images/code.png') no-repeat;
}

#garden.photo {
    background: url('images/photo4.png') no-repeat;
}

#garden.tone {
    background: url('images/tone.png') no-repeat;
}

#garden .itemcol {
    float: left;
    margin-right: 5px;
}

#garden .item {
    clear: both;
    float: left;
    margin-top: 3px;
    padding: 1px 3px;
    background: #000;
}

#garden .item.selected {
    background-color: rgba(0, 0, 0, 0.5);
}

#garden .item a {
    color: #fff;
    text-decoration: none;
}

#garden .item a:hover {
    text-decoration: underline;
}

#garden .title {
    display: inline;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 1px 3px;
    background: #000;
    color: #fff;
}

#content {
    padding: 3px;
}

#footer {
    margin-top: 25px;
}

#footer .dot {
    width: 10px;
    height: 10px;
    float: left;
    background-color: #000;
}

#footer .text {
    float: left;
    margin-left: 8px;
    padding-top: 1px;
    font-size: 7pt;
}

#content h1 {
    font-size: 20pt;
    font-weight: normal;
    margin-top: 0;
}

#content pre {
    background-color: #eee;
    border: 1px solid #ccc;
    font-size: 10pt;
    padding: 0.5em;
    margin-left: 2em;
}

#content .group {
    margin-bottom: 100px;
}

#content .gallery {
    clear: both;
}
#content .gallery .label {
    margin: 0;
    clear: both;
}
#content .gallery .label .title {
    float: left;
    margin-right: 10px;
}
#content .gallery .label .description {
    font-size: 7pt;
    line-height: 18pt;
    vertical-align: bottom;
    color: #999;
}
#content .gallery .photo {
    float: left;
    margin-right: 5px;
}

