/* Color Variables
 * =================================================== */
/* Grid
 * =================================================== */
/* Type
 * =================================================== */
@font-face {
  font-family: 'MuncieRegular';
  src: url("fonts/muncie-webfont.eot");
  src: url("fonts/muncie-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/muncie-webfont.woff") format("woff"), url("fonts/muncie-webfont.ttf") format("truetype"), url("fonts/muncie-webfont.svg#MuncieRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Site
* =================================================== */
body {
  font-family: Helvetica, Arial, sans-serif;
  color: #444; }

/* Home */
#home {
  margin: -30px 0 0 180px; }

#logo {
  font-size: 48px;
  background: url("") 0 0 no-repeat;
  height: 80px;
  width: 600px;
  letter-spacing: 0;
  padding: 75px 0 0 176px;
  color: #444444; }

#logo h1 {
	font-family: HelveticaNeue-Light, Helvetica-Light, Helvetica, Arial, sans-serif;
	font-size: 58px;
	margin: 0 0 5px 0;
	font-weight: bold;
}

#logo h3 {
  font-family: "HelveticaNeue-Light", "Helvetica-Light", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.25; }

#home p {
	font-family: HelveticaNeue-Light, Helvetica-Light, Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: #444444;
	margin: 0 0 20px 176px;
}

#posts {
  font-family: "HelveticaNeue-Light", "Helvetica-Light", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-left: 176px;
  line-height: 1.25; }

#posts li span {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	color: #aaaaaa;
	margin-right: 10px;
	width: 75px;
	font-family: HelveticaNeue-Light, Helvetica-Light, Helvetica, Arial, sans-serif;
}

/* Posts
 * =================================================== */
#post {
  width: 550px;
  margin: 40px auto;
  position: relative; }

#post-logo {
  position: absolute;
  top: 0;
  left: -245px;
  background: url("../images/thing-small.png") top right no-repeat;
  padding-right: 90px;
  height: 68px;
  font-size: 36px;
  line-height: 68px;
  font-family: "MuncieRegular";
  font-weight: normal; }

#post-logo a {
  display: block;
  color: #c4c4c4;
  text-decoration: none; }

#post-logo a:hover {
  color: #444444; }

#post h1 {
  font-family: "MuncieRegular";
  font-weight: normal;
  font-size: 60px;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #ddd; }

#post h1 a {
  color: #444;
  text-decoration: none; }

#post p {
  font-size: 16px;
  margin: 0 0 20px 0;
  line-height: 1.35; }

.twitter-follow-box {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#e6f3ff), to(#c7def2));
  background: -moz-linear-gradient(top, #e6f3ff, #c7def2);
  border: 1px solid #a4c0d8;
  font-weight: bold;
  color: #294156;
  text-decoration: none;
  border-radius: 4px;
  padding: 10px; }

.twitter-follow-box:hover {
  box-shadow: 0 0 10px #b1cde6;
  color: #222; }

/* Links
 * =================================================== */
a {
  color: #3366cc; }

a:hover {
  color: #4c33cc; }
