/*
Theme Name:     Simplicitas2013 (based on Twenty Thirteen)
Theme URI:      http: //thebloghouse.com
Description:    My child theme for the Twenty Thirteen theme
Author:                KYL
Author URI:     http: //thebloghouse.com
Template:       twentythirteen
Version:        0.1.0
*/

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


/** New **/

/* center images */
#content img.center { /* center images etc. */
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  float: none;
}


/* fix blockquote size */

.entry-content blockquote {
	font-size: 120%;
}


/** for story **/

#story p {
  margin-bottom: 18px;
}

#story p.title {
  display: none; /* since the post title will show */
}

#story p.subtitle {
    text-size: 120%;
    text-align: center;
    text-decoration: underline;
}

#story p.sectionheader {
  text-size: 150%;
  text-align: center;
  text-decoration: underline;
}
  
#story p.byline {
  text-align:right;
}

#story p.publication {
  font-style: italic;
  font-size: 75%;
}

#story p.divider {
  text-align: center;
}

#story p.section_header {
  font-size: 120%;
  text-align: center;
  text-decoration: underline;
}

#story p.smaller {
 font-size: 10pt;
}

#story p.indented {
  text-indent: 5%;
}

/* other modifications */
#story .code {
  font-family: Courier, Monospace;
}

/* overrides regular poetry */
#story div.poetry {
  font-style: italic;
}

#story div.chinesepoetry {
  border-style: dotted;
  border-width: 1px;
  padding:10px;
  margin:15px;
  line-height:1.3;
  font-style: regular;
}

#story div.blockquote {
  font-size: 90%;
}

#story div.authorsnote {
  font-size: 80%;
}

#story div.authorsnote p {
  line-height: 1.6em;
}

div.boxedlist {
  padding: 10px;
  font-size: 90%;
  margin: 10px;
}