﻿body {
    background: #111 url('gui/lukas/background.png') repeat-y left top;
    color: #CCC;
    
    margin: 0;
    height: 100%;
}

a {
    color: #FF8000;
    text-decoration: none;
}
a:hover {
    color: #FFCC00;
    text-decoration: underline;
}

.count {
    font-size: 0.8em;
    color: #666;
}

#wrapper {
    width: 1280px;
    
    padding: 70px 0 50px 0;
}

#menu {
    float: left;
    width: 300px;
    padding: 0 20px 0 0;
}

#section-header {
    height: 50px;
    font-size: 2.3em;
    font-weight: 100;
    text-align: right;
    
    letter-spacing: -2px;
}
#section-header a {
    color: #666;
}
#section-header a:hover {
    color: #333;
    text-decoration: none;
}

#menu-container {
    position: relative;
}

#menu ul {
    position: absolute;
    right: 0;
    
    list-style-type: none;
    padding: 0 0 0 20px;
    margin: 50px 0 0 0;
    text-align: right;
}
#menu ul li {
    margin-bottom: 4px;
}
#menu ul li a {
    display: block;
    width: 250px;
    height: 50px;
    
    line-height: 50px;
    padding-right: 8px;
    letter-spacing: -1px;
    
    color: #666;
    text-decoration: none;
}
#menu ul li a:hover {
    font-size: 1.3em;
    color: #F80;
    background: #111;
    letter-spacing: -2px;
}


#content {
    float: left;
    width: 700px;
    
    margin: 100px 20px 0 20px;
}

#sidebar {
    float: left;
    width: 220px;
    
    margin: 100px 0 0 0;
}

#end-container {
    clear: both;
    width: 1000px;
    
    margin: 20px auto 0 auto;
}

/* Content style */
#content h1 {
    font-size: 2.1em;
    font-weight: 300;
    letter-spacing: -2px;
    
    margin: 0 0 1em 0;
    padding: 0;
}
#content h2 {
    font-size: 1.5em;
    font-weight: 300;
    letter-spacing: -2px;
    
    margin: 2em 0 1em 0;
    padding: 0;
}
#content h3 {
    font-size: 1.2em;
    font-weight: 500;
    letter-spacing: -1px;
    
    margin: 1em 0 0.5em 0;
    padding: 0;
}


#content .navigation {
    font-size: 1.5em;
    font-weight: 100;
    letter-spacing: -2px;
}
#content .navigation span {
    display: block;
    float: left;
    padding: 0.15em 0.15em;
}
#content .navigation span.current {
    color: White;
}
#content .navigation a {
    text-decoration: none;
}
#content .navigation a:hover {
}


/* Boxes */
.box {
    padding: 0.4em;
}
.box .title {
    font-size: 1em;
    letter-spacing: -1px;
    
    color: #333;
    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;
    letter-spacing: -1px;
    
    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;
}

.box ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    
    font-size: 0.8em;
}
.box ul li {
    margin: 0 0 0.3em 0;
}
.box ul li ul {
    padding: 0 0 0 2em;
}


/* Post summary & content */
.post-summary {
    margin: 0 0 2em 0;
}
.post-summary .title {
    font-size: 1.5em;
    letter-spacing: -2px;
}
.post-summary .title a {
    text-decoration: none;
}
.post-summary .title a:hover {
    text-decoration: underline;
}
.post-summary .info {
    float: left;
    font-size: 0.7em;
    letter-spacing: -1px;
    
    margin: 0 1em 0 0;
}
.post-summary .more-link {
    font-size: 0.7em;
}



/* End Container */
#end-container {
    clear: both;
    width: 100%;
    padding: 40px 0 0 0;
    
    color: #333;
}
#end-container .end-title {
    font-size: 1.6em;
    font-weight: 300;
    color: #666;
    letter-spacing: -2px;
    
    padding: 30px 0 0 340px;
    
    background: url('gui/lukas/bottom.png') repeat-x left top;
}
#end-container .end-title b {
    font-weight: normal;
}
#end-container .end-content {
    background: white;
    padding: 20px 0;
}
#end-container .wrapper {
    clear: both;
    width: 100%;
    padding: 0 0 20px 340px;
}
#end-container .left {
    float: left;
    width: 700px;
    
    margin: 0 20px 0 0;
}
#end-container .right {
    float: left;
    width: 220px;
}


/* 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 {
}
div.comment .content .name a:hover {
}
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/clemens/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;
}
