@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,600|Open+Sans+Condensed:300,700);
body {
  background-color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  padding: 0;
  margin: 0;
  color: #222222;
  font-size: 11pt;
}
a {
  color: #1b587c;
  text-decoration: none;
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6,
.heading {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  font-size: 26pt;
  margin: 0;
}
h2 {
  font-size: 20.8pt;
}
h3,
h4,
h5,
h6 {
  font-size: 15.6pt;
}
p {
  line-height: 150%;
}
.page-header {
  height: 200px;
  position: relative;
  z-index: 20;
  background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.5) 100%);
}
.page-header a.home-link {
  text-decoration: none;
  color: inherit;
}
.page-image-box {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  height: 200px;
  background: url(../noise.png), url(../top-photos/hack-blue.jpg);
  background-position: center center;
  background-repeat: repeat, no-repeat;
  -moz-background-size: auto, cover;
  -o-background-size: auto, cover;
  -webkit-background-size: auto, cover;
  background-size: auto, cover;
  /*background-image: url(top-photos/test-blue.jpg), url(noise.png);
    background-position: center center;
    background-repeat: no-repeat, repeat;
    -moz-background-size: cover, auto;
    -o-background-size: cover, auto;
    -webkit-background-size: cover, auto;
    background-size: cover, auto;*/

}
.page-header-title {
  z-index: 10;
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 10px;
  height: auto;
  font-size: 26pt;
}
.page-header-title .main-title {
  position: absolute;
  left: -150px;
  width: 150px;
  color: #fff;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  text-align: left;
  height: auto;
  bottom: 0;
  text-shadow: 1px 1px 5px #000000;
}
.page-header-title .sub-title {
  position: absolute;
  right: -150px;
  width: 150px;
  color: #fff;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  text-align: right;
  height: auto;
  bottom: 0;
}
.page-main {
  z-index: 10;
  background-color: #ffffff;
  position: relative;
  min-height: 200px;
  width: 100%;
  padding: 20px 0 0 0;
}
.page-main-body {
  z-index: 10;
  position: relative;
  width: 300px;
  margin: 10px auto;
}
article .post-content h1:nth-child(1) {
  display: none;
}
article .post-content ul:nth-child(2) {
  display: none;
}
article .post-metadata {
  font-size: 70%;
  opacity: 0.6;
}
.button {
  padding: 10px;
  margin: 10px;
}
.actions {
  margin: 20px 0;
}
.actions .button {
  padding: 10px;
  margin: 20px 10px;
  background-color: #FFF;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
}
a.button:hover {
  text-decoration: underline;
}
.page-header-center-logo {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  position: absolute;
  bottom: -30px;
  left: 50%;
  right: 50%;
  margin: 0 -30px;
  background-image: url('../center-aligned-no-shadow-small.png');
  background-position: center center;
  -moz-background-size: 45px;
  -o-background-size: 45px;
  -webkit-background-size: 45px;
  background-size: 45px;
  background-repeat: no-repeat;
  animation: spin 1s ease-in-out 1;
  -webkit-animation: spin 1s ease-in-out 1;
}
.page-header-center-logo:hover, .page-header-center-logo:active {
  -webkit-animation-play-state: running;
  pointer-events: none;
  animation-play-state: running;
  animation: spin2 1s ease-in-out 1;
  -webkit-animation: spin2 1s ease-in-out 1;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes spin2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
.side-menu {
  width: 75px;
  z-index: 105;
  position: absolute;
  overflow-x: visible;
  left: -105px;
  margin-top: 70px;
}
.side-menu a {
  color: #1b587c;
  text-decoration: none;
}
.side-menu a.menu-item {
  margin: 10px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  font-size: 26pt;
  display: block;
  position: relative;
  width: 300px;
  pointer-events: none;
  text-transform: uppercase;
}
.side-menu a.menu-item .main-menu-title {
  width: 75px;
  text-align: right;
  pointer-events: all;
  display: inline-block;
}
.side-menu a.menu-item .menu-extra-text {
  opacity: 0;
  background-color: #fff;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  padding-right: 10px;
  pointer-events: none;
}
.side-menu a.menu-item:hover .menu-extra-text {
  opacity: 1;
}
.whats-cool {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 150%;
  margin-top: 30px;
}
.whats-cool p {
  margin: 0;
}
.page-header-title .sub-title {
  display: none;
}

/*
.page-header {
  background-image: none;
  background: none;
}
*/

.intro-link {
	color: inherit;
	text-decoration: none;
	font-weight: inherit;
}

.post-in-list {
	margin-bottom: 50px;
}

.special-post.post-in-list
{
	display: none;
}

.single.special-post .post-metadata
{
	display: none;
}