.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  font-family: 'Gill Sans', Calibri, Verdana, sans-serif;
}
* {
  margin: 0;
  padding: 0;
}
body {
  margin: 0px;
  padding: 0px;
  background: black;
  color: white;
  background: #EEE;
  color: #000;
}
body a,
body a:visited,
body a:active {
  color: #024ed9;
  border-bottom: 1px dotted #024ed9;
  text-decoration: none;
}
body a.dotted {
  border-bottom: 1px dotted #024ed9;
  text-decoration: none;
}
body a.dotted:hover {
  border-bottom: 1px solid #024ed9;
  text-decoration: none;
}
body a.backlink {
  background-color: #FFF;
  color: #222;
  border: 2px solid #DDD;
  border-left: 0px;
}
body h2 {
  color: #333;
}
form {
  margin: 0px;
}
label {
  cursor: pointer;
}
input {
  vertical-align: middle;
}
p {
  margin: 20px 10px 10px;
}
img {
  border: 0px;
}
button {
  width: auto;
  overflow: visible;
  padding: 0px 3px;
}
ul {
  margin: 0px;
  padding-left: 25px;
}
ul li {
  list-style-position: outside;
  list-style-type: disc;
  margin-bottom: 4px;
  margin-left: 15px;
}
ul li.place {
  list-style-position: inside;
  margin-bottom: 2px;
}
ul li.nodot {
  list-style-type: none;
}
h1 {
  font-size: 26px;
  font-weight: 600;
  color: #e31836;
  margin-top: 0px;
}
a,
a:visited,
a:active {
  color: #024ed9;
  border-bottom: 1px dotted #024ed9;
  text-decoration: none;
}
a.dotted {
  border-bottom: 1px dotted #024ed9;
  color: #024ed9;
  text-decoration: none;
}
a.dotted:hover {
  border-bottom: 1px solid #024ed9;
  text-decoration: none;
}
a.backlink {
  display: block;
  position: absolute;
  left: 0;
  opacity: 0.7;
  font-size: 14px;
  font-weight: 600;
  border: 2px solid #222;
  border-left: 0px;
  border-radius: 0px 10px 10px 0px;
  padding: 6px 15px 6px 20px;
  color: white;
  background-color: #111;
}
a.backlink:hover {
  text-decoration: none;
  opacity: 1;
}
.b {
  font-weight: 600;
}
.i {
  font-style: italic;
}
.n {
  font-weight: normal;
}
.und {
  text-decoration: underline;
}
.undNO {
  text-decoration: none;
}
/*cursor*/
.click {
  cursor: pointer;
}
.noclick {
  cursor: default;
}
/*positioning*/
.prel {
  position: relative;
}
.pabs {
  position: absolute;
}
.pfix {
  position: fixed;
}
.absoluteBox {
  position: relative;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.clearfix {
  clear: both;
}
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
.tcenter {
  text-align: center;
}
.centered {
  margin-left: auto;
  margin-right: auto;
}
.vmid {
  vertical-align: middle;
}
.vtop {
  vertical-align: top;
}
.vbot {
  vertical-align: bottom;
}
.nowrap {
  white-space: nowrap;
}
.inline {
  display: inline;
}
.block {
  display: block;
}
.mar0 {
  margin: 0px;
}
.mar1 {
  margin: 1px;
}
.mar2 {
  margin: 2px;
}
.mar3 {
  margin: 3px;
}
.mar4 {
  margin: 4px;
}
.mar5 {
  margin: 5px;
}
.mar6 {
  margin: 6px;
}
.mar8 {
  margin: 8px;
}
.mar10 {
  margin: 10px;
}
.mar15 {
  margin: 15px;
}
.mar20 {
  margin: 20px;
}
#sidebar {
  position: fixed;
  z-index: 1;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 210px;
  padding-left: 40px;
  box-sizing: border-box;
  background-color: #333;
}
#sidebar .logo-container {
  margin: 40px 0;
}
#sidebar .logo-container a {
  opacity: 0.2;
  zoom: 1;
  filter: alpha(opacity=20);
  border-bottom: 0px;
  transition: 0.6s all;
}
#sidebar .logo-container a:hover {
  opacity: 0.5;
  zoom: 1;
  filter: alpha(opacity=50);
}
#sidebar .logo-container img {
  width: 131px;
  height: 250px;
}
#sidebar h1.hpd-name {
  font-weight: bold;
  text-align: left;
  margin: 40px 0;
  font-size: 22px;
}
#sidebar h1.hpd-name a {
  color: white;
  border: 0;
}
#sidebar h1.hpd-name span {
  display: block;
}
#sidebar ul {
  margin: 40px 0;
  padding-left: 0;
}
#sidebar ul li {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 5px;
}
#sidebar ul li a {
  color: #999;
  transition: 0.2s all;
  font-size: 14px;
  border: 0;
}
#sidebar ul li a:before {
  content: "";
  display: inline-block;
  vertical-align: text-bottom;
  height: 16px;
  width: 16px;
  margin-right: 10px;
}
#sidebar ul li a.github:before {
  background-image: url('/static/images/icons/github.16px.png');
}
#sidebar ul li a.linkedin:before {
  background-image: url('/static/images/icons/linkedin.16px.png');
}
#sidebar ul li a.stack-overflow:before {
  background-image: url('/static/images/icons/stack-overflow2.16px.png');
}
#sidebar ul li a:hover {
  color: white;
}
#main {
  padding: 15px 20px;
  margin-left: 210px;
  z-index: 2;
  background-color: #eee;
  position: relative;
  -webkit-box-shadow: 0px -11px 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px -11px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0px -11px 8px rgba(0, 0, 0, 0.4);
}
#main .spacer {
  width: 550px;
}
#main h2 {
  color: #777;
  font-size: 20px;
  font-weight: normal;
  margin: 15px 0px 10px;
  border-bottom: 1px solid #aaa;
}
#main h2 a {
  color: #777;
  border-bottom: 0px;
}
#main h2 a:hover {
  color: #333;
}
ul {
  display: block;
}
ul.project-list,
ul.domain-list {
  margin: 15px 0px 40px;
  padding: 0;
}
ul.project-list li,
ul.domain-list li {
  display: block;
  list-style-type: none;
  margin: 0px 0px 10px;
}
ul.domain-list a .info {
  padding-left: 10px;
}
ul.links {
  margin: 15px 0px 40px;
  padding: 0;
}
ul.links li {
  display: block;
  margin-bottom: 15px;
  list-style-type: disc;
}
ul.news {
  margin: 15px 0px 40px;
  padding: 0;
}
ul.news li {
  padding-left: 0;
  font-size: 14px;
  margin-bottom: 10px;
  list-style-type: disc;
  margin-left: 25px;
}
a.project {
  margin: 2px 0px 2px;
  padding: 5px;
  display: block;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  color: #222;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  *zoom: 1;
  clear: both;
}
a.project:before,
a.project:after {
  display: table;
  content: "";
  line-height: 0;
}
a.project:after {
  clear: both;
}
a.project:hover {
  background-color: #fff;
  border: 1px solid #fff;
}
a.project.letsmaybe .logo {
  background-image: url("/static/images/projects/projectLogo_letsmaybe.png");
}
a.project.sparkmade .logo {
  background-image: url("/static/images/projects/projectLogo_sparkmade.png");
}
a.project.shipnik .logo {
  background-image: url("/static/images/projects/projectLogo_shipnik.png");
}
a.project.stampnik .logo {
  background-image: url("/static/images/projects/projectLogo_stampnik.png");
}
a.project.runthere .logo {
  background-image: url("/static/images/projects/projectLogo_runthere.gif");
}
a.project.librarycampaign .logo {
  background-image: url("/static/images/projects/projectLogo_librarycampaign.jpg");
}
a.project.comedyclub .logo {
  background-image: url("/static/images/projects/projectLogo_comedyclub.gif");
}
a.project.comedianphotos .logo {
  background-image: url("/static/images/projects/projectLogo_comedianphotos.gif");
}
a.project.flmf .logo {
  background-image: url("/static/images/projects/projectLogo_youngmindsofafrica.gif");
}
a.project.friendfit .logo {
  background-image: url("/static/images/projects/projectLogo_friendfit.gif");
}
a.project.palf .logo {
  background-image: url("/static/images/projects/projectLogo_palf.gif");
}
a.project .logo {
  background-position: top left;
  background-repeat: no-repeat;
  height: 50px;
  width: 126px;
  margin: 5px;
  display: block;
  float: left;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
a.project img.applogo {
  height: 127px;
  width: 126px;
  margin: 5px;
  float: left;
}
a.project .info {
  padding-left: 150px;
  padding-right: 10px;
  color: #222;
  font-size: 14px;
  margin-top: 5px;
}
a.project .info .title {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: -2px;
}
a.project .info .notes {
  font-size: 12px;
  color: #666;
}
a.project .info .link {
  font-weight: 600;
  margin-top: 15px;
  border: 1px dotted #666;
  display: inline-block;
  color: #FFF;
  background-color: #999;
  padding: 5px 8px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
a.project .info .link:hover {
  background-color: #555;
  border: 1px solid #bbb;
}
a.project .info .domain-names {
  font-size: 15px;
  color: #555;
}
a.project .info .offline {
  text-transform: uppercase;
  font-size: 12px;
  color: #aaa;
}
.contact-form {
  margin: 2px 20px 2px;
  padding-bottom: 30px;
}
.contact-form input,
.contact-form textarea {
  width: 500px;
  border: 2px solid #CCC;
  padding: 4px 2px;
  font-size: 14px;
  margin-bottom: 5px;
}
.contact-form button {
  margin-top: 5px;
  font-size: 14px;
  padding: 4px 6px;
}
.contact-form .input-label {
  font-size: 13px;
  font-weight: bold;
  color: #333;
  margin: 5px 0px 2px;
}
.contact-form .error-msg {
  font-size: 12px;
  color: Red;
  font-weight: 600;
  margin-top: 4px;
}
/* HowTo styles */
.howto {
  margin-top: 40px;
  max-width: 800px;
}
.howto h1 {
  margin: 0px 0px 10px;
}
.howto h2 {
  border-bottom: 1px dashed #BBB;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-weight: 600;
  clear: both;
}
.howto h3 {
  font-size: 16px;
  margin-top: 10px;
  clear: both;
}
.howto .date {
  color: #999;
  font-size: 12px;
  padding: 2px 0px 0px 3px;
  float: left;
}
.howto .shareables {
  float: right;
}
.howto .shareables .sharebtn {
  margin: 0px 10px 0px 0px;
  float: left;
}
.howto .content {
  clear: both;
  padding-top: 20px;
  border-top: 1px dashed #CCC;
}
.howto .content img {
  margin: 0px 10px 10px 0;
}
.howto ul.partslist {
  padding-left: 0px;
}
.howto ul.partslist li {
  font-weight: 600;
  clear: both;
  list-style-type: none;
  margin: 10px 0px;
  border-bottom: 1px dotted #BBB;
  overflow: hidden;
  padding-bottom: 10px;
  padding-left: 10px;
}
.howto ul.partslist li img {
  margin-right: 10px;
}
.howto ul.partslist li .example {
  font-weight: 600;
  font-size: 12px;
}
.howto ul.partslist li .subnote {
  font-weight: normal;
  font-size: 12px;
}
.howto ol.steps li {
  list-style-type: none;
  clear: both;
  border-top: 1px dotted #CCC;
  margin-top: 10px;
  padding: 5px 10px;
  overflow: hidden;
}
.howto ol.steps li .steplabel {
  font-weight: 600;
  background-color: white;
  padding: 6px 9px;
  border: 1px dotted #DDD;
  margin-left: -10px;
}
.howto ol.steps li .stepsummary {
  font-weight: 600;
}
.howto ol.steps p {
  margin: 20px 0px 10px;
  clear: both;
}
.howto .disclaimer {
  padding: 10px;
  margin: 10px 0px;
  background-color: #FFE4E9;
  border: 1px dotted red;
  font-size: 14px;
}
#disqus_thread {
  border-top: 2px dashed #DDD;
  margin-top: 20px;
}
#disqus_thread h3 {
  font-size: 15px;
}
#disqus_thread a {
  border-bottom: 0px;
}
#disqus_thread .dsq-reply {
  padding: 0px 10px;
}
#disqus_thread #dsq-global-toolbar {
  margin: 5px 0px !important;
  border-bottom: 2px dashed #DDD;
}
@media screen and (max-width: 650px) {
  #main {
    margin-left: 0;
    padding: 10px;
  }
  #main ul.project-list li {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
  }
  #main .contact-form {
    margin: 20px 0 10px;
  }
  #main .contact-form input,
  #main .contact-form textarea {
    width: 100%;
  }
  #main .howto .date,
  #main .howto .shareables {
    float: none;
    margin-top: 10px;
  }
  #sidebar {
    position: relative;
    padding: 5px;
    top: 0;
    left: 0;
    width: 100%;
    *zoom: 1;
    clear: both;
  }
  #sidebar:before,
  #sidebar:after {
    display: table;
    content: "";
    line-height: 0;
  }
  #sidebar:after {
    clear: both;
  }
  #sidebar .logo-container {
    float: left;
    position: absolute;
    top: 50%;
    left: 15px;
    margin: -25px 0 0;
  }
  #sidebar .logo-container img {
    height: 50px;
    width: auto;
  }
  #sidebar h1.hpd-name {
    margin: 10px 0 10px 35px;
    font-size: 19px;
    text-align: center;
  }
  #sidebar h1.hpd-name span {
    display: inline;
  }
  #sidebar ul {
    margin: 10px 0 0 35px;
    text-align: center;
    display: block;
  }
  #sidebar ul li {
    display: inline-block;
  }
  #sidebar ul li a {
    font-size: 0;
  }
}
@media screen and (max-height: 400px) {
  #sidebar .logo-container img {
    height: 100px;
    width: auto;
  }
  #sidebar h1.hpd-name {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
