@charset "UTF-8";
/* CSS Document */

body {
	background-color: #E6FFF1;
	font-family: Lucida Sans, helvetica, sans-serif, sans-serif;
	                          
	font-size: .9em;
	height: 100%;
	background-repeat: repeat;
	background-color: #f5f9f1;
}
.bodyright {
	background-image: url(/graphics/sidebar-right2.png);
	background-repeat: repeat-y;
	background-position: left;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 15%;
}
.bodyleft {
	background-image: url(/graphics/sidebar-left2.png);
	background-repeat: repeat-y;
	background-position: right;
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 15%;
}
strong {
	font-weight: bold;
}
ul {
	list-style-type: circle;
	list-style-position: inside;
}
li {
	list-style-type: circle;
	list-style-position: inside;
}
p {
	line-height: 125%;
	margin-bottom: 10px;
}
h2 {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 150%;
	margin-bottom: 10px;
	margin-top: 10px;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 150%;
}
.mainbody {
	background-image: url(/graphics/back-noise1.png);
	border-top-style: none;
	border-bottom-style: none;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 0px;
	height: 100%;
	margin-left: 15%;
	padding-left: 15px;
	margin-right: 15%;
}
.mainbody a:hover {
	color: #090;
}
.nav ul li {
	list-style-type: none;
	display: inline;
}
.header {
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-width: 1px;
	border-left-width: 0px;
	border-bottom-width: 1px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.5em;
	padding-top: 5px;
	padding-bottom: 5px;
}

.nav {
	font-size: 0.8em;
	right: 35px;
	position: absolute;
	margin-right: 12%;
	top: 50px;
}
.header a {
	color:#000;
	text-decoration:none;
	padding-right: 10px;
}
.header a:visited {
	color: #000;
	text-decoration:none;
}
.header a:hover {
	text-decoration: underline;
}
.header a:active {
	color:#600;
	text-decoration: underline;
}
.spacer {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin-bottom: 15px;
}
#doc3 {
	height: 100%;
	padding: 0px;
	margin: 0px;
}
#ft {
	border-top-style: dotted;
	border-top-width: 1px;
	margin-top: 15px;
	padding:5px;
}

/* blog styles */

.wp-post blockquote {
	margin: 10px;
	margin-left: 30px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 30px;
	font-style:italic;
	border-left: 3px dashed #dddddd;
	border-right: 3px dashed #dddddd;
}

.wp-post ul {
	margin-left: 1em;
	margin-left: 2em;
	margin-right: 2em;
	margin-bottom: 1em;
}

.wp-post ol {
	list-style-type: decimal;
	margin-left: 2em;
	margin-right: 2em;
	margin-bottom: 1em;
}

.wp-post ol li {
	list-style-type: decimal;
}


.wp-post h3 {
	font-size: 1.2em;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.wp-post h3 a {
	font-size: 1.2em;
	color:#000;
	text-decoration:none;
}
.wp-post h3 a:visited {
	color:#000;
}
.wp-post h3 a:hover {
	text-decoration: underline;
}
.wp-post h3 a:active {
	color:#600;
}
.wp-post {
	padding-top: 10px;
	margin-bottom: 10px;
	font-size: 1.2em;
	border-bottom: dotted 1px;
}
.wp-post .comment li {
	list-style: none;
}
#wp-sidebar-right {
	border-left: dotted 1px;
	padding-left: 10px;
}
#wp-sidebar-left {
	border-right: dotted 1px;
	padding-right: 5px;
}
.wp-sidebar li {
	list-style: none;
	padding-bottom: 5px;
}
.wp-datetime {
	font-size: 10px;
	color:  gray;
}
.wp-alignleft {
	float: left;
}
.wp-alignright {
	float: right;
}
.wp-post .alignright {
	float: right;
}