/* ---------------------------------------------------------------------------
   Bare AsciiDoc styles
   Ryan Tomayko <r@tomayko.com>
--------------------------------------------------------------------------- */

body {
	font-family:verdana,helvetica,arial,sans-serif;
	font-size:81.25%;   /* 13px */
	line-height:1.538;  /* 20px */
	margin:40px 50px;
	max-width:800px; /* 790px */
	color:#333;
}

#att-box table {
  border: 2px solid black;
  margin: 20px;
  cell-padding: 20px;
  background-color: lightgrey;
  font-size: 1.2em;
}

#layout-banner {
  background-color: white  ;
  border: 3px solid DarkGray;
  color: black;
  font-family: sans-serif;
  text-align: left;
}

#layout-title {
  font-family:verdana,helvetica,arial,sans-serif;
  font-size: 3.5em;
  font-weight: bold;
  margin: 0;
}

#layout-description {
  font-size: 1.2em;
  font-style:italic;
}

#layout-table {
  border-collapse: collapse;
}

#layout-menu {
  background-color: white;
  border: 3px solid DarkGray;
  border-top: none;
  padding-top: 0.8em;
  padding-left: 20px;
  padding-right: 0.8em;
  font-size: 1.1em;
  font-family: sans-serif;
  font-weight: bold;
  width: 100px;
}

#layout-content {
  padding-left: 10px;
}


.web {
	margin:10px 10px;
}

em {
	font-style:italic;
}

strong {
	font-weight:bold;
	color:#000;
}

tt {
	font-family:consolas, 'lucida console', 'bitstream vera sans mono',
	           'courier new', monospace;
	color:#000;
}

p, ul, ol, dl {
	margin:10px 0
}

dl {
	margin-left:40px
}

dt {
	font-weight:normal;
	color:#000;
}

h1, h2, h3, h4, h5 {
	font-family:'lucida grande',georgia,verdana,helvetica,arial,sans-serif;
	font-weight:normal;
	color:#000;
}

h1 {
	font-size:30px;
	line-height:1.428;
	margin:20px 0;
}

h2 {
	font-size:23px;
	line-height:1.36363636; /* repeating, of course */
	margin:20px 0;
}

h2 + .sectionbody {}

h3 {
	font-size:18px;
	line-height:1.1;
	margin:30px 0 10px 0;
}

h4 {
	font-size:13px;
	font-weight:bold;
	line-height:1.538;
}

h5 {
	font-size:13px;
	font-style:italic;
	line-height:1.538;
}

pre {
	font-size:larger;
}

#header { 
	text-align:left;
	margin-bottom:30px;
}

#header h1 { margin-bottom:0 }


.title, .sidebar-title {
	font-weight:normal;
	color:#000;
	margin-bottom:0;
}

.admonitionblock .title {
	font-weight:bold;
}

.admonitionblock {
	margin:30px 0px;
	color:#555;
}

.admonitionblock td.icon {
	width:30px;
	padding-right:20px;
	padding-left:20px;
	text-transform:uppercase;
	font-weight:bold;
	color:#888;
}

.listingblock .content {
	border:1px solid silver;
	background:#eee;
	padding:5px;
}

.listingblock .content pre {
	margin:0;
}

.literalblock .content {
	margin-left:40px;
}

.verseblock .content {
	white-space:pre
}

.sidebarblock .sidebar-content {
	border:1px solid silver;
	background:#FFFFEE;
	padding:0 10px;
	color:#222;
	font-size:smaller;
	line-height:1.5;
}

.sidebar-title {
	margin:10px 0;
	font-weight:bold;
	color:#442;
}

.quoteblock-content {
	font-style:italic;
	color:#444;
	margin-left:40px;
}

.quoteblock-content .attribution {
	font-style:normal;
	text-align:right;
	color:#000;
}

.exampleblock-content *:first-child { margin-top:0 }
.exampleblock-content {
	border-left:2px solid silver;
	padding-left:8px;
}

#footer {
	font-size:11px;
	margin-top:40px;
	border-top:1px solid silver;
	color:#555;
}

#author {
	color:#000;
	text-transform:uppercase;
}

div#toc {
  margin-bottom: 2.5em;
}

div#toctitle {
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 1.0em;
  margin-bottom: 0.1em;
}

div.toclevel1, div.toclevel2, div.toclevel3, div.toclevel4 {
  margin-top: 0;
  margin-bottom: 0;
}

div.toclevel2 {
  margin-left: 2em;
  font-size: 0.9em;
}

div.toclevel3 {
  margin-left: 4em;
  font-size: 0.9em;
}

div.toclevel4 {
  margin-left: 6em;
  font-size: 0.9em;
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #9685BA;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #9685BA;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: black;
	}
/* vim: set ft=css ts=4 sw=4 noexpandtab: */
