/*   
Theme Name: WaipouaChild
Theme URI:
Description: waipoua-kikuyumoja
Author: elmastudio & jke
Author URI: http://www.kikuyumoja.com/
Template: waipoua
Version: 1.0
Tags: Waipoua Child Theme
*/

/* Use @import, to borrow the style sheet from the Waipoua parent theme */
@import url('../waipoua/style.css');

/* Now you can start adding your own styles here. Use !important to overwrite styles if neccessary. */

/* jke: comment avatar eckig */
#comments .comment-avatar img.avatar {
	width:45px;
	height:45px;
        -moz-border-radius: 5px 5px / 5px 5px;
         border-radius: 5px 5px / 5px 5px;	
}

/* jke: author info bei single posts eckig */
.single-post .entry-meta .author-info img {
	display:inline-block;
	float:left;
	-moz-border-radius: 5px 5px / 5px 5px;
         border-radius: 5px 5px / 5px 5px;
}

/*jke: andere Farbe bei markiertem Text */
::selection {background: #138013; color: #ffffff;}
::-moz-selection {background: #138013; color: #ffffff;}

/*jke: BU links */
.wp-caption {
	width:auto !important;
	max-width: 100%;
	text-align: left;
}


