@charset "UTF-8";

/**
 * Theme Name:     TwentytwelveZedwoo
 * Theme URI:       http://www.zedwoo.de
 * Description:    Child theme for the Twenty Ten theme. Realized for a small tutorial to child themes in WordPress.
 * Author:         Michael Janssen
 * Author URI:     http://www.zedwoo.de/
 * Template:       twentytwelve
 * Version:        0.1.0
 */

@import url('../twentytwelve/style.css');

.site-content-splashpage {
margin-top: 100px;
}

img.header-image {
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
}

.form-with-boarder {
border: 1px solid black;
padding: 10px;
}
