<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*

    SonghaySystem.com, 2011–2016
    Bryan D. Wilhite
    rasx@songhaysystem.com

    Base Color:  `ripe dark green base` (#006633); `red compliment [kuler]` (#b21300)
    Tints:       `white tint [Seashell]` (#fff5ee); `light-green tint [kuler]` (#00ff7e)
    Tones:       `blue-green compliment` (#066d73); `dark-red compliment [kuler]` (#660b00); Web-safe216 (#000)
    Neutrals:    #eaeaea, #636363, #363636;

    http://en.wikipedia.org/wiki/Web_colors

    http://color.adobe.com/

*/
/* https://www.flickr.com/photos/cifor/35760355731/ */
/* (2048 x 1365) =&gt; &gt;1200px large */
/* (1024 x 683) =&gt; &lt;=992px medium */
/* (800 x 534) =&gt; &lt;=768px small */
body .zocial.icon {
  display: inline-block;
  font-size: 1.4em; }

.glyphicon-refresh {
  -moz-animation-name: infinite-spinning;
  -o-animation-name: infinite-spinning;
  -webkit-animation-name: infinite-spinning;
  animation-name: infinite-spinning;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  font-size: 3.2em; }

@-moz-keyframes infinite-spinning {
  from {
    transform: rotate(0); }
  to {
    transform: rotate(360deg); } }

@-webkit-keyframes infinite-spinning {
  from {
    -webkit-transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes infinite-spinning {
  from {
    transform: rotate(0); }
  to {
    transform: rotate(360deg); } }

body {
  background: #292f33;
  background-repeat: no-repeat;
  background-position: center center;
  font-family: 'Segoe UI', Candara, 'Bitstream Vera Sans', 'DejaVu Sans', 'Bitstream Vera Sans', 'Trebuchet MS', Verdana, 'Verdana Ref', sans-serif; }
  body button {
    cursor: pointer; }
  body h1 {
    font-size: 3.2em; }
  body h2 {
    font-size: 2.4em; }
  body h3 {
    font-size: 1.8em; }
  body p {
    margin-bottom: 1em; }
  body pre {
    background-color: #eaeaea;
    color: #066d73;
    font: 1.6em Consolas, 'Courier 10 Pitch', Courier, monospace;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 1.625em;
    overflow: auto;
    padding: 0.75em 1.625em; }
  body code,
  body kbd {
    background-color: #eaeaea;
    color: #660b00;
    font: 1.2em Consolas, Monaco, 'Andale Mono', 'DejaVu Sans Mono', monospace;
    font-weight: bold; }
  body ul,
  body ol {
    margin-left: 2em; }
    body ul li,
    body ol li {
      font-size: 1.4em;
      list-style-type: square;
      margin-bottom: 1em; }

body #IndexAmazonBlock {
  margin-bottom: 1em;
  text-align: right;
  white-space: nowrap; }
  body #IndexAmazonBlock &gt; a {
    background-color: #006633;
    background-color: rgba(0, 102, 51, 0.7);
    display: inline-block; }
    body #IndexAmazonBlock &gt; a &gt; img {
      margin: 1em; }

.IndexMenu {
  max-width: 190px; }
  .IndexMenu a {
    background-color: #00ff7e;
    display: inline-block;
    font-size: 1.4em;
    text-align: center;
    width: 100%; }
    .IndexMenu a:active, .IndexMenu a:link, .IndexMenu a:visited {
      color: #006633;
      text-decoration: none; }
    .IndexMenu a:hover {
      background: #660b00;
      color: #fff5ee; }

.index.navbar {
  background-color: #006633;
  border-color: #006633; }
  .index.navbar .nav &gt; li a {
    font-size: 1.4em; }
    .index.navbar .nav &gt; li a:active, .index.navbar .nav &gt; li a:link, .index.navbar .nav &gt; li a:visited {
      color: #00ff7e;
      text-decoration: none; }
    .index.navbar .nav &gt; li a:hover {
      background: #660b00;
      color: #fff5ee; }

.IndexLogo .logo-fallback {
  background-image: url("../images/adinkra-green-logo.png");
  display: inline-block;
  min-height: 160px;
  min-width: 460px; }

.IndexSubset {
  margin-bottom: 1em; }
  .IndexSubset &gt; h3 {
    line-height: 1em;
    margin: 0;
    margin-top: 0.5em; }
    .IndexSubset &gt; h3 &gt; a:active, .IndexSubset &gt; h3 &gt; a:link, .IndexSubset &gt; h3 &gt; a:visited {
      color: #fff5ee;
      cursor: pointer;
      text-decoration: none; }
    .IndexSubset &gt; h3 &gt; a:hover {
      background-color: #006633;
      background-color: rgba(0, 102, 51, 0.7);
      color: #fff5ee; }
    .IndexSubset &gt; h3.selected {
      background-image: #006633;
      color: #fff5ee;
      font-size: 1.8em; }
      .IndexSubset &gt; h3.selected::after {
        content: "«"; }
      .IndexSubset &gt; h3.selected::before {
        content: "» "; }

main .pagination {
  padding: 1rem; }
  main .pagination.controls {
    background-color: #006633;
    font-size: 2.4em;
    width: 100%; }
    main .pagination.controls &gt; a:active, main .pagination.controls &gt; a:hover, main .pagination.controls &gt; a:link, main .pagination.controls &gt; a:visited {
      color: #00ff7e;
      display: inline-block;
      text-decoration: none;
      /* TODO cascading defense */
      background-color: transparent;
      border: none;
      float: none; }
    main .pagination.controls &gt; a:hover {
      background-color: #006633; }
  main .pagination &gt; .position {
    color: #eaeaea; }

main ul.pagination {
  width: 100%;
  height: 60vh;
  overflow-y: auto; }
  main ul.pagination li {
    display: block;
    /* TODO cascading defense */
    margin: 0;
    padding: 0; }
    main ul.pagination li &gt; a:active, main ul.pagination li &gt; a:hover, main ul.pagination li &gt; a:link, main ul.pagination li &gt; a:visited {
      color: #00ff7e;
      display: inline-block;
      text-decoration: none;
      /* TODO cascading defense */
      background-color: transparent;
      border: none;
      float: none; }
    main ul.pagination li &gt; a:hover {
      background-color: #006633; }
    main ul.pagination li.header {
      color: #006633;
      font-size: 2.4em;
      padding-bottom: 0;
      padding-top: 2rem; }
  main ul.pagination::-webkit-scrollbar {
    background-color: #006633; }
  main ul.pagination::-webkit-scrollbar-thumb {
    background-color: #00ff7e; }

body &gt; #IndexBox {
  background-repeat: no-repeat;
  background-position: center center;
  height: 768px;
  width: 1024px; }
  body &gt; #IndexBox &gt; #HeaderFlow &gt; div &gt; img.IndexLogo {
    height: auto;
    width: auto;
    max-width: 400px;
    max-height: 400px; }

#IndexBox #CreditsFlow {
  background-color: #b21300;
  background-color: rgba(102, 11, 0, 0.5);
  color: #fff5ee;
  font-size: 1.4em;
  height: 400px;
  overflow: auto; }
  #IndexBox #CreditsFlow a:active, #IndexBox #CreditsFlow a:link, #IndexBox #CreditsFlow a:visited {
    border-bottom: 1px dashed #00ff7e; }
  #IndexBox #CreditsFlow a:hover {
    border-bottom: none; }
  #IndexBox #CreditsFlow &gt; h3, #IndexBox #CreditsFlow &gt; p {
    margin-left: 10px; }

#IndexBox #PresentationFlowContainer &gt; #PresentationFlow {
  background-color: #006633;
  background-color: rgba(0, 102, 51, 0.7);
  color: #00ff7e;
  font-size: 1.4em;
  height: 350px;
  margin-left: 10px;
  overflow: auto; }
  #IndexBox #PresentationFlowContainer &gt; #PresentationFlow &gt; p {
    line-height: 1.5em;
    margin-left: 10px;
    margin-right: 10px; }
  #IndexBox #PresentationFlowContainer &gt; #PresentationFlow &gt; p:first-child {
    margin-top: 1.5em; }
  #IndexBox #PresentationFlowContainer &gt; #PresentationFlow &gt; p:first-child:first-letter {
    font-size: 3.2em;
    font-weight: bold; }

#IndexBox #PresentationFlowContainer &gt; #PresentationLinkFlow {
  height: 50px;
  text-align: center; }
  #IndexBox #PresentationFlowContainer &gt; #PresentationLinkFlow &gt; a {
    background-color: #006633;
    background-color: rgba(0, 102, 51, 0.7);
    display: block;
    font-size: 2.4em;
    font-weight: bold;
    margin-left: 10px;
    padding-right: 10px; }
  #IndexBox #PresentationFlowContainer &gt; #PresentationLinkFlow &gt; a:hover {
    background-color: #fff5ee; }

