/*
:Author: Jude Venn
:Contact: jude@isubvert.com
:Copyright: This stylesheet has been placed in the public domain.

Stylesheet for use with Docutils.  [Optionally place a more
detailed description here.]
*/

@import url(html4css1.css);

body {
	font-family:"optima","lucida grande","lucida sans unicode",verdana,arial,helvetica,sans-serif;
	font-size:86%;
}

#isubvert-change-log,
#template {
	margin:0 auto;
	width:860px;
}

#isubvert-change-log h1.title,
#header h1 {
	background: transparent url(images/svn-48x48-web.png) no-repeat scroll center left;
	padding:5px 0 5px 58px;
	min-height:38px;
	text-align:left;
}

#header ul.menu {
	list-style-type:none;
	margin:0; padding:0;
}
#header ul.menu li {
	display:inline;
	margin:0 1em 0 0;
	padding:0;
}

#footer p.copyright {
	color:#666;
	font-size:90%;
	text-align:right;
}
