body {
    background-image: url('gui/lorenz/topfade.jpg');
    background-repeat: repeat-x;
    background-color: white;
}

a {
    color: #1500DD;
    text-decoration: none;
}
a:hover {
    color: #567DFF;
    text-decoration: underline;
}

.count {
    font-size: 0.8em;
    color: #333;
}

pre {
    background: #EEE;
}

/* Section title */
#section-title {
    position: relative;
    font-size: 1.6em;
    
    width: 1024px;
    height: 100px;
    
    margin: 0 auto;
    
    color: black;
}
#section-title span {
    position: absolute;
    
    left: 0;
    bottom: 8px;
}
#section-title a {
    color: black;
    text-decoration: none;
}
#section-title a:hover {
    color: white;
    text-decoration: none;
}

/* Container */
#container {
    width: 1024px;
    
    margin: 30px auto 0 auto;
    padding: 0;
}


/* Content */
#center {
    float: left;
    
    width: 700px;
    
    margin: 0 40px 0 0;
}

#center h1 {
    font-size: 2.4em;
    font-weight: 100;
    color: #333;
    
    margin: 0 0 1em 0;
    padding: 0;
    
    border-bottom: solid 2px #333;
}
#center h2 {
    font-size: 1.3em;
    font-weight: 100;
    
    margin: 2em 0 1em 0;
    padding: 0;
}
#center h3 {
    font-size: 1.2em;
    font-weight: 100;
    
    margin: 1em 0 0.5em 0;
    padding: 0;
}

#center p {
    line-height: 1.7em;
}

#center i {
    color: #222;
}

#center .navigation {
    font-weight: bold;
    text-align: right;
}
#center .navigation span {
    padding: 0.3em 0.3em;
}
#center .navigation span.current {
    font-size: 1.4em;
}
#center .navigation a {
    color: Black;
    text-decoration: none;
    
    border-bottom: solid 2px #777;
}
#center .navigation a:hover {
    border-bottom: solid 2px #567DFF;
}

/* Right bar */
#sidebar {
    float: right;
    width: 240px;
}


/* Menu */
#menu {
    margin: 0 0 20px 0;
    padding: 0;
}
#menu ul a {
    color: black;
    font-weight: normal;
    text-decoration: none;
    border-bottom: none 2px;
}
#menu ul a:hover {
    color: black;
    border-bottom: solid 2px #567DFF;
}
#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 20px;
}
#menu ul.top {
    font-size: 1.25em;
    margin: 0;
    padding: 0;
}
#menu ul.top li ul {
    font-size: 0.8em;
}
#menu ul li {
    margin: 0 0 6px 0;
    padding: 0;
}
#menu ul li img {
    position: relative;
    margin-left: -38px;
    margin-right: 14px;
    vertical-align: middle;
    
    opacity: 0.3;
}


/* Boxes */
.box {
    margin: 20px 0 0 0;
}
.box .title {
    font-size: 1.3em;
    color: #666;
    text-transform: lowercase;
    
    border-bottom: solid 2px #666;
}
.box .title a {
    font-weight: normal;
    text-decoration: none;
}
.box .title img {
    vertical-align: baseline;
}
.box .content {
    padding: 10px;
    color: black;
}
.box .content a {
    color: black;
    text-decoration: underline;
}
.box .content a:hover {
    color: #567DFF;
}
.box .info {
    clear: both;
    
    text-align: right;
    font-size: 0.8em;
}
.box .label {
    width: 8em;
    float: right;
    
    text-align: left;
    font-size: 0.7em;
    color: #888;
    text-transform: lowercase;
    
    position: relative;
    right: -9em;
    top: 0.6em;
    
    margin-bottom: -1em;
}

.box .big-info {
    clear: both;
    font-size: 0.9em;
}
.box .description {
    font-size: 0.7em;
    color: #666;
    
    margin: 0 0 0.6em 0;
}

.update-notification {
	margin: 0.5em;
	padding: 0.5em;
	background: #FFF6EA;
	border: solid 1px #FFCB87;
	font-size: 0.9em;
}


/* End Container */
#end-container {
    clear: both;
    
    width: 1024px;
    
    margin: 0 auto;
    padding: 0;
}
#end-container .end-title {
    font-size: 1.6em;
    font-weight: 100;
    
    padding: 20px 0 5px 10px;
    
    color: #333;
    border-bottom: solid 2px #333;
}
#end-container .wrapper {
    clear: both;
}
#end-container .left {
    float: left;
    width: 700px;
}

#end-container .right {
    float: right;
    width: 240px;
}
#end-container .right .box {
    margin: 0;
}


/* Post summary & content */
.post-summary {
    margin: 0 0 3em 0;
}
.post-summary .title {
    font-size: 1.7em;
}
.post-summary .title a {
    color: Black;
    text-decoration: none;
    border-bottom: solid 2px #777;
}
.post-summary .title a:hover {
    color: black;
    border-bottom: solid 2px #567DFF;
}
.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: #567DFF;
}
.post-summary .more-link {
    font-size: 0.7em;
}


/* Comments */
div.comment {
    clear: both;
    margin: 0 0 1em 0;
}
div.comment .gravatar {
    width: 80px;
    height: 80px;
    
    padding: 3px;
    
    background: #333;
    
    position: relative;
    left: -96px;
}
div.comment .content {
    margin-top: -86px;
    min-height: 86px;
    
    margin-left: -10px;
}
div.comment .content .name {
    font-size: 1.2em;
    
    padding: 0 0.5em 0.1em 0.5em;
    
    border-bottom: solid 2px #333;
    color: black;
}
div.comment .content .name a {
    color: black;
    text-decoration: none;
}
div.comment .content .name a:hover {
    color: #567DFF;
}
div.comment .content .date {
    font-size: 0.8em;
    color: black;
}
.comment-text {
    padding: 10px 0 0 10px;
}

.comment-form .description {
    font-size: 0.7em;
    color: #222;
    margin: -0.5em 0 0 0;
}
.comment-form .description a {
    color: #444;
    text-decoration: underline;
}
.comment-form .description a:hover {
    color: #666;
}

#commentform-loader {
    height: 32px;

    background-image: url('gui/lorenz/ajax.gif');
    background-position: center center;
    background-repeat: no-repeat;
}



/* Referrers */
.referrer-entry {
    font-size: 0.6em;
}
.referrer-entry .host {
    font-size: 1.2em;
}
.referrer-data {
    font-size: 0.7em;
    padding: 0 0 1em 1em;
    color: #999;
}
.referrer-navigation {
    text-align: center;
}
