/*
 Theme Name:   sempress Child
 Description:  sempress Child Theme
 Author:       Scott Jenson
 Author URI:   http://jenson.org
 Template:     sempress
 Version:      1.0.0
 Tags:         simple tweaks
 Text Domain:  sempress-child
*/

@import url("../sempress/style.css");

/* = Theme customization starts here -------------------- */

.page-header {
	display: none;
}
.single-post #sidebar {
	display: none;
}
.single-post #primary {
	width: 100%;
}
.single-post #nav-above {
	display: none;
}
.single-post .nav-previous {
	display: none;
}
.single-post .nav-next {
	display: none;
}
.single-post #comments {
	display: none;
}
.home #content #nav-above {
	display: none;
}
.home #content .entry-media img {
	display: none;
}
.home #content .autoexcerpt_thumb {
	width: 100px;
}

#site-title {
  font-size: 3em;
  letter-spacing: -1px;
}
.entry-header .entry-title, .entry-header .entry-title a {
  padding-top: 15px;
  font-size: 1.2em;
}
#content .post, 
#content .page {
    margin-bottom: 30px;
}
.entry-content, .entry-summary {
    font-size: 1em;
    line-height: 140%;
    font-weight: normal;
}
.widget {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

footer.entry-meta {
	display: none;
}
.byline {
	display: none;
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (max-width: 479px) {

  body #site-description, 
  .single-column #site-description, 
  .multi-column #site-description {
	display: block;
	font-size: 1em;
	line-height: 140%;
	margin: 0 0 10 0px;
  }
  body #site-title,
  .single-column #site-title,
  .multi-column #site-title {
  	font-size: 3em;
	margin-bottom: 5px;
	line-height: .5;
  }
  body .entry-header .entry-title a, 
  .single-column .entry-header .entry-title a, 
  .multi-column .entry-header .entry-title a {
    font-size: .8em;
    font-weight: normal;
}

  body #branding, .single-column #branding, .multi-column #branding {
    margin-top: 50px;
  }
}