/*
Color Palette
#061907 - Dark Green
#BBBBBB - Medium Gray
#F0F0F0 - Off-White

Defaults
20px - Padding / Margin
*/


/* GLOBAL =================================================================== */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #061907;
  color: #F0F0F0;
}

h1 {
  border-bottom: 1px solid #BBBBBB;
  padding-left: 20px;
  text-align: left;
}

/* Comic ==================================================================== */

.home #content header a {
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}

.home #content header h3 {
  font-size: 3em;
}

.home #content .post-header {
  border-bottom: 2px solid $BBBBBB;
}

.home #content .post-meta {
  font-size: 1.5em;
  font-style: italic;
}

.home #content #author-avatar {
  padding: 10px;
}

/* Cast Page ================================================================ */

#castPage {
  text-align: center;
}

#castPage ul {
  margin: 0 auto;
}

#castPage li {
  display: inline-block;
  width: 120px;
}

#castPage table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px;
}

#castPage table img {
  width: 175px;
}

#castPage table th {
  font-size: 1.25em;
  font-style: italic;
}

#castPage table .cardDesc {
  text-align: left;
}

#castPage table .cardTopCell {
  font-weight: bold;
  vertical-align: bottom;
  width: 130px;
}

#castPage table .cardBottomCell {
  vertical-align: top;
  width: 130px;
}

/* Donate Page ============================================================== */

#patreon {
  margin: 20px; auto;
}
