/*  
Theme Name: Teukros
Theme URI: http://teukros.de/
Description: The theme used by Teukros.de
Version: 1.0
Author: Timo Kissing
Author URI: http://teukros.de/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/*
    Colors used in this theme:

    #B3C3EF: background for everything that does not contain text;
*/

* {
    margin: 0;
    padding: 0;
}

html {
    background-color: #B3C3EF;
    height: 100%;
}

body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    background-color: #B3C3EF;
    margin: auto;
    height: 100%;
}

#header {
    background-color: #933;
    border-bottom: 1px solid #000;
    height: 2em;
    padding-top: 4px;
    width: 100%;
}

#header h1,
#header ul,
#header #searchform {
    float: left;
    font-size: 1em;
    margin: 4px;
    vertical-align: bottom;
}

#header h1 {
    font-family: Cursive;
    font-size: 1.2em;
    margin-top: -1px;
}

#header a {
    color: #eee;
    margin-right: 6px;
    text-decoration: none;
}

#header a:hover {
    text-decoration: underline;
}

#header .current-cat a,
#header .current_page_item a {
    text-decoration: underline;
}

#header li {
    display: inline;
    list-style-type: none;
}

#page {
    margin: auto;
    width: expression(window.this_is_ie6
        ? (document.body.clientWidth > 800 ? '800px' : 'auto')
        : 'auto');
    max-width: 50em;
}

#page a {
    text-decoration: none;
    color: #89e;
    background: #fff;
}

#page a:hover {
    color: #67c;
    background: #fff;
    text-decoration: underline;
}

#page h3 {
    margin-bottom: 6px;
}

.post {
    background-color: #fff;
    border-color: #333;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    margin-top: 4px;
    position: relative;
}

.post .post-title {
    background-color: #b3c3ef;
    border-color: #333;
    border-style: solid;
    border-width: 0 0 1px 1px;
    float: right;
    font-family: Cursive;
    margin: -1px -1px 0 6px;
    padding: 0.5em 6px 0.5em 6px;
    position: relative;
    z-index: 5;
}

.post .post-title a {
    color: #000;
    text-decoration: none;
}

.post .post-content {
    padding: 1.5em 6px 1em 6px;
}

.post .post-content p {
    padding-bottom: 0.5em;
}
.post .post-content ul {
    margin-left: 16px;
}

.post .rightpunch {
    background-color: #b3c3ef;
    border-color: #333;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    float: right;
    font-size: 1em;
    margin: 0 -7px 0 6px;
    margin-right: expression(window.this_is_ie6 ? '-4px' : '-7px');
    padding: 0.5em 6px 0.5em 6px;
    position: relative;
    width: 12em;
    z-index: 5;   
}

.post .leftpunch {
    background-color: #b3c3ef;
    border-color: #333;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    float: left;
    font-size: 1em;
    margin: 0 6px 0 -7px;
    padding: 0.5em 6px 0.5em 6px;
    min-width: 7em;
    max-width: 14em;
    z-index: 2;
}

#footer {
    margin-top: 6px;
}

#footer {
    margin: auto;
    text-align: center;
}
#footer p.permalink,
#footer p.permalink a {
    color: #555;
    font-size: 9px;
    text-decoration: none;
}
#loadingAni {
    height: 23px;
    margin: auto;
    width: 210px;
}
#loadingAni img {
    margin-top: 10px;
}

a img {
    border: none;
}

#referenzen dl {
    margin: 6px;
}

#referenzen dt {
    margin-bottom: 6px;
}

#referenzen dd {
    padding-left: 20px;
}

#referenzen dd a.thickbox {
    float: left;
    margin-right: 20px;
    margin-top: 6px;
    margin-top: expression(window.this_is_ie6 ? '2px' : '6px');
}
