@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

body {
  background: #f0f0f0;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-size: 13px;
  line-height: 20px;
  color: #333;
}

p {
  padding-bottom: 20px;
}

a {
  color: #369;
  text-decoration: none;
}
a:hover {
  color: #000;
}

blockquote {
  background: #f0f0f0;
  border-left: 10px solid #ccc;
  margin-bottom: 20px;
  padding: 10px;
  quotes: "“" "”" "‘" "’";
}
blockquote:before {
  color: #9ea3a7;
  content: open-quote;
  font-size: 4em;
  line-height: 1px;
  margin-right: 10px;
  vertical-align: -20px;
}
blockquote p {
  display: inline;
}

#header {
  background: #fff;
  padding: 0 10px;
}
#header > div {
  position: relative;
  margin: 0 auto;
}

#logo-container {
  display: block;
  position: relative;
  width: 400px;
  height: 60px;
}
#logo-container #logo {
  height: 60px;
}
#logo-container #wreath {
  position: absolute;
  top: -10px;
  right: 0;
  height: 80px;
  width: 75px;
}

#search {
  height: 30px;
  margin: 10px 0;
  background: #eee;
  border-radius: 3px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
#search input {
  height: 30px;
  padding: 0 10px;
  border: none;
}
#search input[type=text] {
  background: transparent;
}
#search input[type=submit] {
  float: right;
  font-family: "ff-meta-web-pro", "Helvetica Neue", sans-serif;
  color: #fff;
  line-height: 30px;
  letter-spacing: 0.1em;
  -webkit-appearance: none;
  background: #9ea3a7;
  border-radius: 0 3px 3px 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}
#search input[type=submit]:hover {
  cursor: pointer;
  background: rgb(131.2594594595, 137.6378378378, 142.7405405405);
}

#nav {
  background: #60ade0;
}
#nav ul {
  margin: 0 auto;
}
#nav ul li {
  list-style: none;
}
#nav ul li a {
  display: block;
  height: 40px;
  font-family: "ff-meta-web-pro", "Helvetica Neue", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  line-height: 40px;
  letter-spacing: 0.1em;
  text-align: center;
}
#nav ul li a:hover {
  background: rgb(74.6605263158, 161.9947368421, 219.8394736842);
}
#nav ul li a#current {
  background: rgb(53.3210526316, 150.9894736842, 215.6789473684);
}
#nav ul li a img#webakte {
  height: 20px;
  margin: 8px 0 12px 0;
}

#banner {
  position: relative;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #9ea3a7;
  background-position: 50% center;
  background-repeat: no-repeat;
  background-size: 1048px 260px;
}
#banner:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}
#banner > div {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 30px 0;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
#banner > div h1 {
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0.1em;
  padding: 10px 0;
}
#banner > div p {
  font-size: 15px;
  font-family: "ff-meta-web-pro", "Helvetica Neue", sans-serif;
  line-height: 30px;
}
#banner > div a {
  display: inline-block;
  font-family: "ff-meta-web-pro", "Helvetica Neue", sans-serif;
  color: #fff;
  background-color: #60ade0;
  border-radius: 1000px;
  padding: 5px 20px;
}
#banner > div a:after {
  content: " →";
}
#banner > div a {
  transition: background-color 0.2s ease;
}
#banner > div a:hover {
  background: rgb(53.3210526316, 150.9894736842, 215.6789473684);
}

#content {
  background: #fff;
  padding: 30px 10px;
  overflow: auto;
}
#content > div {
  margin: 20px auto;
  overflow: auto;
}

#body h2 {
  font-size: 16px;
  font-weight: normal;
  padding: 10px 0;
}
#body h3 {
  font-size: 13px;
  font-weight: normal;
  padding: 10px 0;
}
#body p,
#body ul {
  padding-bottom: 20px;
}
#body ul li,
#body ol li {
  padding-left: 20px;
}
#body ul li {
  position: relative;
  list-style: none;
}
#body ul li:before {
  position: absolute;
  left: 0;
  color: #60ade0;
  content: "•";
}

.image {
  width: 320px;
  height: 210px;
  margin: 0 20px 20px 0;
}

#intro {
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 30px;
}

#aside h3 {
  clear: both;
  font-family: "ff-meta-web-pro", "Helvetica Neue", sans-serif;
  font-size: 10px;
  font-weight: normal;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-indent: 10px;
  background: #9ea3a7;
  margin-bottom: 10px;
}

