@charset "UTF-8";
/*
Ratios:

AA text
4.5:1
https://www.w3.org/TR/WCAG21/#contrast-minimum

AA large text
3:1
https://www.w3.org/TR/WCAG21/#contrast-minimum

AA non-text
3:1
https://www.w3.org/TR/WCAG21/#non-text-contrast

AAA text
7:1
https://www.w3.org/TR/WCAG21/#contrast-enhanced

AAA large text
4.5:1
https://www.w3.org/TR/WCAG21/#contrast-enhanced

incidental
1:1 (no contrast; ergo, invisible)
https://www.w3.org/TR/WCAG21/#contrast-minimum

logotype
1:1 (no contrast; ergo, invisible)
https://www.w3.org/TR/WCAG21/#contrast-minimum

Large text is defined as 14 point (typically 18.66px) and bold or larger, or 18 point (typically 24px) or larger.
 */
/*
Use these techniques judiciously! Keep in mind that many screen reader users have some vision—what they see and what they hear should typically be in harmony. In general, screen reader-only content should be reserved for information is apparent visually but not apparent to blind screen reader users.
*/
* {
  border: 0;
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  outline: 0;
  padding: 0;
  text-decoration: none;
}

a, button {
  cursor: pointer;
}

a {
  color: #09f;
  position: relative;
}

article, aside, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}

aside, button, header, nav {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

aside, nav {
  background: #fff;
  float: left;
  margin: 12px 0;
  padding: 12px 0;
  position: relative;
  width: 192px;
}

b, strong {
  font-weight: bold;
}

base, head, noframes, noscript, script, style, title {
  display: none;
}

body {
  margin: 0 auto;
  padding: 24px 0;
  width: 896px;
}

button, img, input, select {
  vertical-align: bottom;
}

figcaption {
  background: #000;
  color: #ccc;
  font-size: 75%;
  line-height: 2;
  padding: 0 8px;
  text-align: left;
}

figure {
  text-align: center;
}

footer {
  clear: both;
  color: #fff;
  font-size: 75%;
  line-height: 2;
  padding: 2em;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

h1, h2 {
  color: #000;
}

h1 {
  font-size: 3em;
  line-height: 1;
  text-align: center;
}

header {
  background: #000;
  color: #fff;
  padding: 24px 0;
}

html {
  background: #ccc;
  color: #333;
  font: normal 100%/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
  min-height: 100%;
  overflow-y: scroll;
}

li {
  margin: 0 0 0 2em;
}

figcaption a {
  color: #fff;
}

nav a, nav span {
  display: block;
  padding: 0 16px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.0625);
}

nav li {
  color: #999;
  font-size: 75%;
  line-height: 2;
  list-style: none;
  margin: 0;
}

nav span {
  text-shadow: none;
}

[hidden], input[type=hidden] {
  display: none;
}

:root {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.125);
  text-rendering: optimizeLegibility;
}

a:hover {
  bottom: 1px;
  padding-bottom: 1px;
}

audio:not([controls]) {
  display: none;
}

nav a:hover {
  bottom: auto;
  margin-top: -1px;
}

q:after, q:before {
  content: "";
  content: none;
}

svg:not(:root) {
  overflow: hidden;
}

.actions {
  text-align: right;
}

.description {
  font-size: 75%;
  line-height: 2;
  padding: 12px 16px;
}

.hentry {
  list-style: none;
  margin: 0;
}

li.active a {
  color: #000;
}

#content {
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  float: left;
  margin: 12px 16px;
  width: 480px;
}

#fb-like {
  bottom: -48px;
  position: absolute;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

html {
  -ms-text-size-adjust: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

html {
  -webkit-text-size-adjust: 100%;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

html.admin section.action {
  float: left;
  width: 528px;
}

html.admin section.index {
  background: #000;
  color: #fff;
  float: left;
  padding: 0 12px;
  width: 344px;
}

div.errors, div.info, div.notes, div.success, div.warning {
  border: 0.0625em solid;
  margin-bottom: 1.5em;
  padding: 0.6875em 0.9375em;
  position: relative;
}

div.errors, div.danger {
  background: #fcc;
  border-color: #c66;
  color: #600;
}

div.errors a {
  color: #f33;
}

div.info {
  background: #ccf;
  border-color: #66c;
  color: #006;
}

div.info a {
  color: #33f;
}

div.notes, div.success {
  background: #cfc;
  border-color: #6c6;
  color: #060;
}

div.notes a {
  color: #3c3;
}

div.warning, p.warning {
  background: #ffc;
  border: 0.0625em solid #cc6;
  color: #660;
  padding: 0.6875em 0.9375em;
  position: relative;
}

button {
  background: #000;
  color: #fff;
  font-size: 75%;
  height: 2em;
  line-height: 2;
  padding: 0 0.5rem;
  position: relative;
}
button:active {
  box-shadow: none;
  top: 0.0625rem;
}

input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
}

form {
  background: #eee;
  margin: 0 0.75rem;
  padding: 0.375rem 0.75rem;
}
form a {
  font-size: 75%;
  line-height: 2;
}
form div {
  padding: 0.375rem 0;
}

input, textarea {
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.5);
  font-size: 75%;
  height: 2em;
  line-height: 2;
  text-indent: 0.25rem;
  width: 100%;
}

input:focus {
  box-shadow: none;
  outline: solid rgba(0, 153, 255, 0.5) 0.0625rem;
  outline-offset: 0;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}

label input {
  width: auto;
}

textarea {
  height: 12em;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  display: table;
  empty-cells: hide;
  width: 100%;
}

td, th {
  display: table-cell;
  font-size: 75%;
  line-height: 2;
}