/*
Theme Name: Sphinx
Theme URI: http://www.sphinx.at/
Description: Das Standard-Design der Sphinx Blogs
Version: 1.0
Author: Marianna Raters-Salchinger
Author URI: http://www.smac.at/
Tags: blue/red, white, custom header, fixed width, two columns, widgets

    Kubrick v1.5
     http://binarybonsai.com/kubrick/

    This theme was designed and built by Michael Heilemann,
    whose blog you will find at http://binarybonsai.com/

    The CSS, XHTML and design is released under GPL:
    http://www.opensource.org/licenses/gpl-license.php

*/

body {
    margin: 0;
    padding: 0;
    font-size: 70%;
    color: #3E3E40;
    font-family: verdana, arial, sans-serif;
    }

small {
    font-size: 0.9em;
    line-height: 1.5em;
    }

h1, h2, h3 {
    /*font-family: "Times New Roman", Times, serif;*/
    font-family: arial, helvetica, sans-serif;
    color:#01506F;
    font-size:100%;
}

h1 {
    font-size:1.8em;
    font-weight:lighter;
}

h2 {
    font-size:1.6em;
    font-weight: bold;
}

h3 {
    font-size:1.4em;
    font-weight:bold;
    padding-top:5px;
    margin-bottom:5px;
}

h1 a, h2 a, h3 a {
    text-decoration:none;
    color:#01506F;
}

a {
    color:#01506F;
}

a:visited {
    color:#7A7A7A;
}

.schwarz {
    color:black;
}

hr {
    display:none;
    padding:0;
    margin:0;
    margin-top:1em;
    clear:both;
    height:1px;
    background: none;
    border:none;
    border-bottom:dotted 1px #AFB0B2;
}

hr.standard {
    display:block;
}

hr.kommentare {
    display:block;
    margin-top:3em;
}

code {
    font-family:courier;
    font-size:100%;
}

pre {
    background:#F7F7F7 none repeat scroll 0 0;
    border-bottom:1px dotted #AFB0B2;
    border-top:1px dotted #AFB0B2;
    color:blue;
    display:block;
    font-family:courier;
    font-size:x-small;
    line-height:1.2em;
    margin:1em 0;
    padding:10px;
    white-space:pre-wrap !important;
}

pre.sourcecode {
    font-size: 100%;
    margin: 0px;
    border: 0px;
    padding: 0px;
    background: none;
    line-height: 0px;
}

div.sourcecode {
    visibility: hidden;
}

/*######################
+++ Struktur +++
######################*/

.trenner {
    height:1px;
    display:block;
    clear:both;
    font-size:1px;
    background: url('images/hg-page.gif') repeat-y top left;
}

#footer .trenner {
    background:none;
}


#blog {
    background: #F2F7FC url('images/hg.gif') repeat-x top left;
    margin: 20px auto;
    padding: 0;
    width: 960px;
}

#page {
    text-align: left;
    width: 960px;
    background: url('images/hg-page.gif') repeat-y top left;
    }


#header {}


#headerimg {
    position:relative;
    margin: 0;
    height: 220px;
    width: 960px;
    background: white url('images/apex-header.jpg') no-repeat top left;
    }


#headerimg h1, #headerimg .description {
    position:absolute;
    bottom:21px;
    left:210px;
    font-size: 1.8em;
    color:#00516F;
    width:800px;
    text-align:left;
    /*font-family: "Times New Roman", Times, serif;*/
    font-family: arial, helvetica, sans-serif;
    font-weight:lighter;
    margin:0;
}

#headerimg a, #headerimg .description a {
    color:#00516F;
    font-weight:bold;
    padding:0;
}


#headerimg .description {
    left:180px;
    width:60px;
    text-align:right;
    color:#E95F0E;
}

#headerimg .description a {
    color:#E95F0E;
    text-decoration:none;
}


#headerimg #suche {
    position:absolute;
    bottom:20px;
    left:30px;
}

#headerimg #logo {
    position:absolute;
    top:18px;
    left:28px;
}

#headerimg #balken {
    position:absolute;
    top:0px;
    right:0px;
}

#content {
    width:623px;
    float:left;
    padding:0px 25px;
}

#sidebar {
    padding: 0px;
    width: 281Px;
/*    width: 286px; */
    float:right;
}

#footer {
    background: #F2F7FC;
    padding: 0.5ex 0 0 0;
    margin: 0 auto;
    width: 960px;
    clear: both;
    border-top: solid 1px #01506F;
    border-bottom: solid 1px #01506F;
    }

#sidebarpowered span {
    display:block;
    padding-bottom:0.9ex;
}

.striche {
    padding:1ex 0;
    border-top:dotted 1px #AFB0B2;
    border-bottom:dotted 1px #AFB0B2;
}


