body {
    margin: 0px;
    background-color: #fff;
    font-family: Monaco, monospace;
}
            
#content {
    width: 620px;
    margin:           auto;
    padding:          15px;
    background-color: ;
    position:         relative;
}

a {
    color:            #c00;
}

h1 {
    padding:          30px 0px 50px 0px;
    margin:           0px;
    text-align:       left;
    font:             Bold 55px 'Arial Black', Tahoma, Helvetica, sans-serif;
    letter-spacing:   -2px;
    line-height:      50px;
}
            
h1 a {
    color:            #000;
    text-decoration:  none;
}

img {
    padding: 0;
    margin: 0;
}

#description div {
    font:             normal 18px Helvetica,sans-serif;
    line-height:      20px;
    width:            250px;
    color:            #000;
    border-bottom: 1px dashed #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#description div#search {
    text-align: left;
}
            
#description #nav_container {
    font-size: 13px;
    font-weight: bold;
}
            
#description #nav_container .dim {
    filter: alpha(opacity=50); 
    -moz-opacity: 0.5; 
    opacity: 0.5;
}

#searchresultcount {
    margin: 0 0 30px;
    text-align: center;
}

#main-image {
    margin: 30px 0;
    border: 1px solid #ccc;
    padding: 0;
    height: 47px;
}
            
.post {
    position:         relative;
    margin-bottom:    40px;
}

.post h2 {
    font-size:        18px;
    font-weight:      Bold;
    color:            #c00;
    letter-spacing:   -1px;
    margin:           0px 0px 10px 0px;
}

.post h2 a {
    color:            #c00;
    text-decoration:  none;
}

/* Regular Post */
.post {
    font-size:        12px;
    color:            #444;
    line-height:      17px;
}

.post .regular blockquote {
    font-style: italic;
}
