/*
Theme Name:     Planet
Theme URI:      http://homeschool-planet.com/
Description:    Child theme for Homeschool Planet Help
Author:         Joe DeStefano
Author URI:     http://homeschool-planet.com/
Template:       twentyeleven
Version:        0.1.0
*/

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

.header-image {
    border-top: 2px solid #BBB;
}

article.category-faq .entry-header {
    padding-left: 60px;
    background: transparent url(images/faq-Q.png) 0 0 no-repeat;
}

article.category-faq .entry-header .entry-title {
    font-size: 18px;
}

article.category-faq .entry-content, article.category-faq .entry-summary {
    padding-left: 60px;
    background: transparent url(images/faq-A.png) 0 0 no-repeat;
    border-top: 1px solid #DDDDDD;
    padding-top: 20px;
    margin-top: 10px;
}

#site-title {
  padding: 0.5em 0 0;
}
#site-description {
  margin-bottom: 1em;
}
#branding #searchform {
  top: 0.5em;
}
#branding img {
  display: none;
}

.singular.page .hentry, .singular.single-post .hentry {
  padding-top: 0;
}

.helpify_thumbnail {
  float: left;
  margin-right: 0.5em;
}


body.single-post article.category-tutorials div.entry-content {
  width: 100%;
}

article.category-tutorials div.entry-content .helpify_video {
  text-align: center;
}

body.page-template-welcome-page-php #primary {
  margin-right: -26.4%;
}

body.page-template-welcome-page-php #content {
  margin-right: 34%;
  width: 58.4%;
}

body.category-tutorials #content {
  margin: 0 7.6%;
  width: auto;
}

body.category-tutorials article.category-tutorials {
  width: 424px;
  border-bottom: none;
}

body.category-tutorials article.category-tutorials td.tutorial {
  padding-bottom: 2em;
}

body.category-tutorials article.category-tutorials div.entry-content {
  padding: 0;
  line-height: 1.25;
  font-size: 0.85em;
  margin-right: 2em;
}

body.category-tutorials article.category-tutorials header {
  margin-right: 0.5em;
  margin-bottom: 0.25em;
}

body.category-tutorials article.category-tutorials .entry-header hgroup .entry-title {
  font-size: 1em;
}
