body
{
	margin: 0;
	padding: 0;
	/* font-family: georgia, times, "times new roman", serif; */
	font-family: "trebuchet ms", helvetica, sans-serif;
	color: #000;
	/* background-color: #ddd; */
	background-color: rgb(231,231,231);
}

#container
{
	margin: 1em 5%;
	background-color: #FFF;
	/* background-image: url(background.jpg);
	background-repeat: repeat-y; */
	border: 1px solid #333;
	background-position: right;
}

#banner
{
	background: rgb(114,114,114) url('/wp-content/themes/nonzero/images_red/n1.gif');
	/* background-color: #666; */
	border-bottom: 1px solid #333;
}

#banner h1
{
	color: rgb(235,235,235);
	margin: 0;
	padding: .5em;
}

#nav
{
	float: right;
	width: 160px;
	margin-right: 10px;
	padding-top: 1em;
}

#nav p { margin-top: 0; }

#content
{
	padding-top: 1em;
	margin: 0 200px 0 2em;
}

#content h2 { 
	margin-top: 0; 
	border-bottom: 1px solid silver;
}

#footer
{
	color: rgb(235,235,235);
	clear: both;
	/* background-color: #666; */
	background: rgb(114,114,114) url('/wp-content/themes/nonzero/images_red/n1.gif');
	padding: 1em;
	text-align: right;
	border-top: 1px solid #333;
}

#linkbar
{
	position: absolute;
	top: 0px;
	left: 0px;
}

#linkbar img
{
	border: 0px;
}

pre.code 
{
	font-family: monaco, courier, monospace;
	font-size: 10pt;
	color: green;
	background: black;
	padding: 4px;
}

/************* project main pages **********************/
table.maintable {
	/* width: 96%; */
}

table.maintable tr td {
	padding: 20px 5px 20px 5px;
	width: 20%;
}

div.prjicon {
	float: left;
}
div.prjicon img {
	height: 48px;
	border: 0px;
}

div.prjtitle {
	margin-top: 15px;
	margin-left: 10px;
}

div.prjtitle a,
div.prjtitle a:hover,
div.prjtitle a:visited,
div.prjtitle a:link {
	color: black;
	font-weight: bold;
}

div.prjdesc {
	font-size: 10px;
}

/* used to mark the project status (when I get time)*/
div.pstat_unk,
div.pstat_open,
div.pstat_prop,
div.pstat_close{
	display: none;
}

