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

body {
	margin: 0px auto;
	padding: 0;
	border: none;
	width:  100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	text-align: left;
}

html {
	width:  100%;
	height: 100%;
}

a:link, a:active {
}

a:visited {
}

a:hover {
}


.image-right {
	float: right;
	max-width: 100%;
  height: auto;
	padding: 4px 0px 2px 16px;
	text-align: center;
	font-weight: bold;
}

.image-left {
	float: left;
	max-width: 100%;
  height: auto;
	padding: 4px 16px 2px 0px;
	text-align: center;
	font-weight: bold;
}

embed,
object,
video {
  max-width: 100%;
  height: 100%;
}
	
a img {
	border: 0px;
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

bold, strong {
	font-weight: bold;
}

hr {
	border-top: 1px solid #d8d8d8;
	width: 100%;
	margin: 10px 0;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
	line-height: 0;
}

.clearer {
	clear: both;
}

/* @end */

/* @group GLOBAL CLASSES */

blockquote, .standout {
	position: relative;
	font-family: "HelveticaNeue", "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
	font-size: 125%;
	line-height: 1.4em;
	font-weight: bold;
	color: #cd180d;
	margin: 5%;
	padding: 0 0 0 14px;
	border-left-style: solid;
		border-width: 2px;
}

blockquote p, .standout p {
	margin: 0;
	line-height: 1.4em;
}

p {
	margin: 0 0 10px 0;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

#sitemap ul {
	margin-left: 14px;
}

#sitemap ul ul {
	margin-left: 24px;
}

/* @end */

/* @group PAGE WRAPPER */

#pagecontainer {
	position: relative;
	width: 100%;
	padding: 0;
	background: transparent;
}

#pagewrapper {
	position: relative;
	padding: 0;
	background: transparent;
	overflow: visible;
}

#pagewrapper &gt; div.stacks_top {
	width: 100%; 
}

/* @end */

/* @group PAGEHEADER */

#pagewrapper #pageheader {
	height: auto;
	overflow: hidden;
}

#logo {
	background: transparent;
}

/* @end */

/* @group CONTENT LAYOUT */

#content {
	margin: 0 auto;
	padding: 0;
	line-height: 19px;
	font-weight: normal;
}


#pagewrapper #footer {
	margin: 0 auto;
	padding: 0;
}

#footer a:link, #footer a:visited, #footer a:active {
}

#footer a:hover {
}

/* @end */

/* @group TOOLBAR */

/* @end */

/* @group BLOG */

.blog-entry {
	margin-bottom: 24px;
}

.blog-entry-title {

}

.blog-entry-title a {
}

.blog-entry-title a:hover {
}

.blog-entry-date {
}

.blog-entry-body {
	
}

.blog-entry-summary {
}

.blog-entry img {
	
}

.blog-entry-body a {
}

.blog-entry-body a:hover {
}

.blog-entry-comments {
}

.blog-entry-comments a {
	
}

.blog-read-more {

}

.blog-read-more a:link, .blog-read-more a:visited, .blog-read-more a:active {
}

.blog-read-more a:hover {
}

p.blog-entry-tags {
}

p.blog-entry-tags a:link,
p.blog-entry-tags a:active, 
p.blog-entry-tags a:visited {
}

p.blog-entry-tags a:hover {

}

.blog-entry-category {
}

.blog-entry-category a:link, .blog-entry-category a:visited, .blog-entry-category a:active {
}

.blog-entry-category a:hover {
}

.blog-entry-permalink {
	
}

.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
	
}

/* styles the comments which appear at the end of each blog page entry */

.blog-entry-comments {
}

.blog-entry-comments a {
}

.blog-entry-comments a:hover {
}

.blog-entry-comments-inline {
}

.blog-comment-link {
}

#dsq-comments-title {
}

#dsq-content .dsq-options {
	clear: none !important;
}

#dsq-thread-settings {
	clear: none !important;
}

#dsq-content div {
	clear: none !important;
}

* html .js-kit-comments, .js-CommentsSkin-echo {
	width: 98%;
}

* html .js-kit-basicUserInfoWrap {
	width: auto;
}

/* @end */

/* @group BLOG ARCHIVE */

.blog-archive-background {
	
}

.blog-archive-headings-wrapper {
	
}

.blog-archive-entries-wrapper {
	
}

.blog-archive-entries-wrapper .blog-entry {
	
}

.blog-archive-month {
}

.blog-archive-link {
}

.blog-archive-link a:link, .blog-archive-link a:visited, .blog-archive-link a:active {
}

.blog-archive-link a:hover {
}

/* styles the archives in the blog sidebar */

#blog-archives {
}

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

/* Styles the blog categories in the blog sidebar */

#blog-categories {
}

.blog-category-link-enabled {
}

.blog-category-link-enabled a:link, .blog-category-link-enabled a:visited, .blog-category-link-enabled a:active {
}

.blog-category-link-enabled a:hover {
}

.blog-category-link-disabled {
}



/* @end */


/* @group CONTACT FORM */

form {
}

.message-text {
}

.form-input-field {
}

.form-input-button {

}

.required-text {
}

/* @end */

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