<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -------------- base styles, resets -------------- */
* { margin: 0px; padding: 0px; }

body{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 100%;
}

p{
    margin: 10px 0;
}

img{
     border:none;
     max-width:100%;
     height:auto;
}


blockquote {
    padding: 5px 0px 5px 30px;
}


hr {
	border: none;
	height: 1px;
	color:#222222; /* ie */
	background-color: #222222; /* mozilla */
	width: 100%;
	margin:10px 0;
}

input, select, option, textarea{
}

iframe{
	max-width:100%!important;
}

article, aside, figure, footer, header, nav, section, details, summary {display: block;}

/*Lists*/

ul {
  text-align: left;
  list-style-type: disc;
  list-style-position: outside;
  margin: 10px 0 10px 15px;
}

ol {
  text-align: left;
  list-style-type: decimal;
  list-style-position: outside;
  margin: 10px 0 10px 25px;
}

li {
  margin-bottom: 3px;

}

/* Nested Lists*/
ul ul, ul ul ul, ol ol, ol ol ol {
  text-align: left;
  list-style-type: square;
  list-style-position: outside;
  margin: 5px 5px 5px 20px;
}

ul ul li, ul ul ul li, ul ol li, ul ol ol li
{
  margin-bottom: 3px;

}

/*Tables*/

table {
	border-collapse:collapse;
}

th { }

td { }


/*Headings*/

h1{
    font-size: 1.5em;
    font-weight: bold;
    margin: 5px 0;
}

h2{
    font-size: 1.35em;
    font-weight:bold;
    margin: 5px 0;
}

h3{
    font-size: 1.25em;
    font-weight:bold;
    margin: 5px 0;
}

h4{
    font-weight:bold;
    font-size: 1.15em;
    margin: 5px 0;
}

h5{
    font-weight:bold;
    font-size: 1.1em;
    margin: 5px 0;
}

h6{
    font-weight:bold;
    font-size: 1em;
    margin: 5px 0;
}


/* -------------- Blog Stuff --------------- */

.navigation{
	overflow:auto;
}

.navigation .next-posts{
	float:left;
}

.navigation .prev-posts{
	float:right;
}


/* -------------- Responsive Tools --------------- */


/*Columns*/
.columns, .padded-columns {
    overflow: auto;
    width: 100%;
}

.columns .half {
    float: left;
    width: 50%;
}

.columns .third{
	float: left;
    width: 33.33%;
}

.columns .two-thirds{
	float: left;
    width: 66.66%;
}

.columns .quarter{
	float: left;
    width: 25%;
}

.columns .three-quarters{
	float: left;
    width: 75%;
}

/*Padded Columns*/
.padded-columns .half {
    float: left;
    margin:0 2.5%;
    width: 45%;
}

.padded-columns .third{
	float: left;
    margin:0 2.5%;
    width: 28%;
}

.padded-columns .two-thirds{
	float: left;
    margin:0 2.5%;
    width: 61%;
}

.padded-columns .quarter{
	float: left;
    margin:0 2.5%;
    width: 20%;
}

.padded-columns .three-quarters{
	float: left;
    margin:0 2.5%;
    width: 70%;
}



/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* = Print Styles
-------------------------------------------------------------- */


@media print{

	body{
    	background-color: transparent;
	}

	.noPrint,
	.no-print{
		display:none;
	}

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