﻿body {
    margin: 0;
    padding: 0;
    background: black;
    
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

a {
    color: #800;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
img {
    border: 0;
}
hr {
    color: #999;
    height: 1px;
    width: 75%;
}

#container {
    width: 1280px;
    margin: 0 auto 0 auto;
    
    background-repeat: no-repeat;
    background-position: top center;
}

#logo {
    width: 1024px;
    height: 230px;
    margin: 0 auto;
    
    text-align: right;
}

#content-wrapper {
    width: 1024px;
    margin: 0 auto 0 auto;
    
    background-image: url('gui/back_parchment2.jpg');
    background-repeat: repeat-y;
    background-position: top center;
}

#left {
    width: 162px;
    float: left;
    
    padding: 0 0 20px 0;
    
    color: white;
}

#content {
    width: 670px;
    float: left;
    min-height: 600px;
    
    padding: 10px 15px;
    
    background-repeat: no-repeat;
    background-position: top center;
}

#right {
    width: 162px;
    float: left;
     
    color: #CCC;
}

#bottom {
    clear: both;
    
}


/* CONTENT */

h1 {
    clear: both;

    font-size: 2.4em;
    font-weight: bold;
    text-align: center;
    
    margin: 10px;
    padding: 0;
    border-bottom: solid 2px #222;
}

h2 {
    clear: both;
    
    font-size: 1.6em;
    font-weight: bold;
    
    margin: 20px 0 8px 0;
    padding: 0;
}

h3 {
    clear: both;
    
    font-size: 1.1em;
    font-weight: bold;
    
    margin: 10px 0 0 0;
    padding: 0;
}

p.question {
    font-weight: bold;
}
.interviewer {
    font-weight: bold;
    color: #080;
}
p.answer {
    padding-left: 40px;
    min-height: 36px;
    
    background-image: url('gui/quote.png');
    background-repeat: no-repeat;
    background-position: top left;
}
.interviewee {
    font-weight: bold;
}

.post-summary {
    padding: 30px 0 60px 0;
}
.post-summary .section {
    color: #666;
    font-size: 0.9em;
}
.post-summary .section:after {
    content: " ~";
}
.post-summary .title {
    font-size: 1.6em;
    font-weight: bold;
}
.post-summary .info {
    font-size: 0.8em;
    float: left;
    
    margin: 0 15px 0 0;
}


/* SEARCH */
.search-box {
    margin: 30px 40px;
    padding: 15px;
    border: solid 2px #999;
}
.search-box .query {
    text-align: left;
    font-size: 0.9em;
    
    margin: 0 0 10px 0;
}
.search-box .constraint-wrapper {
}
.search-box .constraint-box {
    float: left;
    margin: 0 40px 0 0;
}
.search-box .constraint-description {
}
.search-box .constraint-option {
}

.results-summary {
    font-size: 1.1em;
    font-weight: bold;
}

.search-result {
    margin: 5px 0 15px 0;
    
    font-size: 0.8em;
    color: #333;
}
.search-result .title {
    font-size: 1.4em;
}
.search-result .section {
    font-size: 1.2em;
    font-style: italic;
}
.search-result .author {
    font-size: 1.2em;
    font-weight: bold;
}


/* NAVIGATION */
.navigation {
    margin: 10px 0;
    text-align: center;
}
.navigation span {
    margin: 0 10px;
}
.navigation span.current {
    font-size: 1.3em;
    font-weight: bold;
}

/* MENU */
.menu .menu-header {
    font-size: 1.1em;
    font-weight: bold;
    
    margin: 10px 0 0 0;
    
    border-bottom: solid 2px #262626;
    color: #999;
}
.menu .menu-header a {
    display: block;
    text-decoration: none;
    color: #999;
}
.menu .menu-header a:hover {
    background: #111;
    color: #800;
}

.menu .banner-list {
    text-align: left;
    padding: 0.5em 0;
    line-height: 31px;
}

.menu form {
    margin: 10px 0 0 0;
}
.menu input {
    font-size: 0.7em;
}

.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu ul ul {
    margin: 0 0 0 15px;
    font-size: 0.9em;
}
.menu li {
	margin: 0 0 0.2em 0;
}
.menu li a {
    display: block;
    color: White;
    text-decoration: none;
}
.menu li a:hover {
    color: #800;
}

.menu a.menu-node {
    text-decoration: none;
    /*font-weight: bold;*/
}
.menu-node:after {
    content: " »";
}
.menu a.current {
}


