﻿body {
	color: #333;
	font-family: "Optima", serif-serif;
	font-size: 10pt;
}

hr {
	border: 6px solid #CCC;
	border-top: 0;
}

a {
	text-decoration: none;
	color: #888;
}

#wrapper {
	page-break-after: always;
}

.pagebreak {
	page-break-after: always;
}

#header {
	display: none;
}

#feedback {
	display: none;
}

.frontpage>h1:before
{
  content: URL("../images/merlin2logo.png");
}

.frontpage > h1 {
	text-shadow: none;
    font-size: 500%;
	margin-left: 200px;
	margin-top: 200px;
}

.frontpage > section > h {
	margin-left: 200px;
	margin-top: 200px;
}

.frontpage > section > p {
	margin-left: 200px;
}

chapter h {
	font-family: "Georgia", serifserif;
	// text-shadow: 0px 0px 30px silver, 0px 0px 20px black, grey 10px -10px;
	display: block;
	font-weight: bold;
	color:#444;
	font-size: 32pt;
	margin-bottom: 20px;
	padding-bottom: 24pt;
}


section h {
	font-size: 13pt;
	text-shadow: none;
	margin-top: 20px;
	margin-bottom: -24px;
}

section section h {
	font-size: 10pt;
	margin-left: 200px;
	margin-bottom: -44px;
}

section section section h {
	margin-bottom: -28px;
}

section p h {
	display: inline;
	font-size: 10pt;
	margin-left: 0px;
}



chapter p, section p, ul, ol, table {
	margin-left: 200px;
}

.border {
	border: 1px solid #999;
}

h1 {
	font-family: "Georgia", serifserif;
	// text-shadow: 0px 0px 30px silver, 0px 0px 20px black, grey 10px -10px;
	margin-top: 0;
	color:#444;
	font-size: 32pt;
	margin-bottom: 20px;
	padding-bottom: 24pt;
}



.toc {
	color:#444;
	//page-break-before: always;
}

.toc ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.toc ol + ol {
  margin-top: 1.2em;
}

.toc > ol > li {
  font-size: 150%;
  font-weight: bold;
}

.toc > ol ol ol {
  font-size: 80%;
} 

.toc ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.toc ol li {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  margin-bottom: 3px;
  text-align: right;
  width: 45px;
  overflow: visible;
}
.toc ol li a {
  display: block;
  position: absolute;
  left: 60px;
  top: 0;
  width: auto;
  white-space: nowrap;
  text-align: left;
  text-decoration: none;
  color: #444;
}

.toc ol ol li {
  width: 100px;
  text-align: left;
  padding: 0 0 0 60px;
}
.toc ol ol li a {
  left: 100px;
}

.toc ol ol ol li {
  width: 143px;
  padding: 0 0 0 100px;
}
.toc ol ol ol li a {
  left: 143px;
}


img {
	float:center;
}

pre {
	padding-left: 3em;
}

ol > ul, ul > ul {
	margin-left: 0px;
}

.graybox {
   border-top: 1px solid #919699;
   border-left: 1px solid #919699;
}
.graybox th {
   background: #E2E2E2;
   border-bottom: 1px solid #919699;
   border-right: 1px solid #919699;
   font-size: 12px;
   font-weight: bold;
   padding: 4px 8px 4px 8px;
   text-align: left;
}
.graybox td {
   border-bottom: 1px solid #919699;
   border-right: 1px solid #919699;
   font-size: 12px;
   padding: 8px;
   vertical-align: top;
}

.graybox p {
	margin: 0;
}
.graybox p + p {
	margin-top: 1em;
}


#taskbox {
	background-color: #e6edff;
	color: #000;
    line-height: 135%;
	margin: 0 0 12px 200px;
	padding: 2px 12px;
	border: solid 1px #bfbfbf
}

#taskbox > ol, #taskbox > ul, #taskbox > p {
	margin-left: 0;
}

#footnote {
   border-top: 1px solid #919699;
   font-size: 8pt;
   color: gray;
}

