
body {
	font-family: monospace, monospace;
	font-size: 1em;
	
	background-color: #333;
	background-image: url('/cellbg.png');
	background-attachment: fixed;
	
	margin: 0;
	overflow-y: scroll;  /* always display vertical scrollbar */
}

::-moz-selection {
	background: yellow;
	color: black;
}
::selection {
	background: black;
	color: yellow;
}

a {
	color: #22f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.ext {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAVklEQVR4Xn3PgQkAMQhDUXfqTu7kTtkpd5RA8AInfArtQ2iRXFWT2QedAfttj2FsPIOE1eCOlEuoWWjgzYaB/IkeGOrxXhqB+uA9Bfcm0lAZuh+YIeAD+cAqSz4kCMUAAAAASUVORK5CYII=") no-repeat scroll right center transparent;
	padding-right: 13px;
}

form td {
	text-align: right;
}

img.listicon {
	width: 16px;
	height: 16px;
}


#navbar {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #bbb;
}

#navbar .navopt {
	display: inline-block;
	border-right: 2px solid black;
	border-bottom: 10px solid black;
	margin-right: 10px;
	background-color: black;
	color: white;
	padding: 10px;
}

#navbar a.navopt {
	background-color: white;
	color: black;
	cursor: pointer;
	text-decoration: none;
}
#navbar a.navopt:hover {
	background-color: yellow;
}
#navbar a.navsel, #navbar a.navsel:hover {
	border-right: 2px solid orange;
	border-bottom: 10px solid orange;
}

#content {
	color: black;
	background-color: white;
	width: 850px;  /* 900px, less the padding on either side */
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 50px;
	min-height: 900px;  /* 900px, less the padding on top and bottom */
	overflow: auto;  /* prevent margin collapse */
}

#topmargin {
	margin: 50px;
}

#content h1 {
	font-size: xx-large;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 25px;
	margin-left: 25px;
}

#content h2 {
	font-size: large;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 15px;
}

#content p, #content pre, #content form, #content table, #content ol, #content ul {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 25px;
	margin-right: 25px;
}

tt, pre, form input {
	font-family: monospace, monospace;
}

#content img.display {
	display: block;
	max-width: 800px;  /* content width - paragraph margins */
	margin-left: auto;
	margin-right: auto;
}

.gallery img {
	width: 90px;
	height: 90px;
}

/* nice tables */

table.nicetable {
    border-collapse: collapse;
}
table.nicetable td {
    border: 1px solid #999;
    padding: 5px;
}


/* old things

.section2 {
	border-left: 10px solid black;
	border-top: 2px solid black;
	padding: 10px;
	margin-bottom: 20px;
	overflow: auto;
}

.message {
	background-color: white;
	border-left: 10px solid orange;
	border-top: 2px solid orange;
	padding: 10px;
	margin-bottom: 20px;
}


.section2.hoverlight:hover {
	cursor: pointer;
	border-left: 10px solid orange;
	border-top: 2px solid orange;
}
*/

/* vim: ts=4 */
