/*
 * Theme Name:   TEN Twenty Sixteen Child
 * Theme URI:    https://utenportugal.org
 * Description:  UTEN Portugal theme based on Twenty Sixteen
 * Author:       Prentiss Riddle
 * Author URI:   https://utenportugal.org
 * Template:     twentysixteen
 * Version:      1.0.0
 * Tags:         
 * Text Domain:  twenty-sixteen-child
 * */

/* Tighten and highlight main nav */
#site-header-menu{
	margin: 0;
	background-color: #ddd;
	width: 100%;
	border-bottom: 4px solid rgb(26,26,26);
	border-top: 4px solid rgb(26,26,26);
}

/* Reduce white space above header image. Note that we moved it above title in header.php */
.site-header {
	padding: 1em 4.5455% 5.25em 4.5455%;
}

/* Fix weird list indention bug */
.entry-content ul, .entry-summary ul, .comment-content ul,
.entry-content ol, .entry-summary ol, .comment-content ol {
	margin-left: 1.25em /* !important */;
}

/* Hide authorship of news. Maybe should disable in a function instead. */
footer.entry-footer .byline, footer.entry-footer .cat-links {
	display: none !important;
}
div.entry-content div.author-info {
	display: none !important;
}

/* Hide free advertising for WordPress - grr */
#colophon { display: none; }