/*
Theme Name: wortgestalten
Theme URI: http://wort-gestalten.de
Author: Ina Baumbach
Author URI: http://baumbach-text.de
thanks for blank theme to: http://refueled.net
version: 1.1
*/



/* Basics */

*{margin:0; padding:0;}

body {
        background: #FFFFE1;
        font-family: verdana, arial, tahoma, sans-serif;
        font-size: 10pt;
        margin: 20px;
        }

h1 {font-size: 18pt;}
h2 {font-size: 14pt; margin-top:10px;}
h3 {font-size: 10pt; margin-top:10px; font-weight: 400;}
h4 {font-size: 9pt;}


/* Bilder und Diverses */

img { border: none; padding: 6px; }
img a {border:none;}

img.sidebar { float: left; border: none; padding: 6px; }
img.rsidebar { float: right; border: none; padding: 6px; }

blockquote {
        border-left:1px solid #A5ABAB;
        margin:15px;
        padding:0 12px 0 12px;
        }

code {
        margin:10px;
        font-family:"Courier New", Courier, monospace;}

strong        {
        color:#4F4F4F;
        background: #ffffe1;
        }



/* Links */

a {
        color: #BD111F;
        text-decoration:none;
        border: none;
        }

a:hover {
        color:#BD111F;
        text-decoration: underline; 
        border: none;
        }


/* Container */

#container {
        width: 920px;
        margin: 0 auto;
        padding: 6px;
        background:#FFFFE1;
        color:#3f3f3f;
        border: 1px solid #8F8686;
        overflow: hidden;
        }

/* Titelzeile, Header */

#header {
        background: #bd111f url(images/wortgestalten.jpg) no-repeat;
        width: 100%;
        height: 150px;
        color: #bd111f;
        padding: 0px 0 0px 0px;
        }

#header h1{
        font-family: palatino linotype, georgia, arial, times;
        font-size: 16pt;
        font-weight: 300;
        }
#header h1 a {color: #fff; text-decoration: none;}
#header h1 a:hover {color: #fff; text-decoration: none;}
#header h2{
        font-family: palatino linotype, georgia, arial, times;
        font-size: 10pt;
        font-weight: 300;
        color: #fff;
        }

/* Titel-Navigationsleiste */

#nav {
        padding: 0px 0 0 7px;
        margin: -29px 0 10px 0;
        width: 665px;
        height: 25px;
        background: #FFFFE1;
        font-family: verdana, arial, tahoma;
        font-size: 9pt;
        list-style: none;
        line-height: 1;
        border-bottom: 1px dotted #BD111F;
}

#nav ul { /* fuer alle Listen */
        padding: 0;
        margin: 0;
        list-style: none;
        line-height: 1;
}

#nav a {
        display: block;
        line-height: 14pt;
        padding: 4px 8px 2px 16px;
        color: #BD111F;
        text-decoration: none;
}

#nav a:hover {
        background-color:#fff;
        color: #bd111f;
}


#nav li { /* alle Listenpunkte */
        float: left;
}

#nav li ul { /* Aufklappmenu Unterliste */
        position: absolute;
        background: #fff;
        width: 135px;
        left: -999em;
        margin: 0;
        padding: 0;
        border-top: 1px dotted #BD111F;
}

#nav li:hover, #nav li.hover {
    position: static;
}


#nav li.page_item a {
          color:#bd111f;
          font-weight: normal;
          }

#nav li.current_page_item a {
          color:#bd111f;
          font-weight: 600;
          }

#nav li.current_page_parent a {
          color:#bd111f;
          font-weight: 600;
}

#nav li.current_page_ancestor a {
          color:#bd111f;
          font-weight: 600;
}


/* Aufklappmenu Liste */

#nav li ul a {
        background: #ffffe1;
        list-style: none;
        font-family: tahoma, verdana, serif;
        font-size: 8pt;
        font-weight: normal;
        text-align: left;
        padding: 6px 3px 6px 15px;
        width: 120px;
        letter-spacing: 1px;
        border-bottom: 1px dotted #BD111F;
        border-right: 1px dotted #BD111F;
        border-left: 1px dotted #BD111F;
}

#nav li ul a:hover {
        background: #fff;
        color: #bd111f;
}


