code {
    font-size: 1.2em;
}

li pre {
    margin-top: 1em;
}

li ul {
    margin-top: 0.4em;
}

html, body {
    height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.1em;
}

#container {
    position: relative;
    min-height: 100%;
}

#footer {
	position: absolute;
	bottom: 0px;
	height: 3.4em;
	margin: 0em;
    background: #446472;
	width: 100%;
	color: #ffffff;
	font-size: 0.7em;
}

#author {
	position: absolute;
	left: 0.5em;
	top: 0.5em;
}

#attrib {
	position: absolute;
	right: 0.5em;
	top: 0.5em;
	text-align: right;
}

#ccommons {
	font-size: 0.8em;
	margin-top: 0.2em;
}

a {
    color: #446472;
}

#attrib a {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #446472;
}

#attrib a:hover {
	border-bottom: 1px solid #ffffff;
}

#topStrap {
	position: absolute;
    background: #446472;
    color: #ffffff;
    font-weight: bold;
    font-size: 0.7em;
    width: 100%;
    height: 2.4em;
}

.lightStripe {
	width: 100%;
	position: absolute;
	bottom: -1px;
	border-bottom: 1px solid #ede4d9;
}

.darkStripe {
	width: 100%;
	position: absolute;
	bottom: 0px;
	border-bottom: 1px solid #8c8070;
}

#title {
	position: absolute;
	top: 0.5em;
	left: 0.5em;
}

#progress {
	width: 100px;
	height: 0.9em;
	border: 1px solid #ffffff;
	position: absolute;
	top: 0.7em;
	right: 0.7em;
}

#bar {
	width: 0%;
	height: 100%;
	background: #f3f1e7;
}

#content {
	padding: 2em 1em 4em 1em;
}

h1 {
    font-size: 1.3em;
}

h2 {
    font-size: 1.0em;
}

#xfooter {
    display: none;
}
p, li {
    //font-size: 1.1em;
}
li {
    margin-bottom: 0.4em;
}

h1, h2 {
    color: #446472;
}

pre {
    //float: left;
    margin: 0em 3em 1em 1em;
    padding: 1em;
    border: 1px solid #cccccc;
    //background: #eeeeee;
    background: #f1f6f9;
}

pre.float {
    float: left;
}

pre.code, td.blue {
    background: #f1f6f9;
}

pre.text, td.brown {
    background: #f3f1e7;
}

.egimage {
    margin: 1em;
}


th {
	font-weight: bold;
}

th.blue {
    background: #b4cbd9;
}

th.brown {
   background: #C2BB97;
}

.slide {
}

.title {
    text-align: center;
}

table.smaller {
	font-size: 90%;
	width: 75%;
}

table.smaller td, table.smaller th {
	padding: 0.3em;
}

.navIcon {
	margin: 0.4em 0.3em 0em 0.3em;
}

.indent {
	margin-left: 1em;
}
