<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* DEFAULT TEXT STYLES */

html
{
	margin: 0;
	padding: 0;
}
body
{
	margin: 0;
}
body, input, textarea
{
	font-family: Calibri, Arial, sans-serif;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6
{ 
	font-weight: normal;
	clear: both;
}
hr
{
	background-color: #999;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
pre
{
	font: 11px Monaco, monospace;
	line-height: 1.5;
	margin-bottom: 1.5em;
}
code
{
	font: 11px Monaco, monospace;
}
p
{
	margin: 4px 0 12px 0;
}
a
{
	color: #0a77e6;
}
a:hover
{
	color: #065c88;
	color: #ff6600;
}
a:visited
{
	color: #8b46d1;
}



/* ENTRY TEXT STYLES */

h1.entry-title
{
	
}
h2.entry-title
{
	border-bottom-color: #202020;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	margin-bottom: 0;
}
h2.entry-title a
{
	text-decoration: none;
}
.entry-meta
{
	margin-bottom: 20px;
}



/* PAGE TEXT STYLES */

h1.page-title
{
	
}

/* MEDIA ALIGNMENT */
.alignright
{
	/* Style for right-aligned images in posts */
	padding: 8px 0 8px 8px;
	float: right;
}
.alignleft
{
	/* Style for left-aligned images in posts */
	padding: 8px 8px 8px 0;
	float: left;
}


.entry-utility
{
	/* Style for the entry utility, which sits below a post and provides info like categories, tags, feeds, and an edit link (for authors) */
}
.skip-link
{
	/* Style for the skip link */
	/*position: absolute;
	left: -9000px;*/
}
.navigation
{
	/* Style for the navigation links (next/previous post) on a given post */
}


/*** CONTENT : COMMENTS ***/

div#comments
{
	/* Style that affects the DIV containing all the comments */
}
.comments h3
{
	/* H3 header style for comments */
}
.comments ol
{
	/* Comments are displayed as ordered lists by default, so you want to style that list so it looks the way you want */
}
.comments ol li
{
	/* Style each list item in the comments ordered list */
}
.comments img
{
	/* Style for the user avatar beside each comment */
	float: left;
	margin: 0 12px 8px 0;
}
.comments .comment
{
	/* Style that applies to each individual comment in a series of comments */
}

.children ul li
{
	/* A style that refers to the children (as in, responses to) any given comment */
}

.comment-reply-link
{
	/* Style for the "Reply" link on a comment */
}
.comment-meta
{
	/* Style for metadata for a comment */
}
div#respond
{
	/* DIV that contains the comment response form */
}
div#respond h3
{
	/* H3 header for the comment response form */
}


/*** CONTENT : SIDEBAR ***/

#primary li.widget_text
{
	padding-left: 80px;
}
.widget-area
{
	/* Class that applies to BOTH widget areas */
}
.xoxo
{
	/* Class that applies to each item in each widget area (an unordered list class) */
}


/*** FOOTER ***/
div#footer
{
	float: left;
	clear: both;
}


/*** YOUR CSS ***/
html {
	position: relative;
	height: 100%;
	width: 100%;
}
body {
	background-image: url("img/dark_embroidery-08.png");
	height: 100%;
	width: 100%;
}
#wrapper {
	/* background-color: #202020; */
	/* background-color: #95001a; */
	background-color: #01256e;
	color: #ffffff;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px;
	min-height: 100%;
	position: relative;
	width: 980px;
}
#header {
	
}
#header a {
	text-decoration: none;
}
#header a:link {
	color: white;
}
#header a:visited {
	color: white;
}
#header a:hover {
	color: yellow;
	color: #ff6600;
}
#header a:active{
	color: red;
}
#main {
	background-color: #ffffff;
	/* border-right: 5px solid #4c4c4c;
	border-bottom: 5px solid #4c4c4c;
	border-left: 5px solid #4c4c4c; */
	/* border-right: 5px solid #ff6600;
	border-bottom: 5px solid #ff6600;
	border-left: 5px solid #ff6600; */
	border-right: 5px solid #95001a;
	border-bottom: 5px solid #95001a;
	border-left: 5px solid #95001a;
	color: #000000;
	float: right;
	width: 700px;
}
#content {
	padding: 20px;
}
#side {
	float: left;
	width: 270px;
}
#push {
	clear: both;
	height: 100px;
}
#footer {
	height: 60px;
	left: 50%;
	margin-left: -490px;
	padding: 20px;
	position: relative;
	width: 940px;
}
.post {
	padding-bottom: 40px;
}
.site-branding {
	background-color: #4c4c4c;
	background-color: #95001a;
	padding-right: 10px;
}
.site-title {
	margin-top: 0 !important;
}
p.site-title {
	font-size: 50px; /* 20px; */
	font-variant: small-caps;
	margin: 0;
	padding-left: 20px;
	padding-top: 0px;
	text-align: left;
}
p.site-description {
	font-size: 35px; /* 14px; */
	font-style: italic;
	padding-left: 80px;
	padding-bottom: 10px;
	margin-top: -20px;
	margin-bottom: 0px;
	text-align: left;
}
#side h1 {
	font-size: 24px;
	font-variant: small-caps;
}
#side h3 {
	font-size: 20px;
	font-variant: small-caps;
}
#side a {
	text-decoration: none;
}
#side a:link {
	color: white;
}
#side a:visited {
	color: white;
}
#side a:hover {
	color: yellow;
	color: #ff6600;
}
#side a:active{
	color: red;
}
#primary
{
	color: #ffffff;
	padding-left: 0px;
}
#primary li
{
	float: left;
	list-style: none;
	margin-left: 0;
	padding-left: 0 10px 0 0;
}
#primary ul {margin-left: 0; padding-left: 0;}
#primary li ul {margin-left: 0; padding-left: 25px;}
#primary a {padding-left: 0px;}
.menu ul {
	padding: 5px;
}
.menu li  {
	font-size: 20px;
	font-variant: small-caps;
	padding: 5px 10px 5px 5px;
}
.xoxo div {
	width: 100%;
}
ul.menu {
	padding-left: 40px;
	width: 230px;
}
ul.menu li {
	/*padding-left: 10px;*/
	width: 100%;
}
ul.menu li:hover {
	/*background-color: #4c4c4c;
	background-color: #95001a;*/
}
ul.menu li.current-menu-item {
	/*background-color: #4c4c4c;
	background-color: #95001a;*/
}
.xoxo &gt; li {
	padding-bottom: 20px;
}

.sub-menu {
	/*display: none;*/
}
.sub-menu li.current-menu-item {
	background-color: #01256e;
}
/* li.menu-item ul li {display:none;} */
/* li.menu-item:hover ul li {display:block;} */


#secondary
{
	padding-left: 0px;
}
#secondary ul {margin-left: 0; padding-left: 0;}
#secondary li {width: 230px;margin-left: 0; padding-left: 25px;list-style-type: none;}
#secondary a {padding-left: 0px;}
#mainbar-footer {
	background-color: #202020;
	float: right;
	height: 100px;
	padding: 20px;
	width: 660px;
}
#container-header {
	margin-top: -100px;
}
	

</pre></body></html>