/* YUI2 reset, one line: */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; } table { border-collapse:collapse; border-spacing:0; } fieldset,img { border:0; } address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; } ol,ul { list-style:none; } caption,th { text-align:left; } h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; } q:before,q:after { content:''; } abbr,acronym { border:0; }

body {
	font-family: sans-serif;
	margin: 20px;
	background-color: #ddddff;
}

a:link, a:visited {
	color: #0099cc;
	text-decoration: none;
}

a:active {
	color: #86171a;
	text-decoration: underline;
}

a:hover, a:focus {
	text-decoration: underline;
}

.toplogo {
	display: inline-block;
}

.mainnav {
	max-width: 200px;
	min-width: 100px;
	min-height: 200px;
	padding: 10px;
	border: 1px solid gray;
	background-color: white;
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;
        position: 0px 0px;
	display: inline-block;
}

.mainheader {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
        border: 1px solid gray;
        text-align: center;
	background-color: white;
        padding: 10px;
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;
        position: relative;
}

.mainbody {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}

.maintext {
	max-width: 700px;
	min-width: 500px;
	min-height: 500px;
	padding: 20px;
	border: 1px solid gray;
	background-color: white;
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;
}

p {
	margin-top: 1em;
}

ul {
	margin-left: 40px;
	list-style-type: circle;
}

ul, ol {
	margin-top: 1em;
}

ul.spaced li, ol.spaced li {
	margin-top: 1em;
}

ul.spaced li:first-child, ol.spaced li:first-child {
	margin-top: 0;
}

div.screen {
	background-color: black;
	color: #0f0;
	font-family: monospace;
	padding: 10px;
	margin: 10px;
	font-size: 0.9em;
}

div.screen b {
	color: #afa;
}

h1 {
	margin-top: 2em;
	font-size: 1.3em;
	font-weight: bold;
}

h2 {
	margin-top: 2em;
	font-size: 1.1em;
	font-weight: bold;
}

.red {
	color: red;
}

div.aside {
	margin: 1em 10px 1em 40px;
	border: 1px solid gray;
	background-color: #eee;
	padding: 10px;
}

h1:first-child, h2:first-child, p:first-child {
	margin-top: 0px;
}

tt.command {
	white-space: nowrap;
}
