.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  /* Make inputs at least the height of their button counterpart */

  /* Makes inputs behave like true block-level elements */

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: "ProximaNova";
  src: url("//a.disquscdn.com/1339631010/fonts/proximanova-reg.eot");
  src: url("//a.disquscdn.com/1339631010/fonts/proximanova-reg.eot?#iefix") format("embedded-opentype"), url("//a.disquscdn.com/1339631010/fonts/proximanova-reg.woff") format("woff"), url("//a.disquscdn.com/1339631010/fonts/proximanova-reg.ttf") format("truetype"), url("//a.disquscdn.com/1339631010/fonts/proximanova-reg.svg#ProximaNovaRgRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNovaBold";
  src: url("//a.disquscdn.com/1339631010/fonts/proximanova-bold.eot");
  src: url("//a.disquscdn.com/1339631010/fonts/proximanova-bold.eot?#iefix") format("embedded-opentype"), url("//a.disquscdn.com/1339631010/fonts/proximanova-bold.woff") format("woff"), url("//a.disquscdn.com/1339631010/fonts/proximanova-bold.ttf") format("truetype"), url("//a.disquscdn.com/1339631010/fonts/proximanova-bold.svg#ProximaNovaRgBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNovaLight";
  src: url("//a.disquscdn.com/1339631010/fonts/proximanova-light.eot");
  src: url("//a.disquscdn.com/1339631010/fonts/proximanova-light.eot?#iefix") format("embedded-opentype"), url("//a.disquscdn.com/1339631010/fonts/proximanova-light.woff") format("woff"), url("//a.disquscdn.com/1339631010/fonts/proximanova-light.ttf") format("truetype"), url("//a.disquscdn.com/1339631010/fonts/proximanova-light.svg#ProximaNovaLtLight") format("svg");
  font-weight: normal;
  font-style: normal;
}
.post h4 {
  font-size: 20px;
  font-family: "ProximaNova", sans-serif;
  font-weight: 500;
  margin: 0 0 6px;
  line-height: 1.1;
}
.module h2 {
  font-size: 16px;
  margin: 0 0 16px;
  font-weight: 500;
}
h1 a {
  font-family: MuseoSans, sans-serif;
  font-weight: 500;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0.6)));
}
.dsq-comment-count {
  font-weight: bold;
  text-shadow: 0 1px 0 #fff;
  font-family: Arial, Helvetica, Calibri, sans-serif;
}
.dsq-comment-count:after {
  content: '\203A';
  padding: 0 0 0 6px;
}
#disqus {
  padding: 10px 0 0;
}
#pagination {
  *zoom: 1;
}
#pagination:before,
#pagination:after {
  display: table;
  content: "";
}
#pagination:after {
  clear: both;
}
#previouspage {
  float: left;
}
#nextpage {
  float: right;
}
#pagination .button {
  width: 100px;
}
/* D12 look */
.btn {
  display: block;
  background: #f2f2f2;
  /* border: 1px solid #ccc; */
  padding: 9px 30px;
  line-height: 1;
  background-color: #e4e7ee;
  /* background-image: -moz-linear-gradient(top, #f6f6f6, #f0f0f0);
  background-image: -ms-linear-gradient(top, #f6f6f6, #f0f0f0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6f6f6), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #f6f6f6, #f0f0f0);
  background-image: -o-linear-gradient(top, #f6f6f6, #f0f0f0);
  background-image: linear-gradient(top, #f6f6f6, #f0f0f0);
  background-repeat: repeat-x; 
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#f0f0f0', GradientType=0); */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 0 #fff; */
  min-width: 80px;
  text-align: center;
  color: #555;
}
.btn:hover {
  color: #333;
}
body {
  color: #343a3f;
  font-size: 16px;
  line-height: 1.6;
  font-family: "ProximaNova", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}
