/* stylesheet for doggiebox manual (stand-alone) */
/* arf! arf! */

/* common basis fonts for whole manual */
body {
	font-family: "lucida grande", monaco, sans-serif;
	font-size: 12px;
	}
h1, h2, h3, h4 {
	font-family: geneva, sans-serif;
	clear: all;
	}

/* headings formatting for body */
h1 {
	font-size: 20px;
	border: solid #BA1D3D;
	border-width: 0 0 4px 0;
	padding: 2px 0 2px 0;
	}
h2 {
	font-size: 16px;
	border-bottom: 1pt solid red;
	margin-bottom: 5pt;
	}
h3 {
	font-size: 13px;
	}

/* lists in the body - put a bit of space between each entry */
li+li { padding-top: 3pt; }

/* sidebar/inset/boxed text used for "asides" */
.sidebar {
	margin-left: 7px;
	border-left: 7px solid #eee;
	padding-left: 7px;
	font-size: 11px;
	}

/* paragraphs which just contain screenshots */
p.screenshot,
p.ScreenshotBorderless,
p.ScreenshotFloatRight {
	text-align: center;
	font-family: geneva, sans-serif;
	font-size: 9px;
	color: gray;
	}
p.screenshot img {
	border: 1px solid #ddd;
	margin-bottom: 4px;
	}
p.ScreenshotFloatRight img,
p.ScreenshotBorderless img {
	border: none;
	margin-bottom: 4px;
	}
p.ScreenshotFloatRight {
	float: right;
	margin-left: 10px;
	}

/* the navigation footer in doc body pages */
div.footer {
	margin: 20pt 10pt 10pt 10pt;
	border: 1px dotted #999;
	background: #FCFCF2;
	padding: 6px;
	text-align: center;
	font-family: geneva, sans-serif;
	font-size: 10px;
	}

