body {
	padding: 0 24px 24px 24px;
	color: rgb(0, 0, 0);
	background-color: #fff;
	font-family: "Verdana", sans-serif;
	}

h1,h2,h3,h4,h5,h6 {
	margin-top: 48px;
	margin-bottom: 24px;
	}

p,hr,pre,blockquote,ul,ol,dl,table {
	margin-top: 24px;
	margin-bottom: 24px;
	line-height: 1.5;
	}

h1 {font-size: 2.50em;}
h2 {font-size: 1.75em;}
h3 {font-size: 1.25em;}
h4 {font-size: 1.20em;}
h5 {font-size: 1.15em;}
h6 {font-size: 1.00em;}

h1 {}

h2 {
	border-bottom:1px solid #999;
	padding-bottom:4px;
	}

h3 {
	color:#bb0000;
	font-weight:bold;
	}

hr {
	padding: 0;
	}

p {}

p.figure {
	line-height: 1;
	}

pre {
	line-height: 1.25;
	font-family: monospace;
	overflow:auto;
	}

dl {}
	dt {
		font-weight: bold;
		}
	dd {
		margin-left: 36px;
		}

ul, ol {}
	li {
		margin:0.5em 0 0 36px;
		}
	ul > li {
		list-style-type: disc;
		}
	ol > li {
		list-style-type: decimal;
		}

table {
	color: #fff;
	background-color: #000;
	border-collapse: separate;
	border-spacing: 3px;
	}
	th,td {
		padding: 6px;
		color: #000;
		}
	th {
		background-color: #ddd;
		text-align: left;
		font-weight: bold;
		}
	td {
		background-color: #fff;
		white-space: nowrap;
		}

em {
	font-style:	normal;
	font-weight: bold;
	}
strong {
	color: #fff;
	background-color: #cc9999;
	padding:0 2px;
	font-weight: bold;
	}
code, samp, kbd {
	font-family: "Consolas", monospace;
	margin:0 3px;
	}
code {
	font-weight:bold;
	background:#333;
	color:#fff;
	padding:2px 6px;
	}
samp {
	font-weight:bold;
	background:#eee;
	color:#000;
	padding:1px 3px;
	}
kbd {
	padding: 1px 2px 1px 1px;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	border-color:#333;
	}
pre code,
pre samp {
	padding: 12px;
	display:block;
	}

a:link {
	color:#0066cc;
	}
a:visited {
	color:#aa00aa;
	}
a:hover {
	color:#0066cc;
	}
a:active {
	}

img {
	border:0;
	}

li.download {
	/* this image created by http://pinvoke.com/ */
	list-style-image:url(/style/fugue/folder_zipper.png);
	padding:0;
	}
	li.download ol li {
		list-style: decimal;
		}
	li.download ul li {
		list-style: disc;
		}

.breadcrumbs {
	position:absolute;
	top:0;
	left:0;
	right:0;
	padding:4px 10px;
	border-bottom:1px solid #ddd;
	font-style:normal;
	}
.breadcrumbs a:link,
.breadcrumbs a:visited {
	text-decoration:none;
	}
.breadcrumbs a:hover,
.breadcrumbs a:active {
	text-decoration:underline;
	}

/* using social media icons created by http://paulrobertlloyd.com/ */
.linklist a {
	background-repeat:no-repeat;
	background-image:url(/style/network/default.png);
	padding-left:18px;
	}
.linklist .twitter { background-image:url(/style/network/twitter.png); }
.linklist .userscripts { background-image:url(/style/network/userscripts.png); }
.linklist .lastfm { background-image:url(/style/network/lastfm.png); }

.home sup {
	font-size:16px;
	font-style:italic;
	color:#c00;
	}
