/* CSS for Evolution */

body {
  position: relative;
  background: #F9DB93 url(img/bg-light.jpg) no-repeat fixed top left;
  color: #000000;
  font-family: times, "times new roman", serif;
  font-size: 1.1em;
  line-height: 1.1em;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

a {
	color: #333;
}

a:hover {
	/*color: #7C7967;*/
	color: #000;
}

a.hidden {
	color: #333;
	text-decoration: none;
}

a.hidden:hover {
	/*color: #7C7967;*/
	color: #000;
	text-decoration: none;
}

h1 {
	font-size: 2em;
	/*border-bottom: 2px solid #DCBF9A;*/
	padding-bottom: 5px;
	line-height: 1em;
}

h2, h3, h4 {
}

blockquote {
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
}

#container {
  position: relative;
  width: 800px;
	margin-left: auto;
	margin-right: auto;
  margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: left;
}

img.book {
	position: relative;
	float: left;
	padding-right: 0px;
	padding-bottom: 20px;
	margin-left: 0px;
	margin-right: 40px;
}

#menu {
	background-color: #000000;
	border-left: 1px solid #DCBF9A;
	border-right: 1px solid #DCBF9A;
	border-bottom: 1px solid #DCBF9A;
  text-align: center;
	padding: 0px;
	color: #FDE6AA;
	font-size: 1.1em;
	margin-bottom: 30px;
}

#menu a {
	color: #FDE6AA;
	text-decoration: none;
}

#above {
  position: relative;
	margin-left: 200px;
	margin-right: 0px;
	font-size: 0.9em;
	line-height: 1.5em;
}

.title {
	font-size: 1.5em;
}

.author {
	font-size: 1.1em;
	font-weight: bold;
}

.published {
	font-size: 1.1em;
	font-weight: bold;
}

.flat {
	border: 1px solid #333;
	width: 300px;
}

#below {
}

#footer {
	font-size: 0.7em;
	color: #A69271;
	border-top: 1px solid #DCBF9A;
}

#footer a {
	color: #A69271;
}
