/*  
Theme Name: Arno Geiger (Alles über Sally)
Theme URI: http://www.arno-geiger.de/
Description: Wordpress-Theme fuer die Websites des Autors Arno Geiger. Design 'Alles über Sally'.
Version: 1.1
Author: literaturcafe.de
Author URI: http://www.literaturcafe.de

CSS-Columns-Positionierung von Maik

*/

* { /* Mit Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
margin: 0;
padding: 0;
font-family:arial,helvetica,sans-serif;
font-size:13px;
}

body {
text-align: center; /* Für IE 5.01 & 5.5, um die Box #wrapper horizontal zu zentrieren */
}

div {
text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */
}

html, body {
height: 100%;
}

/* DIV-Boxen */

div#wrapper {
position: relative;
margin: 0 auto;
width: 800px;
min-height: 100%;
height: auto !important;
height: 100%;
background: url('images/back.gif') repeat-y;
}

div#rightCol {
width: 221px;
float: right;
}

div#centerCol {
margin: 0px 221px 0px 0px;
}

div#rightCol, div#centerCol {
padding-bottom: 40px;
}

div#footer {
clear: both;
position: absolute;
bottom: 0;
width: 800px;
height: 40px;
background: #fff;
text-align:left;
margin-left:10px;
}

div#footer p, div#footer a, p#footer {
font-size:11px;
color:#aaaaaa;
text-decoration:none;
}

/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#sidebar h2 {
display:none;
}

#sidebar ul li {
list-style: none;
}

#sidebar ul li a {
border-left:6px solid #d74c32;
color:#000000;
display:block;
font-size:12px;
height:16px;
margin-top:1px;
padding:3px 2px 0px 3px;
text-decoration:none;
}

#sidebar ul li ul li a {
border-left:6px solid #b7b7b7;
color:#000000;
display:block;
font-size:12px;
height:16px;
margin-top:0px;
padding:1px 2px 0px 10px;
text-decoration:none;
}

#sidebar ul li a:hover, #sidebar ul li ul li a:hover {
background:#f4f2ed;
color:#b7b7b7;
}

#sidebar ul li.current_page_item a, #sidebar ul li ul li.current_page_item a {
background:#f4f2ed;
font-weight:bold;
}

#sidebar ul.feeds a {
text-decoration:none;
color:#000000;
}

#sidebar ul.feeds {
margin:10px 0px 0px 10px;
}


#sidebar ul.feeds a {
text-decoration:none;
color:#000000;
}

#sidebar ul.feeds a:hover {
text-decoration:none;
font-weight:bold;
color:#000000;
}

.cover {
margin-bottom:4px;
}

.partnertext {
font-size:11px;
margin:5px 0px 5px 10px;
}

.partnerlogo {
margin: 0px 0px 7px 10px;
}

#kopfbereich {
background:#f0f0f0;
padding: 10px;
}

#inhalt {
  padding:10px
}

#inhalt p {
margin-bottom:6px;
}

#inhalt h2 {
margin-bottom:3px;
}

#inhalt h2 a {
text-decoration:none;
color:#000000;
font-weight:bold;
}

#inhalt a {
text-decoration:none;
color:#d74c32;
}

#inhalt a:hover {
text-decoration:underline;
color:#d74c32;
}


.geiger {
color:#d74c32;
font-size: 42px;
text-transform: uppercase;
line-height:35px;
text-decoration:none;
font-weight:normal;
}

.sally_titel {
color:#000000;
font-size: 30px;
margin-top:10px;
text-decoration:none;
font-weight:normal;
text-transform:uppercase;
}

.abstand_titel {
margin-top:15px;
}

.kurzinhalt {
color:#3c3c3c;
text-decoration:none;
}

.portrait {
margin-right:8px;
border:1px solid #CACACA;
}

.trenner {
height:1px;
overflow:hidden;
background: #d74c32;
width:100%;
margin-bottom:6px;
margin-top: 6px;
}

* html .trenner {width:98%;}

* html .iebreite {width:555px;}

.datum {
font-size:11px;
color:#aaaaaa;
}

.podPress_content a, #podPressPlayerSpace_1_PlayLink {
font-size:11px;
text-decoration:none;
color: #d74c32;
}

.podPress_content  {
margin-bottom: 6px;
}

.breadcrumb {
font-weight:bold;
margin-bottom:3px;
}

.breadcrumb a {
text-decoration:none;
color: #d74c32
}

.breadcrumb a:hover {
text-decoration:underline;
color: #d74c32
}

.feedicon a
    {
    margin:  0px 10px 0px 0px;
    display: block;
    background: url('images/feed-icon-12x12.gif') no-repeat 0px 1px;
    padding-left: 18px;
    height:  14px;
    }

.feeditunes a
    {
    margin:  0px 10px 0px 0px;
    display: block;
    background: url('images/feed-icon-itunes-12x12.gif') no-repeat 0px 1px;
    padding-left: 18px;
    height:  14px;
    }
.preis img {
margin-right:8px;
}

.more-link {
    font-weight:bold;
}

blockquote {
    border-left:4px solid #CECECE;
    font-weight:bold;
    margin-top:10px;
    padding-left:4px;
}

.einsender {
    color:#999999;
    margin-left:10px;
    text-align:right;
}