img#author {
  float: left;
  width: 120px;
  height: 120px;
  margin: 0 10px 20px 0;
}

#subnav {
  margin-bottom: 20px;
}
#subnav li {
  list-style: none;
  padding: 10px 0 9px 0;
  border-bottom: 1px dotted #ccc;
}
#subnav li a.current {
  color: #333;
}

.teaser {
  text-decoration: none;
  color: #333;
}
.teaser:hover {
  color: #369;
}
.teaser h2 {
  font-size: 18px;
  line-height: 30px;
  padding: 10px 0;
}
.teaser img {
  display: block;
  width: 200px;
  height: 120px;
  background: #ccc;
  margin-bottom: 10px;
}

.preview {
  display: block;
  text-decoration: none;
  color: #333;
  padding-bottom: 40px;
  overflow: auto;
}
.preview h2 {
  font-size: 18px !important;
  line-height: 30px;
  padding: 10px 0;
}
.preview a.image {
  position: relative;
  display: block;
  width: 200px;
  height: 120px;
  margin-bottom: 10px;
}
.preview a.image img {
  float: left;
  display: block;
  width: 100%;
  height: 100%;
  background: #ccc;
}
.preview a.image .date,
.preview a.image .comments {
  position: absolute;
  height: 20px;
  font-family: "ff-meta-web-pro", "Helvetica Neue", sans-serif;
  font-size: 12px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0 5px;
}
.preview a.image .date {
  top: 0;
  left: 0;
}
.preview a.image .comments {
  bottom: 0;
  right: 0;
  background-image: url(/workspace/images/bubble.svg);
  background-position: 3px 60%;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  padding-left: 20px;
}

#article-image {
  width: 320px;
  height: 210px;
  margin-bottom: 20px;
}

.comment {
  padding: 20px 0;
  overflow: auto;
}
.comment dt {
  float: left;
  width: 120px;
}
.comment dt img {
  width: 120px;
  height: 120px;
}
.comment dd {
  margin-left: 160px;
}

#mugshot {
  float: left;
  width: 200px;
  height: 290px;
  margin: 0 40px 40px 0;
}

#biography {
  border-collapse: collapse;
  margin-bottom: 40px;
  clear: both;
}
#biography th,
#biography td {
  text-align: left;
  vertical-align: top;
  padding: 10px 20px 9px 0;
  border-bottom: 1px dotted #ccc;
}
#biography th p,
#biography td p {
  padding: 0;
}
#biography th {
  font-weight: normal;
  font-style: italic;
}

#book {
  width: 150px;
  height: 207px;
}

.download h2 {
  height: 40px;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0;
}
.download a.image {
  position: relative;
  display: block;
}
.download a.image img {
  width: 158px;
  height: 218px;
  border: 1px solid #9ea3a7;
  margin-bottom: 10px;
}
.download p {
  min-height: 140px;
  padding: 0;
}

#download {
  float: left;
  position: relative;
  margin: 0 40px 40px 0;
}
#download img {
  width: 158px;
  height: 218px;
  border: 1px solid #9ea3a7;
}

.price {
  position: absolute;
  display: inline-block;
  top: -10px;
  left: 120px;
  width: 50px;
  height: 50px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 50px;
  vertical-align: middle;
  background: #60ade0;
  border-radius: 25px;
}

.free {
  background: #60e0a3;
}

.payable {
  background: #60ade0;
}

form#buy {
  float: left;
  display: none;
  margin-right: 20px;
}
form#buy input[type=submit] {
  width: 126px;
  height: 47px;
  background: url(/workspace/images/paypal-button.gif) no-repeat;
  cursor: pointer;
  border: none;
}

#payment-instructions {
  display: block;
  float: left;
  width: 200px;
  font-size: 12px;
  font-family: "ff-meta-web-pro", "Helvetica Neue", sans-serif;
}

.button, #download-button {
  display: inline-block;
  font-family: "ff-meta-web-pro", "Helvetica Neue", sans-serif;
  color: #fff;
  line-height: 20px;
  background: #60ade0;
  padding: 5px 25px;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgb(53.3210526316, 150.9894736842, 215.6789473684);
  border: none;
  cursor: pointer;
}
.button:hover, #download-button:hover {
  color: #fff;
  background: rgb(53.3210526316, 150.9894736842, 215.6789473684);
}

#download-button:before {
  content: "↓ ";
}

