/*body            { font-family: sans-serif; background: #eee; }*/
*				{ box-sizing: border-box; }
/*body			{ font-family: FontAwesome; background: #eee; }*/
body		{ font-family: Open Sans, sans-serif; font-weight: 300; }
a, h1, h2       { color: #377ba8; }
h1, h2          { font-family: 'Georgia', serif; margin: 0; }
h1              { border-bottom: 2px solid #eee; }
h2              { font-size: 1.2em; }
code			{ font-size: 90%; }
blockquote		{ font-size: 90%; line-height: 120%; overflow: auto; }

#nav			{ margin: 0; padding: 0; width: 90%; margin-left: auto; margin-right: auto;
				  background-color: #333; }

#nav::after		{ content: ""; clear: both; display: block; }

#nav > ul		{ list-style-type: none; background-color: #333; padding: 0 }
#nav > ul > li	{ }
#nav > ul > li > a
				{ display: block; color: white; text-align: center; padding: 14px 0px; text-decoration: none; }
#nav > ul > li > a:hover:not(.active)
				{ background-color: #666; }

.active
				{ background-color: #4CAF50; }

#main-content	{ width: 90%; margin-left: auto; margin-right: auto;
				  background: white; line-height: 150%; }
				  
#main-content::after
				{ content: ""; clear: both; display: block; }
				  
#content-pane	{ width: 90%; margin-left: auto; margin-right: auto;
				  padding-top: 32px; padding-bottom: 64px; margin-bottom: 64px; }

#content-pane::after
				{ content: ""; clear: both; display: block; }

#post-content	{ padding-top: 0.5em; padding-bottom: 0.5em; }

#pyunicode-figure
				{ line-height: 100%; text-align: center; padding-top: 0.25em; padding-bottom: 0.25em; }
#pyunicode-figure > p
				{ margin-top: 0.5em; margin-bottom: 0.5em; }

#command-figure	{ line-height: 100%; text-align: left; padding-top: 0.25em; padding-bottom: 0.25em; }
#command-figure > p
				{ margin-top: 0.1em; margin-bottom: 0.1em; }
#command-figure > pre
				{ margin: 0; }
#files-figure	{ line-height: 100%; text-align: center; padding-top: 0.25em; padding-bottom: 0.25em; }
#files-figure > p
				{ margin-top: 0.1em; margin-bottom: 0.1em; }
#files-figure > pre
				{ margin: 0; }

#cc				{ padding-top: 2em; padding-bottom: 1em; }

.posted-by, .orig-date, .mod-date
				{ font-size: 70%; line-height: 120%; }
				
.msg			{ color: #377ba8; }

.stagger		{ width: 42em; display: inline-block; vertical-align: top; }

.more			{ padding-bottom: 3em; }
