/* @override http://localhost:8888/style.css */

@import url(http://fonts.googleapis.com/css?family=Lora:400,700,400italic);
@import url(http://fonts.googleapis.com/css?family=Anonymous+Pro:400,400italic,700,700italic);

body {
  font-family: "Lora";
  color: #595b60;
  margin: 0;
  padding: 0;
  background: #1C1B1B;
  line-height: 1.5;
  font-size: 16px;
}

#header {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: auto;
}

.title {
  color: #ccc;
  font-weight: normal;
}

#main {
  position: relative;
  z-index: 2;
  background: #fff;
  color: #595b60;
  min-height: 500px;
  padding-top: 20px;
  padding-bottom: 20px;
}

#main iframe {
  width: 100%;
}

#header h1 {
  margin: 0;
  float: left;
  font-size: 100%;
  padding: 5px 0px;
}

#header ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 20px;
}

#header li {
  float: left;
}

#header li a {
  display: block;
  padding: 5px 10px;
  color: #fff;
}

h2.meta {
  font-size: 80%;
}

.group {
  padding-left: 8%;
  padding-right: 8%;
}

#meta {
  position: relative;
  z-index: ;
  padding: 50px 0;
  color: #fff;
  overflow: hidden;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 1);
}

#meta dl {
  margin: 0;
}

#meta h3 {
  color: #fff;
}

#meta a {
  color: #fff;
  text-decoration: underline;
}

#meta a:hover {
  color: #ddd;
}

#meta ul {
  margin: 0;
}

#meta .author {
  float: left;
  width: 40%;
}

#meta .website {
  float: left;
  padding-left: 5%;
}

#meta h3 {
  margin-top: 0;
}

.author img {
  float: left;
  margin: 0 20px 20px 0;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.5);
}

.author dt {
  float: left;
  margin-right: 1em;
  width: 70px;
}

.article {
  float: left;
  width: 40%;
  margin-left: 5%;
  padding-right: 5%;
}

.about {
  clear: both;
  padding: 20px 0;
}

table.info tr td.label {
  font-weight: bold;
}

table.info tr td.value {
  font-weight: normal;
  padding-left: 20px;
}

td {
  vertical-align: top;
  padding: 2px;
}

table.content {
  border: 1px solid;
  border-collapse: collapse;
}

table.content td,
table.content th {
  border: 1px solid;
  padding: 6px;
}

.definitions {
  border-collapse: collapse;
}

.definitions td {
  padding: 10px 4px;
}

.current {
  color: green;
}

#main img {
  max-width: 100%;
}

#footer {
  margin: 0;
  font-size: 80%;
  padding: 20px 5%;
  background: #040203;
  text-align: center;
  color: #18191a;
}

#footer p {
  margin: 0;
}

#footer a {
  color: inherit;
}

*:first-child {
  margin-top: 0;
}

h1 a {
  color: inherit;
}

a {
  color: #5d82ee;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3 {
  color: #222;
}

blockquote {
  font-size: 90%;
  font-style: italic;
  position: relative;
  margin: 1em 30px;
}

blockquote:before {
  content: "‟";
  float: left;
  position: absolute;
  left: -30px;
  top: -14px;
  font-size: 50px;
}

.articleList {
  list-style-type: none;
  padding: 0;
  margin-left: -7px;
}

.articleList li {
  clear: both;
}

.articleList a {
  display: block;
  border-left: solid 3px transparent;
  font-size: 24px;
  padding-left: 8px;
  margin-top: 20px;
  margin-left: -8px;
  margin-bottom: 20px;
  min-height: 75px;
}

.articleList small {
  color: #444;
  font-size: 16px;
}

.articleList p {
  font-size: 14px;
  color: #595b60;
}

.articleList a:hover,
.articleList a:active,
.articleList a:focus {
  outline: none;
  text-decoration: none;
  border-left-color: #444;
}


iframe {
    border: solid 1px;
}

.swb-video {
  border: none !important;
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}

#members {
  list-style: none;
  padding: 0;
}

#members .about {
  padding: 0;
}

#members > li {
  padding-bottom: 20px;
}

.articleList img {
  float: left;
  margin-right: 10px;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.5);
}

pre,
code {
  font-family: "Anonymous Pro";
}

code {
  background: #f8f8f8;
  border: solid 1px #eee;
  font-size: 14px;
}

#main.oops {
  background: #333 !important;
}

#contact input[type=text],
#contact textarea {
  width: 100%;
  font-size: 16px;
  border: solid 1px #ccc;
  padding: 4px;
}

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */
  #main {
    -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.75);
  }
}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */
  .group {
    padding-left: 20%;
    padding-right: 20%;
  }

  #meta .author {
    float: left;
    width: 40%;
    margin-left: 5%;
  }

  #meta .website {
    float: left;
    width: 40%;
    margin-left: 5%;
  }
}

/************* twilight theme ****************/
pre {
  line-height: 1.3;
  overflow: auto;
  color: #fff;
  border: solid 1px;
  font-size: 12px;
  border-radius: 8px;
  background: #1a1a1a
}

pre ol {
  padding-top: 0.5em;
  padding-bottom: 1.25em;
  margin: 0;
}

pre code {
  background: #1a1a1a;
  color: #f9f9f9;
  font-size: 12px;
  display: block;
  padding-top: 0.5em;
  padding-bottom: 0;
  border: none;
}

pre.lines ol {
  float: left;
}

pre.lines ol {
  margin: 0;
  background: #5d5d5d;
  margin-right: 0.5em;
  color: #000;
}

pre.lines li {
  width: 0;
}

.comment {
  color: #746d73;
  font-style: italic;
}

.constant {
  color: #e67655;
}

.entity {
  color: #b1824a;
}

.keyword {
  color: #dbb777;
}

.storage {
  color: #f9f3a4;
  font-weight: bold;
}

.string {
  color: #9baf7c;
}

.support {
  color: #b095ad;
}

.variable {
  color: #8699b6;
}

.string.constant {
  color: #ddf8b1;
}

.string.regexp {
  color: #f2cc6d;
}

.support.function {
  color: #e1db93;
}

.support.constant {
  color: #e67655;
}

