/*
Theme Name: Current
Theme URI: http://www.helke-sander.de
Description: Regisseurin, Autorin.
Version: 0.0.1
Author: helke
Author URI: 
*/


/* Text einrücken entfernen: */
.hentry .entry img {
    border-style: none !important;
}

/* Trennlinie zwischen sidebar und hauptteil entfernen: */
#container {
    border:0 !important;
}

/* Artikelüberschriften in small caps setzen, und zentrieren */
.hentry h1 {
    font-size:2.0em;
    font-weight:bold;
    text-align:center; 
    font-variant:small-caps;
    margin:12px 0
}
.hentry h2 {
    font-size:1.8em; 
    font-weight:bold;
    text-align:center; 
    font-variant:small-caps;
    margin:12px 0}


/* make sure links even in widgets do not get underlined */
.widget a {
    font-variant:small-caps;
    text-decoration:none
}

/* and dampen submenu appearance on reload */
.dcjq-accordion ul li ul {display: none;}

/*header padding*/
#name {
    padding:10px;
}
#description {
    padding:10px;
}

body {
    font-size:12px;
}