#aside-downloads li {
  list-style: none;
}
#aside-downloads li a {
  float: left;
  display: inline;
  position: relative;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  margin: 10px 20px 10px 0;
}
#aside-downloads li a img {
  float: left;
  width: 158px;
  height: 218px;
  border: 1px solid #9ea3a7;
}

.document {
  width: 140px;
  height: 200px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}

.opponent {
  float: left;
  display: block;
  width: 200px;
  min-height: 60px;
  padding: 10px 0 9px 0;
  margin-right: 40px;
  border-bottom: 1px dotted #ccc;
}

.new-letter {
  float: left;
  display: block;
  width: 100%;
  min-height: 60px;
  font-size: 48px;
  line-height: 60px;
  color: #000;
  text-transform: uppercase;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  margin: 60px 0 10px 0;
}

iframe#video {
  display: block;
  margin: 20px 0;
  border: none;
}

iframe#service-video {
  float: left;
  border: 0;
  margin: 0 20px 20px 0;
}

#map {
  width: 100%;
  background: #ccc;
  margin: 20px 0 40px 0;
  border: none;
}

hr {
  height: 10px;
  border: none;
  border-top: 1px dotted #ccc;
  margin: 59px 0 60px 0;
}

.edit:before {
  content: " [";
}
.edit:after {
  content: "]";
}

form#message,
form#comment {
  width: 100%;
  overflow: auto;
  margin-bottom: 40px;
}
form#message label,
form#comment label {
  float: left;
  display: block;
  width: 100%;
  font-size: 13px;
  font-family: "ff-meta-web-pro", "Helvetica Neue", sans-serif;
  color: #333;
  line-height: 30px;
  letter-spacing: 0.1em;
  margin: 10px 0;
  clear: left;
}
form#message label input[type=text],
form#message label textarea,
form#comment label input[type=text],
form#comment label textarea {
  float: left;
  font-size: 16px;
  line-height: 20px;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  background: #f8f8f8;
  border: none;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 2px 0 rgba(0, 0, 0, 0.05);
}
form#message label input[type=text],
form#comment label input[type=text] {
  width: 70%;
  height: 30px;
}
form#message label textarea,
form#comment label textarea {
  padding: 5px 0;
}
form#message label textarea.address,
form#comment label textarea.address {
  width: 70%;
  height: 60px;
}
form#message label textarea.message,
form#comment label textarea.message {
  width: 100%;
  height: 200px;
}
form#message label select,
form#comment label select {
  width: 70%;
  height: 28px;
  border: 1px solid #ccc;
}
form#message label span,
form#comment label span {
  color: #ccc;
}
form#message label span:before,
form#comment label span:before {
  content: " (";
}
form#message label span:after,
form#comment label span:after {
  content: ")";
}
form#message input[type=submit],
form#comment input[type=submit] {
  float: left;
  font-family: "ff-meta-web-pro", "Helvetica Neue", sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  cursor: pointer;
  background: #9ea3a7;
  -webkit-appearance: none;
  border: none;
  border-radius: 3px;
  padding: 10px 40px;
  margin: 10px 0;
  clear: both;
}
form#message .error,
form#message .success,
form#comment .error,
form#comment .success {
  width: auto;
  font-family: "ff-meta-web-pro", "Helvetica Neue", sans-serif;
  color: #fff;
  padding: 10px;
  margin: 10px 0;
}
form#message .error,
form#comment .error {
  background-color: #ee6683;
}
form#message .success,
form#comment .success {
  background-color: #60e0a3;
}

table.info {
  border-collapse: collapse;
  margin-bottom: 10px;
}
table.info th,
table.info td {
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 9px;
  border-bottom: 1px dotted #ccc;
}
table.info th {
  text-align: left;
  font-weight: normal;
  font-style: italic;
}
table.info td {
  text-align: right;
  word-wrap: break-word;
}
table.info .highlight {
  display: block;
  font-style: normal;
  color: #fff;
  background-color: #ee6683;
  padding: 10px;
}

.pagination {
  overflow: auto;
  padding-bottom: 20px;
}
.pagination li {
  list-style: none;
  float: left;
  display: block;
  width: 30px;
  height: 30px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  background: #ccc;
  border-left: 1px dotted rgba(255, 255, 255, 0.5);
}
.pagination li:first-child {
  border-radius: 3px 0 0 3px;
  border-left: 0;
}
.pagination li:last-child {
  border-radius: 0 3px 3px 0;
}
.pagination li:hover {
  background: #bbb;
}
.pagination li.selected {
  background: #aaa;
}
.pagination li a {
  display: block;
  color: #fff;
}
.pagination li.ellipsis:hover {
  background: #ccc;
}

