		html, body {
			width: 100%;
			height: 100%;
			margin: 0;
			padding: 0;
		}
		#header {
			height: 67px;
			background-color: #FFF;
			position: fixed;
			margin: 0px;
			padding: 0px;
			width: 100%;
			z-index: 1000;
			-webkit-box-shadow: 0 2px 15px rgba(0,0,0,0.25);
			-moz-box-shadow: 0 2px 15px rgba(0,0,0,0.25);
			box-shadow: 0 2px 15px rgba(0,0,0,0.25);
		}
		.header_main {
			width: 680px;
			margin: 0px auto;
		}

		/* Inspiration: http://lab.simurai.com/css/carveme/ */
		#text a {
			width: 50px;
			float: left;
			line-height: 67px;
			vertical-align: middle;
			margin: 0;
			font-family: "Germania One";
			font-size: 36px;
			color: rgba(82,96,117,0.5);
			-webkit-background-clip: text;
			-moz-background-clip: text;
		    -webkit-text-stroke: 0;
			text-decoration: none;
			-moz-text-stroke: 0;
		    text-shadow: rgba(255,255,255,0.5) 0 5px 6px, rgba(255,255,255,0.2) 1px 3px 3px;
		}

		#text a:hover {
            color: rgba(0,0,0,0.5);
            -webkit-background-clip: text;
            text-shadow: none;

			-webkit-transition: text-shadow 1s ease-out,
								color 1s ease-out;
			-moz-transition: text-shadow 1s ease-out,
                                color 1s ease-out;

		}
		#text a:focus {
			outline: none;
		}
		/* Un-inspire. */

		.header_main ul {
			float: right;
			width: 365px;
			margin: 0;
		}
		.header_main ul li {
			list-style-type: none;
			display: inline;
			margin: 0 2px;
			vertical-align: middle;
		}
		.header_main ul li a {
			text-decoration: none;
			white-space: nowrap;
			line-height: 60px;
			font-size: 13px;
			padding: 24px 13px;
			color: #4D4D4D;
			font-weight: bold;
			font-family: 'Macondo', cursive;
		}
		.header_main ul li a:hover {
			color: #b31414;
			border-bottom: 5px solid #4d4d4d;
			-webkit-transition: color .5s ease-in, border-bottom .2s ease-in;
			-moz-transition: color .5s ease-in, border-bottom .2s ease-in;
		}
		#main-bg-wrapper {
			height: 450px;
			z-index: 0;
			position: fixed;
			margin-top: 67px;
			width: 100%;
			background-color: #1c1f23;
			background-image: url(dark-wood.jpg);
			-moz-box-shadow: inset 0 0 100px 35px #000;
			-webkit-box-shadow: inset 0 0 100px 35px #000;
			box-shadow: inset 0 0 100px 35px #000;
		}
		#main-bg {
			width: 780px;
			text-align: center;
			color: #fff;
			font-family: "Germania One";
			font-size: 36px;
			margin: 0px auto;
			margin-top: 35px;
		}
		#main-bg p {
			font-size: 36px;
			font-family:'Uncial Antiqua';
		}
		#main-bg p.smaller {
			font-size: 18px;
			font-family: 'Macondo', cursive;
		}
		#main-bg p.quote {
			font-size: 13px;
			color: #edd15f;
			margin-top: -20px;
		}
		hr.split {
			height: 1px;
			border-top: 1px dotted #4d4d4d;
			border-bottom: 0px;
		}
		#social {
			margin: 0px auto;
			text-align: center;
		}
		#social a {
			height: 64px;
			width: 64px;
			display: inline-block;
			text-decoration: none;
			overflow: hidden;
			text-indent: -99999px;
			background-repeat: no-repeat;
			border: none;
		}
		#social a:visited {
			border: none;
		}
		#social a.facebook {
			background-image: url(fb.png);
		}
		#social a.twitter {
			background-image: url(twitter.png);
		}
		#social a.google {
			background-image: url(google_1.png);
		}
		#social a.email {
			background-image: url(mail.png);
		}
		#main-bg-split {
			height: 1px;
			width:100%;
			-webkit-box-shadow: 0px 2px 5px #000;
			position: fixed;
			margin-top: 515px;
		}
		#container {
			width: 100%;
			margin: 0px auto;
			z-index: 10;
			position: absolute;
			margin-top: 515px;
			background-image: url(noisy_bg.png);
			-webkit-box-shadow: inset 0 0 84px 0px #000;
			-moz-box-shadow: inset 0 0 84px 0px #000;
			box-shadow: inset 0 0 84px 0px #000;
			border-top: 1px solid #FFF;
		}
/* ============================
   ARTICLE
============================ */

section#primary {
  width: 700px;
  min-height: 10px;
  margin: 0px auto;
}

section#primary.full-width,
section#primary.home {
  float: left;
  width: 900px;
  min-height: 10px;
}

section#primary.full-width article.page,
section#primary.home article.page {
  width: 820px;
  min-height: 10px;
}

section#primary article {
  /*width: 620px; /* padding is added to width (I hate that!) so total width here will actually be 700px */
  font: 13px/18px "Helvetica Neue", Arial, "Lucida Grande";
  background: #f8f8f8;
  padding: 0 40px 15px 40px;
  margin-top: 80px;
  -webkit-border-radius: 5px 5px;
     -moz-border-radius: 5px 5px;
          border-radius: 5px 5px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
section#primary article:first-child {
  margin-top: 25px;
}

section#primary article:after {
  content: "";
  position: absolute;
  z-index: -1;
}

