body {
  font-family: "camingodos-web";
  width: 640px;
  margin: 0 auto;
}

a {
  text-decoration: none;
  border-bottom: 1px solid #777;
  color: #777;
}
a:hover {
  border-bottom-color: black;
  color: black;
}
#img a { border-bottom: none; }

/* header */
#main-header {
  position: relative;
}
#main-header h1 {
  font-weight: 500;
  position: absolute;
  bottom: 10px;
  margin: 0;
  left: 10px;
  width: 300px;
  color: white;
}
#main-header nav {
  width: 320px;
  left: 640px;
  margin-top: 10px;
}
#main-header nav ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 0;
}
#main-header nav ul li {
  display: inline;
  padding-right: 10px;
}
#main-header nav ul li.active a {
  color: black;
}
#main-header nav a {
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  border-bottom: 1px solid #999;
  font-size: 16px;
}
#main-header nav a:hover {
  color: black;
  border-bottom-color: black;
}
p.photo-credit {
  text-align: right;
  float: right;
  margin-top: 14px;
  font-size: 0.6em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #777;
}

/* section headers */
section > header {
  position: relative;
}
section > header h1 {
  position: absolute;
  width: 200px;
  text-align: right;
  left: -220px;
  top: 12px;
  font-size: 0.8em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

/* article (event) */
article {
  margin-top: 1.2em;
}
article header h1 {
  color: rgb(187, 110, 60);
  font-size: 1.4em;
  font-weight: 700;
  margin: 16px 0;
}
article header h2 {
  font-weight: 400;
  font-size: 1.0em;
}
article header h3 {
  font-weight: 400;
  font-size: 1.0em;
  margin: 1em 0;
}

article .body h4 {
  float: left;
  margin: 0;
  margin-right: 4px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgb(187, 110, 60);
  font-size: 0.9em;
  line-height: 21px;
  margin-bottom: -1px;
}
article .body h3 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgb(187, 110, 60);
  font-size: 0.9em;
  margin-bottom: 0;
}
article .body p.after-header {
  margin-top: 0;
}
.dates {
  font-weight: 700;
}

.bio { padding-top: 1em; }
.press-quotes { margin-bottom: 2em; color: #888; }
.press-quotes blockquote {
  margin-top: 2em;
  margin-left: 0;
}
.press-quotes blockquote:first-child {
  margin-top: 1em;
}
.press-quotes p {
  margin-left: 50px;
  font-style: italic;
}

.press-item {
  overflow: hidden;
  margin: 1em 0;
}
.press-item figure {
  margin: 0;
  float: left;
}
.press-item p {
  margin-left: 220px;
}

#img-container {
  width: 640px;
  height: 220px;
  position: relative;
}
#img {
  width: 640px;
  height: 220px;
  background-color: black;
  position: absolute; top: 0;
}
.content {
  width: 640px;
  margin: 1em auto;
}
article {
  border-top: 1px solid #ccc;
}
figure {
  margin: 1em 0;
}
.placeholder-image {
  display: inline-block;
  width: 640px;
  height: 400px;
  background-color: #ccc;
  border: 1px solid #aaa;
}
.placeholder-image:before {
  content: "PLACEHOLDER";
  position: relative;
  right: -255px;
  top: 165px;
  color: white;
}
.placeholder-image.small {
  width: 200px;
  height: 100px;
}
.placeholder-image.small2 {
  width: 200px;
  height: 150px;
}
.wide.placeholder-image:before { right: 80px; }
.title {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.8em;
  font-weight: 600;
}
.name {
  color: rgb(187, 110, 60);
  text-transform: none;
  letter-spacing: 0;
}
h1 .name {
  font-size: 1.0em;
}
#video-left { float: left; padding-top: 7px;}
