/* @group Structural */

body {
	background-color: black;
	color: green;
	margin-left: 6%;
	min-width: 40em;
	padding-right: 6%;
	font-size: 108%;
}

html {
	background-color: black;
}

h1, h2 {
	color: white;
	border-style: double;
	border-width: .1em;
	border-color: white;
	border-left-style: none;
	border-right-style: none;
}

h1 {
	text-align: center;
	font-size: 400%;
}

h2 {
	margin-top: .5em;
	margin-bottom: .3em;
	text-transform: capitalize;
}

h3 {
	margin-top: .45em;
	margin-bottom: .25em;
}

h4 {
	margin-top: .4em;
	margin-bottom: .2em;
}

img {
	border: none;
}

img#logo {
	width: 100%;
}

img.inline, img.crossmedia {
	max-width: 50%;
	height: auto;
	float: right;
	margin: 1em;
	margin-right: 0;
	margin-top: 0;
	border-style: inset;
	border-width: .1em;
	border-color: black;
}

img.crossmedia {
	max-width: 40%;
}

img.banner {
	display: block;
	margin: auto;
	width: 100%;
	height: auto;
}

img.middle, img.text {
	vertical-align: middle;
}

div#content {
	position: relative;
	width: 100%;
}

div#main {
	margin-left: 16em;
	margin-bottom: 1em;
	min-height: 23em;
}

div#footer {
	clear: both;
	margin-left: 16em;
}

/* @end */

/* @group Sidebar */

div#sidebar {
	position: absolute;
	top: 0;
	left: 0;
	width: 14em;
	min-height: 18em;
	background-color: #77AA77;
	border-style: inset;
	border-width: .1em;
	border-color: #444444;
}

div#sidebar h2 {
	margin-top: 0;
	margin-bottom: .5em;
	color: white;
}

div#sidebar ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	margin-top: .5em;
}
div#sidebar ul ul {
	margin-left: 0em;
	margin-top: 0;
}

div#sidebar ul ul ul {
	margin-left: 1em;
}

div.ancestors {
	border-bottom-style: double;
	border-bottom-width: .1em;
	border-bottom-color: white;
	padding-bottom: 0;
}
div.ancestors ul {
	margin-bottom: .4em;
}

ul.siblings li {
	margin-bottom: .1em;
}

ul.siblings li.current {
	background-color: #777777;
	border-style: inset;
	border-width: .1em;
	border-color: #888888;
	border-left-style: none;
	border-right-style: none;
}

ul.siblings {
	margin-bottom: 0;
}

div.recentlinks li {
	font-size: 90%;
}

div.recentlinks li, div.recentupdates li, div#sidebar li {
	text-indent: -1em;
	padding-left: 1em;
}

/* @end */

/* @group Sharing */
div#main ul.sharing {
	margin: 0;
	text-align: right;
	padding: 0;
	padding-left: .5em;
	padding-top: .2em;
	float: right;
	width: 12em;
}

ul.sharing li {
	list-style: none;
	display: inline;
}
ul.sharing img {
	height: 2em;
	width: auto;
}
ul.sharing img, div.recentPurchases {
	opacity: .95;
	border-radius: .3em;
	box-shadow: .3em .3em .2em #778877;
}
/* @end */

/* @group Links */

a {
	color: #550000;
	text-decoration: none;
}
a:visited {
	color: #442222;
}

a.keylink {
	text-decoration: underline;
}

a.disclosure {
	text-decoration: none;
}

a.translate {
	font-style: italic;
	font-size: 84%;
}
a.translate:after {
	content: "]";
}
a.translate:before {
	content: "[";
}

/* @end */

/* @group Lists */

div.section dl dt {
	font-size: 100%;
}

dl dt {
	font-weight: bold;
}

dl dt a {
	font-weight: normal;
}

dl dd {
	margin-bottom: .5em;
}

dl.children, dl.otherpages {
	padding-left: 0;
	margin-top:  0;
}

dl.children dt, dl.children dd, dl.otherpages dt, dl.otherpages dd {
	border-width: .1em;
	border-style: double;
	border-color: black;
	padding: .1em;
	background-color: green;
}
dl.children dt, dl.otherpages dt {
	font-size: 200%;
	margin-top: .5em;
	border-bottom-style: none;
}

dl.children dt {
	clear: right;
	margin-top: .5em;
}
dl.linklist dt {
	clear: left;
}

dl.linklist ul {
	margin-top: .4em;
}

dl.children dd, dl.otherpages dd {
	border-top-style: none;
	border-width: .2em;
	margin-bottom: .5em;
	margin-left: 0;
	padding-left: 3em;
}

ul.authors li {
	list-style: none;
	display: inline;
}

ol li {
	margin-bottom: .4em;
	margin-top: .4em;
	/* for lists next to floats; otherwise bullets fall inside the floated element */
	position: relative;
	left: 1em;
	margin-left: 0;
}
/* @end */

