

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.about {
  margin: 70px auto 40px;
  padding: 8px;
  width: 260px;
  font: 10px/18px 'Lucida Grande', Arial, sans-serif;
  color: #bbb;
  text-align: center;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
  background: #383838;
  background: rgba(34, 34, 34, 0.8);
  border-radius: 4px;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 6px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 6px rgba(0, 0, 0, 0.4);
}
.about a {
  color: #eee;
  text-decoration: none;
  border-radius: 2px;
  -webkit-transition: background 0.1s;
  -moz-transition: background 0.1s;
  -o-transition: background 0.1s;
  transition: background 0.1s;
}
.about a:hover {
  text-decoration: none;
  background: #555;
  background: rgba(255, 255, 255, 0.15);
}

.about-links {
  height: 30px;
}
.about-links > a {
  float: left;
  width: 50%;
  line-height: 30px;
  font-size: 12px;
}

.about-author {
  margin-top: 5px;
}
.about-author > a {
  padding: 1px 3px;
  margin: 0 -1px;
}

/*
 * Copyright (c) 2012-2013 Thibaut Courouble
 * http://www.cssflow.com
 *
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 */
input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::-moz-focus-inner {
  padding: 0;
  border: 0;
}

:-moz-placeholder {
  color: #999 !important;
}

::-webkit-input-placeholder {
  color: #999;
}



.subscribe {
 -webkit-box-shadow: -4px 4px 13px rgba(50, 50, 50, 0.68);
-moz-box-shadow:    -4px 4px 13px rgba(50, 50, 50, 0.68);
box-shadow:         -4px 4px 13px rgba(50, 50, 50, 0.68);
 height: 30px;
  margin: auto auto;
  padding: 0;
  width: 300px;
  background: white;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.subscribe-pitch {
 -webkit-box-shadow: -4px 4px 13px rgba(50, 50, 50, 0.68);
-moz-box-shadow:    -4px 4px 13px rgba(50, 50, 50, 0.68);
box-shadow:         -4px 4px 13px rgba(50, 50, 50, 0.68);
  height: 1px;
  padding-left: 0;
  background-color: white;  5px center no-repeat;
}
.subscribe-pitch > h3 {
  -webkit-box-shadow: -4px 4px 13px rgba(50, 50, 50, 0.68);
-moz-box-shadow:    -4px 4px 13px rgba(50, 50, 50, 0.68);
box-shadow:         -4px 4px 13px rgba(50, 50, 50, 0.68);
  margin: 0 0 0;
  font-size: 14px;
  font-weight: bold;
  color: #ccc;
  text-transform: uppercase;
}
.subscribe-pitch > p {
  -webkit-box-shadow: -4px 4px 13px rgba(50, 50, 50, 0.68);
-moz-box-shadow:    -4px 4px 13px rgba(50, 50, 50, 0.68);
box-shadow:         -4px 4px 13px rgba(50, 50, 50, 0.68);
  padding-left: -50px;
  text-align: left;
  line-height: 10px;
  color: #ccc;
}

.subscribe-form {
  -webkit-box-shadow: -4px 4px 13px rgba(50, 50, 50, 0.68);
-moz-box-shadow:    -4px 4px 13px rgba(50, 50, 50, 0.68);
box-shadow:         -4px 4px 13px rgba(50, 50, 50, 0.68);
  position: relative;
  margin: 5px -20px -30px;
  padding: 15px;
  background: #ccc;
  border-top: 1px solid #ccc;
  border-radius: 0 0 6px 6px;
  background-image: -webkit-linear-gradient(top, #fafafa, #eaeaea 50%, #e1e1e1 51%, #f2f2f2);
  background-image: -moz-linear-gradient(top, #fafafa, #eaeaea 50%, #e1e1e1 51%, #f2f2f2);
  background-image: -o-linear-gradient(top, #fafafa, #eaeaea 50%, #e1e1e1 51%, #f2f2f2);
  background-image: linear-gradient(to bottom, #fafafa, #eaeaea 50%, #e1e1e1 51%, #f2f2f2);
  -webkit-box-shadow: inset 0 1px white;
  box-shadow: inset 0 1px white;
}

.subscribe-input {
  clear: both;
  -webkit-box-shadow: -4px 4px 13px rgba(50, 50, 50, 0.68);
-moz-box-shadow:    -4px 4px 13px rgba(50, 50, 50, 0.68);
box-shadow:         -4px 4px 13px rgba(50, 50, 50, 0.68);
  padding: 0 0;
  width: 100%;
  height: 20px;
  font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
  font-size: 15px;
  color: #444;
  background: #fefefe;
  background-clip: padding-box;
  border: 1px solid;
  border-color: #999 #aaa #aaa;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px #f8f8f8;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px #f8f8f8;
}
.subscribe-input:focus {
  outline: 1;
}

.subscribe-submit {
  clear: both;
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  padding-top: 1px;
  height: 20px;
  width: 50px;
  background: #ccc;
  border: 1px solid;
  border-color: #ccc;
  border-radius: 0 20px 20px 0;
  cursor: pointer;
  font: 0/0 serif;
  text-shadow: none;
  color: #fff;
  
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
}
.subscribe-submit:active {
  background: #ccc;
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
}
.subscribe-submit:before {
  content: '';
  display: block;
  margin-left: 0px;
  width: 50px;
  height: 20px;
  background-color: #ccc;
  background:url(../images/join.png) no-repeat;
}

.lt-ie9 .subscribe-input {
  clear:both;
  line-height: 33px;
}