#wp-calendar #prev a, #wp-calendar #next a {
    font-size: 9pt;
    }

#wp-calendar a {
    text-decoration: none;
    }

#wp-calendar caption {
    font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    text-align: center;
    }

#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
    }

.smallattachment {
    text-align: center;
    float: left;
    width: 128px;
    margin: 5px 5px 5px 0px;
}

.attachment {
    text-align: center;
    margin: 5px 0px;
}

.postmetadata {
    padding-top: 5px;
    clear: both;
}

.clear {
    clear: both;
}


p img {
    padding: 0;
    max-width: 100%;
    }

/*    Using 'class="alignright"' on an image will (who would've
    thought?!) align the image to the right. And using 'class="centered',
    will of course center the image. This is much better than using
    align="center", being much more futureproof (and valid) */

img.centered {
    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
    }
/* End Images */




.postmetadata ul, .postmetadata li {
    display: inline;
    list-style-type: none;
    list-style-image: none;
    }


/* End Entry Lists */



/* Begin Form Elements */
#searchform {
    margin: 10px auto;
    padding: 5px 3px;
    text-align: center;
    }

#sidebar #searchform #s {
    width: 108px;
    padding: 2px;
    }

#sidebar #searchsubmit {
    padding: 1px;
    }

.entry form { /* This is mainly for password protected posts, makes them look better. */
    text-align:center;
    }

select {
    width: 130px;
    }

#commentform input {
    width: 170px;
    padding: 2px;
    margin: 5px 5px 1px 0;
    }

#commentform textarea {
    width: 100%;
    padding: 2px;
    }

#commentform #submit {
    margin: 0;
    float: right;
    }
/* End Form Elements */



/* Begin Sidebar */


#sidebar form {
    margin: 0;
    }


#sidebar .contactperson h2 {
    cursor: default;
}

/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
    empty-cells: show;
    margin: 10px auto 0;
    width: 155px;
    }

#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
    }

#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
    }

#wp-calendar a {
    display: block;
    }

#wp-calendar caption {
    text-align: center;
    width: 100%;
    }

#wp-calendar td {
    padding: 3px 0;
    text-align: center;
    }

#wp-calendar td.pad:hover { /* Doesn't work in IE */
    background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
    cursor: help;
    }

acronym, abbr {
    border-bottom: 1px dotted #999;
    }

blockquote {
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 5px solid #ddd;
    }

blockquote cite {
    margin: 5px 0 0;
    display: block;
    }

.center {
    text-align: center;
    }

.hidden {
    display: none;
    }

a img {
    border: none;
    }

.navigation {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 35px;
    }
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
/*
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;*/
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}
/* End captions */


/*######################
+++ Sphinx +++
######################*/

/*######################
+++ Navigation +++
######################*/

#navigation {
    position:relative;
    width:960px;
    height:18px;
    background:white;
}

#navigation ul {
    /*position:absolute;
    right:60px;*/
    float: right;
    bottom:0px;
    padding:0;
    margin:0;
}

#navigation ul li {
    list-style:none;
    float:left;
    padding:3px 12px;
    background:#00516F;
    color:white;
    margin-left:4px;
}

#navigation ul li.current_page_item {
    background:#80B5DE;
}

#navigation a {
    color:white;
    text-decoration:none;
}

#navigation ul ul {
    display:none;
}


/*######################
+++ Beitraege +++
######################*/

.post {
    margin: 2em 0;
    padding: 0 0 5px 0;
}

.meinbild img {
    max-width:200px;
    height:auto;
}

.headline {}

.headline img {
    border: solid 1px #01506F;
    float:left;
    margin:0 15px 10px 0;
}

.headline h2 {
    font-size:1.6em;
    padding:0ex 0 0.5ex 0;
    margin:0;
}

.infos {
    padding:0;
    margin:0;
    color:#707173;
}

.infos ul {
    margin:0;
    padding:0;
    padding-top:5px;
}

.infos ul li {
    list-style:none;
    padding-bottom:1px;
}

.entry {
    clear:both;
    line-height:1.4em;
}



/*######################
+++ Kommentare +++
######################*/

.commenttext, .commentimage, .commentheader {
    float:left;
}

.commentimage {
    width:60px;
}

.commentimage img {
    border:1px solid #01506F;
}
.commenttext {
    width:540px;
}

.commentlist {
    padding: 0;
    text-align: justify;
}

ol.commentlist {
    list-style:none;
    margin:0;
    padding:0;
    padding-top:1em;
}

ol.commentlist li {
    padding:10px;
    background-color: #F2F7FC;
}

ol.commentlist li.alt {
    background-color: white;
}

ol.commentlist p {
    margin-bottom:0;
}

.commentmetadata {
    float:right;
    font-weight: normal;
    color:#707173;
}

