/*
 Theme Name:   Twenty Thirteen Child
 Theme URI:    http://example.com/twenty-thirteen-child/
 Description:  Twenty Thirteen Child Theme
 Author:       Gregory Avery-Weir
 Author URI:   http://example.com
 Template:     twentythirteen
 Version:      1.0.0
 Tags:         
 Text Domain:  twenty-thirteen-child
*/

/*
For older themes, and themes that do not use wp_enqueue_style() to enqueue their stylesheet, use the following line where twentyfourteen is the name of the directory where the theme resides:

Make sure you uncomment out this import line below if you want to include the parent CSS and the wp_enqueue_style() is not working. If you do not then you will not have any styling in your child theme from the parent theme.
*/



@import url("../twentythirteen/style.css");


/* =Theme customization starts here
-------------------------------------------------------------- */

nav.webcomics {
    text-align: center;
}

.webcomic-link {
    font-size: 2em;
}

.comment-list .children {
	padding-left: 30px;
	border-left: dotted 1px #999;
	margin-left: 0;
}

.leadimage {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.post-aside {
  width: 50%;
  float: right;
  margin-right: -60px;
  margin-left: 20px;
  clear: right;
}

@media (max-width: 1069px) {
.sidebar img.alignright, .sidebar .wp-caption.alignright {
  max-width: 50%;
}
.post-aside {
  margin-right: 0;
}}