#footer {
  padding: 0 10px;
}
#footer > div {
  margin: 0 auto;
}
#footer > div ul {
  padding: 40px 0;
  overflow: auto;
}
#footer > div ul li {
  list-style: none;
  padding: 10px 0 9px 0;
  border-bottom: 1px dotted #ccc;
}
#footer > div p {
  width: 100%;
  padding: 20px 0 60px 0;
  overflow: auto;
}

#grid {
  width: 1120px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -560px;
}
#grid div.vert {
  width: 39px;
  border: solid darkturquoise;
  border-width: 0 1px;
  margin-right: 39px;
}
#grid div.vert.first-line {
  margin-left: 39px;
}
#grid div.horiz {
  height: 9px;
  border-bottom: 1px dotted darkgray;
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  #header {
    overflow: hidden;
  }
  #logo-container {
    position: relative;
    top: 10px;
    padding-bottom: 10px;
  }
  #wreath {
    display: none;
  }
  #nav ul {
    border: 0;
  }
  #nav ul li a {
    line-height: 39px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
    padding: 0 10px;
  }
  #banner {
    padding: 0 10px;
  }
  #video {
    width: 240px;
    height: 135px;
  }
  #map {
    height: 300px;
  }
  table.info {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1020px) {
  #header > div {
    width: 720px;
    height: 100px;
  }
  #logo-container {
    float: left;
    position: absolute;
    top: 20px;
    left: 0;
  }
  #search {
    float: right;
  }
  #nav ul {
    display: flex;
    justify-content: space-between;
    width: 720px;
    height: 40px;
    margin: 0 auto;
  }
  #nav ul li {
    flex: 1 1 auto;
  }
  #nav ul li a {
    border-left: 1px dotted rgba(255, 255, 255, 0.5);
  }
  #banner > div {
    width: 720px;
  }
  #banner > div p {
    width: 360px;
  }
  #map {
    height: 500px;
  }
  #content > div {
    width: 720px;
  }
  #main {
    float: left;
    width: 480px;
  }
  #subnav,
  #aside {
    float: right;
    width: 200px;
  }
  .teaser {
    float: left;
    width: 220px;
    min-height: 340px;
    padding-right: 20px;
  }
  .preview a.image {
    float: left;
  }
  .preview .text {
    margin-left: 240px;
  }
  .download {
    float: left;
    width: 220px;
    padding-right: 20px;
  }
  #video {
    width: 440px;
    height: 250px;
  }
  table.info {
    width: 200px;
  }
  #footer > div {
    width: 720px;
  }
  #footer > div ul li {
    float: left;
    width: 200px;
    margin-right: 40px;
  }
}
@media (min-width: 1021px) {
  #header > div {
    width: 960px;
    height: 100px;
  }
  #logo-container {
    float: left;
    position: absolute;
    top: 20px;
    left: 0;
  }
  #search {
    float: right;
  }
  #nav ul {
    display: flex;
    justify-content: space-between;
    width: 960px;
    height: 40px;
    margin: 0 auto;
  }
  #nav ul li {
    flex: 1 1 auto;
  }
  #nav ul li a {
    border-left: 1px dotted rgba(255, 255, 255, 0.5);
  }
  #banner {
    min-height: 260px;
  }
  #banner > div {
    width: 960px;
  }
  #map {
    height: 500px;
  }
  #content > div {
    width: 960px;
  }
  #main {
    float: left;
    width: 640px;
  }
  #subnav,
  #aside {
    float: right;
    width: 280px;
  }
  .teaser {
    float: left;
    width: 280px;
    min-height: 300px;
    padding-right: 40px;
  }
  .preview a.image {
    float: left;
  }
  .preview .text {
    margin-left: 240px;
  }
  .download {
    float: left;
    width: 280px;
    padding-right: 40px;
  }
  #video {
    width: 560px;
    height: 315px;
    margin-bottom: 5px;
  }
  table.info {
    width: 280px;
  }
  #footer > div {
    width: 960px;
  }
  #footer > div ul li {
    float: left;
    width: 280px;
    margin-right: 40px;
  }
}
