/*
Theme Name: bautb
Template: wilson
Theme URI: http://bautagebuch.sgnied-trampolin.de/wp/wp-content/themes/wilson
Description: Anpassungen fuer bautagebuch
Author: Anke
Author URI: http://bautagebuch.sgnied-trampolin.de
Version: 1.0
*/

@import url('../wilson/style.css');

/* Sidebarposition */
.sidebar {
        padding: 7.5% 0;
	background: #228a55;
	margin-top: 0px;
}

.blog-menu {
	background: #97d84F;
}

.blog-menu a {
	color: #000;
}

/* Weiterlesen-Knopf dezenter */
a.more-link {
	background: #ddd !important;
	color: #040 !important;
}

/* Beiträge im Kalender hervorheben */
table#wp-calendar a {
	color: #ff4;
	border-radius: 3px;
	background: #232;
	padding: 2px;
	font-weight: bold;
}

/* Autoren ausblenden */
.post-author {display: none; } 
.date-sep {display: none;}
a span.comment { display: none; }
a.post-edit-link {padding-left: 2em;}


/* Keine Rahmen um Bilder */
img.alignleft, .alignleft img, img.aligncenter, .aligncenter img, img.alignright, .alignright img, img.alignnone {
    border: none !important;
    border-radius: 3px;
}

img { border-radius: 5px !important; border-style: none !important; }

/* Hauptmenü ausblenden */
div.blog-menu {
	display: none;
}

/* Luft rauslassen */
div.sidebar {
   padding-top:1em;
}

div.widget {padding-bottom: 20px; margin-bottom: 20px;}

.post:first-child {border-top: none !important;}

/* Abstände hervorheben */
.post {border-top: solid 4px #353E49 !important;}
.sidebar {border-right: solid 4px #353E49 !important; }

/* Links im Content */
.post-content a {color: #00aa00 !important;}