#nav li:hover ul, #nav li.sfhover ul {
        left: auto;
}


#nav li ul.current_page_item a  {
          color:#bd111f;
          font-weight: 600;
          }


/* Inhalt Mitte, Content*/


#content {
        font-family: verdana, arial, tahoma, sans-serif;
        float: left;
        width: 610px;

        overflow: hidden;
        background: #FFFFE1;
        }

h2 {
        font-family: verdana, arial, tahoma, sans-serif;
        font-size: 12pt;
        font-weight: 500;
        color: #bd111f;
        background: #FFFFE1;
        }



.post {
        font-family: verdana, arial, tahoma, sans-serif;
        margin: 0 17px;
        padding:10px 10px 10px 5px;
        line-height: 14pt;
        background: #FFFFE1;
        }

.post h2 {
        font-family: verdana, arial, tahoma, sans-serif;
        font-size: 12pt;
        font-weight: 400;
        color: #3f0005;
        background: #FFFFE1;
        }

.post h2 a{
        color: #3f0005;
        text-decoration: none;
        background: #FFFFE1;
        }

.post h2 a:hover {
        color:  #bd111f;
        text-decoration: none;
        }

.post h3 {
        font-size: 10pt;
        font-weight: 600;
        color: #8F8686;
        background: #FFFFE1;
        }

.post p {
        font-size: 9pt;
        line-height: 1.6em;
        background: #FFFFE1;
        }

.post a {text-decoration:none;}

.post ul {margin:16px 0;}

.post li {
        margin: 0px 16px; 
        padding: 3px 0;
}

.post blockquote p {font-size:8pt; background:#fff; color: #7f7f7f}

.entry p {margin:12px 0;  background: #FFFFE1;}

.postmetadata {
        clear: both;
        background:#efefef;
        padding:6px;
        margin-top: 16px;
        border-left:solid 1px #A2A2A2;
        border-bottom:solid 1px #A2A2A2;
        }

#post-1 .postmetadata {
display:none;
        border-bottom:solid 1px #A2A2A2;
}

#post-1 {
        border-bottom:solid 1px #A2A2A2;
}

.post img {border: solid 1px #CFCFCF; padding: 6px; margin-right: 20px; }

.navigation {
        margin: 12px 0 20px 0;
        padding:2px;
        font-size:.9em;
        float:left;
        width:98%;
        }

.alignleft {float:left;}
.alignright {float:right;}

.pagetitle {}


/* Linke Seite Sidebar */

#sidebar {
        font-family: verdana, arial, tahoma;
        font-size:8pt;
        width: 250px;
        float:left;
        margin: 12px 0 24px 48px;
        padding: 0;
        }

#sidebar h2{
        font-family: verdana, arial, times;
        font-size: 10pt;
        text-align: left;
        color: #3f3f3f;
        font-weight: 600;
        background: #FFFFE1;
        margin: 0px;
        padding: 2px 5px;
}

#sidebar p {margin:0; padding: 0 6px 10px 15px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
        margin: 9px 12px 12px 3px;
        padding:0;
        list-style-type: none;
        }

#sidebar ul li {
        margin: 0 0 0 3px;
        padding: 0 0 0px 3px;
        line-height: 12pt;
        list-style-type: none;
        }

#sidebar ul ul {
        margin: 6px 0 14px 0px;
        padding: 0;
}

#sidebar ul ul li {
        list-style-type: none;
        line-height: 14pt;
        }


#sidebar ul ul ul {
        margin: 0;
        padding: 0;
}

#sidebar ul ul ul li {
        margin: 0 14px 0 14px;
        padding: 0;
        list-style-type: square;
        list-style-position: inside;
        color: #898989;
        border-right: none;
}

.textwidget {margin: 0 0 14px 4px; font-size:9pt;}

#widgettitle {
        font-family: verdana, arial, times;
        font-size: 10pt;
        text-align: left;
        color: #3f3f3f;
        font-weight: 600;
        background: #FFFFE1;
        margin: 14px 0px;
        padding: 14px 5px;
        }

.meta   {margin: 24px 0 14px 0;}

/*  Widget Tag Cloud */

#tag_cloud a, #tag_cloud a:link {color:#afafaf; text-decoration:none;}
#tag_cloud a:hover { text-decoration:underline; }


/* Rechte Seite Sidebar */