#commentform p {
    margin: 5px 0;
}

.nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
}


/*######################
+++ Suche +++
######################*/

#suche form {
    margin:0;
    padding:0;
}

#suche label {
    text-align:left;
    margin:0;
    padding:0;
    display:block;
    padding-bottom:0.5ex;
    font-weight:bold;
}

#suche #searchsubmit {
    border:none;
    background:none;
    font-style:italic;
    text-align:left;
    width:2em;
    padding:0;
    border:0;
    margin:0;
    font-size:110%;
    font-style:italic;
    cursor:pointer;
}

input {
    font-size:95%;
}

#suche input {
    width:128px;
    font-size:90%;
    margin:0
}

/*######################
+++ Sidebar +++
######################*/
#anmeldung {
    padding:8px 20px 6px 20px;
    background: #F2F7FC;
    border-bottom:solid 1px #01506F;
}

#anmeldung ul {
    padding:0;
    margin:0;
}

#anmeldung ul li {
    padding: 0 0 5px 7px;
    margin:0;
}

#anmeldung ul li.rss {
    background: url('images/rss.gif') no-repeat center left;
}

#anmeldung ul li a {
    color:#01506F;
    /*font-family: "Times New Roman", Times, serif;*/
    font-family: arial, helvetica, sans-serif;
    font-weight:lighter;
    text-decoration:underline;
}

#anmeldung ul li a:visited {
    color:#7A7A7A;
}

#sidebarrahmen {
    padding: 0px 20px 0px 20px
}

#sidebarrahmen a {
    color:black;
}

#sidebarrahmen a:visited {
    color:#7A7A7A;
}

#basic-accordian {
    margin-top:20px;
}

#sidebarpowered {
    margin:3em 0 2em 0;
}

#sidebarpowered li {
    border-top:dotted 1px #949494;
    border-bottom:dotted 1px #949494;
    background: url('images/pfeile-blau.gif') no-repeat center right;
    margin:-1px 0 0 0;
    padding:6px 0 2px 0;
}


#sidebar ul, #sidebar ul ol {
    margin: 0;
    padding: 0;
}

#sidebar ul li {
    list-style-type: none;
    list-style-image: none;
}

#sidebar ul ul, #sidebar ul ol, #basic-accordian ul {
    padding:12px 0 6px 0;
}

#sidebar ul ul li, #sidebar ul ol li, #basic-accordian ul li {
    background: url('images/pfeile-orange-klein.gif') no-repeat 4px 2px;
    padding: 0 0 10px 24px;
}

#sidebar h2 {
    font-family: verdana, arial, sans-serif;
    font-size:1.2em;
    padding-bottom:0.4ex;
    border-top:dotted 1px #949494;
    border-bottom:dotted 1px #949494;
    color:#7A7A7A;
    background: url('images/pfeile-blau.gif') no-repeat center right;
    margin:-1px 0 0 0;
    padding:6px 0;
    cursor:pointer;
}

#basic-accordian h2 a {
    color:#7A7A7A;
}

#sidebar .header_highlight h2 {
    color:#E95F0E;
    background: url('images/pfeile-orange.gif') no-repeat center right;
}



/*######################
+++ Fusszeile +++
######################*/
#footer ul {
    margin:0;
    font-size:10px;
    padding:3px 0 3px 25px;
    float:left;
}

#footer ul li {
    float:left;
    list-style:none;
    color:black;
}

#footer ul li a {
    color:black;
    text-decoration:none;
}

#footer ul li a:visited {
    color:#7A7A7A;
}

#powered {
    float:right;
    position:relative;
    padding-right:12px;
}

#powered .schrift {
    position:absolute;
    font-size:10px;
    left:-90px;
    width:80px;
    bottom:7px;
    text-align:right;
}


/*######################
+++ Fuer Link Indication plugin +++
######################*/
a.liexternal {
    padding-right: 12px;
    background: url(images/link-icon_external.gif) no-repeat right;
}

a.lipdf {
    padding-right: 12px;
    background: url(images/link-icon_pdf.png) no-repeat right;
}


/*######################
+++ �bersicht +++
######################*/

.ddsg-wrapper ul {
    margin:0em 0 0em 0;
    padding:1.5em;
}


.ddsg-wrapper ul li {
    list-style: url(images/kasten.gif);
    padding: 0 0 1ex 0.3em;
}

.ddsg-wrapper ul li.kein {
    list-style: none;
    list-style-image: none;
    padding-top: 1ex;
}


.ddsg-wrapper ul h2 {
    font-size:1.4em;
    margin:0;
    paddding:0;
    padding-top:0.5em;
    font-weight:bold;
}

.ddsg-wrapper ul ul h2 {
    font-size:1.2em;
}

td h1, td h2, td h3 {
    margin:0;
    padding:0;
}







