.tags {
  text-align: right;
  font-size: 14px;
}

.header h1 {
  color: #c03200;
  font-weight: 400;
}

.entry-overview a {
  color: #222222;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}

.entry-overview a:hover {
  color: #e34;
  text-decoration: none;
}

.container {
  height: 100%;
  min-height: 100%;
  height: auto !important;
  width: 740px;
  margin: 0 auto -120px;
  padding-top: 20px;
}

.navigation {
  padding-bottom: 25px;
}

.navigation ul {
  list-style: none;
  padding-left: 0;
}

.navigation ul li {
  display: inline;
  margin-right: 2px;
}

.push {
  height: 120px;
}

.footer {
  width: 740px;
  height: 120px;
  margin: 0 auto;
  border-top: 1px solid #E5E5E5;
}

.entry-overview .detail hgroup h1 a {
  font-size: 18px;
}

.entry-overview .detail hgroup h2 p {
  font-size: 16px;
  font-weight: 400;
}

#disqus_thread, ul.blog-archive {
  padding-top: 25px;
}

.footer-links li a {
  max-width: 1em;
  height: 80px;
  overflow: hidden;
}

.footer-links li a .cloned{
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin-left: -55px;
  font-weight: 400;	
  font-style: italic;
  font-size: 14px;
  color: #a50;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  text-align: center;
  border: 5px solid #fff;
  background: rgba(255,255,255,0.5);
  text-indent: 0px;
  position: relative;
  z-index: 2;
  pointer-events: none;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0px 3px 8px rgba(0,0,0,0.1);
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -o-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;	
  transition: all 0.3s ease-in-out;
}

.footer-links li a:hover .cloned {
  opacity: 0.9;
  bottom: 30px;
  text-decoration: none;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -o-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}

body {
  background: #f3f2ee repeat-x;
  background-attachment: fixed;
  background-image: url('/static/img/gradient.png');
  background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0.0, #eee5d7), color-stop(1.0, #f3f2ee));
  -webkit-background-size: 230px;
  padding-top: 20px;
  padding-bottom: 40px;
  font-family: 'OFL Sorts Mill Goudy','OFL Sorts Mill Goudy TT',serif;
  font-weight: normal;
}

.highlight pre {
  font-family: 'Ubuntu Mono', "Courier New", monospace;
}

/* Custom container */
.container-narrow {
  margin: 0 auto;
  max-width: 700px;
}

.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  margin: 60px 0;
  text-align: center;
}

.jumbotron h1 {
  font-size: 72px;
  line-height: 1;
}

.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

/* Supporting marketing content */
.marketing {
  margin: 60px 0;
}

.marketing p + h4 {
  margin-top: 28px;
}

div.footer {
  color: #888888;
  font-size: 16px;
  text-align: center;
}

.footer-links {
  list-style: none;
}

.footer-links li {
  display: inline-block;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('/static/font/fontawesome-webfont.eot');
  src: url('/static/font/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
  url('/static/font/fontawesome-webfont.woff') format('woff'),
  url('/static/font/fontawesome-webfont.ttf') format('truetype'),
  url('/static/font/fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}

