html, body { background: #d9e1bb; }
body {
	margin: 0; padding: 0;
	color: black;
	line-height: 1.4;
	font-family: sans-serif;
}

div.section { margin: 1em 0.5em; }

html#notroot:after {
	content: "end of spline";
	display: inline;
	opacity: 0.5;
	font-style: italic;
	border-top: 1px solid;
}
/* center html:after and nothing else */
html { text-align: center; } body, head { text-align: left; }
/* spacing for html:after */
body { margin-bottom: 2em; }

a:link    { color: #434925; }
a:visited { color: #621; }
a:hover   { color: #05a; }
a:link, a:visited, a:hover {
	text-decoration: underline;
}

/* header effect */

map.head {
	display: block;
	margin: 0; padding: 0 0 1px 0; /* no collapsing margins on the bottom */
	line-height: 1;
	background: url(pb.jpg) repeat-y fixed left top; /* 904x214 */
	/*max-width: 904px;*/
	padding-left: 5px; padding-right: 4px;
		max-width: 895px;
	color: white;
	font-weight: bold; /* nicer all around with transparency */
}

map.head h1 {
	display: inline;
	text-transform: uppercase;
	font-size: 300%;
	font-weight: bold;
	font-family: Corbel, "Lucida Grande", "Bitstream Vera Sans", sans-serif;
	letter-spacing: 0.1em;
	word-spacing: -0.2em;
	opacity: 0.8;
}

map.head h1 span.name { text-transform: none; }

#notroot map.head h1 {
	font-size: 150%;
}


#navigation ul, #navigation li, 
#navigation dl, #navigation dt, #navigation dd {
	margin: 0; padding: 0;
	list-style: none;
	display: inline;
}

#navigation map.feature ul, #navigation map.feature li, 
#navigation map.feature dl, #navigation map.feature dt, #navigation map.feature dd {
	display: block;
}
#navigation map.feature ul, #navigation map.feature dl {
	margin: 2em;
}

#navigation dt {
	float: left; clear: left;
	margin-right: 0.3em;
}
#navigation dt:after,
#navigation li+li:before { content: ", "; }
#navigation dd {}

#navigation a[href="/"] { letter-spacing: 0; word-spacing: -0.2em; } /* logo emph */

#navigation a:link,
#navigation a:visited,
#navigation li+li:before {
	color: white;
	text-decoration: none;
	opacity: 0.7;
}
#navigation a:link:hover,
#navigation a:visited:hover { opacity: 1; }




dl.listings dt {
	margin: 0; padding: 0;
	display: block;
}
dl.listings dt:after {
	content: ":";
}
dl.listings dt + dd {
	margin-left: 2em;
}
dl.listings dd {
	margin: 0; padding: 0;
	display: inline;
}
dl.listings dd + dd:before {
	content: ",";
	margin-right: 0.3em;
}


ul#infolist > li {
	margin-bottom: 1em;
}


#rights {
	text-align: center;
	opacity: 0.7;
	font-size: 70%;
	margin-top: 2em;
}

h2 {
	position: relative;
}
h2 #updated {
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: 0.5;
	font-size: 40%;
	font-weight: normal;
}



#builds {
	border-collapse: collapse;
	font-size: 80%;
}
#builds td {
	padding: 0 0.3em;
}

#builds th:first-child {
	border-right: 1px solid;
	padding-right: 0.2em;
	text-align: right;
}
#builds thead th {
	border-bottom: 1px solid;
	text-align: center;
}

#builds th + td,
#builds th + td +td+ td,
#builds th + td +td+ td +td+ td,
#builds th + td +td+ td +td+ td +td+ td,
#builds th + td +td+ td +td+ td +td+ td +td+ td,
#builds th + td +td+ td +td+ td +td+ td +td+ td +td+ td
{ background: #ECF1D6; } /* brighter than bg */

#builds tbody { border: 2px solid #999D8D; }
#builds tr { border-bottom: 1px solid #BBC2AD; }

#builds .status { white-space: nowrap; }

#builds .status.active { color: green; }
#builds .status.inactive,
#builds .status.discontinued { color: gray; }

#builds .status.active,
#builds .status.inactive,
#builds .status.discontinued { font-size: 90%; }

div#scripts dl * { margin: 0; padding: 0; }
div#scripts dt {
	float: left; clear: left;
	width: 20em;
}
div#scripts dd {
	display: block;
	padding-left: 2em;
}
div#scripts div {
	clear: both;
	margin: 1em;
}
div#scripts h2 { margin: 0; }
div#scripts h2 a { text-decoration: none; }