section#primary article.format-standard:after {
  width: 700px;
  height: 20px;
  margin: 3px 0 0 -40px;
  background: #f8f8f8;
/*  -webkit-transform:rotate(-0.3deg);
     -moz-transform:rotate(-0.3deg);
      -ms-transform:rotate(-0.3deg);
       -o-transform:rotate(-0.3deg);
          transform:rotate(-0.3deg);
*/

  -webkit-border-radius: 5px 5px;
     -moz-border-radius: 5px 5px;
          border-radius: 5px 5px;

 -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
         box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

section#primary article.format-image {
  max-width: 690px;
  padding: 5px;
  margin: 0;
  z-index: 3;
  -webkit-transform:rotate(-1deg);
     -moz-transform:rotate(-1deg);
      -ms-transform:rotate(-1deg);
       -o-transform:rotate(-1deg);
          transform:rotate(-1deg);

}

section#primary article.format-image img {
  max-width: 690px;
  display: block;
}

section#primary article.format-image p {
  margin: 0;
  line-height: 0;
}

section#primary .subframe {
  background: white;
  margin: 0 auto;
  -webkit-border-radius: 5px 5px;
     -moz-border-radius: 5px 5px;
          border-radius: 5px 5px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

section#primary .subframe-1 {
  z-index: -9; 
  -webkit-transform:rotate(-1deg);
     -moz-transform:rotate(-1deg);
      -ms-transform:rotate(-1deg);
       -o-transform:rotate(-1deg);
          transform:rotate(-1deg);
}

section#primary .subframe-2 {
  z-index: -10;
  -webkit-transform:rotate(2deg);
     -moz-transform:rotate(2deg);
      -ms-transform:rotate(2deg);
       -o-transform:rotate(2deg);
          transform:rotate(2deg);
}

/* ===============================================================
   "Lifted Corners" - Inspired and adapted from:
   http://nicolasgallagher.com/css-drop-shadows-without-images/ */

section#primary div.drop-shadow {
    position: absolute;
    height: 20px;
    width: 705px;
    margin: 15px 0 0 -40px;
	margin-top: 0;
}

section#primary div.drop-shadow:before,
section#primary div.drop-shadow:after {
    content:"";
    position:absolute;
    z-index:-2;
}

section#primary div.lifted {
    -moz-border-radius:5px;
         border-radius:5px;
}

section#primary div.lifted:before,
section#primary div.lifted:after {
    bottom: -10px;
    left: 5px;
    width: 50%;
    height: 50px;
    background: transparent;
    max-width: 345px;
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.4);
       -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.4);
            box-shadow: 0 15px 10px rgba(0, 0, 0, 0.4);
    -webkit-transform: rotate(-3deg);
       -moz-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
         -o-transform: rotate(-3deg);
            transform: rotate(-3deg);
}

section#primary div.lifted:after {
    right: 10px;
    left: auto;
    -webkit-transform: rotate(3deg);
       -moz-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
         -o-transform: rotate(3deg);
            transform: rotate(3deg);
}

article .content h1 {
	padding-top: 20px;
	font-size: 22px;
	font-family: 'Macondo', cursive;
}

.content {
	padding-bottom: 20px;
}

.content p {
	padding: 0;
	margin: 0;
	font-family: 'Crete Round', serif;
	font-size: 12px;
	padding-right: 5px;
}

.content .left {
	display: inline-block;
	width: 514px;
	clear: left;
	vertical-align: top;
	border-right: 1px solid #eaeaea;
	min-height: 300px;
}

.content .right {
	display: inline-block;
	width: 90px;
	padding-left: 10px;
	clear: right;
	vertical-align: top;
	border-left: 1px solid #ffffff;
	margin-left: -4px;
}
.right p {
	font-size: 10px;
	color: #888;
}
.right .desc {
	color: #000;
}
.content ul {
	margin: 0px auto;
}
.content ul li {
	list-style-type: none;
	display: inline-block;
	width: 180px;
	min-height: 160px;
	vertical-align: top;
	text-align: center;
	padding: 6px;
}
.content ul li:first-child {
	border-right: 1px solid #eaeaea;
	border-left: none;
}
.content ul li {
	border-left: 1px solid #fff;
	border-right: 1px solid #eaeaea;
	margin-left: -4px;
}
.content ul li:last-child {
	border-right: none;
}
.content ul li h3 {
	text-shadow: 1px 1px 0 #909090;
}
.content ul li p {
	color: #808080;
}
#contact-me ul {
	width: 400px;
}
#contact-me input[type="text"] {
	text-align: center;
	line-height: 22px;
	font-size: 16px;
}

#contact-me input[type="button"] {
	margin-top: 15px;
}

#contact-me a {
	text-decoration: none;
}

#contact-me a:hover {
	color: #b31414;
	-webkit-transition: color .5s ease-out;
	-moz-transition: color .5s ease-out;
	transition: color .5s ease-out;
}

/* Borrowed from Bootstrap */
.btn {
  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  padding: 5px 14px 6px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
}
.btn:hover {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
}
.btn:focus {
  outline: 1px dotted #666;
}
.btn.primary {
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
/* Un-borrowed */
footer {
	width: 100%;
	min-height: 100px;
	background-color: #1C1F23;
	padding: 80px 0;
	position: relative;
	bottom: 0;
	margin-top: 200px;
    -moz-box-shadow: inset 0 0 100px 35px #000;
    -webkit-box-shadow: inset 0 0 100px 35px #000;
    box-shadow: inset 0 0 100px 35px #000;
	border-top: 1px solid #FFF;
}
footer div {
	width: 680px;
	text-align: center;
	margin: 0px auto;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
}

