<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	This is the CSS stylesheet that is used for the default Nucleus skin.
*/

/* global definitions that apply to all of the page */

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}

p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0 0 0 0;
	color: Black;
}

span {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}

.span {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}

.blogtitle {
  font-family: Helvetica;
	font-size: 16px;
	font-weight: bold;
}

.sectiontitle {
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;
}

.bullet {
	font-size: 12px;
	font-weight: bold;
	color: #800080;
}

.calendardateheaders {
  font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
}

.calendar {
  font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
}

/*  grabbed leftbox and rightbox from nucleus/nucleus/addedit.css  */
.leftbox, .rightbox {
	margin: 3px;
	padding: 3px;
	font-size: larger;
	width: 20%;
}
.leftbox {
	float: left;
	/*border-right: 2px solid #888;*/	
}
.rightbox {
	float: right;
	/*border-left: 2px solid #888;*/	
}

/* header used for site title */

h1 {
	text-align: center;
}

/* headers used for date heads */
/*
h2 {
	background-color: whitesmoke;
	border: 1px solid #ccc;
	padding: 5px; 
	font-size: large;
	margin-bottom: 5px;
	text-align: left;
}
*/

h2 {
	background-color: #F2AB41;
	border: 1px solid #585EC5;
	padding: 5px; 
	font-size: 16px;
	margin-bottom: 5px;
}


/* headers used in the menu */

h3 {
	font-size: 14px;
}

/*
	in the &lt;p&gt;above try margin-left and padding, text-indent props&lt;/p&gt;
*/

/* definitions applying to the menu block */
/*
.menu {
	position: absolute;
	left: 30px;
	top: 200px;
	width: 110px;
	padding: 5px;
	font-size: x-small;
	color: #777;
}
*/

/* original definitions applying to the contents block */

/* 
.contents {
	position: absolute;
	left: 200px;
	width: 550px;
	padding-left: 20px;
	border-left: 1px dashed #ccc;
}
*/

.contents {
	padding: 0 0 0 0;
}

/* nucleusbutton */
.poweredby {
}

/* search highlights */
.highlight {
	background-color: white;
}

.searchterm {
	font-weight: bold;
	font-style: italic;
	colour: #800080;
}

textarea {
	background-color: white;
}

input, option, select {
	background-color: transparent;
}

input.formfield {
	background-color: white;
}

/* main index */
.day {
}

.item {
	padding: 5px;
	margin-bottom: 10px;
}

.rowpad {
	padding-top: 12px;
}

/*
.item .title {		
	display: block;
	padding: 2px;
	letter-spacing: 2;
	font-weight: bold;
}
*/

.item .title {		/* item title */
	display: block;
	padding: 2px;
	letter-spacing: 1;
	font-weight: bold;
	color: #cc0033;
	font-family: helvetica;
}

.item .body {		/* item body */
	padding: 2px;
	margin-top: 5px;	
	line-height: 1.5;	
}

.commentcount {
	font-size: 10px;
	color: blue;
}

/* item timestamp */
.timestamp {	
	font-size: 10px;
	color: #cc0033;
	text-align: right;
}

/* anchors in timestamps and comments*/
.timestamp a, .comments a, .commentcount a {
	font-weight: bold;
	text-decoration: underline;
}

/* comments */
.comments {
	font-size: 12px;
	line-height: 1.1;
}

/* detailed pages */
.comment {
	margin-bottom: 10px;
	padding: 3px;
	border-bottom: 1px solid #E0E0E0;
}

.commentbody {
	margin-left: 5em;
	align: justify;
}

.nucleusbutton {
	margin-top: 5px;
}

img {
	border: thin solid black;
	float: left;
	margin-right: 10px;
}

img.borderless {
	border: none;
}

img.bullet {
  border: none;
	float: left;
}

a:hover {
	color:  #800000;
}
	
a:link {
	font-weight: bold;
	font-size: 13px;
	color: #0000ff;
	text-decoration: underline;
}

a:visited {
	font-weight: bold; 
	font-size: 13px;
	color: #0000ff;
	text-decoration: underline;
} 

a:active {
	font-weight: bold;
	font-size: 13px; 
	text-decoration: underline;
}</pre></body></html>