/*
Theme Name: Twenty Sixteen Child
Theme URI: http://steve-albin.com/
Author: Steve Albin and the WordPress team
Author URI: http://steve-albin.com/
Template:     twentysixteen
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


body {font-family:Verdana, sans-serif; 
	color:#000; 
	background-color: blue;
	line-height: 1.50;
}
/* 
div#page {background-color: #C6F;}
div#site-inner  {background-color: #C6F;}
.site-header {padding: 1em 4.5455%; font-family:Acme;}
 */
hr { height: 10px;
	background-color: blue;
	border:none;
}
p.site-description {display:none;}
.site-title {font-size:72px;}

/* ***************************** /
/* HEADER */
.header-image {float:left; margin-top:0px;}
div#hdr-text {
	font-weight:bold;
	float:left;
	font-family: 'Orbitron', sans-serif;
	font-size:48px;
	padding-left:40px;
}
#site-header-menu {clear:left;}

/* Maintenance Tables */
table.maint-table {
	border-collapse:collapse;
	border: none;
}
table.maint-table  td {
	padding-top:2px;
	padding-bottom:2px;
	border: none;
}
table.maint-table tr:nth-child(even) {background: #CCC}
table.maint-table tr:nth-child(odd) {background: #FFF}

/* RULES PAGE */
 ol#main-list li {padding-top:10px;}
 ol#sub-alpha-list li {
 	list-style: upper-alpha;
 	padding-top:5px;
 	font-size:.9em;
 }
  ol#sub-num-list li {
 	list-style: decimal;
 	padding-top:3px;
 	font-size:.8em;
 } 
 
 /* NEWS Postings  */
 
span.author.vcard  {
 	display:none;
 } 

/********************************/
/*  Juristictional Guidelines Table */

table#checklist {border-collapse:collapse;
	table-layout:auto;}
table#checklist td {
	text-align:center;
	border:1px solid black;
	}
table#checklist td.col1 {font-weight:bold; width:70%; text-align:left;}
table#checklist td.indent-col {padding-left:20px;}
table#checklist td.indent-col-twice {padding-left:40px;}
table#checklist td.table-notes {font-style:italic;
	text-align:left;
	}
