body {
background:#101010;
color:#eee;
margin:10%;
margin-top:2%;
font-family:"Big Caslon",Georgia,Serif;
}

div.intro {
border-bottom: 1px solid #333;
}

a{
color: #f70;
}

h1,h2,h3,h4,h5,h6{
font-weight:normal;
}

h1 {
letter-spacing: 1px;
margin: 0;
}

.title h2{
display: inline;
}
.title h3{
display: inline;
margin-left: 5em;
}

h3 {
  margin-top:0;
  margin-left: 20px;
}

.subtitle {
  display: block;
  font-size: 90%;
  margin-bottom: 10px;
  margin-top: -10px;
}

.photo {
  background: black;
  padding: 0;
  margin: 10%;
}
.photo img {
  width: 100%;
}
.flyer {
text-align: center;
margin-bottom: 50px;
}
span.large {
#font-size:150%;
}

p.links{
text-align:center;
}
p.links a{
padding:1ex;
}

.pic {
  float: left;
  width: 250px;
  height: 300px;
  margin: 20px;
}

.thumb img {
  border: 20px solid black;
}

.pic img {
  border: 10px solid black;
}

a.thumb {
  display: block;
  padding: 15px;
  width: auto;
  color: white;
  text-decoration: none;
}

.description {
  font-size: 80%;
  font-family: Helvetica, Arial, sans-serif;
  color: #777;
  margin: 0;
  margin-left: 20px;
  width: 250px;
  padding-bottom: 20px;
/*  border-bottom: 1px solid #444;*/
  margin-bottom: 20px;
}

.small {
  font-size: 80%;
  font-family: Helvetica, Arial, sans-serif;
  color: #777;
}

.small a {
	color: #bfbfbf;
}
.statement {
  clear: both;
}

span.title {
  letter-spacing: 1px;
  display: block;
}

b {
  font-weight: normal;
  font-size: 150%;
}

.footer {
  clear: both;
}

.bottom {
  font-size: 80%;
  font-family: Helvetica, Arial, Sans-Serif;
  color: #777;
  margin-top: 50px;
  text-align: center;
  border-top: 1px solid #444;
  padding-top: 1ex;
  clear: both;
}
#cover {
  position: relative;
  width: 650px;
  height: 500px;
  padding: 0;
  float: left;
}
#cover div {
 position: absolute;
 width: 115px;
 height: 500px;
 background-repeat: none;
}
#cover div#hover {
 left: 0px !important;
 width: 650px;
 z-index: 100;
 background-position: top left !important;
 opacity: 0.90;
}
#cover div p {
 display: none;
 position: absolute;
 right: 10px;
 bottom: -10px;
 font-size: 1.1em;
}
#cover div#hover p {
 display: block;
}
#toc {
 width: 350px;
 float: left;
 padding-top: 0em;
}
#toc ul {
  list-style-type: none;
}
#toc ul img {
 border: none;
 margin-right: 2em;
 display: none;
 margin-bottom: -1.5em;
}
#toc ul li {
 margin-bottom: 3em;
 padding: 1em;
 font-size: 1.2em;
 vertical-align: center;
}
#toc ul li a span {
}
#toc ul li a {
  letter-spacing: 1px;
  color: #dfdfdf;
  text-decoration: none;
}
#toc ul li a:hover {
  color: orange !important;
}
.setlink {
  font-size: 1.3em;
  margin-left: 20px;
}
div.page {
background: #fafafa;
color: black;
padding: 2em;
border: 2px solid grey;
#border-width: 0 1ex 1ex 0;
}