/*
	For more information on how to use custom styles:
	http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS

	Author Name	: Christian Kohlhof
	Author Site	: http://www.kohlhof.de/kohlhof
	Style Name	: kohlhof standard  
	Style URI	:
	Version		: 1.2
	Comments	: für Firefox und IE ab Verison 7 (mit einigermaßen gleichem Layout)
*/


/* Globale Einstellungen */
body {
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    background-color: #fff;
}


#comment {
        width: 350px;
        border-style: solid !important;
        border-width: 1px;
        border-color: #bbb;
}

#commentform {
        width: 351px;
}

#current-content.hfeed {

        }


#header {
	/* Contains the H1 and menu */
         background-color: #C30;
         height: 230px;
	}

  }

#page {
	/* The entire design is contained within the 'page' id */

       border: none;	
}

#primary {
	/* Contains the main column */

	}


#sidebar-1 {
	/* The first sidebar */
	}
       
#sidebar-2 {
	/* The second sidebar */
	}
        

#submit, #searchsubmit, #s {
        border-style: double;
        border-width: 1px;
        border-color: #bbb;
        background-color: #eee;
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* Global Farbe für Überschriften: grau */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.entry-title a, .entry-title a:visited, .entry-tags a, .entry-tags a:visited, .entry-categories a, .entry-categories a:visited, .entry-edit a, .entry-edit a:visited, .current_page_item a, .current_page_item a:visited {
         color: #777;
}


/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* Hauptfarbe für Überschriften und Links */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

a, a:hover, a:visited, .entry-content a:visited, .entry-title a:hover, .entry-tags a:hover, .entry-categories a:hover, .entry-edit a:hover, .widget a, .widget a:hover, span .atd-entry-title a, .atd-entry-title a:hover {
         color: #C30;
}



/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* Blog-Titel */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

h1 a:hover, .blog-title a:hover {
         text-decoration: none !important;
}    
.blog-title a {
         font-size: 1.95em;
             color: #fff;
 }        

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* ARTIKEL-ÜBERSCHRIFTEN */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


h3, h1      {
         font-family: georgia,serif;
         text-align: left;
         }
         
h3 a, h1 a {
         font-size: 1.95em;
 }  

         
h3 a:hover {
         text-decoration: none !important;
}


