@charset "utf-8";
/* CSS Document */

article.page, article.type-post
{
	border: #FFFFFF thin solid;
	border: rgba(255,255,255,1) thin solid;
	background-color: #003366;
	background-color: rgba(0,51,102,.5);
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 0px;}


section
{
	font-family:  Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	color: #FFF;
}

h1
{
	font-family:  Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	color: #FFF;
}
h2
{
	font-family:  Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	color: #FFF;
}
h2.widget-title 
{
	font-family:  Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	color: #FFF;
}
h3
{
	font-family:  Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	color: #FFF;
}
p 
{
	font-family:  Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	color: #FFF;
	font-size:1.2em;
}


Ul, li
{
	font-family:  Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	color: #FFF;
}

div.wp-block-latest-posts__post-author, time, div.wp-block-latest-posts__post-excerpt
{
	font-family:  Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	color: #FFF;
	font-size:larger;
}


a:link, a.breadcrumbs__link:link {
	color: #EE0000;
	font-family:  Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
}
a:visited {
	color: #FFF500;
	font-family:  Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
}
a:hover {
	color: #EE6C00;
	font-family:  Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
}

div.entry-meta, a.n
{
	font-family:  Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	color: #FFF;
	font-size:larger;
}

.yellow_text
{ color:  #FFFF00;
	text-shadow: black 4px 4px 3px;
}

.white_text
{ color:  #FFFFFF;
	text-shadow: black 4px 4px 3px;
}

.shadow_text
{
	text-shadow: black 4px 4px 3px;
}

h1
{
	text-shadow: black 4px 4px 3px;
}

.border_left
{
	border-left: 1px solid #FFFFFF;
	padding-left: 20px;
}

.font_size_up
{
	font-size:1.2em;
}

.font_size_down
{
	font-size:1em;
}

@media screen and (max-width: 800px)
{
	.border_left
	{
		border-left: 0px;
		padding-left: 0px;
	}

	
}

@media print 
{
	article
	{
		border: none;
		background-color:white;
	}
	
	p, section, h1, h2, h3, div.wp-block-latest-posts__post-author, time, div.wp-block-latest-posts__post-excerpt, h2.widget-title, 
a:link, a:visited, a:hover, div.entry-meta, a.n, 
	{
		color: black;
		text-shadow: white 0px 0px 0px;
	}

	a:link, a:visited, a:hover 
	{
		color: black;
		text-shadow: white 0px 0px 0px;
	}

h1.yellow_text
{ 
	color: black;
	text-shadow: white 0px 0px 0px;
}
	
h1
{ 
	color: black;
	text-shadow: white 0px 0px 0px;
}
	
h2.yellow_text
{ 
	color: black;
	text-shadow: white 0px 0px 0px;
}
	
h3.yellow_text 
{ 
	color: black;
	text-shadow: white 0px 0px 0px;
}
	
p.yellow_text
{ 
	color: black;
	text-shadow: white 0px 0px 0px;
}
	

	
}