/*
Theme Name:     RC-Biggesee.de
Theme URI:      http: //www.WiSchOnline.de
Description:    Ruderclub Biggesee e.V.
Author:         WiSch GbR
Author URI:     http: //www.WiSchOnline.de
Template:       twentyeleven
Version:        0.1.0
*/
@import url(style_reset.css);
@import url(../twentyeleven/style.css);

/* Allgemeines Layout */
#page {
  min-width: 995px;
}

/* Sidebar auch auf Artikelseiten anzeigen (Auch Anpassungen in single.php und functions.php) 
   Quelle: http://www.transformationpowertools.com/wordpress/twenty-eleven-sidebar-on-single-posts-and-pages */
.single #author-info {
    background: #f9f9f9;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 2.2em 0% 0 0%;
    padding: 20px 35.4%;
}
#respond {
width: auto;
}
.commentlist {
width: auto;
}
.commentlist > li.comment {
margin: 0px 0px 20px 102px;
width: auto;
}   

/* Kopfzeile komplett ausblenden */
#branding {
  padding-bottom: 0;
  z-index: 90;
}
#branding hgroup {
  display: none;
}
/* Suchfeld */
#branding #searchform {
  top: 19.5em;
  right: 125px;
  background: #E2E2E2;
  width: 100px;
}
#branding #s {
  width: 100px;
}
input#s {
  background-color: #E2E2E2;
}
/* Navigation */
#access {
  background: #000000;
}

/* Login - Logout */  
.login {
  position: absolute;
  right: 10px;
  top: 19.5em;
}
#branding .login img {
  width: 32px;
  height: 32px;
  display: inline;
}
}
.page_item {
  float: left;
  padding-right: 20px;
}
input[type="text"], input[type="password"], textarea {
  padding: 3px;
}

/* Event Calendar */
ul.ec3_events {
  list-style: none;
}
.widget ul {
    font-size: 13px;
    padding-left: 15px; 
}