/*
 * Theme Name:     MakeWPPlugins.com Twenty Ten Child
 * Theme URI:      http://makewpplugins.com/
 * Description:    Child theme for MakeWPPlugins.com
 * Author:         Blair Williams & Paul Carter
 * Author URI:     http://blairwilliams.com
 * Template:       twentyten
 * Version:        0.0.1
 * */

@import url("../twentyten/style.css");

#site-title a {
  display: none;
}

#site-title {
  width: 447px;
  height: 56px;
  background-image: url(/wp-content/makewpplugins.png);
}

#branding img {
  display: none;
}

#content table {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

