body {
	background:#FFF;
	font-family: Georgia,"Times New Roman",Times,Sarif;
	font-size: 1em;
	color:#333333;
	min-width: 60em;
}


#tree {
background: url(tree.png) no-repeat scroll 0 0;
opacity:.3;
width:500;
height:500;
position:absolute;
top:-200px;
left:-200px;
}

#header {
	margin: 2em 0 2em 3em;
	text-align:left;
}

#posts {
	margin:2em auto 2em auto;
	width:40em;
}

#navigation {
	display:none;
	left:800px;
	position:absolute;
	top:210px;
	min-width:300px;
}

#footer {
	margin-top:12em;
	margin-bottom:.4em;
	width: 100%;
	text-align:center;
}

#posts-full {
	width:50em;
	position:relative;
	left:-5em;
	top:4em;
}



h1 {
	font-size: 2.75em;	
}

h2 {
	font-size: 2.5em;
	color:black;
}

h3 {
	font-size: 1.4em;
	line-height: 1.4em;
	color:#2390c8;	
}

p {
	line-height: 1.5em;
	text-align: justify;
	letter-spacing: .05em;
	margin-bottom:1em;
}

a {
	font-weight:bold;
	text-decoration:underline;
}

a:link {
	color:#224e89;
}

a:hover {
	color:#f78105;;
}

h2 a {
	text-decoration:none;
}
h2 a:hover {
	text-decoration:underline;
}

li {
	line-height:2em;
}

a img, img {
	border:0 !important;
}

#header h1 {
	letter-spacing:0.1em;
}

#header h1 a {
	text-decoration:none;
}

#header h1 a:hover {
	text-decoration:underline;
}


#header #mission {
	font-weight:bold;
	letter-spacing:0.12em;
}

#header #about {
	font-style:italic;
	line-height:20px;
	width:60em;
	margin: 1em;
	letter-spacing:0.03em;
	font-weight:bold;
	font-size:0.8em;;


}

#header #about a {
	color:rgb(150, 133, 186);
	text-decoration:none;
}

#header #about a:hover {
	text-decoration:underline;
}

#moreinformation {
font-style:italic;
line-height:20px;
width:35em;
letter-spacing:0.03em;
}


#navigation h2 {
	margin-bottom:20px;
}

#navigation ol {
	padding-left: 1em;
	border-left: 3px #f0c0ac solid;
}

#navigation ol li {
	margin: .5em 0 .5em 0;
	line-height: 1em;
}

#navigation-button {
	background-color:#E8AE96;
	border-left:5px solid #2390C8;
	color:white;
	cursor:pointer;
	height:20px;
	line-height:20px;
	position:fixed;
	right:0;
	text-align:center;
	text-decoration:none;
	top:160px;
	width:90px;
}

#navigation-button a {
	text-decoration:none;
}
#navigation-button a:hover {
	color:black;
}


#posts h3, #posts-full h3 {
	text-align:center;
	margin-top:3em;
}

#posts h3 a {
	color:#2390c8;
	text-decoration:none;
}

#posts h3 a:hover {
	text-decoration:underline;	
}

#posts .about, #posts-full .about  {
	color:#ccc;
	text-align:center;
	line-height:2.5em;
	font-weight:bold;
	font-style:italic;
}

#posts p {
	margin: 1em 0 1em 0;	
}

#posts p span {
	color:#f78105;    
}



#posts-full h2{
	color:#2390c8;	
	line-height: 1em;
	text-align:center;	
}


#posts-full p.summary {
	margin:2em 3em 5em 3em;
	background-color:#BAECDB;
	color:#1A6048;
	padding:1em;
}


h2.toc {
	font-size: 2em;
	margin:2em 0 .5em 0;
}
ol.tocinline {
        background:#e8ae96;
	padding-top:1em;
	padding-bottom:1em;
}

.tocinline li {
	display:inline;
	padding:1em;
	line-height:2em;
}


#footer {
	text-decoration:none;
	font-size:.8em;
	color: rgb(125, 119, 92);
}
#footer a {
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

.bold {
	color:#f78105;
	font-weight:bold;
}

.accessible {
	position:absolute;
	left:-8000px;
}

.lightblue {
	color:#2390c8;
}
.orange {
	color:#f78105;
}
.blue {
	color:#224e89;
}
.pink {
	color:#e8ae96;
}
.grey {
	color:#b2b2b2;
}
.purple {
	color:rgb(150, 133, 186);
}
.brown {
	color:rgb(125, 119, 92);
}

.discussion {
	margin-left: 50px;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	background-color: #E0ECFF;
	width: 500px;
}
.toc-back {
	margin-left: 20px;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 60%;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	background-color: #B5EDBC;
}
.important-note {
	background-color: red;
	color: #FFFFFF;
	padding: 1px;
}
.medium {
	font-size: 16px;
}
.hideme {
	display: none
}

pre {
	line-height: 100%; font-family: "bitstream vera sans mono", monospace; white-space: pre;
	background: #E4E4E4;
	padding: 1em;
	margin:0;
}
code {
	line-height: 100%; font-family: "bitstream vera sans mono", monospace; white-space: pre
}


h3.title {
	font-weight:bold;
	font-size: 1.2em;
	margin:2em 0 .5em 0 !important;
	padding-left:.5em;
	color:black;
	text-align:left !important;
}
.yellowbox {
	background-color: #FFFBCC;
	padding: .5em;
	margin: 0 0 2em 0;
	font-size:1em;
	font-family: monospace;
}


.infotable {
	background: #EAF2FA;
	padding: 0 1em 0 1em;
	margin: 0;
}
.infotable p {
	margin:0 !important;
	padding:1em 0 1em 0 !important;
}
.infotable p span {
	color:black !important;
	font-weight:bold;
}


.codetable {
	background: #E4E4E4;
	padding: 1em;
	margin: 0;
}



hr {
	margin-top:2em;
}

.moreinfo {
	/*background: #E8AE96;*/
	padding: .5em;
}

.line {
	border-top: 1px solid #cc;
}

ul.default {
	list-style-type: circle;
}
.default li {
	display: block;
	margin: .5em;
}
.links {
	font-size:small;
	margin-top:1em;
}

.toctitle {
	margin-top:1.1em !important;
}

#posts-full ol.quickref li {
	margin-top:.5em;
	margin-bottom:.5em;
}

#posts-full li span {
	padding-left:.8em;
}
