/* * {
	margin: 0px;
	padding: 0px;
}*/

body {
	background-color: #A3E7CA;
	color: black;
}

body, .sans-serif {
	font-family: /*"Lucida Grande", */"Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.serif {
	font-family: "Helvetica Serif", "Helserif", "ITC Garamond", Palatino, Didot, Baskerville, serif;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

a {
	text-decoration: none;
	background-color: transparent;
}

a:link {
	color: #024B2C;
}

a:visited {
	color: #2B624B;
}

a:hover, a:focus {
	color: #109D61;
	text-decoration: underline;
}

a:active {
	color: #F9956D; /*#65E7AF;*/
	text-decoration: underline;
}

header, hgroup, nav, section, article, aside, dialog, footer {
	display: block;
}

header {
	margin-top: 1em;
	border-bottom: 1px solid black;
}

#title {
	float: right;
	margin: -0.5em auto 0em;
	padding: 0em;
	text-align: right;
	font-family: "Handwriting - Dakota", "Bradley Hand ITC", "Kristen ITC", "Mistral", "Staccato222 BT", "Monotype Corsiva", "Apple Chancery", "Brush Script MT", "Casual", cursive;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0.5em 0em;
}

h4 + h5 {
	margin-top: -0.5em;
}

section h1 {
	background-color: transparent;
	color: #E65217;
	margin-top: 0em;
}

section h2 {
	background-color: transparent;
	color: #6D2103;
}

section p {
	text-align: justify;
}

section dt {
	padding-left: 1em;
	font-weight: bolder;
}

section dd {
	background-color: #EEEEEE;
	color: black;
	padding: 0.5em;
	font-size: 95%;
}

section dt + dd {
	margin: 0.5em 4em;
}

section dd + dt {
	padding-top: 0.5em;
	border-top: 1px dashed black;
}

header nav {
	margin: auto;
}

header nav ul {
	margin: 0px;
	padding: 0em 0.5em;
	border-bottom: 1px solid black;
}

header nav ul li {
	display: inline-block;
	background-color: white;
	color: black;
	margin: 0em 0.25em;
	padding: 0.5em 0em;
	border-width: 1px 1px 0px;
	border-style: solid;
	border-color: black;
	border-radius: 0.5em 0.5em 0em 0em;
	-moz-border-radius: 0.5em 0.5em 0em 0em;
	-webkit-border-top-left-radius: 0.5em;
	-webkit-border-top-right-radius: 0.5em;
}

header nav ul li a {
	padding: 0.5em 1em;
}

header nav ul li.selected {
	background-color: #024B2C;
	color: white;
}

header nav ul li:hover, header nav ul li:focus {
	background-color: #6D2103;
	color: white;
}

header nav ul li.selected a, header nav ul li:hover a, header nav ul li:focus a {
	background-color: transparent;
	color: white;
}

/**
 * First-level ordered list
 */
ol {
	list-style-type: decimal;
}

/**
 * Second-level ordered list
 */
ol ol, ul ol {
	list-style-type: lower-latin;
}

/**
 * Third-level ordered list
 */
ol ol ol, ol ul ol,
ul ol ol, ul ul ol {
	list-style-type: lower-roman;
}

/**
 * Fourth-level ordered list
 */
ol ol ol ol, ol ol ul ol,
ol ul ol ol, ol ul ul ol,
ul ol ol ol, ul ol ul ol,
ul ul ol ol, ul ul ul ol {
	list-style-type: upper-latin;
}

/**
 * Fifth-level ordered list
 */
ol ol ol ol ol, ol ol ol ul ol,
ol ol ul ol ol, ol ol ul ul ol,
ol ul ol ol ol, ol ul ol ul ol,
ol ul ul ol ol, ol ul ul ul ol,
ul ol ol ol ol, ul ol ol ul ol,
ul ol ul ol ol, ul ol ul ul ol,
ul ul ol ol ol, ul ul ol ul ol,
ul ul ul ol ol, ul ul ul ul ol {
	list-style-type: lower-greek;
}

#page {
	background-color: white;
	color: black;
	padding: 1em;
	border: 1px solid black;
	min-height: 25em;
}

#content > section {
	width: 70%;
}

#content > section section {
	margin-left: 0.5em;
}

#content > section > section > section {
	margin-bottom: 0.25em;
}

#toc {
	background-color: #DDDDDD;
	color: black;
	min-width: 35%;
	width: 50%;
	max-width: 75%;
	border: 0.25em solid #CCCCCC;
}

#toc ul {
	margin: 1em;
	padding: 0em 0.5em;
}

#toc li {
	margin: 0.1em 0.5em;
	padding: 0em 0.25em;
}

#toc li > ul {
	margin: 0em;
}

#sidebar {
	background-color: #EEEEEE;
	color: black;
	float: right;
	min-width: 320px;
	width: 25%;
	max-width: 30%;
	margin: -1em -1em 1em 1em;
	padding: 1em;
	border: solid black;
	border-width: 0px 1px 2px 2px;
}

#sidebar h2 {
	margin: 0em;
}

#me {
	width: 320px;
	height: 240px;
	margin: 0px auto;
	opacity: 0.5;
	text-align: center;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	overflow: hidden;
}

#me:hover, #me:focus {
	opacity: 1.0;
}

#twitter_updates {
	background: lightskyblue;
	color: inherit;
	font-size: 75%;
	padding: 0.5em;
	border: 3px inset gray;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}

#twitter_updates h3 {
	margin: auto;
	font-size: 125%;
	text-align: center;
}

#twitter_update_list {
	margin: 0em auto;
	padding: 0em 1.5em;
}

#twitter_update_list li {
	background: white;
	color: inherit;
	margin: 0.5em 0em;
	padding: 0.25em;
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	list-style-type: none;
}

#twitter_update_list li > span {
	display: block;
	margin: auto;
}

#twitter_update_list li > a {
	display: block;
	margin-top: 0.5em;
	padding: 0.5em;
	border-top: 1px dotted black;
	text-align: right;
}

footer {
	width: 90%;
	margin: 0px auto;
	clear: both;
	text-align: center;
}

#copyright {
	background-color: white;
	color: inherit;
	padding: 0.5em;
	border: 1px solid black;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}

#valid {
	font-size: smaller;
}

#valid a {
	background-color: white;
	color: inherit;
	padding: 0.5em;
	border: 1px solid black;
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
}

#scripts {
	margin: 0px;
	padding: 0px;
	width: 0px;
	height: 0px;
	display: none;
}