/* general settings */
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background-color: #d9d9df;
	background-image: url(/test/blueparticles20.jpg);
	background-attachment: fixed;
	line-height: 120%;
	font-family: serif;
}
#header {
	clear:both;
	float:left;
	width:100%;
}
#mainmasker {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
}
#maincontainer {
	float:left;
	width:100%;
	position:relative;
}
.leftbox, #main {
	float:left;
	position:relative;
	margin-bottom: 1.25em;
	padding:0 0 1em 0;
	overflow:hidden;
	border: 0px solid rgb(102,9,51); 		/* sets common lite-background stuff */
	background-color: #e6e6eb;
	background-image: url(/test/blueparticles20.lite.jpg);
	background-attachment: fixed;
	background-position:  0px 0px;
}
/* 2 Column (left menu) settings */
#mainmasker #maincontainer { 
	right:75%;			/* right column width */
}
#mainmasker #main {		/*	DEFALTS ARE 71, 102	*/
	width:71%;			/* right column content width */
	left:101%;			/* 100% plus left column left padding */
}
#mainmasker .leftbox {	/*	DEFAULTS ARE 21, 6	*/
	width:21%;			/* left column content width (column width minus left and right padding) */
	left:7%;			/* (right column left and right padding) plus (left column left padding) */
}
.padded {
	margin-top: 1.5em;
	margin-left: 1.5em;
	margin-right: 1.5em;
}
/*			.main .padded {       **INTERESTING BUT RESERVE THIS FOR NOW**
	max-width: 40em;
} */
#footer {
	clear:both;
	float:left;
	width:100%;
	text-align: center;
	margin-top: 1.75em;
}
h1, h2, h3, #footer p {
	font-family: Courier New, Courier, American Courier;
}
#header h1 {
	margin: 40px 0 -.75em 80px ;
}
#header h2 {
	margin: -1em 0 0 145px;
}
.padded h2 {
	margin: 0;
	color: #003;
}
.leftbox h2 {
	font-size: 1em;
}
.leftbox h2 a {
	color: #003;
}
p {
	margin-top: 18px;
	margin-bottom: 18px;
}
a {
	color: rgb(102,9,51);
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
a.rootlink {
	color: #000;
}
a.rootlink:hover {
	text-decoration: none;
}
h2.archiveheader {
	margin-bottom: 1em;
}
h2.search-results-header {
	margin-bottom: 1em;
}
.entryfooter {
	text-align: right;
	margin-top: -12px;
	margin-bottom: 36px;
	font-size: smaller;
	clear: right;
}
hr.entryseparator {
	width: 20em;
	height: 1px;
	background-color: #003;
	color: #003;
	text-align: left;	/*these three lines are required in conjunction to make alignment work across all browsers*/
	margin-left: 0;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 2em;
}
.leftbox ul {
	margin-left: 0;
	padding: 0;
	font-size: 1em;
}
.leftbox li {
	list-style: none;
	margin-bottom: .5em;
}
ul.linksBlock {
	margin-bottom: 1.5em;
}
ul.linksBlock li {
	line-height: 100%;
}
#footer p {
	padding:10px;
	margin:0;
	font-size: .75em;
	color: #003;
}
blockquote {
	padding: 9px 9px 0px 9px;
	margin: 18px 36px 18px;
	border: 1px;
	border-color: rgb(102,9,51);
	border-style: dotted;
	background-color: #e6e6eb;
	color: black;
	clear: right;
}
blockquote p {
	padding: 0px;
	margin: 0px 0px 9px 0px;
}
.signage {
	padding: 18px 18px 9px 18px;
	margin-left: 25%;
	margin-right: 25%;
	text-align: center;
}
.entryfooter {
	text-align: right;
	margin-top: -12px;
	font-size: smaller;
	clear: right;
}
.permalink {
	font-weight: bold;
	color: #003;
}
.footnote {
	font-size: .9em;
}
.footnote + .footnote {
	margin-top: -9px;
}
/*ALL STYLES STRAIGHT OUT OF STRRADv1.0 AND YET UNTESTED BEYOND THIS POINT*/
.hangingList {
	margin-top: -12px;
	margin-bottom: 0px;
}

.innocuous {
/*	float: right */
	display: none; 
/*	margin-bottom: 450px; */
}
.illo {
	float: right;
	margin-left: 18px;
	margin-bottom: 18px;
}
h3 {
	color: #003;
	font-size: 1em;
}
h3.comments-begin {
	margin-top: 2em;
}
h3.add-comments-head {
	margin-top: 36px;
	margin-bottom: 18px;
}
.comments-post-by {
	font-size: smaller;
	text-align: right;
}
.spoiler {
	color: rgb(153,153,153);
	background-color: rgb(153,153,153);
}
