/* The Wet Spot - period-appropriate late 2000s/early 2010s styling */

* { box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #2a1a1a;
  background: #1a0a0a url("../img/bg-tile.png") repeat;
}

#wrapper {
  width: 860px;
  margin: 0 auto;
  background: #f5ece0;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  box-shadow: 0 0 12px rgba(0,0,0,0.6);
}

/* Header */
#header {
  background: #5a0a14;
  color: #f5ece0;
  padding: 22px 28px 16px;
  border-bottom: 4px double #c9a96e;
}

#header h1 {
  margin: 0;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 36px;
  font-style: italic;
  letter-spacing: 1px;
  font-weight: normal;
}

#header h1 a {
  color: #f5ece0;
  text-decoration: none;
}

#header .tagline {
  margin: 4px 0 0;
  font-size: 12px;
  color: #c9a96e;
  font-style: italic;
}

/* Nav */
#nav {
  background: #2a0508;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #000;
}

#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  text-align: center;
}

#nav li {
  display: inline-block;
}

#nav a {
  display: inline-block;
  padding: 10px 18px;
  color: #c9a96e;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-right: 1px solid #4a1010;
}

#nav a:hover {
  background: #5a0a14;
  color: #f5ece0;
}

/* Content */
#content {
  padding: 24px 32px;
  min-height: 420px;
}

#content h2 {
  font-family: Georgia, serif;
  font-size: 22px;
  color: #5a0a14;
  border-bottom: 1px dotted #c9a96e;
  padding-bottom: 6px;
  margin-top: 0;
}

#content h3 {
  font-family: Georgia, serif;
  font-size: 16px;
  color: #5a0a14;
  margin-top: 22px;
}

#content p {
  margin: 0 0 14px;
}

#content a {
  color: #5a0a14;
  text-decoration: underline;
}

#content a:hover {
  color: #b03020;
}

#content ul {
  padding-left: 22px;
}

#content li {
  margin-bottom: 6px;
}

/* Two-column layout */
.two-col {
  display: table;
  width: 100%;
  margin-top: 16px;
}

.two-col .main {
  display: table-cell;
  width: 65%;
  padding-right: 24px;
  vertical-align: top;
}

.two-col .side {
  display: table-cell;
  width: 35%;
  vertical-align: top;
  background: #ede0cc;
  padding: 14px 16px;
  border: 1px solid #c9a96e;
  font-size: 12px;
}

.two-col .side h3 {
  margin-top: 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Notice box */
.notice {
  background: #fff8e0;
  border: 2px solid #c9a96e;
  padding: 14px 18px;
  margin: 0 0 22px;
  font-size: 13px;
}

.notice strong {
  color: #5a0a14;
}

/* Event/class list */
.event-list {
  list-style: none;
  padding: 0;
}

.event-list li {
  border-bottom: 1px dotted #c9a96e;
  padding: 10px 0;
}

.event-list .when {
  font-weight: bold;
  color: #5a0a14;
  display: inline-block;
  min-width: 130px;
}

/* Footer */
#footer {
  background: #2a0508;
  color: #c9a96e;
  padding: 18px 28px;
  font-size: 11px;
  text-align: center;
  border-top: 4px double #c9a96e;
}

#footer a {
  color: #f5ece0;
}

.stewardship {
  background: #2a0508;
  color: #c9a96e;
  padding: 18px 28px;
  font-size: 11px;
  text-align: center;
  border-top: 4px double #c9a96e;
  line-height: 1.7;
}

.stewardship a {
  color: #f5ece0;
}

/* Misc */
hr {
  border: 0;
  border-top: 1px dotted #c9a96e;
  margin: 22px 0;
}

blockquote {
  border-left: 3px solid #c9a96e;
  margin: 14px 0;
  padding: 6px 16px;
  background: #ede0cc;
  font-style: italic;
}
