/*
Theme Name: Red Train (Swapped)
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>).  Modified by KTV to put the sidebar code after the content.
Version: 2.x
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
*/


/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */
@font-face {
  font-family: Diavlo;
  src: url('fonts/Diavlo_BOLD_II_37.otf') format("opentype");
  font-weight: bold;
}

/* From http://www.1001freefonts.com/sffedora.php */
@font-face {
  font-family: "SF Fedora";
  src: url('fonts/SF-Fedora.ttf') format("truetype");
  font-weight: bold;
}

body {
    background: #320000 url(images/hintergrund.png) repeat-x fixed;
    text-align: center;
    padding: 1em 0;
    font: 10pt Verdana, sans-serif;
}

a {
    color: #ffc;
}
a:visited {
    color: #cc9;
}

a:hover {
    color: #fff;
    text-shadow: #000 1px 1px 0, #000 1px -1px 0, #000 -1px 1px 0, #000 -1px -1px 0, #000 3px 3px 3px;
}

hr {
    display: none;
}

img {
    border: none;
}

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;
}

.center {
    text-align: center;
}

.pagination {
    text-align: center;
    margin-top: 2em;
}

input {max-width: 100%}
textarea {width: 100%}

/*
#searchsubmit, #commentform input[type="submit"], #commentform input[type="button"] {
    font-size: 1em;
    font-weight: bold;
    border: 1px solid #300000;
    background: #800000;
    color: #ffc;
    padding: 1px 2px;
} */

#container {
    margin: 0 auto;
    text-align: left;
    width: 730px;
    border-bottom: 5px solid #eee;
    background: url(images/container.png);
    color: #eee;
    line-height: 1.5;
}

#header {
    height: 0;
    overflow: hidden;
    padding: 205px 0 0 0;
    background: url(images/lightning-indy.jpg) no-repeat;
}

#header h1 {
    font: italic 48px "Arial Black", Georgia, Serif;
    text-shadow: #000 5px 5px 5px;
    color: #fff;
}

#header h1 a {
    color: #fff;
    text-decoration: none;
}

#navi {
    float: right;
    width: 200px;
    font: 9pt Calibri, Verdana, Arial, sans-serif;
    word-wrap: break-word;
}

#navi-innen {
    padding: 0 15px 10px 15px;
}

#navi h2 {
    font: bold 1.4em "SF Fedora", verdana, sans-serif;
    line-height: 1.4em;
    text-shadow: #000 1px 1px 0;
    margin: .8em 0 .2em 0;
}

#navi ul {
/* KTV tweaked to restore bullet points */
    margin: .4em 0 1em 0;
    padding: 0 0 0 2em;
}

#navi ul li ul {
    margin: .2em 0 .4em .5em;
}

#navi a {
    text-decoration: none;
    font-weight: bold;
}

#navi .navi-search {
    margin-bottom: 3px;
    background: #eee;
    font-size: 1em;
    width: 150px;
    border: 1px solid #300000;
}

#content {
    margin: 1em 15px 1.5em 15px;
    width: 500px;
    /* KTV - to fix navi */
    float: left;
}

#content h2 {
    font: italic 1.8em Diavlo, Georgia, Serif;
    text-shadow: #000 2px 2px 2px;
    margin: 5px 0;
}

#content h3, #content h4, #content h5 {
    font-family: Candara, sans-serif;
    text-shadow: #000 2px 2px 2px;
}

#content h2 a {
    text-decoration: none;
}
#content h2 a:visited {color: #ffc}
#content h2 a:hover {color: #fff}

#content h3 {
    margin: 1.2em 0 .4em 0;
    font-size: 1.4em;
}

#content h4 {
    font-size: 1.3em;
    padding: 0;
    margin: 1em 0;
}

#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;
}

.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;
    border: 1px solid #300000;
    width: 180px;
}

#footer {
    clear: both;
    margin: 3em 15px 0 15px;
    padding: 5px;
    text-align: center;
    font-size: .8em;
}

/* *** 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;
}


/* Customizations */
.widget #searchform {float: none}
.compat {display: none}

a img {border: none}

img.centered, img.aligncenter {display: block;margin-left: auto;margin-right: auto}
img.alignright {padding: 4px;margin: 0 0 2px 7px;display: inline}
img.alignleft {padding: 4px;margin: 0 7px 2px 0;display: inline}
.alignright {float: right}
.alignleft {float: left}
.feedback {clear: left}
#amzshcs {text-align: center}
.amzshcs-item {margin: 2px 0}

.avatar {float: left; margin: 0 3px 3px 0;}

.commentlist li {padding: .5em}
.commentlist .odd {background: #6f0000}
.commentlist .even {background: #850000}
.commentlist .bypostauthor {background: #400}


.comment, .button {list-style:none}

a.ktv-fn {padding: 3pt; margin: -3pt; text-decoration: none}

/* Twitter tools */
.aktt_tweet_digest li {margin-bottom: .5em}
a.aktt_tweet_time {text-decoration: none}