/* @group Tables
 */

table.vertical {
	margin-left: auto;
	margin-right: auto;
}

table.vertical th, table.vertical td {
	vertical-align: top;
}
table.vertical th {
	text-align: right;
	white-space: nowrap;
}
table.vertical th:after {
	content: ":";
}

table.vertical tr.top th + th {
	text-align: center;
}

table.vertical tr.top th:after {
	content: "";
}

table.integer td {
	text-align: right;
}

table.simple th {
	text-align: left;
}
table.simple td+td {
	padding-left: .45em;
}

table.simple th:after {
	content: "";
}
table.simple {
	margin-left: 2em;
}

caption {
	font-weight: bold;
}

table.pull {
	border: solid .1em black;
	margin: auto;
}

tr.highlight {
	font-weight: bold;
}

/* @end */

/* @group Content Pulls */

div.quote {
	border-top-width: .1em;
	border-top-style: solid;
	border-top-color: black;
	padding-top: .1em;
	padding-bottom: .15em;
}

.notice {
	background-color: #EE1111;
	border: .1em solid black;
	text-align: center;
	margin-left: 5%;
	margin-right: 5%;
	padding: .5em;
	margin-bottom: .5em;
	margin-top: .5em;
}
ul.notice {
	list-style-type: none;
}

div.copyright {
	border-top-width: .1em;
	border-top-style: solid;
	border-top-color: black;
	font-size: 66%;
}

p.bar {
	text-align: center;
}

p.author {
	text-align: right;
	font-style: italic;
}

p.subtitle {
	font-style: italic;
	text-align: center;
}

div.pullout, div.quotation {
	padding: .15em;
	padding-left: .6em;
	padding-right: .6em;
	background-color: #77AA77;
	width: 34%;
	border-width: .2em;
	border-color: black;
	border-style: double;
	font-size: 120%;
	clear: both;
}

div.quotation {
	font-size: 100%;
	width: auto;
}

div.quotation p {
	margin: 0;
}
div.quotation p + p {
	margin-top: .5em;
}

div.embed {
	float: left;
	margin-right: 1em;
}

div.embed.image {
	max-width: 50%;
}
div.embed img {
	max-width: 100%;
}

div.pullout p {
	margin: 0;
}

table.pullfirst, div.pullfirst {
	float: left;
	border-right-style: solid;
	border-right-width: .15em;
	border-right-color: black;
	margin-right: 1em;
	margin-left: 0;
}
table.pullfirst, div.pullfirst table {
	padding-right: .5em;
}
div.pullfirst h2 {
	text-align: center;
	border-bottom: solid .1em black;
}

div.imagepull {
	width: 40%;
	border: solid .1em black;
	margin-bottom: .5em;
	margin-top: .5em;
	background-color: white;
}
div.selfbordered {
	border: none;
}
div.imagepull img, div.imagepull object {
	width: 100%;
	height: auto;
	display: block;
}
div.imagepull.smaller {
	width: 25%;
}
object p.noplayer {
	padding-left: 1em;
}
div.imagepull img {
	height: auto;
}
p.caption {
	font-style: italic;
	font-size: 92%;
	text-align: center;
	margin: .4em;
	margin-top: 0;
	margin-bottom: .2em;
}
object p.caption {
	text-transform: uppercase;
}

div.pulleven {
	float: left;
	margin-right: 1em;
}

div.pullodd {
	float: right;
	margin-left: 1em;
	text-align: right;
	clear: right;
}

/* @group computer samples */
blockquote.sample {
	white-space: pre;
	font-family: monospace;
	font-size: 92%;
}

blockquote.computer {
	font-family: monospace;
}
blockquote.computer p {
	white-space: pre-wrap;
	margin-top: .4em;
	margin-bottom: .4em;
	font-style: normal;
}

blockquote.computer p.command {
	font-weight: bold;
}

blockquote.computer p.section {
	margin-top: 1em;
}
/* @end */

p.quote {
	font-style: italic;
}

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

img.thumb {
	height: 6em;
	width: auto;
	float: right;
	margin-bottom: .5em;
	margin-left: .5em;
	border-style: none;
}

img.left {
	float: left;
	margin-right: .5em;
}

div.right, img.right, object.right {
	float: right;
	margin-left: .5em;
}

ol.footnotes li {
	position: relative;
	font-size: 80%;
}

a.noteReturn {
	position: absolute;
	bottom: 0;
	right: 0;
}

/* @end */

/* @group Forms */

form.survey ol > li {
	margin-top: 1em;
}

form.survey ul {
	list-style: none;
	text-indent: -1.5em;
	padding-left: 1.5em;
	margin-left: 1em;
}

input#term {
	width: 11em;
}

span.murder {
	color: red;
}

/* @end */
