/* 
http://colorschemedesigner.com/
*/
body {
	font-family: "URW Palladio L", "Palatino Linotype", serif;
	background-color: black;
	color: black;
	margin: 1em;;
}

a {
	text-decoration: none;
	font-style: italic;
	color: inherit;
}

/* the full page content */
#container {
	width: 80%;
	margin: auto auto;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color: white;
}

/* the main title */
#top {
	background-color: white;
	font-family: serif;
	text-align: center;
}

#top h1 {
	padding: 0.5em;
	margin: 0px;
	font-size: 2em;
	height: 160px;
	width: 489px;
	background: url("cssimages/bouilorg.png") no-repeat;
	margin-left: auto;
	margin-right: auto;
}
#top h1 span{
	visibility: hidden;
}

/*  last modified date */
#top #lastmodifed {
	color: black;
	text-transform: uppercase;
	text-align: center;
	padding-top: 0.7em;
	padding-bottom: 0em;
	font-size: 0.8em;
}

/* the header contains the menu */
#header {
	color: black;
	border-top: 3px double black;
	border-bottom: 3px double black;
}

#header #navcontainer {
	padding: 0 16px;
}

#header #navcontainer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header #navcontainer ul#menu li {
	display: inline;
	list-style-type: none;
	text-decoration: none;
	line-height: 2.7em;
	font-size: 1.0em;
}

#header a:hover {
	background-color: black;
	color: white !important;
}

#header ul#menu a {
	color: black;
	text-decoration: none;
	padding: 12px 20px 13px 20px;
}

/* the left menu */
#leftnav {
	background-color: white;
	width: 153px;
	margin: 0;
	padding: 1em;
	float: left;
	border-right: 1px solid black;
	margin-right: -1px;
}

/* the inside text */
#content {
	margin-left: 185px;
	margin-right: 0px;
	padding: 1em;
	border-left: 1px solid black;;
	word-spacing: 0.1em;
	line-height: 1.5em;
	background: white;
}

#content a {
	border-bottom: 1px dotted black;
}

#content h2 {
	font-size: 1.5em;
	margin-top: 1.2em;
}

#content h3 {
	font-size: 1.3em;
	margin-top: 1.2em;
}

#content pre,#content .syntaxhighlighter {
	overflow: auto;
	background-color: white;
	border-left: 3px solid #6CE26C;
	padding: 0 2px 0 10px;
	font: medium/ 1.75 Consolas, 'Andale Mono', Monaco, 'Liberation Mono',
		'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', monospace;
	margin-left: 45px;
	letter-spacing: 0;
	word-spacing: 0;
	white-space: pre-wrap;
}

#leftnav p {
	margin: 0 0 1em 0;
}

#leftnav h3 {
	font-size: 1.2em;
	margin-top: 1.2em;
}

#leftnav ul {
	margin: 0;
	padding: 0;
}

#leftnav li {
	list-style: none;
	border-top: none;
	margin: 0px;
	height: 100%;
	border-bottom: 1px dotted black;
}

#leftnav li a {
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 14px;
	text-decoration: none;
}

#leftnav li a:hover {
	color: #111;
}

#leftnav p {
	font-size: 1em;
	color: #555;
}

#footer {
	clear: both;
	margin: 0;
	border-top: 1px dotted black;
	border-collapse: collapse;
	text-align: center;
	padding-bottom: 0.3em;
}

#footer a {
	border-bottom: 1px dotted black;
}

div.reader-publisher-module {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	background: transparent !important;
}

div.reader-publisher-module h3 {
	display: none;
}

div.reader-publisher-module ul {
	margin: 0 !important;
	padding: 0 !important;
}

div.reader-publisher-module a {
	color: black !important;
	text-decoration: none !important;
}

div.reader-publisher-module a.i {
	border-color: black !important;
	border-style: none none dotted !important;
}

div.reader-publisher-module div.f {
	background-color: transparent !important;
	border-top: none !important;
}
