/* vi:se tw=78 ts=4 sw=4 ai: */

body {
	margin: 0;
	padding: 2em 8em 2em;
	background: url(/share/cool-stripes.jpg) repeat-x 0 -120px;
	color: #333;
}

h1, h2, h3 {
	margin: 1em 0 0;
	font-weight: normal;
	font-family: Verdana, sans-serif;
}

h1 {
	font-size: 175%;
}

h2 {
	font-size: 150%;
}

p {
	margin-top: .5em;
	line-height: 130%;
	max-width: 40em;
}

ul.dashed {
	list-style-type: none;
	margin-left: 0;
	line-height: 130%;
	max-width: 40em;
}

ul.dashed li {
	margin-left: 1em;
	text-indent: -1.5em;
	margin-top: .5em;
}

ul.dashed li:before {
	content: '—';
	margin-right: .5em;
}


img { border-width: 0; }

a:link                     { color: #37d; }
a:visited                  { color: #a3a; }
a:hover, a:active, a:focus { color: #d33; }

a.feed {
	font-size: 50%;
	vertical-align: super;
	background-color: #f80;
	color: #fff;
	border: #f80 1px outset;
	padding: .1em .2em;
}

table {
	border-collapse: collapse;
	border-top: solid 1px #eee;
	border-bottom: solid 2px #ddd;
}

table .vsep {
	border-left: solid 1px #eee;
	border-right: solid 1px #eee;
}

tr {
	border-bottom: solid 1px #eee;
}

th, td {
	padding: .3em 1em;
	vertical-align: baseline;
}

th {
	text-align: left;
	font-weight: normal;
	background-color: #eee;
	border-bottom: solid 2px #ddd;
}

sup, sub {
	font-size: 70%;
}

hr {
	margin: 1em 0;
	height: 1px;
	color: #ddd;
	background-color: #ddd;
	border: 0;
}

div.strut { clear: both; height: 1px; }

span.space { display: inline-block; width: .3em; }

#breadcrumbs {
	font-size: 120%;
	margin-bottom: 2em;
}

#footer {
	margin-top: 4em;
}

#footer div {
	font-size: 75%;
	margin-top: 4em;
}