h1.page-head {
         font-family: Verdana,sans-serif;
         text-align: left;
         font-size: 1.33em;
         font-style: normal;
         background-color: #bbb;
         text-color: #fff;
         padding: 0.3em;
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* ARTIKEL-DARSTELLUNG */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.hentry {
	/* Each entry is contained within the 'hentry' class */
        padding-bottom: 3em;
        margin-right: 3em !important;
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

.entry-content p strong {
        font-size: 1.14em;
        line-height: 1.23em;
        font-weight: bold;
}        
        
.entry-title a {
        color: #555;
        letter-spacing: 0.01em;
}


.entry-comments h4 {
        font-size: 1.85em;
        font-weight: 300;
        color: #666;
        letter-spacing: 0.03em;
}

a.post-edit-link:hover {
        background-color: #FC9 !important;
}
         

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* BILDER und BILDUNTERSCHRIFTEN */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.entrycontent img.originalgroesse {
         width: auto;
         height: auto;
}

.entry-content p img {
 
}

.wp-caption, .wp-caption:hover {
         width: 470px;
         padding: 0em; !important;
         border-style: none !important;
 }

.alignleft:hover, .alignnone:hover, .alignright:hover {
/*         width: 470px; */
         padding: 0em; !important;
         border-style: none !important;
 } 
 

.wp-caption img {
         height: auto;
}

.wp-caption-text {
         border-style: none; !important;
         background-color: #eee;
         font-size: 0.85em;
         line-height: 1.3em;
         padding-bottom: 30px;
}


p.wp-caption-text {
         font-size: 0.95em;
         letter-spacing: 0em;
         text-align: left;
         width: auto;
         padding-top: 10px;
         padding-left: 10px;         
         padding-right: 15px;
         padding-bottom: 22px;
}


/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* spezielle Formatierung für Schmidt-Kategorie */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.category-schmidt_shanghai .wp-caption img.originalgroesse {
         width: auto;
         height: auto;
}

.category-schmidt_shanghai .aligncenter img.size-medium {
         width: 370px;
         height: auto;
}

.category-schmidt_shanghai .alignleft p.wp-caption-text {
         font-size: 0.95em;
         letter-spacing: 0em;
         text-align: center;
         text-indent: 0px;
         width: auto;
         padding-top: 10px;
         padding-left: 10px;         
         padding-right: 10px;
         padding-bottom: 22px;
         margin-right: 1em;
}

.category-schmidt_shanghai .aligncenter p.wp-caption-text {
         font-size: 0.95em;
         letter-spacing: 0em;
         text-align: center;
         text-indent: 0px;
         width: 350px;
         padding-top: 10px;
         padding-left: 10px;         
         padding-right: 10px;
         padding-bottom: 22px;
}


.category-schmidt_shanghai  {
        background-color: #fff;
}

.category-schmidt_shanghai h3.entry-title {
        background: url('../../images/carsten_chinesisch_klein.jpg') no-repeat;
        background-position: left center;
        padding-left: 80px;
}

.category-schmidt_shanghai div.entry-content {
       padding-left: 70px;
       padding-right: 30px;

}

.category-schmidt_shanghai div.entry-content p {
       text-indent: 50px;
       padding-bottom: 2em;
}

.category-schmidt_shanghai div.entry-content p strong {
       text-indent: 0px;
}

.category-schmidt_shanghai div.entry-content p strong {
 }

.category-schmidt_shanghai div.entry-content img {
       width: 320px;
       height: auto;
}

.category-schmidt_shanghai div.entry-content img.social_img {
       width: 18px;
       height: 18px;

}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* SIDEBAR
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/* Icons bei den Meta-Links unter jeder Überschrift ausschalten */

.meta-start, .entry-edit, .entry-comment, .entry-tags, .entry-time {
        background: none !important;
}


.wp-tag-cloud li a:hover, .widget a, .widget a:hover {
         text-decoration: none !important;
}



.secondary {
	/* Contains both sidebars */

	}


.secondary h4 {
        /* Ueberschriften in der Sidebar */
        font-size: 1.4em;


        letter-spacing: 0.13em;
}


.sb-links ul li ul li {
        margin-left: -1em !important;
}
.widget ul li, .sb-comments ul li, .sb-meta ul li, .linkcat ul li, .sb-categories ul li, .sb-latest ul li, .widget_rrm_similar_posts ul li {
        /* Mehr uebersicht in der Sidebar durch luft und striche */
        padding-top: 0.4em;
        padding-bottom: 0.4em;
        border-top: 1px dashed;
        border-color: #bbb;
}

.widget ul li:hover, .sb-comments ul li:hover, .sb-meta ul li:hover, .linkcat ul li:hover, .sb-categories ul li:hover, .sb-latest ul li:hover, .widget_rrm_similar_posts ul li:hover, .wp-tag-cloud li a:hover {
        background-color: #FC9;
}


.widget, .sb-comments, .sb-categories, .sb-latest, .sb-meta, .linkcat, .widget_rrm_similar_posts {
        border-bottom: 1px dashed;
        border-color: #bbb;
}

.widget_stags_cloud a {
         color: #C30 !important;
}


/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* Socialbookmark-Links in den Asides verbergen */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.category-nebenbei div.social_bookmark {
        display: none !important;
}


form #searchform {
        padding-bottom: 2em;
}


/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* Formatierung für Kommentar-Quicktags */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.ed_button:hover {
         background-color: #FC9 !important;
}

input #ed_link .ed_button {
       color: #C30 !important;
}
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

