/*	Theme Name: myweaver
	Template: weaver-ii
	Author: wb
	Version: 1.0
	Updated: 2014-02-28 00:02:39
*/

/*	BEMERKUNG 
	weaver II = ist das Eltern-Theme 
	myweaver II = das neue Child-Theme muss im Backend aktiviert werden
*/



@charset "UTF-8";
@import url('../weaver-ii/style.css');

/* Meine Listenelemente */
ul.music {list-style-type:none;}
ul.music a {float:left;width:140px;}
ul.music li {clear:left; /*border:0.1px solid #333*/;margin-top:2px;}
.artist {color:#900;float:left;width:120px;}
.composer {color:#090;float:left;width:120px;}

/* Die nachfolgende CSS-Auszeichnungen überschreiben die entsprechenden Angaben des oben importierten Stylesheets des Eltern-Themes. */
#wrapper {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	margin: auto;
	max-width: 980px;
	padding: 0;
}
.title-description {
	border: 0 solid rgba(0, 0, 0, 0);
}
h1, h2, #content .entry-header h1, #content .entry-header h2 {
	font-size: 100%;
}
#content {
	min-height: 500px;
}
#infobar {
	display:none;
}    
#sidebar_primary {
	display:none;
}
#container_wrap.container-page.equal_height.right-1-col {
	width: 100%;
}
#container_wrap.right-1-col {
	width: 100%;
}
header.entry-header {
	display: none;
}
.entry-content, .entry-summary {
	padding: 0;
}
body {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #222222;
	font-family: "Helvetica Neue", Helvetica,sans-serif;
	font-size: 12px;
	line-height: 1.3;
	margin: 0;
	padding: 0px;
}
#content {
	font-size: 130%;
}
#branding, #wrapper {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
#header_image {
	height:100%;
}
#main {
	background: none repeat scroll 0 0 #FFFFFF;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	padding: 1em 0 0;
}
h1#site-title, h2#site-description {
	margin: 0;
}
p, #content p {
	margin-bottom: 0;
}
.menu_bar li {
        font-variant: small-caps;
}
.wp-caption {
	margin-bottom: 0;
}
.wp-caption .wp-caption-text {
        padding-bottom: 0;
}
#content table, #content tr td {
    padding: none;
    border: none;
}
.marg_top_1 {
  margin-top: 1.2em;
} /*Dies ist ein Abstandshalter oder Enter zw. den Absätzen/Objekten*/