/**
 * Theme Name:     Affiliate Theme - Child
 * Theme URI:      http://www.endcore.com
 * Description:    Ein Child Theme für das Affiliate Theme
 * Author:         Christian Lang
 * Author URI:     http://endcore.com
 * Template:       affiliatetheme
 * Version:        1
 */

@import url('../affiliatetheme/style.css');

/*
 * BODY, TYPOGRAPHY, STUFF
 */
.alignleft { float: left; margin:0 15px 10px 0 !important; }
.aligncenter { display: block; margin: 0 auto 10px auto !important; }
.alignright { float: right; margin:0 0 10px 15px !important; }
.alignnone { float: none; display:block; margin:0 0 10px 0 !important; }
img[class*="wp-image-"] {  background: #fff !important;  border: 1px solid #ddd !important;  border-radius: 4px !important;  max-width: 100% !important;  padding: 4px !important; }