/*!
 * Dan-Adams.com v5000
 * Copyright 2013 K. Daniel Adams
 * All rights reserved
 * -------------------
 * Validated at http://jigsaw.w3.org/css-validator/
 */

/*
  Color reference
  ------------------------
  BrickRed:       #7b483b;
  BabyBlue:       #84aeed;
  LightBabyBlue:  #b9d5ff;
  DarkRed:        #990000;
  DarkerRed:      #770000;
  Yellow:         #f1df7d;
*/

/* ===== */
/* Fonts */ 
/* ===== */
@import url(//fonts.googleapis.com/css?family=Tulpen+One|Open+Sans|Medula+One);
/* ==================== */
/* Global HTML elements */
/* ==================== */
html {
  overflow-x: hidden;
  overflow-y: hidden;
}
body {
  margin: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  background-color: #151515;
  color: #fff;
}
h1 {
  position: relative;
  top: 55px;
  left: 0px;
  margin: 0px;
  font-family: "Tulpen One";
  font-size: 96px;
  font-weight: normal;
  letter-spacing: 3.3px;
}
a, 
a:active, 
a:visited {
  text-decoration: none;
  /* color: #84aeed; /* BabyBlue */
  color: #f1df7d; /* Yellow */
  cursor: pointer;
}
a:hover {
  color: #b9d5ff; /* LightBabyBlue */
}
input[type='button'],
input[type='submit'] {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #700; /* DarkerRed */
  border-color: #700; /* DarkerRed */
  color: white;
  font-family: 'Tulpen One';
  font-size: 2em;
  letter-spacing: 1px;
}
input[type='button']:hover,
input[type='submit']:hover {
  background-color: #900; /* DarkRed */
  cursor: pointer;
}
/* ===================== */
/* Global helper classes */
/* ===================== */
.centered {
	text-align: center;
	margin: 0px auto;
}
.dblspc {
  line-height: 20px;
}
.sectionHeader {
  font-family: "Tulpen One";
  font-size: 96px;
  font-weight: normal;
  letter-spacing: 3.3px;
  position: relative;
  top: 55px;
  left: 0px;
}
.logoFont {
  font-family: "Medula One";
  font-size: 1.75em;
  font-weight: normal;
}
/* ================== */
/* Social media icons */
/* ================== */
a.iconLink,
span.iconLink {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url('img/iconSprite.png');
  background-repeat: no-repeat;
}
a.github,
a span.github {
  background-position: 0px 0px;
}
a:hover.github,
a span:hover.github {
background-position: -25px 0px;
}
a.tumblr,
a span.tumblr {
  background-position: 0px -75px;
}
a:hover.tumblr,
a span:hover.tumblr {
  background-position: -25px -75px;
}
a.linkedin,
a span.linkedin {
  background-position: 0px -50px;
}
a:hover.linkedin,
a span:hover.linkedin {
  background-position: -25px -50px;
}
a.googleplus,
a span.googleplus {
  background-position: 0px -25px;
}
a:hover.googleplus,
a span:hover.googleplus {
  background-position: -25px -25px;
}
a.email,
div span.email {
  background-position: 0px -100px;
}
a:hover.email,
a span:hover.email {
  background-position: -25px -100px;
}
a.chrome {
  background-position: 0px -125px;
}
a.safari {
  background-position: 0px -175px;
}
a.firefox {
  background-position: -25px -125px;
  height: 24px;
}
a.opera {
  background-position: -25px -149px;
}
a.ie {
  background-position: 0px -150px;
}
/* =============== */
/* Banner elements */
/* =============== */
div.bannerWrapper {
  width: 100%;
  background-color: #3a3a3a;
}
div.banner {
	background-image: url('img/banner/wasp.jpg');
	height: 400px;
  width: 940px;
  margin: 0px auto;
  position: relative;
}
div.bannerCtrl {
  position: absolute;
  top: 300px;
  left: 50%;
  z-index: 2;
  width: 940px;
  height: 100px;
  margin-left: -470px;
  text-align: center;
}
div.bannerCtrl span.bannerLinkBg {
  display: inline-block;
  text-align: center;
  background-color: rgba(116,116,116,0.5);
  border-radius: 80px;
  border: solid 3px #900;
  margin: 3px;
}
div.bannerCtrl span.bannerLinkBg:hover {
  background-color: rgba(195,195,195,0.7);
  border-color: #c00;
}
div.bannerCtrl a {
  color: #ccc;
  font: bold 35px "Tulpen One";
  margin: 0px 12px;
}
div.bannerCtrl a:hover {
  color: #333;
}
div.bannerCtrl a.bannerPause {
  font-size: 55px;
  margin: 0px 20px;
}
div.progressBar {
  position: absolute;
  top: 285px;
  width: 0%;
  height: 3px;
  z-index: 5;
  background-color: #900; 
}
img.bannerShadow {
	position: absolute;
	left: 50%;
	margin-left: -512px;
	top: 0px;
  z-index: 1;
}
div.logo {
	font-family: "Medula One";
	font-size: 64px;
	position: absolute;
	top: 205px;
	left: 50%;
	margin-left: 207px;
  z-index: 2;
  text-shadow: -3px 3px 4px #333
}
div.navbar {
	position: absolute;
	top: 250px;
	width: 100%;
	height: 35px;
	background-color: #232323;
  background-image: url('img/escheresque_ste.png');
  z-index: 6;
}
div.navbar-fixed {
  position: fixed;
  top: 0;
  z-index: 5;
}
div.navbarlinks {
	position: absolute;
	left: 50%;
	top: 10px;
	margin-left: 207px;
}
div.navbarlinks a,
div.navbarlinks a:active,
div.navbarlinks a:visited {
	font-family: "Tulpen One";
	font-size: 38px;
	color: #ccc;
	letter-spacing: 3.3px;
	text-decoration: none;
	margin-right: 14px;
}
div.navbarlinks a:hover {
	color: #fff; 
  cursor: pointer;
}
div.navbarlinks a.active,
div.navbarlinks a.active:active,
div.navbarlinks a.active:visited {
  color: #fff;
}
span.littleLogo { 
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -470px;
  display: inline;
  opacity: 0;
  filter:  alpha(opacity=0); /* IE 8 */
}
span.littleLogo a,
span.littleLogo a:active,
span.littleLogo a:visited {
  font-family: "Medula One";
  font-size: 38px;
  color: #ccc;
  line-height: 38px;
  text-decoration: none;
}
span.littleLogo a:hover {
  color: #fff;
  cursor: pointer;
}
/* ============= */
/* Content pages */
/* ============= */
div.section {
  width: 876px; /* padding compensation = 940 - (32*2) */
  height: 625px;
  padding: 0px 32px;
  position: absolute;
  top: 400px;
  left: 50%;
  margin-left: -470px;
  z-index: 5;
  display: none;
  opacity: 0.0;
  filter:  alpha(opacity=0); /* IE 8 */
}
div#about {
  background-image: url('img/contentbg/about.png');
}
div#portfolio {
  background-image: url('img/contentbg/portfolio.png');
}
div#contact {
  background-image: url('img/contentbg/contact.png');
}
div#blog {
  background-color: #A5713F;
}
div.closeWrap {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 32px;
  height: 32px;
  text-align: center;
  background-color: rgba(50,50,50,0.3);
  border-radius: 10px;
  border: solid 2px #333;
  padding: 0px 8px 8px 8px;
}
div.closeWrap:hover {
  background-color: rgba(190,0,0,0.5);
}
div.closeWrap a.close {
  display: block;
  color: #ccc;
  font: 55px "Tulpen One";
  line-height: 55px;
  margin-top: -5px;
}
div.closeWrap a.close:hover {
  color: #fff;
}
/* ============= */
/* Blog Elements */
/* ============= */
div#blogFrame {
  margin-top: 110px;
  height: 477px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 10px;
}
div#blogFrame div.blogEntry {
  /*
  display: inline-block;
  width: 400px;
  vertical-align: top;
  */
  margin: 15px 0px;
  padding-bottom: 15px;
  border-bottom: solid 1px #fff;
}
div#blogFrame div.blogEntry h2 {
  margin: 0px
}
div#blogFrame div.blogEntry h1.content-title {
    font: 16px "Open Sans";
    top: auto;
    left: auto;
    letter-spacing: inherit;
}
/* ============== */
/* About elements */
/* ============== */
div.aboutSubheader {
  font-family: "Tulpen One";
  font-size: 51px;
  font-weight: normal;
  position: absolute;
  top: 140px;
  right: 0px;
  margin: 0px 307px 0px 0px;
}
div.aboutLeft{
  position: relative;
  top: 140px;
  width: 353px;
}
div.aboutRight {
  float: right;
  position: relative;
  top: 140px;
  width: 334px;
}
div.aboutRight b {
  display: block;
  margin-top: 2px;
}
div.aboutRight a {
  color: #b9d5ff; /* LightBabyBlue */
}
div.aboutRight a:hover {
  color: #f1df7d; /* Yellow */
}
div.aboutRight table {
  font-size: 18px;
}
div.aboutRight table td {
  padding-top: 5px;
  width: 160px;
}
/* ================== */
/* Portfolio elements */
/* ================== */
div.portNav {
  margin: 115px 0px 15px 0px;
  text-align: center;
}
div.portNav a.portLink,
div.portNav a.portLink:active,
div.portNav a.portLink:visited{
  margin-right: 10px;
}
div.portNav a.portLink:hover {
  cursor: pointer;
}
div.portNav a.portLink > img {
  border: 3px solid #777;
  width: 135px;
  height: 70px;
}
div.portNav a.portLink > img:hover {
  border-color: #ccc;
}
div#desc_placeholder {
  text-align: center; 
  padding-top: 55px; 
  font: normal 25px 'Tulpen One';
}
div.portDesc {
  display: none;
}
div.portDisp {
  height: 340px;
  width: 455px;
  float: left;
}
div.portDisp img {
  display: block;
  width: 453px;
  margin: 0px auto;
}
div.description {
  height: 340px;
  width: 412px;
  float: right;
}
div.description h2 {
  font-family: 'Tulpen One';
  font-size: 36px;
  margin-top: 0px;
  margin-bottom: 2px;
  line-height: 36px;
}
/* ================ */
/* Contact elements */
/* ================ */
a img.mapImage {
  float: right;
  width: 400px;
  margin-top: 65px;
  border: 0px;
}
div.contactLeft {
  width: 476px;
  padding-top: 115px;
}
div.contactLeft a {
  margin: 5px 10px;
  vertical-align: middle;
  color: #f1df7d; /* Yellow */
}
div.contactLeft a:hover {
  color: #b9d5ff; /* LightBabyBlue */
}
div.contactLeft a span {
  margin-right: 10px;
}
span.obf { 
  unicode-bidi: bidi-override; 
  direction: rtl; 
}
/* =============== */
/* Footer elements */
/* =============== */
div.footer {
  display: block;
  width: 100%;
  height: 155px;
  background-color: #222;
  background-image: url('img/dark_leather.png');
  border-bottom: #1f1f1f solid 5px;
  color: #ccc;
  padding-top: 100px;
  -moz-box-shadow:    inset 2px 3px 10px #000000;
  -webkit-box-shadow: inset 2px 3px 10px #000000;
  box-shadow:         inset 2px 3px 10px #000000;
}
div.footer div.container {
  width: 940px;
  margin: 0px auto;
}
div.footer a,
div.footer a:active,
div.footer a:visited {
  margin: 0px 5px;
  color: #ccc;
  text-decoration: none;
}
div.footer a:hover {
  color: #fff;
}
div.footer a img {
  border: none;
}
div.footer div.left {
  width: 33%;
  float: left;
  height: inherit;
}
div.footer div.center {
  width: 33%;
  float: left;
  text-align: center;
}
div.footer div.right {
  width: 33%;
  float: right;
  height: inherit;
  text-align: right;
  font-size: 0.8em;
}
/* ================== */
/* Responsive changes */
/* ================== */
@media all and (max-width: 965px) {
  div.logo {
    margin-left: 0px;
    left: auto;
    right: 15px;
  }
  div.navbarlinks {
    left: auto;
    right: 0px;
    margin-left: 0px;
  }
  div.footer div.container{
    width: 100%;
  }
  div.footer div.left {
    left: 0px;
  }
}