/* THIS STORES THE DEFAULT STATES OF THE CORE THEME STRUCTURE. */
/* RULES HERE SHOULD BE DESIGN-AGNOSTIC AND FOR FLESHING OUT CORE LEVEL POSTIVIE/NEGATIVE SPACE */

body { background: #eee; } 

/* TOPHAT / SUBFOOTER */
#section-tophat,
#section-sub-footer{ background-color: #111314; color: #eee; display: block; padding: 0.7rem 0 0.5rem; height: 4.8rem; line-height: 1.9;}

/* HEADER */
#section-header{ padding: 3rem 0;}
#section-header .sixteen{ }

#site-heading.left{margin-right: 1.5rem;}
#site-heading.right{margin-left: 1.5rem;}
#site-heading.center{float: none;}

/* CAPTION */
#section-page-caption{ }
#section-page-caption .sixteen{ }

/* SLIDER */
#section-slider{ }
#section-slider .sixteen{ }

/* CONTENT */
#section-content .container > .sixteen{background: white; padding: 3rem 2rem 2rem;}
#section-content .sixteen{ }

/* FOOTER */
#section-footer{ background-color: #232627; color: #fff; }
#section-footer .sixteen{ padding: 2rem 0; }

/* SUBFOOTER */
#section-sub-footer{}


/** 
* This will govern the base styling for all common theme elements 
**/

.sticky{}
.gallery-caption{}
.bypostauthor{}

/* SOCIAL ICONS LIST */
ul.social {
    display: inline-block;
    list-style: none outside none;
    margin: 0 1.5rem;
	}
	
	ul.social li {
	    display: inline-block;