* {
    font-size: 14px; 
    font-family: Georgia, "Times New Roman", Times, serif;
}
body { margin: 0; padding: 0; }

#page { 
    width: 980px;
    margin: 8px auto;
    position: relative;
}

#top {
    position: absolute; top: 0; left: 0;
    border-bottom: solid 1px #aaa;
    height: 22px;
    margin: 0; padding: 0;
    overflow:hidden;
    background: #fff url(/gradient-fff-f5f5f5-1-20.axd) repeat-x left bottom;
    width: 100%;
}

#top li {
    list-style-type: none;
    float: left;
    background: #eee;
    margin: 0 -1px 0 0;
    border: solid 1px #ddd;
    border-bottom: none;
    padding: 2px 8px 3px 8px;
    border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
}

#top li:hover {
    background: #f9f9f9;
}

#top li.right {
    float: right;
    border: none;
    background: transparent;
}

#top li.right a {
    background: transparent url(/images/rss.png) no-repeat 70px 0px;
    padding-right: 20px;
}

#top li a {
    text-decoration: none;
    color: #777;
    font-variant: small-caps;
}

#top:after{
    display:block; visibility:hidden; height:0; clear: both; content:"."
}

#header {
    padding: 40px 0 20px 0;
    border-bottom: solid 1px #00B2FF;
    position: relative;
    background: #fcfcfc;
}

#header a {
    font-size: 36px;
    color: Black;
    text-decoration: none;
    font-weight: bold;
    vertical-align: middle; 
    margin-left: 20px;
}
#header a:hover {
    color: #1282B2;
}

#header h1 {
    color: #999; 
    right: 20px;
    top: 60px;
    position:absolute;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
}

#main {
    overflow: hidden;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    margin-top: 1px;
}

#content {
    width: 571px;
    float: left;
    line-height: 22px;
    padding: 0 8px 0 0;
    min-height: 300px;
    background: #fff url(/gradient-f5f5f5-fff-1-300.axd) repeat-x;
}

#img {
    background: #eee;
    height: 300px;
    margin-bottom: 25px;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding: 6px 0 0 7px;
}

#menu {
    float: right;
    width: 400px;
    border-left: solid 1px #ddd;
    margin-bottom: -1000px;
    padding-bottom: 1000px;
    background: #f9f9f9;
}

#col1 {
    float: left;
    width: 184px;
    margin: -14px 0 0 8px;
    line-height: 22px;
    overflow: hidden;
}

#col2{
    width: 184px;
    margin: 0 0 -9999px 200px;
    line-height: 22px;
    border-left: dotted 1px #ddd;
    padding: 0 0 9999px 8px;
}

#footer { 
    clear:both;
    background: #fff url(/gradient-f5f5f5-fff-1-20.axd) repeat-x left bottom;
    border-top: solid 1px #00B2FF;
    margin-top: 1px;
    color: #555;
    font-size: 12px;
    padding: 2px;
    text-align: right;
}

.post {
    padding: 4px;
}

.post > h2 { margin: 0; }

.post > h2 a {
    font-size: 22px;
    color: #111;
    text-decoration: none;
}
.post > h2 a:hover {
    color: #1282B2;
}

.post .author {
    margin: 0 0 15px 0;
    color: #999;
    position: relative; 
    top: -2px;
}
.post .author * {
    font-size: 11px;
}

.post .author a {
    color: #777;
    font-variant: small-caps;
    text-decoration: none;
    margin: 0;
}

.post .author span {
    color: #777;
}

a {
    color: #1282B2;
}

a:hover {
    color: #00B2FF;
}

hr {
    background: #00B2FF;
    height: 1px;
    overflow: hidden;
    border: none;
    margin: 15px;
}

blockquote {
    border-left: 4px solid #1282B2;
    margin: 10px 0 10px 25px;
    padding: 0 0 0 10px;
}