a {
  color: #2e9fff;
  font-family: "ProximaNovaBold", sans-serif;
}
p strong {
  color: #546673;
}
a:hover {
  color: #0566b8;
}
.container {
  width: 900px;
}
.container .primary {
  width: 590px;
  margin: 0 50px 0 0;
}
.container .secondary {
  width: 260px;
}
#global-nav {
  display: none;
}
#local-nav {
  border: none;
  background: #fff;
  height: 68px;
}
#local-nav #logo {
  position: absolute;
  top: 24px;
}
#local-nav ul {
  position:absolute;
  top:22px;
  left:120px;
}
#local-nav #log-in-link {
  color:#7e909d;
  font-weight:400;
  font-size: 15px;
  position: absolute;
  top:26px;
  right:0px;
}
#local-nav a#log-in-link:hover {
  color:#4e5b64;
  font-weight:400;
  font-size: 15px;
  position: absolute;
  top:26px;
  right:0px;
}
#local-nav ul li a {
  font-size: 15px;
  font-weight: 400;
  color: #7e909d;
  text-shadow: none;
}
#local-nav ul li a:hover {
  color: #4e5b64;
}
#page-header {
  background: #546673;
  border: none;
}
#page-header .container {
  padding: 30px 0 10px;
}
#page-header .container #search {
  position: absolute;
  right: 0;
  top: 32px;
}
#page-header .container #search input.query {
  border: 1px solid #bdc2c6;
  background: #ffffff url("//a.disquscdn.com/current/img/blog/search.png") 95% center no-repeat;
  padding-right: 26px;
  padding-left: 12px;
  width: 220px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 3px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 3px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 3px 1px rgba(0, 0, 0, 0.05);
}
#page-header .container h1 {
  text-shadow: none;
  font-weight: 300;
  letter-spacing: -1px;
}
#page-header .container h1 a {
  color: #fff;
  -webkit-mask-image: none;
  font-family: "ProximaNovaLight", "Helvetica Neue", sans-serif;
}
.post {
  position: relative;
  margin: 0 0 40px;
  border-bottom: 1px solid #dcdfe6;
  padding-bottom: 35px;
}
.post h2 {
  font-size: 32px;
  font-family: "ProximaNovaBold", sans-serif;
  font-weight: 500;
  margin: 0;
  letter-spacing: -1px;
  line-height: 1.1;
}
.post h2 a {
  color: #546673;
  font-weight: normal;
}
.post p {
  line-height: 1.6;
}
.post h3 {
  color:#546673;
}
.post .author {
  width: 50px;
  height: 50px;
  position: absolute;
  left: -70px;
  top: -8px;
}
.post .author img {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  border-box: ;
}
.post .info {
  color: #7f919e;
  font-size:14px;
  margin: 10px 0 10px 0;
  font-style: italic;
}
.post pre {
  color: #666;
  background: #f2f2f2;
  border: solid 1px #ddd;
  padding: 20px;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.post code {
  color: #666;
  background: #f2f2f2;
  border: solid 1px #ddd;
  padding: 3px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  white-space: nowrap;
}
.post img {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  padding: 20px;
  border: 1px solid #e4e7ee;
  margin: 20px auto;
}
.post ul,
.post ol {
  line-height: 1.6;
  margin: 0 0 20px;
  padding: 0;
  list-style-position: outside;
}
.post ul li,
.post ol li {
  margin: 0 0 10px;
  position: relative;
}
.post ul li {
  list-style-type: none;
  padding: 0 0 0 20px;
}
.post ul li:after {
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  content: "";
  background: #c4cacf;
  position: absolute;
  top: 8px;
  left: 0;
}
.post blockquote {
  padding: 0 0 0 30px;
  border-left: 5px solid #e0e3e6;
  margin: 30px;
  font-size: 22px;
  line-height: 1.4;
}
.post blockquote p {
  line-height: 1.4;
  margin: 0 0 20px;
}
#content {
  background: white;
}
.module {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.5;
}
.module-divider {
  border-bottom: 1px solid #dcdfe6;
  padding-bottom: 22px;
}
.module h3 {
  font-size: 20px;
  letter-spacing: -1px;
  font-family: "Gotham Medium", "ProximaNova", sans-serif;
  font-weight: bold;
  color: #546673;
  margin: 0 0 10px;
}
.module .follow-twitter{
  height:30px;
  width: 30px;
  margin: 0 10px 0 0;
}
.module .follow-facebook {
  height:30px;
  width:30px;
  margin: 0 10px 0 0;
}
.module .follow-mail {
  height:30px;
  width:30px;
  margin: 0 10px 0 0;
}
.module .follow-rss {
  height:30px;
  width:30px;
}
#people {
  overflow: hidden;
  margin-left: -5px;
}
#people li {
  float: left;
  margin: 0 0 5px 5px;
}
#people img {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: block;
}
#footer .container {
  text-shadow: none;
}
#footer li a {
  -webkit-mask-image: none;
}