/*
 * Stylesheet for Linux-Wildo!
 * http://linux-wildo.sourceforge.net/
*/

body {
	background: #000;
	color: #fff;
}

a { color: #88f; text-decoration: none; }
a:hover { color: #aaf; }

div.nav {
	color: #fff;
	background-color: #00c;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	border-left: solid 2px #00f;
	border-top: solid 2px #00f;
	border-right: solid 2px #00a;
	border-bottom: solid 2px #00a;
}

div.nav a {
	color: #fff;
	text-decoration: none;
}

div.nav a:hover {
	text-decoration: underline overline;
}

div.nav ul {
	list-style: none;
	display: inline;
}

div.nav ul li {
	text-align: center;
	display: inline;
}

div.nav ul li:before { content: "| "; }
div.nav ul li:after { content: " |"; }

div.pics {
	text-align: center;
	margin-top: 5em;
}
div.title {
	text-align: center;
	background: url('pic/logobg.png');
}

h1 {
	text-align: left;
	font-size: normal;
	text-decoration: underline;
}

img {
	border-style: none;
}

p {
	margin-left: 3%;
	margin-right: 3%;
	text-indent: 1em;
}

table.shots {
	border-width: 0px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

table.shots img {
	border-style: none;
	border-width: 2px;
}

/*
table.shots a:hover img {
	border-width: 2px;
	border-color: green;
	border-style: solid;
}
*/

div.developers {

}

div.developers div.card {
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 1em;
	border-style: dashed;
	border-width: 0.1em;
	border-color: #00a;
	padding-bottom: 1em;
}

div.developers div.ohloh {
	/* Retarded webmaster mode */
	/*
	text-align: center;
	position: fixed;
	top: -10px;
	right: -25px;
	*/
	margin-left: 1em;
}

div.developers div.card div.name {
	font-weight: bold;
	font-size: larger;
	text-align: center;
	/*
	background-color: #003;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	border-top: 1px solid blue;
	border-left: 1px solid blue;
	*/
}

div.developers div.card div.since {
	text-align: center;
	font-size: smaller;
}

div.developers div.card div.retired {
	text-align: center;
	font-size: smaller;
}

div.developers div.card div.bio {
	border: solid gray 0.1em;
	margin-left: 1em;
	margin-right: 1em;
	background-color: #222;
	padding-top: 1em;
	padding-bottom: 1em;
	font-style: italic;
}

div.developers div.card div.contrib {
}

/*
div.developers div.card div.bio:before { content: "&quot"; }
div.developers div.card div.bio:after {	content: "&quot"; }
*/



