body {
	font-family:verdana,helvetica,arial,sans-serif;
	font-size:11pt;
	margin: 20px 10%;
	max-width: 75%;
	color:#808080;
}
/*
body {
  font-size:100%;
  color:#000;
}
*/
em {
	font-style:italic;
}

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

img {
    margin: 25px 0px;
    width: auto;
    max-width: 100%;
    display: block;
    text-align: center;
}

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

pre tt { 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-weight: bold;
	color: #060;
	text-decoration: none;
}

h1 {
  font-size:36px;
  line-height:1;
  margin:40px 0;
}

h2 {
  font-size:28px;
  line-height:1;
  margin:30px 0 20px 0;
}

h2 + .sectionbody {}

.sectionbody {
  margin-left:30px;
}


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

h4 {
	font-size:18px;
	line-height:1.538;
}

h5 {
	font-size:16px;
	line-height:1.538;
}

.itemizedlist .title {
	font-size: 18px;
}

.itemizedlist .title b {
	font-weight: normal;
}

pre {
	font-size:larger;
	background:#EEE;
	border: 1px solid #bbb;
	padding: 5px 15px 5px 15px;
}

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

#header h1 { margin-bottom:40 }


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

.admonitionblock .title {
	font-weight: normal;
	color: #000;
}

.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
}

a, a:visited {
	color: #090;
	text-decoration: none;
}

a:hover {
	color: #0d0;
	text-decoration: underline;
}

sipw_tab {
	border-color: rgb(238,243,228);

}
/* vim: set ft=css ts=4 sw=4 noexpandtab: */

/* .figure p.mediaobject{

	text-align:center;	
	clear: both;
	
} */

.figure p.title {

	vertical-align: text-bottom;
	margin-bottom: 10px; 
	text-align: left;
	color: #060;
	font-size: 9pt;
	text-decoration: none;
    font-weight: normal;
    font-style: italic;
	clear:left;
} 

.figure {

	text-align: center;
	vertical-align: text-bottom;
	margin-bottom: 10px;
	color: #060;
	font-size: 9pt;
	font-weight: bold;
}

hr.nav {
    border: 0;
    border-top: 1px solid #006600;
}

a.nav {
    font-size: 12px;
}

dl, dt, dd { margin-left: 10px;}

table {
    white-space: normal;
    line-height: normal;
    font-weight: normal;
    font-size: 9pt;
    border-collapse: collapse;
    border-color: #006600;
    margin: auto; /* centering table within div */
}

th, td { 
    padding-top:     5px;
    padding-right:  10px;
    padding-left:   10px;
    padding-bottom:  5px;
}

.literallayout,
.programlisting,
.screen {
    font-size: 9pt;
    overflow:  auto;
}

/* Admonition section */

div.caution,
div.important,
div.note,
div.tip,
div.warning {
    margin-left: 0;
    margin-right: 25%;
    overflow: hidden;
}

.admon_table {
    width: 100%;
    table-layout: fixed;
}

td.caution,
td.important,
td.note,
td.tip,
td.warning {
    border-left: 1px;
    border-left-style: solid;
    border-color: #E0E0E0;
    width: 80%;
}

td.admon_icon {
    width: 20%;
}

.caution_sign {
    font-size: 12pt;
    color: #ff9999;
}

.important_sign {
    font-size: 12pt;
    color: #ffcc80;
}

.note_sign {
    font-size: 12pt;
    color: #66ccff;
}

.tip_sign {
    font-size: 12pt;
    color: #53c653;
}

.warning_sign {
    font-size: 12pt;
    color: #CD0000;
}
