﻿body {
    background: #fffff7 url('gui/serena/drawing.jpg') no-repeat center top;
    
    margin: 0;
    padding: 0;
}

a {
    color: #ff6c00;
    text-decoration: none;
}
a:hover {
    color: #ff3600;
    text-decoration: underline;
}

.count {
    font-size: 0.8em;
    color: #666;
}

#section-header {
    width: 1000px;
    margin: 30px auto 0 auto;
    padding: 0;
    
    font-size: 1.7em;
    font-weight: 100;
}
#section-header img {
    vertical-align: middle;
    margin: 0 48px 0 0;
}
#section-header a {

}
#section-header a:hover {
    text-decoration: none;
}

#wrapper {
    width: 1000px;
    margin: 40px auto 0 auto;
}

#menu {
    float: left;
    width: 138px;
    
    border-right: solid 2px #ff3600;
}
#menu ul {
    list-style-type: none;
    padding: 0 0 0 20px;
    margin: 0;
}
#menu ul.top {
    padding: 0;
}
#menu ul.top li {
    margin-bottom: 4px;
}


#content {
    float: left;
    width: 660px;
    
    padding: 10px;
}

#sidebar {
    float: left;
    width: 180px;
}

#end-container {
    clear: both;
    width: 1000px;
    
    margin: 20px auto 0 auto;
}


/* Content style */
#content h1 {
    font-size: 1.8em;
    font-weight: 500;
    
    margin: 0 0 1em 0;
    padding: 0;
}
#content h2 {
    font-size: 1.3em;
    font-weight: bold;
    
    margin: 2em 0 1em 0;
    padding: 0;
}
#content h3 {
    font-size: 1.2em;
    font-weight: bold;
    
    margin: 1em 0 0.5em 0;
    padding: 0;
}

#content b {
    font-weight: bold; /* obviously */
    color: #333;
}
#content i {
    color: #666;
}

#content .navigation {
    font-weight: bold;
    text-align: right;
}
#content .navigation span {
    padding: 0.3em 0.3em;
}
#content .navigation span.current {
    font-size: 1.4em;
}
#content .navigation a {
    color: Black;
    text-decoration: none;
    
    border-bottom: solid 2px #777;
}
#content .navigation a:hover {
    border-bottom: solid 2px red;
}


/* Boxes */
.box {
    padding: 0.4em;
}
.box .title {
    font-size: 1em;
    
    color: #444;
    margin: 0 0 0.5em 0;
}
.box .title a {
    text-decoration: none;
}
.box .title img {
    vertical-align: baseline;
}
.box-close {
    margin: 0 0 1em 0;
}

.box .info {
    font-size: 0.8em;
    margin: 0 0 0.5em 0;
}
.box .label {
    float: left;
    clear: both;
    
    text-align: left;
    font-size: 0.8em;
    color: #777;
    
    margin: 0 0.2em 0 0;
}
.box .label:after {
    content: ": ";
}

.box .big-info {
    clear: both;
    font-size: 0.9em;
}
.box .description {
    font-size: 0.7em;
    color: #777;
    white-space: nowrap;
    
    margin: 0 0 0.6em 0;
}

.box .centered {
    font-size: 0.75em;
}


/* Post summary & content */
.post-summary {
    margin: 0 0 2em 0;
}
.post-summary .title {
    font-size: 1.6em;
}
.post-summary .title a {
    color: Black;
    text-decoration: none;
    border-bottom: solid 2px #61b561;
}
.post-summary .title a:hover {
    color: black;
    border-bottom: solid 2px #ff6c00;
}
.post-summary .info {
    float: left;
    font-size: 0.7em;
    
    margin: 0 1.5em 0 0;
}
.post-summary .info a {
    color: Black;
    text-decoration: underline;
}
.post-summary .info a:hover {
    color: #ff3600;
}
.post-summary .more-link {
    font-size: 0.7em;
}

.post-content {

}


/* End Container */
#end-container {
    clear: both;
    width: 860px;
    
    margin: 30px auto 20px auto;
    padding: 0 0 0 140px;
}
#end-container .end-title {
    font-size: 1.4em;
    
    padding: 20px 0 0 10px;
    border-bottom: solid 2px #b0e8b0;
}
#end-container .end-title b {
    font-weight: normal;
}
#end-container .wrapper {
    clear: both;
    width: 860px;
}
#end-container .left {
    float: left;
    width: 660px;
    
    padding: 10px;
}
#end-container .right {
    float: left;
    width: 180px;
}


/* Comments */
div.comment {
    clear: both;
    margin: 0 0 1em 0;
}
div.comment .gravatar {
    width: 80px;
    height: 80px;
    
    float: right;
}
div.comment .content {
    min-height: 80px;
}
div.comment .content .name {
    font-size: 1.2em;
    
    margin: 0 0.5em 0.5em 0;
}
div.comment .content .name a {
    color: black;
    text-decoration: underline;
}
div.comment .content .name a:hover {
    color: red;
}
div.comment .content .date {
    font-size: 0.8em;
    color: #777;
}
.comment-text {
    padding: 0.25em 0 0 0;
}

.comment-form .description {
    font-size: 0.7em;
    color: #777;
    padding: 0 0 0 2em;
    margin: -0.5em 0 0 0;
}
.comment-form .description a {
    color: #333;
    text-decoration: underline;
}
.comment-form .description a:hover {
    color: black;
    text-decoration: underline;
}

#commentform-loader {
    height: 100px;

    background-image: url('gui/serena/ajax.gif');
    background-position: center center;
    background-repeat: no-repeat;
}



/* Referrers */
.referrer-entry {
    font-size: 0.7em;
    letter-spacing: -0.1em;
}
.referrer-entry a {
    color: #777;
    text-decoration: none;
}
.referrer-entry a:hover {
    text-decoration: underline;
}
.referrer-entry .host {
    color: Black;
}
.referrer-entry .path {
    color: #777;
}
.referrer-data {
    font-size: 0.9em;
    padding: 0 0 1em 1em;
}
.referrer-navigation {
    text-align: center;
}
