/*
Theme Name: Red Train
Theme URI: http://www.perun.net/
Description: Red Train is a Theme for WP 2.x. Made by <a href="http://www.vlad-design.de">Vladimir Simovic</a> (<a href="http://www.perun.net">Perun</a>).
Version: 2.3 (11. Dez 2007)
Author: Vladimir Simovic
Author URI: http://www.vlad-design.de

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

body {
    background: #320000 url(images/hintergrund.gif) repeat-x fixed;
    text-align: center;
    padding: 15px 15px;
    font: 62.5% verdana, sans-serif;
    margin:0;
    height: 100%;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

a {
    color: #ffc;
}

a:hover {
    color: #db5d1b; /* orange */
    text-decoration: none;
}

img {
    border: solid 1px #eee;
    padding: 4px;
    display: inline;
    margin: 5px;    
}

ins {
    text-decoration: none;
    border-bottom: 1px dashed #eee;
}

acronym, abbr, dfn {
    border-bottom: 1px dashed #eee;
    font-style: normal;
}

/* blockquote {
    border-left: 5px solid #320000;
    margin: 1em 0;
    padding: 10px;
    background: #600000;
    width: 90%;
} */

code, pre {
    color: #f93;
    font-family: verdana, sans-serif;
}

.bild-links {
    float: left;
    margin: 0 15px 3px 0;
}

.bild-rechts {
    float: right;
    margin: 0 0 3px 15px;
}

.center {
    text-align: center;
}

.pagination {
    text-align: center;
    margin-top: 2em;
}

.search-button {
    font-size: 1em;
    font-weight: bold;
    border: 1px solid #300000;
    background: #800000;
    color: #ffc;
    padding: 1px 2px;
}

#commentform input {
    font-size: 1em;
    font-weight: bold;
    border: 1px solid #300000;
    background: #800000;
    color: #ffc;
    padding: 1px 2px;
}

#container {
    position: relative;
    clear: both;
    width: 730px;
    background: url(images/container.gif) repeat-y;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 10px; 
    text-align: left;
    border-bottom: 5px solid #8a0000;
    color: #eee;
    line-height: 1.3;
    
/*    min-height: 600px;*/
}


#header {
    height: 205px;
    background: url(images/header.jpg) no-repeat;
}

#header h1 {
    font: italic 22px georgia, serif;
    color: #fff;
    line-height: 200px;
    padding: 0 15px;
}

#header h1 a {
    color: #fff;
    text-decoration: none;
}

#content {
    padding-left: 20px;
    padding-bottom: 5px;
    font-size: 1.1em;
    position: relative;
    width: 496px;
    height: 100%;
    float: left;
    clear: left;
    }

#content p {
    line-height: 100%;
}

#content span {
    line-height: 100%;

}

#content h2 {
    font: italic 2.1em georgia, serif;
    margin-top: 20px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    color: #ffc;
}

#content h2 a {
    text-decoration: none;
}

#content h3 {
    margin: 0px 5px;
    font-size: 1.4em;
    color: #db5d1b;    
}

#content h4 {
    font-size: 1.3em;
    padding: 0;
    margin: 1em 0;
    color: #db5d1b;
    text-align: center;
    border: solid 1px #ffe;
    padding: 5px;
    width: 474px;
    margin-left: 5px;
}

#storycontent {
    position: relative;
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
    }

h4 a {
    color: #ffe;
    text-decoration: none;
}

h4 a:hover {
    color: #db5d1b;
    text-decoration: none;
}

#content h5 {
    font-size: 1.1em;
    padding: 0;
    margin: 1em 0;
}

#content .date {
    font-size: 1em;
    text-align: right;
    font-weight: bold;
}

#content .meta {
    font-size: .9em;
}

#content .feedback {
    margin: 15px 0 15px 0;
    text-align: right;
    padding-bottom: 10px;
    border-bottom: 1px solid #700000;
}

#navi {
    float: right;
    position: relative;
    width: 185px;
    padding: 0;
    margin: 15px 2 10px 0;
    }

#navi-innen {
    position: relative;
    float: right;
    width: 100%;  
    margin-top: 20px;  
}

#navi h2 {
    font: bold 1.4em veradana, sans-serif;
    margin: .8em 0 .2em 0;
    margin-top: 15px;
    text-decoration: underline;
    }

#navi ul {
    list-style: none;
    margin: .4em 0 .1em 0;
    margin-top: 10px;
    padding: 0px;
}

#navi ul li {
    margin-left: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 12px;
    padding: 5px;
}

#navi ul li ul {
    margin: .2em 0.4em .5em;
    
}

#navi a {
    text-decoration: none;
    font-weight: bold;
    
}

#navi .navi-search, #searchform input {
    margin-bottom: 3px;
    background: #eee;
    font-size: 12px;
    width: 165px;
    border: 1px solid #300000;
    }

#commentlist li {
    margin-bottom: 1.5em;
    padding-bottom: 1em;
    border-bottom: 1px solid #700000;
}

#commentform {
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #300000;
    background: #600000;
}

#commentform textarea {
    background: #eee;
    border: 1px solid #300000;
}

#commentform #email, #commentform #author, #commentform #url {
    font-size: 1.1em;
    background: #eee; color: #333;
    border: 1px solid #300000;
    width: 180px;
}

#footer {
    clear: both;
    margin-top: 5px;
    padding: 5px;
    text-align: center;
    font-size: 9px;
}

#footertext {
    color: #ffe;
}

/* *** Plugins *** */
.tags {
    margin: 1.5em 0;
    font-weight: bold;
    padding: 2px 0;
}

#wp_grins {
    margin-top: 2px;
}

.pagebar {
    text-align: center;
    line-height: 1.4;
    margin-top: 2em;
}

.pagebar .this-page {
    font-weight: bold;
}

.pagebar a {
    border: 1px solid #300000;
    background: #900;
    padding: 2px 5px;
    margin-bottom: 5px;
    text-decoration: none;
    color: #ffc;
}

.pagebar a:hover {
    color: #fff;
}