#DocumentFlow a:active, #DocumentFlow a:link, #DocumentFlow a:visited {
  color: #066d73;
  cursor: pointer;
  text-decoration: none; }

#DocumentFlow table {
  border: 2px solid #006633;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  width: 90%; }
  #DocumentFlow table td:first-child {
    width: 30%; }
  #DocumentFlow table td {
    border-top: 1px solid #006633;
    vertical-align: top; }
  #DocumentFlow table th {
    background-color: #006633;
    color: #fff5ee;
    font-weight: bold; }
  #DocumentFlow table td, #DocumentFlow table th {
    font-size: 1.4em;
    padding: 5px; }

#DocumentFlow .Callout {
  background-color: #660b00;
  color: #fff5ee;
  font-size: 1.8em;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-align: left;
  max-width: 75%; }

#DocumentFlow .HitsRecentBlock {
  width: 40%; }

#DocumentFlow .HitsRecentTable td, #DocumentFlow .HitsRecentTable th {
  font-size: 0.9em; }

#DocumentFlow .HitsRecentTable td &gt; img {
  margin-right: 4px; }

#DocumentFlow .HitsRecentTable th {
  width: 40%; }

#DocumentFlow .HitsTable {
  margin-bottom: 2em; }
  #DocumentFlow .HitsTable .HeadersRow th {
    white-space: nowrap; }

