/* Layout */

html {
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

body {
    height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background-color: #2d2d41;
    background-image: url(../images/linear-gradient.gif);
    background-repeat: repeat-x;
}

/* Containers and ornaments */

#ornament {
    background-image: url(../images/ornament.png);
    background-repeat: no-repeat;
    position: fixed;
    width: 350px;
    height: 520px;
    bottom: 0;
    right: 0;
    z-index: 0;
}

#container {
	padding: 30px;
}

#header {
	margin-bottom: 95px;
}

#footer {
	clear: both;
	margin-top: 60px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    color: #fff;
}

/* Menu */

#menu {
	position: absolute;
	font-size: 18px;
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	list-style: none;
	list-style-position: inside;
	left: -243px;
	top: 171px;
	width: 243px;
	padding: 0;
	padding-left: 0;
	margin: 0;
	margin-left: 100%;
	z-index: 1;
}

#menu li {
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 25px;
	cursor: pointer;
}

#menu li.selected {
	background-image: url(../images/menu-selector.png);
    background-repeat: no-repeat;
    background-position: left center;
}

#selector {
	position: absolute;
	background-image: url(../images/menu-selector.png);
    background-repeat: no-repeat;
    background-position: left center;
	width: 243px;
	height: 45px;
	left: -243px;
	top: 180px;
	margin: 0;
	margin-left: 100%;
	z-index: 0;
}

/* Content */

#content {
	text-align: left;
	overflow: hidden;
	width: 700px;
}

#scroller {
	/* num. sections * 700px, should be computed by JavaScript */
	width: 6300px;
}

.section {
	float: left;
	width: 600px;
	padding-left: 100px;
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}

.section img {
	border: none;
}

.section h1 {
	font-size: 13pt;
}

.section a {
	color: #fff;
}

.section ul {
	margin-bottom: 30px;
	font-size: 10pt;
}

.section p {
	font-size: 10pt;
	margin-bottom: 30px;
}

#book-pane h1 {
	margin-bottom: 0pt;
}

#book-pane p {
	margin-top: 0;
}

#book-pane ul {
	list-style: none;
}

#book-cover {
	float: left;
	margin-left: 10px;
	margin-right: 50px;
}

ul.no-bullet {
	list-style: none;
}

ol {
	margin-bottom: 1.5em;
}

pre.prettyprint {
	padding: 5px;
	background-color: #FFFFFF;
	border: 0px none #000;
	margin-top: -17px;
}