/*
 * devEiate Trac Index Stylesheet
 * $Id$
 *
 * Author: Michael Granger <deveiant@deveiate.org>
 *
 */


@import url(/css/deveiate-trac.css);

body {
	font: 12pt/1.4em "Helvetica Neue", Tahoma, sans-serif;
}

/* IDed elements */

#content {
	border-top: 2px solid #666;
	padding: 2em 8em;
	min-width: 600px;
	text-align: left;
}

#header img {
	margin: 0 0 2em;
}

#projectlist,
#other-projectlist {
	margin-bottom: 4em;
}

/* Classes */

dl.termline {
	margin: 4px 8px;
}
dl.termline dt {
	border-bottom: 1px dotted #999;
	font-weight: bold;
	font-size: 110%;
	margin: 8px 0 0;
}
dl.termline dd {
	margin-left: 0;
	margin-bottom: 1.2em;
}
dl.termline dt a {
	border-bottom: 0;
	text-decoration: none;
}