#DocumentFlow .TitleRow td {
  font-size: 2.4em;
  font-weight: bold;
  padding-top: 3em; }

#DocumentFlow .Note {
  background-color: #ccff00;
  font-size: 1.2em;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  text-align: left; }
  #DocumentFlow .Note &gt; p {
    margin: 0;
    margin-bottom: 1em;
    margin-top: 1em; }

#DocumentFlow &gt; .PoemBlock {
  border: none;
  font-family: inherit;
  background-color: #fff;
  color: #000;
  font-size: 1.8em;
  margin-bottom: 3em;
  margin-left: 2em;
  margin-right: 4em;
  text-align: left; }

#DocumentFlow &gt; .PoemBlockC {
  border: none;
  background-color: #fff;
  color: #000;
  font-size: 1.8em;
  margin-bottom: 3em;
  margin-left: 2em;
  margin-right: 4em;
  text-align: center; }

#DocumentFlow &gt; .PoemBlockJ {
  border: none;
  background-color: #fff;
  color: #000;
  font-size: 1.8em;
  margin-bottom: 3em;
  margin-left: 2em;
  margin-right: 4em;
  text-align: justify; }

#DocumentFlow &gt; .PoemBlockR {
  border: none;
  background-color: #fff;
  color: #000;
  font-size: 1.8em;
  margin-bottom: 3em;
  margin-left: 2em;
  margin-right: 4em;
  text-align: right; }

#DocumentFlow &gt; .PoemCredits, #DocumentFlow &gt; .PoemNotes {
  font-size: 1.2em;
  margin-top: 0;
  margin-bottom: 1em;
  text-align: left; }

#DocumentFlow &gt; .PoemNotes {
  margin-bottom: 3em; }

#DocumentFlow &gt; .PoemTitle {
  font-size: 1.8em;
  margin-top: 4em;
  margin-bottom: 0; }

#DocumentFlow blockquote, #DocumentFlow .Quote {
  background-color: #eaeaea;
  border-left: 10px solid #b21300;
  font-size: 1.8em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  padding: 4px;
  text-align: left;
  max-width: 75%; }

#DocumentFlow blockquote p, #DocumentFlow .Quote p {
  margin: 1em; }

#DocumentFlow &gt; a &gt; img {
  border: none; }

#DocumentFlow &gt; ol {
  list-style-type: lower-roman; }

#DocumentFlow &gt; p {
  font-size: 1.4em; }

#DocumentFlow sup {
  font-size: 0.9em; }

#DocumentFlow sup.CleanXhtmlFootnoteReference {
  background-color: #eaeaea; }

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important; }

body .Flow a:active, body .Flow a:link, body .Flow a:visited {
  color: #fff5ee;
  cursor: pointer;
  text-decoration: none; }

