@import url(http://fonts.googleapis.com/css?family=Raleway);
/* Theme Name: Oliver Beatson's site
*/
.clr {
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  text-decoration: none;
  font-weight: normal;
}
a img {
  border: 0;
}
body {
  background: #000;
  margin: 0;
  line-height: 1.4;
  font-size: 100%;
  font-family: 'Raleway', sans-serif;
}
body.archive .post,
body.search-results .post {
  border-left: 8px solid #f1d2bc;
  padding-left: 8px;
  border-radius: 12px;
}
body.archive .post:hover,
body.search-results .post:hover {
  border-left-color: #e4a77d;
}
body.single #posts-count,
body.page #posts-count {
  display: none;
}
.page-container {
  max-width: 64em;
  width: 100%;
  min-width: 128px;
  margin: auto;
  line-height: 1.4;
}
.page-container a,
.page-container a:visited {
  color: #27789e;
}
.page-container .header {
	background: #444;
  padding: .5em .25em;
  border: 6px solid rgba(0, 0, 0, 0);
  cursor: default;
  line-height: 1.2;
}
.page-container .header .blog-title {
  float: left;
  position: relative;
  z-index: 30;
  padding: 6px;
}
.page-container .header .blog-title .h1,
.page-container .header .blog-title .h2 {
  padding: 2px;
  border-radius: 2px;
  text-shadow: 1px 1px 0px #000;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0);
  border-width: 0px 0px 2px 0px;
  outline: 0px;
}
.page-container .header .blog-title .h1 {
  color: #fff;
  display: inline-block;
  font-size: 150%;
}
.page-container .header .blog-title .h2 {
  display: block;
  font-size: 80%;
  color: #eee;
  border-radius: 12px;
}
.page-container .header a {
  transition: 125ms all ease-in-out;
  -webkit-transition: 125ms all ease-in-out;
  -moz-transition: 125ms all ease-in-out;
}
.page-container .header a:hover,
.page-container .header a:focus {
  transition: 125ms all ease-in-out;
  -webkit-transition: 125ms all ease-in-out;
  -moz-transition: 125ms all ease-in-out;
}
.page-container .header a.h1:hover,
.page-container .header a.h1:focus {
  border-bottom-color: #abdb63;
  border-bottom-color: #F1D17D;
  background: rgba(255, 255, 255, 0.175);
}
.page-container .header #searchform label {
  display: none;
}
.page-container .header #searchform #searchsubmit {
  display: none;
}
.page-container .header #searchform #s {
  margin: 2px 0px 2px 8px;
  padding: 4px 0px 4px 24px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-width: 1px 0px;
  box-shadow: inset -3px 2px 8px -1px #666666;
  line-height: 140%;
  outline: 0px;
  resize: none;
  width: 16px;
  color: #555;
  background: #ffffff url(search.png) 4px 50% no-repeat;
  background-size: 16px;
  cursor: pointer;
}
.page-container .header #searchform #s:focus {
  cursor: text;
}
.page-container .header #searchform #s,
.page-container .header #searchform #s:hover,
.page-container .header #searchform #s:focus {
  transition: 125ms all ease-in-out;
  -webkit-transition: 125ms all ease-in-out;
  -moz-transition: 125ms all ease-in-out;
}
.page-container .header .page-links {
  margin: 0px;
  padding: 0px;
  text-align: right;
}
.page-container .header .page-links li {
  display: inline;
  display: inline-block;
  padding: 0px;
  margin: 0px;
  list-style: none;
  position: relative;
}
.page-container .header .page-links li:hover > ul.children {
  visibility: visible;
}
.page-container .header .page-links li ul.children {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0px;
  background: #585858;
  z-index: 10;
  padding: 2px;
  box-shadow: 2px 2px 8px -1px #000000;
  border-radius: 4px;
  text-align: left;
}
.page-container .header .page-links li ul.children.active {
  visibility: visible;
}
.page-container .header .page-links li ul.children li {
  display: block;
}
.page-container .header .page-links li ul.children li a {
  margin: 2px;
  background: #444;
  font-size: 90%;
  padding: 6px 4px;
}
.page-container .header .page-links li ul.children li a.current {
  background: rgba(162, 162, 162, 0.75);
}
.page-container .header .page-links li a,
.page-container .header .page-links li a:visited {
  padding: 5px 6px;
  margin: 9px 0px;
  line-height: 100%;
  display: inline-block;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0);
  text-align: left;
}
.page-container .header .page-links li.current_page_item a,
.page-container .header .page-links li a.current,
.page-container .header .page-links li a:hover,
.page-container .header .page-links li a:focus {
  color: #fff;
}
.page-container .header .page-links li a:hover,
.page-container .header .page-links li a:focus {
  background: none;
  box-shadow: 0px 6px 6px -5px #f9ff6b;
  border-bottom-color: #f9ff6b;
}
.page-container .header .page-links li.current_page_item a,
.page-container .header .page-links li a.current {
  background: rgba(140, 140, 140, 0.75);
  background: rgba(0, 0, 0, 0.25);
  box-shadow: none;
  text-shadow: 0px 2px 0px black;
}
.page-container .body {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 0 0;
  margin: 0;
}
.page-container .body a,
.page-container .body a:visited {
  text-decoration: none;
  color: #27789e;
}
.page-container .body a:hover,
.page-container .body a:hover {
  text-decoration: underline;
}
.page-container .body *:focus {
  outline: 0px;
}
.page-container .body .skipside {
  display: none;
  padding: 4px;
  margin: 0;
  text-align: center;
  background: #444;
  color: #fff !important;
}
.page-container .body .skipside:hover {
  background: #888;
  text-decoration: none;
}
.page-container .body .mainbar {
  text-align: center;
  padding: 4px 4px;
}
.page-container .body .mainbar .posts #posts-count {
  float: right;
  background: #db8a53;
  border-radius: 16px;
  color: #fff;
  padding: 0;
  margin: 4px;
  font-size: 90%;
  box-shadow: inset 2px 2px 6px 0px rgba(0, 0, 0, 0.5);
}
.page-container .body .mainbar .posts #posts-count span {
  padding: 2px 8px;
}
.page-container .body .mainbar .posts #posts-count a {
  color: #fff;
  font-weight: bold;
}
.page-container .body .mainbar .posts #posts-count a.pages {
  border-radius: 6px;
  display: inline-block;
  padding: 1px 4px;
  background: #eee;
  color: #444;
  box-shadow: inset 2px 2px 6px 0px rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.page-container .body .mainbar .posts #posts-count a.pages:hover,
.page-container .body .mainbar .posts #posts-count a.pages:focus {
  background: #4490b4;
  color: #fff;
}
.page-container .body .mainbar .posts #posts-count a.next {
  border-radius: 0px 12px 12px 0px;
}
.page-container .body .mainbar .posts #posts-count a.prev {
  border-radius: 12px 0px 0px 12px;
}
.page-container .body .mainbar .post {
  margin-bottom: 16px;
}
.page-container .body .mainbar .post:last-child {
  margin-bottom: 0px;
}
.page-container .body .mainbar .post .post-data {
  font-size: 90%;
  margin: 4px 8px;
  text-align: right;
}
.page-container .body .mainbar .post .post-data .article-type {
  padding: 2px 5px;
  background: #4490b4;
  border-radius: 4px;
  display: inline-block;
  box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.125);
  color: #fff;
  margin: 0px 4px 0px 0px;
  float: left;
}
.page-container .body .mainbar .post .post-data .post_category {
  color: #000;
  float: left;
}
.page-container .body .mainbar .post .post-data .post_category:hover,
.page-container .body .mainbar .post .post-data .post_category:focus {
  color: #fff;
}
.page-container .body .mainbar .post .post-data .post-date {
  margin: 1px 8px;
  display: inline-block;
}
.page-container .body .mainbar .post .post-data .post-date:hover {
  box-shadow: 1px 1px 12px -4px rgba(0, 0, 0, 0.5);
}
.page-container .body .mainbar .post .post-data .post-date a {
  color: #000;
  display: inline-block;
  padding: 2px 3px;
  background: #fff;
  transition: 100ms all ease-in-out;
  -webkit-transition: 100ms all ease-in-out;
  -moz-transition: 100ms all ease-in-out;
}
.page-container .body .mainbar .post .post-data .post-date a.pseudo-hover,
.page-container .body .mainbar .post .post-data .post-date a:hover,
.page-container .body .mainbar .post .post-data .post-date a:focus {
  text-decoration: none;
  color: #fff;
  background: #e2a073;
  box-shadow: 1px 1px 2px -1px rgba(0, 0, 0, 0.5);
}
.page-container .body .mainbar .post .post-data .post-date a.pseudo-hover:hover {
  background: #db8a53;
  outline: 1px solid #ba6327;
  z-index: 1;
  position: relative;
}
.page-container .body .mainbar .post .post-data-end {
  font-size: 90%;
  margin: 4px 0px;
}
.page-container .body .mainbar .post .addthis_button {
  float: right;
  margin: 10px 10px;
}
.page-container .body .mainbar .post .title .permalink {
  padding: 2px 4px;
  margin: 0px;
  opacity: 0.75;
  font-size: 75%;
  border-radius: 4pt;
  color: #db8a53;
}
.page-container .body .mainbar .post .title .permalink:hover {
  opacity: 0.875;
  background: #db8a53;
  color: #fff;
  text-decoration: none;
}
.page-container .body .mainbar .post .content {
  text-align: left;
}
.page-container .body .mainbar .post .content p {
  font-size: 90%;
  text-indent: 0;
  line-height: 1.5em;
}
.page-container .body .mainbar .post .content p a {
  text-decoration: underline;
  padding: 1px 2px;
  margin: 0px -2px;
}
.page-container .body .mainbar .post .content p a:focus,
.page-container .body .mainbar .post .content p a:hover {
  text-decoration: underline;
  color: #dd3c3c;
}
.page-container .body .mainbar .post .content img {
  border: 0px solid #888;
  box-shadow: 2px 2px 4px 0px #AAA;
}
.page-container .body .mainbar .post .content .wp-caption {
  background: #eee;
  margin: 1em auto;
  border: 0 #888 solid;
  box-shadow: 1px 1px 4px -1px #444444;
  font-size: 85%;
  text-align: center;
  color: #fff;
  max-width: 100%;
  overflow: auto;
}
.page-container .body .mainbar .post .content .wp-caption a {
  cursor: magnify;
}
.page-container .body .mainbar .post .content .wp-caption a:hover {
  background: none;
}
.page-container .body .mainbar .post .content .wp-caption img {
  box-shadow: none;
  margin: 4px;
  vertical-align: top;
}
.page-container .body .mainbar .post .content .wp-caption p {
  padding: 8px;
  background: #eee;
  color: #666;
  margin: 0;
  font-size: 94%;
}
.page-container .body .mainbar .post .content .alignleft {
  float: left;
  margin: 0px 12px 12px 0px;
}
.page-container .body .mainbar .post .content .alignright {
  float: right;
  margin: 0px 0px 12px 12px;
  text-align: right;
}
.page-container .body .mainbar .post .content .aligncenter {
  display: block;
  text-align: center;
}
.page-container .body .mainbar .post .content blockquote {
  border-left: 8px solid #DDD;
  padding-left: 8px;
  margin-left: 16px;
}
.page-container .body .mainbar .post .content table {
  margin: 12px auto;
  border: 1px solid #ccc;
  background: #fff;
  border-collapse: collapse;
  font-size: 90%;
}
.page-container .body .mainbar .post .content table thead td,
.page-container .body .mainbar .post .content table th {
  font-size: 110%;
  text-align: center;
  background: #eee;
color: #666;
  border-bottom: 1px solid #CCC;
}
.page-container .body .mainbar .post .content table tbody tr {
  border-top: 1px solid #DDD;
}
.page-container .body .mainbar .post td {
  padding: 6px 8px;
  vertical-align: top;
}
.page-container .body .mainbar .post .comment-area {
  border: 4px solid #daee9d;
  min-width: 50%;
  display: inline-block;
  margin: 8px;
}
.page-container .body .mainbar .post .comment-area .comment-notes {
  display: none;
}
.page-container .body .mainbar .post .comment-area .comment {
  padding: 8px;
  background: #fff;
  font-size: 90%;
  margin: 0px;
  border-width: 0px;
  text-align: left;
}
.page-container .body .mainbar .post .comment-area .comments > div:nth-child(2n-1) {
  background: #eff7d3;
}
.page-container .body .mainbar .post .comment-area .comments > div:last-child {
  border-top: 4px solid #e2f2b3;
}
.page-container .body .mainbar .post .comment-area .comments > div:first-child {
  border-top: 0px;
}
.page-container .body .mainbar .post .comment-area #respond {
  padding: 8px;
  font-size: 90%;
  position: relative;
}
.page-container .body .mainbar .post .comment-area #respond #reply-title {
  text-align: center;
  text-decoration: underline;
  font-weight: normal;
}
.page-container .body .mainbar .post .comment-area #respond form {
  text-align: left;
}
.page-container .body .mainbar .post .comment-area #respond .form-submit #submit {
  background: #fff;
  border: 1px solid #ccc;
  padding: 4px;
  border-radius: 3px;
  box-shadow: inset 1px 1px 4px 1px #ddd;
  font-family: inherit;
  cursor: pointer;
}
.page-container .body .mainbar .post .comment-area #respond .form-submit #submit:hover,
.page-container .body .mainbar .post .comment-area #respond .form-submit #submit:focus {
  background: #ddd;
  box-shadow: inset1px 1px 3px 0px #bbb;
}
.page-container .body .mainbar .post .comment-area #respond .form-submit #submit:active {
  background: #eee;
  box-shadow: 1px 1px 4px 0px #ccc;
}
.page-container .body .mainbar .post .comment-area #respond #comment,
.page-container .body .mainbar .post .comment-area #respond input[type="text"] {
  min-width: 64px;
  width: auto;
  max-width: 946px;
  outline-color: #ffa300;
  border-color: #bbb #777 #666 #ccc;
  padding: 4px;
  border-width: 1px;
  border-style: solid;
}
.page-container .body .mainbar .post .comment-area #respond #comment {
  height: 48px;
  font-family: Verdana, Arial, sans-serif;
  max-height: 256px;
}
.page-container .body .mainbar .post .comment-area #respond .comment-form-comment label {
  display: block;
}
.page-container .body .mainbar .post .comment-area #respond label {
  font-family: monospace;
  font-size: 120%;
  min-width: 64px;
  display: inline-block;
}
.page-container .body .mainbar .post .comment-area #respond .logged-in-as {
  float: right;
}
.page-container .body .mainbar .post .comment-area #respond .comment-form-author,
.page-container .body .mainbar .post .comment-area #respond .comment-form-email,
.page-container .body .mainbar .post .comment-area #respond .comment-form-url {
  padding: 0px;
  margin: 4px 4px;
}
.page-container .body .mainbar .post .comment-area #respond .required {
  color: #2999D8;
  margin: 6px 4px 0px -17px;
}
.page-container .body .mainbar .post .comment-area #respond .form-allowed-tags {
  text-align: left;
  display: none;
}
.page-container .body .mainbar .post .comment-area #respond .form-submit {
  clear: both;
}
.page-container .body .mainbar .post .comment-count {
  font-size: 90%;
  color: #888;
}
.page-container .body .mainbar h2,
.page-container .body .mainbar h3,
.page-container .body .mainbar p {
  margin: 8px;
  padding: 4px 0px;
}
.page-container .body .mainbar h1 {
  font-size: 140%;
  margin: 4px 0px;
  padding: 4px 0px;
  text-align: left;
  text-indent: 8px;
}
.page-container .body .mainbar h2 {
    font-size: 1.2em;
    color: #888;
}
.page-container .body .mainbar h3 {
  font-size: 100%;
  text-align: left;
  color: #555;
}
.page-container .body .mainbar ul {
  font-size: 90%;
  padding: .5em;
  margin: .5em .5em .5em 2em;
  list-style: square;
}
.page-container .body .mainbar ul li {
  margin: .5em 0;
}
.page-container .body .mainbar ul ul {
  font-size: 100%;
  margin: 0 1em;
}
.page-container .body .mainbar .category-description {
  border: 2px solid #379ece;
  padding: 0px 6px;
  border-radius: 6px;
  background: #4d4d4d;
  text-align: left;
  margin-bottom: 12px;
  color: #fff;
}
.page-container .body .mainbar .category-description h2 {
  text-align: left;
  font-size: 120%;
  color: #fff;
  margin: 4px 0px;
}
.page-container .body .mainbar .category-description h2 span {
  font-weight: normal;
  display: inline-block;
  padding: 1px 2px;
  font-size: 75%;
  border-radius: 4px;
  background: #5692ae;
  vertical-align: middle;
  color: #fff;
}
.page-container .body .mainbar .category-description p {
  font-size: 90%;
}
.page-container .body .sidebar {
  float: right;
  margin: 0 0 0 .5em;
  padding: 0;
  background: #999;
  color: #fff;
  min-width: 12.5%;
  max-width: 256px;
}
.page-container .body .sidebar h2 {
  float: left;
  margin: 4px 0px 4px -6px;
  padding: 2px 12px 2px 24px;
  background: rgba(0, 0, 0, .5);
  clear: both;
  border-radius: 0px 8px 8px 0px;
  color: #fff;
  font-size: 80%;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.25);
}
.page-container .body .sidebar .section {
  margin: 0px 0px 4px 0px;
  padding: 4px 8px;
}
.page-container .body .sidebar .section h3 {
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  background: rgba(255, 255, 255, .25);
  color: #fff;
  padding: 1px 12px 1px 16px;
  border-radius: 0px 12px 12px 0px;
  float: left;
      margin: 0 .5em .25em -.5em;
  clear: both;
  font-size: 84%;
}
.page-container .body .sidebar .section:last-child {
  border-bottom: 0px solid;
}
.page-container .body .sidebar .section .paged-results {
  font-size: 90%;
  background: #eee;
  color: #000;
  padding: 3px 6px;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
}
.page-container .body .sidebar .section .paged-results:hover,
.page-container .body .sidebar .section .paged-results:focus {
  color: #fff;
  background: #60a9cb;
}
.page-container .body .sidebar .social-links {
  text-align: center;
  font-family: monospace;
  font-size: 90%;
}
.page-container .body .sidebar .social-links li {
  display: inline-block;
  background: transparent;
  margin: 2px 0px;
}
.page-container .body .sidebar .social-links li a {
  padding: .5em;
height: 1em;
width: 1em;
line-height: 1em;
  display: inline-block;
  border-radius: 50%;
color: #eee;
background: #888;
font-size: 1.5em;
}
.page-container .body .sidebar .social-links li a:hover,
.page-container .body .sidebar .social-links li a:focus {
  text-decoration: none;
color: #fff;
background: rgb(131, 191, 226);
}
.page-container .body .sidebar .social-links li a img {
  vertical-align: middle;
}
.page-container .body .sidebar .archive-page .date_table {
  border-collapse: collapse;
  text-align: center;
  margin: auto;
}
.page-container .body .sidebar .archive-page .date_table tr.label {
  font-family: monospace;
  background: #999;
  color: #eee;
  line-height: 100%;
}
.page-container .body .sidebar .archive-page .date_table tr.label td {
  padding: 4px;
}
.page-container .body .sidebar .archive-page .post_date {
  color: #000;
  display: inline-block;
  padding: 1px 0px;
  background: #eee;
  border-radius: 1px;
  border: 1px solid #eee;
  box-shadow: 1px 1px 2px -1px rgba(0, 0, 0, 0.75);
  text-align: center;
  font-family: monospace;
  cursor: pointer;
}
.page-container .body .sidebar .archive-page .post_date:hover,
.page-container .body .sidebar .archive-page .post_date:focus {
  text-decoration: none;
  color: #fff;
  background: #db8a53;
  border-color: #904c1e;
}
.page-container .body .sidebar .archive-page .post_date:hover,
.page-container .body .sidebar .archive-page .post_date:focus {
  color: #444;
  background: #fff;
}
.page-container .body .sidebar .archive-page .post_date.empty {
  background: #eee;
  border-color: #ccc;
  box-shadow: 1px 1px 2px -1px rgba(0, 0, 0, 0.25);
}
.page-container .body .sidebar .links {
  margin: 0px;
  padding: 0px;
}
.page-container .body .sidebar .posts-links {
  clear: both;
}
.page-container .body .sidebar .posts-links li {
  padding: 0px;
  list-style: none;
  margin: 0 0 -1.25em 0;
  text-align: justify;
  transition: .2s all ease;
}
.page-container .body .sidebar .posts-links li.active,
.page-container .body .sidebar .posts-links li:hover {
  color: #fff;
}
.page-container .body .sidebar .posts-links li.active .post_date,
.page-container .body .sidebar .posts-links li:hover .post_date {
  opacity: 1;
  transform: scale(1.35);
  transition: .1s all ease;
}
.page-container .body .sidebar .posts-links li.active .post-cats,
.page-container .body .sidebar .posts-links li:hover .post-cats {
  opacity: 1;
  transition: 250ms opacity ease-in-out;
  -webkit-transition: 250ms opacity ease-in-out;
  -moz-transition: 250ms opacity ease-in-out;
}
.page-container .body .sidebar .posts-links li .post_date {
  font-size: 50%;
  display: inline-block;
  margin: 4px 0px;
  max-width: 25%;
  vertical-align: middle;
  opacity: 0.75;
  background: #fff;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
  transition: 125ms all ease-in-out;
  -webkit-transition: 125ms all ease-in-out;
  -moz-transition: 125ms all ease-in-out;
}
.page-container .body .sidebar .posts-links li .post_date .datetimeFrag {
	text-decoration: none;
  text-align: center;
  background: #eee;
  color: #000;
  transition: 125ms all ease-in-out;
  -webkit-transition: 125ms all ease-in-out;
  -moz-transition: 125ms all ease-in-out;
}
.page-container .body .sidebar .posts-links li .post_date .datetimeFrag:hover,
.page-container .body .sidebar .posts-links li .post_date .datetimeFrag:focus {
  color: #fff;
  background: #e4a77d;
  transition: 125ms all ease-in-out;
  -webkit-transition: 125ms all ease-in-out;
  -moz-transition: 125ms all ease-in-out;
}
.page-container .body .sidebar .posts-links li .post_date .datetime-jS {
  display: block;
  padding: 3px;
  font-size: 125%;
}
.page-container .body .sidebar .posts-links li .post_date .datetime-Y,
.page-container .body .sidebar .posts-links li .post_date .datetime-M {
  padding: 2px;
  font-size: 105%;
}
.page-container .body .sidebar .posts-links li .post-cats {
  padding: 0px;
  margin: 0px 2px;
  opacity: 0;
  overflow: hidden;
  transition: 250ms opacity ease-in-out;
  -webkit-transition: 250ms opacity ease-in-out;
  -moz-transition: 250ms opacity ease-in-out;
}
.page-container .body .sidebar .posts-links li .post-title-and-tags {
  display: inline-block;
  width: 75%;
  vertical-align: top;
  text-align: left;
}
.page-container .body .sidebar .posts-links li .clr {
  clear: none;
	display: inline-block;
	width: 100%;
}
.page-container .body .sidebar .posts-links li .post-link {
  text-decoration: none;
  display: block;
  padding: .125em;
  font-size: .8em;
  color: inherit;
}
.page-container .body .sidebar .posts-links li .comment_count {
  display: none;
}
.page-container .body .sidebar .categories-links,
.page-container .body .sidebar .tag-links {
  text-align: center;
  clear: both;
}
.page-container .body .sidebar .categories-links li,
.page-container .body .sidebar .tag-links li {
  display: inline-block;
  list-style: none;
  vertical-align: top;
}
.page-container .body .sidebar .tag-links li a {
  font-size: 75%;
  margin: 0px 2px;
  border-radius: 0px;
}
.page-container .body a.post_tag,
.page-container .body a.post_category {
  display: inline-block;
  font-size: 75%;
  line-height: 135%;
  background: #eee;
  padding: 2px 4px;
  border-radius: 6px;
  border: 0px solid #AAA;
  box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.15);
  margin: 2px 3px;
  opacity: 0.75;
  color: #000;
  transition: 250ms all ease-in-out;
  -webkit-transition: 250ms all ease-in-out;
  -moz-transition: 250ms all ease-in-out;
}
.page-container .body a.post_tag:hover,
.page-container .body a.post_category:hover,
.page-container .body a.post_tag:focus,
.page-container .body a.post_category:focus,
.page-container .body a.post_tag.current_category,
.page-container .body a.post_category.current_category,
.page-container .body a.post_tag.current,
.page-container .body a.post_category.current {
  color: #fff;
  background: #0069AF;
  border-color: #fff;
  box-shadow: inset 1px 1px 4px 1px #000;
  text-decoration: none;
  transition: 125ms all ease-in-out;
  -webkit-transition: 125ms all ease-in-out;
  -moz-transition: 125ms all ease-in-out;
}
.page-container .body a.category-link {
  line-height: 135%;
  background: #DDD;
  padding: 1px 3px;
  border-radius: 6px;
  border: 1px solid #AAA;
  box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.15);
  margin: 2px 3px;
  opacity: 0.75;
  color: #000;
}
.page-container .footer {
	background: #444;
  text-align: center;
  color: #fff;
  padding: 8px;
  border: 6px solid rgba(0, 0, 0, 0);
  font-size: 75%;
}
.page-container .footer a {
  text-decoration: none;
  color: #FFE389;
}
.page-container .footer a:hover {
  text-decoration: underline;
}
.page-container .skiptop {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
}
.page-container .header a.page_link,
.page-container .body a.page_link {
  display: inline-block;
  padding: .25em;
  background: #777;
  color: #fff;
  font-size: .8em;
}
.linkedin {
  border: 0;
  border-radius: 4px;
}
body.search .page-container .header #searchform #s,
.page-container .header #searchform #s:focus {
  width: 192px;
  color: #fff;
  border-color: transparent;
  box-shadow: inset -3px 2px 8px -2px rgba(68, 68, 68, 0.52), 0px 12px 8px -12px #f9ff6b;
  opacity: 1;
  background-color: transparent;
  border-bottom-color: #f9ff6b;
}
hr {
    border: .12em solid #eee;
	overflow: hidden;
clear: left;
}

@media print {
  body {
    background: #fff;
  }
  body .page-container .header {
    font-size: 75%;
  }
  body .page-container .header .blog-title .h1,
  body .page-container .header .blog-title .h2 {
    color: #000;
    text-shadow: none;
  }
  body .page-container .header .page-links {
    display: none;
  }
  body .page-container .body {
    border: 0;
  }
  body .page-container .body .sidebar {
    display: none;
  }
  body .page-container .footer {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  body .page-container .body {
    border-radius: 0px;
    margin: 0px;
  }
  body .page-container .body .skipside {
    display: block;
  }
  body .page-container .body .sidebar {
    float: none;
    max-width: 100%;
    margin: 0px 0px 8px;
    border-width: 0;
  }
  body .skiptop {
    display: block;
  }
}
