/*
Theme Name:     Catch Box Child
Theme URI:      http://example.com/
Description:    Child theme for the Catch Box theme
Author:         Author name here
Author URI:     http://example.com/about/
Template:       catch-box
Version:        1.0
*/

@import url("../catch-box/style.css");

div.cat {
  float: left;
  width: 180px;
  height: 250px;
  padding: 5px;
  margin: 30px 5px 10px 5px;
}

div.ad {
  float: right;
  width: 160px;
  height: 600px;
  margin: 0px 70px 0px 0px;
  border: 1px #888888 solid;
}

p.cat_style {
  font-size:14px;
}

.content-onecolumn #page {
	max-width: 978px;
