/*
Theme Name: PRiNZ BranfordMagazine - Child Theme
Version: 1.0
Author: Your Name
Author URI: http://www.yoursite.com/
Template: branfordmagazine-pro
*/

/*** Read about child themes at the WordPress codex: http://codex.wordpress.org/Child_Themes ***/

@import url(../branfordmagazine-pro/style.css); /* Never delete this line */

/* Enter your custom styles below this line */

.post {
	padding: 1em;
  background-color: #fec;
}
.wp-caption {
    background-color: #fff;
    margin-right: 0;
}
.wp-caption p {
    text-align: left;
}
/* Sprachauswahl */
#sidelist .sidebar_widget:first-child h3 {
	color: white !important;
	background-color: #fff;
	text-align: center;
}
#sidelist .sidebar_widget:first-child ul {
	width: 100%;
}

#sidelist .sidebar_widget:first-child li {
	float:left;
	width: 50%;
}
#lang_sel_list {
  width: 100%;
}
#lang_sel_list li:nth-child(1+2n) {
	clear:left;
}
#lang_sel_list a, #lang_sel_list a:visited {
	border: 0px solid transparent;
}

/* clearfix für die Widgets */
.sidebar_widget:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.sidebar_widget { display: inline-block; }
html[xmlns] .sidebar_widget { display: block; }
* html .sidebar_widget { height: 1%; }