body .Flow a:hover {
  background: #fff5ee;
  color: #660b00; }

body .gsc-control-cse input {
  color: #555; }

body.App &gt; #IndexFlow {
  background-color: transparent;
  border: none;
  margin-top: 96px; }

body div.IndexFlowItem {
  font-size: 1.2em;
  margin-bottom: 16px;
  min-height: 128px; }
  body div.IndexFlowItem &gt; div.Content {
    background-color: #006633;
    background-color: rgba(0, 102, 51, 0.7);
    min-height: 112px;
    /* 128px - 16px */ }
  body div.IndexFlowItem &gt; div &gt; p {
    padding-left: 1em;
    padding-right: 1em; }
  body div.IndexFlowItem .Stripe {
    background-color: #006633;
    height: 16px;
    line-height: 16px; }
    body div.IndexFlowItem .Stripe &gt; .ItemIsNew {
      background-color: #b21300;
      color: #fff5ee;
      font-size: 1.2em;
      font-weight: bold;
      text-align: center;
      text-transform: uppercase;
      width: 4em; }

body div.PaginationFlow {
  min-height: 128px; }
  body div.PaginationFlow .pagination {
    background-color: #006633;
    background-color: rgba(0, 102, 51, 0.7);
    color: #006633;
    margin: 0; }
    body div.PaginationFlow .pagination .active a:active, body div.PaginationFlow .pagination .active a:link, body div.PaginationFlow .pagination .active a:visited {
      background-color: #006633;
      color: #fff5ee; }
    body div.PaginationFlow .pagination .active a:hover {
      background-color: #660b00;
      color: #fff5ee; }
    body div.PaginationFlow .pagination a:active, body div.PaginationFlow .pagination a:link, body div.PaginationFlow .pagination a:visited {
      color: #006633; }
    body div.PaginationFlow .pagination a:hover {
      background-color: #660b00;
      color: #fff5ee; }

body div.SocialFlow {
  margin-top: 1em;
  text-align: center; }
  body div.SocialFlow &gt; a:hover {
    background-color: transparent; }

body div.ThumbBox {
  height: 128px;
  margin-bottom: 16px;
  min-width: 128px;
  text-align: center; }
  body div.ThumbBox.IndexVisitors {
    display: inline-table;
    margin-bottom: 10px;
    margin-right: 12px;
    /* 140 - 128 = 12 */
    overflow: hidden; }
    body div.ThumbBox.IndexVisitors &gt; a &gt; img {
      max-width: 120px; }
  body div.ThumbBox.IndexVisitors &gt; a:hover {
    background-color: transparent; }

body .player-box {
  margin-top: 96px !important; }

#IndexFlow {
  background-color: #fff;
  border: 1px solid #00ff7e;
  margin-top: 16px;
  min-width: 648px; }
  #IndexFlow &gt; #HeaderFlow {
    background: #006633; }
  #IndexFlow div.Flow img.IndexLoading {
    border: none;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  #IndexFlow #ThumbsFlow div.ThumbBox {
    background-image: url("../images/image-missing.png");
    background-position: center;
    background-repeat: no-repeat; }
  #IndexFlow .ImageCredits {
    padding-bottom: 1em;
    text-align: right; }
    #IndexFlow .ImageCredits button {
      opacity: .7; }
  #IndexFlow .video.thumbs.player {
    text-align: left; }
    #IndexFlow .video.thumbs.player &gt; a:hover {
      color: #006633;
      background-color: transparent; }
    #IndexFlow .video.thumbs.player &gt; a {
      color: #006633;
      display: inline-block;
      font-weight: bold;
      padding-top: 64px;
      text-align: center; }
      #IndexFlow .video.thumbs.player &gt; a .zocial {
        font-size: 3.2em !important; }
  @media (min-width: 648px) {
    #IndexFlow .video.thumbs-container {
      width: 648px !important; }
    #IndexFlow .video.thumbs.header &gt; .controls &gt; button.right {
      left: 555px !important; } }

@media all and (min-width: 992px) {
  #ItemsFlow {
    background-repeat: no-repeat;
    background-image: linear-gradient(rgba(255, 0, 0, 0.1), rgba(255, 0, 0, 0.1)), url("https://farm5.staticflickr.com/4318/35760355731_957fdf5e45_k_d.jpg"); } }

@media all and (max-width: 992px) {
  #ItemsFlow {
    background-image: none; } }

.yt.body-content {
  margin-top: 4.8em; }

.Footer {
  background-color: #006633;
  background-color: rgba(0, 102, 51, 0.7);
  color: #eaeaea;
  margin: 2em 0 4.8em;
  opacity: 0.8;
  padding: 2em 10% 0;
  text-align: center; }
  .Footer .zocial.icon {
    margin-right: 1em; }
  .Footer &gt; div {
    min-height: 6em; }
  .Footer .btn-large {
    font-size: 1.4em;
    margin-left: 2.4em;
    max-height: 2.15em;
    max-width: 2.4em;
    vertical-align: top; }
  .Footer a:active, .Footer a:link, .Footer a:visited {
    color: #00ff7e;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none; }
</pre></body></html>