@charset "UTF-8";
body {
  font-family: "Roboto Slab", sans-serif;
  background-color: #054ea3;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 300; }

img {
  max-width: 100%; }

b {
  font-weight: bold; }

a {
  text-decoration: underline;
  color: #010c3e; }

a:visited {
  text-decoration: underline;
  color: #010c3e; }

a:hover {
  text-decoration: underline;
  color: #010c3e; }

.inline {
  display: inline; }

.error {
  font-size: 18px;
  color: #FF0000; }

.message {
  font-size: 18px;
  color: #000000; }

.title a {
  text-decoration: none;
  color: #010c3e; }
.title a:visited {
  text-decoration: none;
  color: #010c3e; }
.title a:hover {
  text-decoration: none;
  color: #010c3e; }
.title div {
  margin-bottom: 10px; }

.main {
  border: 5px solid #4584c4;
  font-size: 16px;
  margin: 10px auto 12px auto;
  background-color: #ffffff;
  color: #010c3e;
  max-width: 900px;
  padding: 20px; }

.menu {
  font-size: 18px;
  background-color: #010c3e;
  padding: 10px; }

.menu a {
  text-decoration: none;
  color: white; }

.menu a:visited {
  text-decoration: none;
  color: white; }

.menu a:hover {
  text-decoration: none;
  color: white; }

.menuItem {
  padding: 5px;
  margin-right: 20px;
  color: white;
  font-weight: normal; }

.menuItem:hover {
  background-color: #4584c4; }

/* Rectangle Out */
.fancyMenuItem {
  padding: 5px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #313c6e;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s; }

.fancyMenuItem:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #4584c4;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.fancyMenuItem:hover, .fancyMenuItem:focus, .fancyMenuItem:active {
  color: white; }

.fancyMenuItem:hover:before, .fancyMenuItem:focus:before, .fancyMenuItem:active:before {
  -webkit-transform: scale(1);
  transform: scale(1); }

.archiveBody h1 {
  font-weight: normal;
  padding-top: 10px;
  font-size: 24px; }

.archiveBody h2 {
  font-weight: normal;
  margin: 5px 0px 0px 10px;
  font-size: 22px; }

.archiveBody h3 {
  font-weight: normal;
  margin: 2px 0px 0px 10px;
  font-size: 18px; }

.archiveBody .date {
  font-size: 75%;
  color: gray; }

.archiveBody a {
  text-decoration: underline;
  color: #4584c4; }

.archiveBody a:visited {
  text-decoration: underline;
  color: #4584c4; }

.archiveBody a:hover {
  text-decoration: underline;
  color: #4584c4; }

.entryBody {
  font-size: 16px;
  margin-left: 10px;
  margin-right: 20px; }
  .entryBody .title a {
    text-decoration: underline;
    color: #010c3e; }
  .entryBody .title a:visited {
    text-decoration: underline;
    color: #010c3e; }
  .entryBody .title a:hover {
    text-decoration: underline;
    color: #010c3e; }
  .entryBody b {
    font-weight: bold;
    color: #010c3e; }
  .entryBody .date {
    margin-left: -10px;
    font-size: 14px; }
  .entryBody h1 {
    font-weight: bold;
    margin-left: -10px;
    padding-top: 0px;
    margin-bottom: 0px;
    font-size: 24px; }
  .entryBody h2 {
    font-weight: bold;
    padding-top: 0px;
    font-size: 20px;
    margin-bottom: 5px; }
  .entryBody h3 {
    font-weight: bold;
    padding-top: 0px;
    font-size: 18px;
    margin-bottom: 5px; }
  .entryBody h4 {
    font-weight: bold;
    padding-top: 0px;
    font-size: 16px;
    margin-bottom: 5px; }
  .entryBody p {
    line-height: 125%; }
  .entryBody .vimeo {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 0px;
    height: 0; }
  .entryBody .vimeo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.entryBody .code .keyword1 {
  color: #6ea9e5; }

.entryBody .code .keyword2 {
  color: #53b19c; }

.entryBody .code .number {
  color: #cc0000; }

.entryBody .code .string {
  color: #aaaa00; }

.entryBody .code .string .number {
  color: #aaaa00; }

.entryBody .code .string .keyword1 {
  color: #aaaa00; }

.entryBody .code .string .keyword2 {
  color: #aaaa00; }

.entryBody .code .comment {
  color: #00cc00; }

.entryBody .code .comment .keyword1 {
  color: #00cc00; }

.entryBody .code .comment .keyword2 {
  color: #00cc00; }

.entryBody .code .comment .string {
  color: #00cc00; }

.entryBody .code .comment .number {
  color: #00cc00; }

.entryBody .code b {
  font-weight: bold;
  color: #cccccc; }

.entryBody .code {
  font-family: "Roboto Slab";
  font-size: 14px;
  color: #cccccc;
  background-color: black;
  padding: 10px;
  border: 2px solid #4584c4;
  overflow: auto; }

.entryBody img {
  border: 5px solid #4584c4;
  background: #fff; }

.entryBody .youtube {
  border: 5px solid #4584c4;
  background: #fff; }

.entryBody hr {
  background: #010c3e;
  color: #010c3e;
  clear: both;
  float: none;
  width: 100%;
  height: 4px;
  border: none; }

.entryBody img.image {
  xwidth: 100%;
  padding: 4px;
  background: #fff; }

.entryBody img.imageleft {
  float: left;
  margin: 0px;
  margin-right: 8px;
  background: #fff; }

.entryBody img.imageright {
  float: right;
  margin: 4px;
  margin-left: 8px;
  background: #fff; }

.entryBody img.imagecenter {
  display: block;
  background: #fff; }

.entryBody a {
  text-decoration: underline;
  color: #4584c4; }

.entryBody a:visited {
  text-decoration: underline;
  color: #4584c4; }

.entryBody a:hover {
  text-decoration: underline;
  color: #4584c4; }

.entryBody .mainCommentLink a {
  text-decoration: underline;
  color: #4584c4; }

.entryBody .mainCommentLink a:visited {
  text-decoration: underline;
  color: #4584c4; }

.entryBody .mainCommentLink a:hover {
  text-decoration: underline;
  color: #4584c4; }

.entryBody ul {
  list-style: none;
  margin-left: 0;
  padding-left: 1.8em;
  text-indent: -1.8em; }

.entryBody li:before {
  content: "•";
  xcontent: "*";
  display: block;
  float: left;
  width: 1.8em;
  color: #010c3e; }

.entryBody .quoted {
  xpadding: 1px;
  margin-left: 25px;
  margin-right: 50px;
  font-style: italic; }

.entryBody .author {
  display: inline;
  float: left; }

.entryBody .author img {
  border: 1px solid #4584c4;
  background: #ffffff;
  margin-right: 15px;
  margin-bottom: 0px; }

.comments {
  margin: 10px 50px 0px 10px; }

.comments .verified {
  color: #4584c4; }

.comment {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px; }
  .comment a {
    text-decoration: underline;
    color: #010c3e; }
  .comment a:visited {
    text-decoration: underline;
    color: #010c3e; }
  .comment a:hover {
    text-decoration: underline;
    color: #010c3e; }

.comment .indent {
  padding: 1px;
  margin-left: 25px; }

.comment .gravatar {
  display: inline;
  float: left; }

.comment .gravatar img {
  border: 3px solid #4584c4;
  background: #ffffff;
  margin-right: 15px;
  margin-bottom: 0px; }

.comment hr {
  background: #010c3e;
  color: #010c3e;
  clear: both;
  float: none;
  width: 100%;
  height: 1px;
  border: none; }

.commentbody {
  line-height: 125%;
  overflow: hidden; }

.commentbody .reply {
  margin: 0px 0px 0px 0px;
  padding: 5px;
  color: #4584c4;
  font-size: 12px; }

.commentbody .reply a {
  padding: 5px;
  text-decoration: none;
  color: #4584c4; }

.commentbody .reply a:visited {
  padding: 5px;
  text-decoration: none;
  color: #4584c4; }

.commentbody .reply a:hover {
  padding: 5px;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #4584c4; }

.commentname {
  font-size: 16px;
  margin-bottom: 5px; }

.commentdate {
  font-size: 12px; }

.contactform {
  font-size: 16px; }

.contactform input {
  font-size: 16px;
  font-family: "Roboto Slab", sans-serif;
  background-color: white;
  color: #010c3e;
  border: 2px solid #4584c4;
  padding: 5px;
  margin: 5px; }

.contactform textarea {
  font-size: 16px;
  font-family: "Roboto Slab", sans-serif;
  background-color: white;
  color: #010c3e;
  border: 2px solid #4584c4;
  padding: 5px;
  margin: 5px;
  width: 100%; }

.contactform label {
  display: block; }

.commentform {
  margin-top: 40px; }

.commentform .post {
  cursor: pointer; }

.commentform .post:hover {
  background: #4584c4;
  color: #FFFFFF; }

.commentform input {
  font-size: 13px;
  font-family: "Roboto Slab", sans-serif;
  background-color: white;
  color: #010c3e;
  border: 2px solid #4584c4;
  padding: 5px;
  margin: 5px; }

.commentform textarea {
  font-size: 13px;
  font-family: "Roboto Slab", sans-serif;
  background-color: white;
  color: #010c3e;
  border: 2px solid #4584c4;
  padding: 5px;
  margin: 5px;
  width: 100%; }

.commentform label {
  display: block; }

.inlineform input {
  font-size: 13px;
  font-family: "Roboto Slab", sans-serif;
  background-color: white;
  color: #010c3e;
  border: 2px solid #4584c4;
  padding: 5px;
  margin: 5px; }

.inlineform .post {
  cursor: pointer; }

.footer {
  font-size: 12px;
  text-align: center;
  padding: 10px 0px 10px 0px; }

.checkbox {
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  margin-right: 10px;
  line-height: 18px; }

input[type=checkbox] {
  display: none; }

.checkbox:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  border: 2px solid #4584c4;
  margin: 5px; }

input[type=checkbox]:checked + .checkbox:before {
  content: "\2713";
  font-size: 16px; }