#rsidebar{
        font-family: verdana, arial, tahoma;
        font-size:8pt;
        float:left;
        margin: 12px 0 0 100px;
        padding: 0;
background-image: url(http://wort-gestalten.de/wordpress/wp-content/themes/wortgestalten/images/schiffchen5.jpg); background-repeat: no-repeat;
width:176px;
height:400px;
overflow: hidden;
        }

#rsidebar h2{
        font-family: georgia, verdana, times;
        font-weight: normal;
        font-size: 10pt;
        text-align: left;
        color: #000;
        margin: 0;
        padding: 0;
}

#rsidebar p {
        margin-left: 0px; 
        padding: 24px 6px 20px 12px;
        font-style: italic; 
        color: #bd111f;
        text-align:right;
        }

#rsidebar ul {
        margin:12px;
        padding:0;
        list-style-type: none;
        }

#rsidebar ul li {
        margin: 0;
        padding: 0;
        list-style-type: none;
        }

#rsidebar ul ul {
        margin: 6px 0 6px 12px;
        padding: 0;
}



#right ul ul li {
        list-style-type: none;
        list-style-position: inside;
        }


#rsidebar ul ul ul{

        margin: 0;
        padding: 0;

}


#rsidebar ul ul ul li{
        padding: 0 0 0 15px;
        list-style-type: square;
        color: #898989;
}



/* Kommentarfunktion, Comments */

#commentssection{
        clear: both;
        padding: 2px 12px;
        margin: 0;
        }

#commentssection h3 {
        font-family: georgia, times, verdana;

        font-size: 12pt;
        font-weight: 300;
        font-style: normal;
        color: #000;
        }

#commentform {
        background: #ffffe1;
        margin: 12px 12px 20px 12px;
        padding:20px;
        }

#commentform p {
        color: #000;
        }

#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #bd111f;line-height: 14pt;}

#commentform h3{
        font-family: georgia, times, verdana;

        font-size: 10pt;
        font-weight: 300;
        color: #000;
        }

#commentbox{
        width:75%;
        min-width:400px;
        margin:5px 5px 0 0;
        }

#author, #email, #url, #commentbox, #submit{
        background: #ffffe1;
        font-family: verdana, arial, times;
        font-size: 8pt;
        margin:5px 5px 0 0;
        padding: 6px;
        border: 1px solid #8f8686;
        }

#submit{margin:5px 5px 0 0;}


ol.commentlist {list-style-type: none;}

ol.commentlist li {
        background: #ffffe1;
        margin:10px 0;
        padding:5px 0 5px 10px;
        overflow: hidden;
        }

ol.commentlist li.alt {background: #efefef;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
        font-family: arial, verdana, tahoma;
        font-size: 9pt;
        font-weight: bold;
        font-style: normal;
        }

cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #8f8686;}


/* Suche, Search */

#searchform{
        padding: 6px 0 6px 6px;
        font-family: verdana, arial, times;
        }

#searchform input#s{
        font-family: verdana, arial, times;
        font-size: 8pt;
        padding: 2px;
        margin: 2px;
        border: 1px solid #8f8686;
        }

#searchform input#searchsubmit{
        font-family: verdana, arial, times;
        font-size: 7pt;
        padding: 2px;
        margin: 2px 0 0 2px;
        border: 1px solid #8f8686;
        background-color: #ffffe1;
        color: #797979;
        }

/* Fussleiste, Footer */



#footer {
        background:#BD111F;
        clear: both;
        width: 100%;
        margin-top:15px;
        border-top:solid 1px #efefef;
        font-family: verdana, arial, tahoma;
        font-size: 7pt;
        }

#footer p{padding:6px;margin: 0; color: #eee;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #eee;text-decoration: underline;}


/* Link Indication Plugin */

a.liexternal { padding-right: 12px; background: url(images/external.gif) no-repeat right; }
a.liwikipedia { padding-right: 14px; background: url(images/wikipedia.gif) no-repeat right; }
a.lidoc { padding-right: 18px; background: url(images/word.png) no-repeat right; }
a.limailto { padding-right: 18px; background: url(images/external.gif) no-repeat right; }
a.lipdf { padding-right: 12px; background: url(images/pdf.png) no-repeat right;  }

/* hasta la vista */