body {
  color: #222;
  font-family: "Geneva", Helvetica, sans-serif;
  background: url("../images/top-left-corner.png") #fafafa top left no-repeat;
}

a img {
  border: 0;
}

div#header {
  width: 760px;
  padding-bottom: 5px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 1em;
}

div#container {
  width: 770px;
}

div#sidebar {
  float: left;
  width: 200px;
  background: #FFE;
  border: 1px dotted #dddddd;
  margin: 0 1em 1.5em 0;
  padding: 0.5em 0 0.5em 0;
  text-align: center;
}

div#sidebar img {
  padding: 0.3em;
  border-bottom: 1px dotted #cccccc;
}

div#content {
  float: left;
  width: 540px;
  font-size: 0.9em;
  margin: 0 0 1.5em 0;
}

div#content p {
  margin-top: 0;
  margin-bottom: 1em;
}

div#content strong {
  font-size: 1.1em;
}

div#content div.images {
  text-align: center;
}

div#biography { margin-top: 0.25em; }

div#footer {
  margin-top: 10em;
  border-top: 1px dotted #cccccc;
  font-size: 0.8em;
  color: #666666;
  padding: 1em;
  clear: left;
}

div#welcome {
  padding: 1em;
  background: #ffffef;
  border: 1px solid #EEEEEE;
}

div#biography {
  font-family: "Book Antiqua", "Palatino Linotype", "Palatino";
}

img.photo_left {
  float: left;
  margin: 1em;
}

img.photo_right {
  float: right;
  margin: 1em;
}

/* --- music --- */

ul#tracks {
  width: 37em;
  list-style: none;
  padding: 0;
}

ul#tracks li {
  font-family: "Book Antiqua", "Palatino Linotype", "Palatino";
  font-size: 1.5em;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #AAA;
  padding: 1em 0 1em 0;
  margin: 0;
}

ul#tracks li:hover {
  background: #FFE;
}

span.album_name {
  color: #333;
  margin-right: 0.25em;
}

span.track_name { color: #666; }

div.mp3_player { margin-top: 0.5em; }

/* --- interview --- */

div#interview_description {
  font-family: "Book Antiqua", "Palatino Linotype", "Palatino";
  text-align: left;
  font-size: 1.1em;
  border: 1px solid #DDD;
  background: #EEE;
  padding: 1em;
  margin-bottom: 2em;
}

div#interview_description img {
  float: left;
  margin-right: 1em;
}

div#video_player {
  clear: left;
  width: 525px;
  text-align: center;
  margin: auto;
}

/* --- photos --- */

div.photo {
  font-family: "Book Antiqua", "Palatino Linotype", "Palatino";
  background: #EEE;
  border: 1px solid #CCC;
  padding: 1em;
  margin-bottom: 3em;
}

div.photo div.caption {
  margin: 15px 0 0 0;
}

div.photo span.quote {
  font-weight: bold;
  font-style: italic;
}

/* --- art --- */

div.art {
  font-family: "Book Antiqua", "Palatino Linotype", "Palatino";
  background: #EEE;
  border: 1px solid #CCC;
  padding: 1em;
  margin-bottom: 3em;
}

div.art div.caption {
  margin: 15px 0 0 0;
}

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clear { display: inline-block; }
.clear:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }

