/* HTML5 Boilerplate  */
@font-face {
  font-family: 'oldsansblack';
  src: url('../fonts/oldsansblack-webfont.eot');
  src: url('../fonts/oldsansblack-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/oldsansblack-webfont.woff') format('woff'),
    url('../fonts/oldsansblack-webfont.ttf') format('truetype'),
    url('../fonts/oldsansblack-webfont.svg#oldsansblackregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0px;
  padding: 0px;
}

address {
  font-style: normal;
}

a[target=_blank] {
  padding-right: 18px;
  background: url("../img/external.jpg") no-repeat right 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

[hidden] {
  display: none;
}

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

html,
button,
input,
select,
textarea {
  font-family: "Open Sans", "sans-serif";
  color: #222;
}

body {
  margin: 0 0 20px 0;
  font-size: 1em;
  line-height: 1.4;
}


::-moz-selection {
  background: #ffc0cb;
  color: #484848;
  text-shadow: none;
}

::selection {
  background: #ffc0cb;
  color: #484848;
  text-shadow: none;
}

a {
  color: #06e;
}

a:visited {
  color: #08346f;
}

a:hover {
  color: #06e;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

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

small {
  font-size: 85%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

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

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:valid,
textarea:valid {}

input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}









@media only screen and (min-width: 35em) {}

.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

.ir br {
  display: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}



/* custom */
.feedback {
  padding: 10px;
  margin-bottom: 20px;
  display: none;
}

.feedback.success {
  border: 1px #60CF38 solid;
  background: #B0FF94;
}

.feedback.error {
  border: 1px #FF5555 solid;
  background: pink;
}

#container {
  width: 700px;
  margin: 0px auto;
}

#pageHeader {
  position: relative;
}

#pageHeader hgroup {
  margin-bottom: 10px;
}

#pageHeader h1,
#pageHeader h2 {
  font-size: 54px;
  color: #aeaeae;
  text-transform: uppercase;
  font-family: "Roboto Condensed";
  font-weight: bold;
}

#pageHeader h1 {
  margin-bottom: -10px
}

#pageHeader h2 {
  font-size: 18px;
}

#pageHeader span {
  color: #484848;
}

#topnav {
  border-bottom: 1px #c6c6c6 solid;
  border-top: 1px #c6c6c6 solid;
  position: relative;
}

#topnav li {
  float: left;
}

#topnav li a {
  font-size: 13px;
  color: #6f767b;
  text-decoration: none;
  display: block;
  padding: 12px 22px;
  transition: background linear .15s;
}

#topnav li a:hover,
#topnav li.current a {
  background: #ffe6ea;
}

#topnav .arrow {
  position: absolute;
  top: -1px;
  left: 0px;
}

#topnav .hidden {
  display: none;
}

.leftCol {
  float: left;
  width: 340px;
}

.rightCol {
  float: right;
  width: 340px;
}

.tooltip {
  position: absolute;
  width: 100px;
  padding: 11px;
  border-radius: 5px;
  background: #484848;
  color: #FFF;
  font-size: 12px;
  z-index: 10;
  display: none;
}

.tooltip:after {
  content: ".";
  color: #484848;
  position: absolute;
  bottom: -3px;
  right: 20px;
  width: 20px;
  height: 20px;
  border-top-left-radius: 100px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #484848;

}

/* home page */
.pg_home .email {
  background: pink;
  padding: 2px;
}

.pg_home #content p {
  margin: 1em 0px;
  font-size: 14px;
  color: #484848;
}

.pg_home .profile_img {
  float: left;
  margin: 20px 20px 10px 0px;
  border: 1px #c6c6c6 solid;
}

.pg_home #content .rightCol ul {
  list-style-type: none;
  color: #484848;
  font-size:
}

.pg_home #content .rightCol li {
  margin-bottom: 20px;
  position: relative;
}

.pg_home #content .rightCol .tooltip {
  top: -77px;
  right: -11px;
}

.pg_home #content .rightCol h3 {
  font-weight: normal;
  font-size: 24px;
}

.pg_home #content ul li:nth-child(2) .circle {
  background: #ffdc97;
}

.pg_home #content ul li:nth-child(3) .circle {
  background: #a8ff97;
}

.pg_home #content ul li:nth-child(4) .circle {
  background: #97fffb;
}

.pg_home #content ul li:nth-child(5) .circle {
  background: #ed97ff;
}


/* not found */
.pg_notfound #content {
  padding: 10px 50px;
}

/* software, websites, and games */
.pg_websites .piece,
.pg_games .piece,
.pg_software .piece,
.pg_blog .piece {
  margin-top: 10px;
  padding-top: 18px;
}

.pg_websites .piece header,
.pg_games .piece header,
.pg_software .piece header,
.pg_blog .piece header {
  margin-bottom: 10px;
}

.pg_websites .piece.small header,
.pg_games .piece.small header,
.pg_software .piece.small header,
.pg_blog .piece.small header {
  margin-bottom: 0px;
}

.pg_websites .piece header a,
.pg_games .piece header a,
.pg_software .piece header a,
.pg_blog .piece header a {
  text-decoration: none;
  color: #06e;
  font-size: 14px;
}

.pg_websites .piece header h2 a,
.pg_games .piece header h2 a,
.pg_software .piece header h2 a,
.pg_blog .piece header h2 a {
  font-size: inherit;
}

.pg_websites .piece header div,
.pg_games .piece header div,
.pg_software .piece header div,
.pg_blog .piece header div {
  display: flex;
}

.pg_websites .piece header div p,
.pg_games .piece header div p,
.pg_software .piece header div p,
.pg_blog .piece header div p {
  flex-grow: 1;
  text-align: right;
  color: #AEAEAE;
}

.pg_websites .piece.small header div p,
.pg_games .piece.small header div p,
.pg_software .piece.small header div p,
.pg_blog .piece.small header div p {
  text-align: left;
}

.pg_websites .piece header div p a,
.pg_games .piece header div p a,
.pg_software .piece header div p a,
.pg_blog .piece header div p a {
  font-size: 12px;
  /* tags */
}

.pg_websites .piece .paragraph,
.pg_games .piece .paragraph,
.pg_software .piece .paragraph,
.pg_blog .piece .paragraph {
  margin-bottom: 1em;
}


.pg_websites .piece.small header div a,
.pg_games .piece.small header div a,
.pg_software .piece.small header div a,
.pg_blog .piece.small header div a {
  display: inline-block;
  margin-right: 1ex;
}

.pg_websites .piece aside,
.pg_games .piece aside,
.pg_software .piece aside,
.pg_blog .piece aside {
  float: left;
  border: 1px #484848 solid;
}

.pg_websites .piece>div,
.pg_games .piece>div,
.pg_software .piece>div,
.pg_blog .piece>div {
  float: right;
  width: 340px;
  max-height: 340px;
  height: 340px;
  overflow: auto;
}

/* small pieces have header to the left */
.pg_websites .piece.small>div,
.pg_games .piece.small>div,
.pg_software .piece.small>div,
.pg_blog .piece.small>div {
  float: left;
  width: 100%;
  max-height: 80px;
  height: 80px;
}

.pg_websites .piece p,
.pg_games .piece p,
.pg_software .piece p,
.pg_blog .piece p {
  font-size: 12px;
  line-height: 17px;
}

.pg_websites .piece h3,
.pg_games .piece h3,
.pg_software .piece h3,
.pg_blog .piece h3 {
  font-size: 14px;
  color: #484848;
  margin-top: 10px;
  margin-bottom: 2px;
  padding-left: 10px;
  background: url("../img/line.jpg") repeat-x 0% 50%;
}

.pg_websites .piece h3 span,
.pg_games .piece h3 span,
.pg_software .piece h3 span,
.pg_blog .piece h3 span {
  background-color: #FFFFFF;
  padding: 2px;
}

.pg_websites .piece:first-child,
.pg_games .piece:first-child,
.pg_software .piece:first-child,
.pg_blog .piece:first-child {
  background: none;
}

.pg_websites .piece,
.pg_games .piece,
.pg_software .piece,
.pg_blog .piece {
  background: url("../img/backdrop.jpg") repeat-x top;
}

.pg_websites .image_viewer,
.pg_games .image_viewer,
.pg_software .image_viewer,
.pg_blog .image_viewer {
  width: 340px;
  height: 340px;
  position: relative;
  overflow: hidden;
}

.pg_websites .image_viewer img,
.pg_games .image_viewer img,
.pg_software .image_viewer img,
.pg_blog .image_viewer img {
  position: absolute;
  left: 0px;
  top: 0px;
}

#disclaimer {
  position: fixed;
  left: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, .75);
  color: #FFF;
  width: 100%;
  font-size: 12px;
  padding: 5px 10px;
}

#thatImage {
  position: fixed;
  top: 10px;
  left: 10px;
  display: none;
  z-index: 10;
}

.mobile-only {
  display: none;
}