/* BOXES */
.box {
    margin: 10px 0 30px 0;
}
.box p {
    text-align: right;
}
.box .title {
    font-size: 1.1em;
    font-weight: bold;
    border-bottom: solid 2px #262626;
    text-align: right;
}
.box .info-row {
	text-align: right;
	margin: 0 0 4px 0;
}
.box .label {
    display: inline;
    
    font-size: 0.8em;
    color: #999;
}
.box .label:after {
    content: ": ";
}
.box .date-label {
	display: block;
}
.box .info {
	display: inline;
    text-align: right;
    font-size: 0.8em;
    color: #CCC;
	margin: 0 0 0 6px;
}

.box .big-info {
    font-size: 0.9em;
    text-align: right;
}
.box .description {
    font-size: 0.7em;
    color: #999;
    text-align: right;
}

#donation {
    padding: 50px 0 0 0;
}


/* BOTTOM */
.end-title {
    margin: 60px 177px 20px 177px;
    
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
    
    color: #333;
    border-bottom: solid 2px #777;
}
.wrapper {
    clear: both;
    margin: 0 0 0 162px;
}
.wrapper .left {
    float: left;
    width: 670px;
    
    padding: 10px 15px;
}
.wrapper .right {
    float: left;
    width: 162px;
    
    color: #CCC;
}


/* COMMENTS */
.comment {
    clear: both;
    padding: 10px 0 10px 0;
}
.comment .gravatar {
    width: 80px;
    float: left;
}
.comment .content {
    padding: 0 0 0 90px;
}
.comment .content .name {
    font-size: 1.1em;
    font-weight: bold;
}
.comment .content .date {
    font-size: 0.9em;
    color: #444;
}

#commentform-loader {
    clear: both;
    
    height: 18px;
    margin: 15px 0;
    
    background-image: url('gui/loading.gif');
    background-repeat: no-repeat;
    background-position: center center;
}


/* REFERRERS */
.referrer-entry {
    text-align: right;
}
.referrer-entry .host {
    font-size: 0.7em;
}
.referrer-entry .path {
    font-size: 0.6em;
}
.referrer-data {
    text-align: right;
    font-size: 0.65em;
    color: #666;
}


/* COPYRIGHT */
#bottom-bar {
    position: relative;
    height: 133px;
    padding: 0 162px;
    
    background-image: url('gui/bottom.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}
#left-bar {
    position: absolute;
    bottom: 16px;
    left: 62px;
}
#copyright {
    position: absolute;
    bottom: 18px;
    left: 178px;
    
    font-size: 0.8em;
    text-align: left;
    line-height: 1.3em;
}


/* GENERIC */
.side {
    float: right;
}
.centered {
    text-align: center;
}

.didascaly {
    float: right;
    padding: 6px;
    margin: 0 0 10px 10px;
    
    background-image: url('gui/darker.png');
    border: solid 2px black;
    
    text-align: center;
    font-size: 0.8em;
    font-style: italic;
}
.didascaly img {
}

div.floating-right {
    float: right;
	width: 250px;
    padding: 6px;
    margin: 0 0 10px 10px;
    
    background-image: url('gui/darker.png');
    border: solid 2px black;
}
div.floating-left {
    float: left;
	width: 250px;
    padding: 6px;
    margin: 0 10px 10px 0;
    
    background-image: url('gui/darker.png');
    border: solid 2px black;
}

.clearer {
    clear: both;
}
.antibot {
    display: none;
}

/* ICONS */
.date-small {
    padding: 0 0 0 12px;
    background-image: url('gui/icons/small_calendar.png');
    background-repeat: no-repeat;
    background-position: left center;
}
.date-update-small {
    padding: 0 0 0 12px;
    background-image: url('gui/icons/small_calendar_update.png');
    background-repeat: no-repeat;
    background-position: left center;
}
.user-small {
    padding: 0 0 0 12px;
    background-image: url('gui/icons/small_man.png');
    background-repeat: no-repeat;
    background-position: left center;
}
.comment-small {
    padding: 0 0 0 12px;
    background-image: url('gui/icons/small_comment.png');
    background-repeat: no-repeat;
    background-position: left center;
}
.comment-big {
    padding: 0 0 0 18px;
    background-image: url('gui/icons/comment.png');
    background-repeat: no-repeat;
    background-position: left center;
}
.tag-small {
    padding: 0 0 0 12px;
    background-image: url('gui/icons/small_tag.png');
    background-repeat: no-repeat;
    background-position: left center;
}
.rss-icon {
    padding: 0 0 0 18px;
    background-image: url('gui/icons/rss.png');
    background-repeat: no-repeat;
    background-position: left center;
}

