body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10pt;
}

.inspiration {
  margin-bottom: 25px;
}

#slider {
  margin: 0 5px;
}

 header,
  footer {
    display: block;
    width: 550px;
    margin: 0 auto;
    font-size: 9pt;
    line-height: 15pt;
    color: #666;
  }
  header {
    font-size: 10pt;
  }
  
  h1 {
    margin: 0;
    padding: 30px 0 20px 0;
    font-size: 45pt;
    line-height: 35pt;
    letter-spacing: -2px;
    text-rendering: optimizeLegibility;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
                 "Helvetica Neue", sans-serif;
    font-weight: 300;
  }
  
  footer {
    color: #888;
  }
  
  footer > p {
    margin-top: 20px;
  }
  
  a {
    color: #333;
  }
  
  
  #follow {
    background: #ddd;
    padding: 15px 15px 5px 15px;
    color: #333;

    line-height: 140%;
  }
  
  #follow p {
    margin: 0 0 10px 0;
    padding: 0;
  }
  
  a {
    font-family: Georgia, serif;
    font-size: 1.05em;
    color: #0085c7;
    font-style: italic;
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: underline;
  }
  
  .digg {
    display: block;
    float: right;
    margin: 5px 0 10px 15px;
  }

	
  
  a[rel=prev], a[rel=next] {
    text-decoration: none !important;
    position: fixed;
    text-indent: 200px;
    overflow: hidden;
    top: 70px;
    height: 55px;
    width: 65px;
    background: #ddd;
    border: solid 1px #aaa;
    -webkit-box-shadow: #ccc 1px 1px 4px, inset #fff 0 1px 0;
    -moz-box-shadow: #ccc 1px 1px 4px, inset #fff 0 1px 0;
    -o-box-shadow: #ccc 1px 1px 4px, inset #fff 0 1px 0;
    box-shadow: #ccc 1px 1px 4px, inset #fff 0 1px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    opacity: 0.7;
    -webkit-transition: opacity linear 0.2s, left linear 0.1s, right linear 0.1s;
    -moz-transition: opacity linear 0.2s, left linear 0.1s, right linear 0.1s;
    -o-transition: opacity linear 0.2s, left linear 0.1s, right linear 0.1s;
    transition: opacity linear 0.2s, left linear 0.1s, right linear 0.1s;
  }
  a[rel=prev]:after, a[rel=next]:after,
  a[rel=prev]:before, a[rel=next]:before {
    width: 0;
    height: 0;
    position: absolute;
    top: 8px;
    content: "";
    display: block;
    border: solid #fff 20px;
    border-color: transparent #aaa transparent transparent;
  }
  
  a[rel=prev]:before, a[rel=next]:before { 
    border-color: transparent #fff transparent transparent;
    top: 9px;
  }
  a[rel=next]:after {
    border-color: transparent transparent transparent #aaa ;      
  }
  a[rel=next]:before { 
    border-color: transparent transparent transparent #fff ;
    top: 9px;
  }
  
  
  
  a[rel=prev]:hover, a[rel=next]:hover {
    opacity: 1.0;
  }
  
  a[rel=prev]:hover {
    left: -15px;
  }
  
  a[rel=next]:hover {
    right: -15px;
  }
  
  a[rel=prev] { left: -20px; }
  a[rel=prev]:after,a[rel=prev]:before { right: 10px; }
  a[rel=next]:after,a[rel=next]:before { left: 10px; }
  
  a[rel=next] {
    right: -20px;
  }
