/*
Theme Name: My Child 1
Description: My magnificent Child Theme
Author: Dennis Kopp
Version: 1.0
Template: catch-box
*/

@import url('../catch-box/style.css');

/* Search Form */
#branding #searchform {
	display: none;
}
body {
	background: #fff;
}
#page {
	background: #eee;
	-moz-border-radius: 5px;
    border-radius: 5px;
}

