* {
  margin: 0px;
  padding: 0px;
}

html {
  min-height: 101%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 21px;
  background: #fff;
  color: #666;
  width: 960px;
  margin: 70px auto;
}

a {
  color: #111;
  text-decoration: none;
  border-bottom: 1px dotted #ddd;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

a:hover {
  color: red;
}

img {
  outline: 0px;
  border: 0px;
}

.hide {
  display: none;
}

h1 {
  font-size: 28px;
  color: #222;
  margin-bottom: 21px;
}
h2,
.h2-link {
  font-size: 28px;
  font-weight: normal;
  line-height: 40px;
  color: red;
  margin-bottom: 21px;
  border: 0;
}
h3 {
  font-weight: normal;
  font-size: 20px;
  color: #222;
  margin-bottom: 21px;
}
h4 {
  color: red;
  font-weight: normal;
}

p {
  margin-bottom: 20px;
}

strong {
  color: #222;
}

code {
  background: #eee;
  padding: 0 5px;
}

pre {
  font-family: "Monaco", "Courier", monospace;
  position: relative;
  overflow: auto;
  background: #f9f9f9;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 10px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 10px inset;
  -o-box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 10px inset;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 10px inset;
  padding: 20px;
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 20px;
}
pre.highlight {
  white-space: nowrap;
}
pre code {
  font-family: "Monaco", "Courier", monospace;
  background: none;
  padding: 0;
}

hr {
  height: 1px;
  border: 0;
  border-bottom: 1px solid #eee;
  margin: 40px 0;
}

.header {
  margin-bottom: 20px;
}
.header a {
  border: none;
}

.nav {
  overflow: hidden;
}
.nav li {
  list-style: none;
  font-weight: bold;
}
.nav li a.active {
  color: red;
}

.menu {
  margin-bottom: 60px;
  border-bottom: 2px solid red;
}
.menu ul {
  margin-left: 0;
}
.menu li {
  float: left;
}
.menu a {
  display: block;
  border-bottom: 0;
  padding: 5px 0;
  margin-right: 40px;
}
.menu li.buy {
  float: right;
}
.menu li.buy a {
  margin-right: 0;
  display: inline-block;
}

.submenu {
  min-height: 21px;
}
.submenu ul {
  margin-right: 60px;
}
.submenu ul ul {
  margin-right: 0px;
  border-bottom: 0;
}
.submenu ul ul a {
  padding-left: 20px;
  font-weight: normal;
  color: #555;
}
.submenu ul ul ul a {
  padding-left: 40px;
}
.submenu li a {
  border: 0;
  border-bottom: 1px solid #eee;
  display: block;
  padding: 5px 0;
}
.submenu li a.active {
  color: red;
}

.breadcrumb {
  border-bottom: 1px solid #eee;
  margin-bottom: 21px;
}
.breadcrumb li {
  float: left;
}
.breadcrumb a {
  display: block;
  border-bottom: 0;
  padding: 5px 0;
  margin-right: 10px;
}
.breadcrumb ul {
  margin-left: 0;
}

/* grid */
.page {
  position: relative;
  padding: 20px 13px 13px 20px;
  overflow: hidden;
}
.row {
  overflow: hidden;
}
.row.clear {
  clear: both;
}

.column {
  width: 80px;
  height: 100%;
  float: left;
  margin-right: 25px;
}

.column.two {
  width: 185px;
}

.column.three {
  width: 290px;
}

.column.four {
  width: 395px;
}

.column.five {
  width: 500px;
}

.column.six {
  width: 605px;
}

.column.seven {
  width: 710px;
}

.column.eight {
  width: 815px;
}

.column.nine {
  width: 920px;
}

.column.last {
  margin-right: 0 !important;
}

.column.half {
  width: 448px;
  margin-right: 24px;
}

.column.quarter {
  width: 212px;
  margin-right: 24px;
}

/* end grid */

#slideshow {
  position: relative;
  overflow: hidden;
  background: #333;
  width: 920px;
  height: 354px;
  margin-bottom: 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 2px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.07) 0px 2px 5px;
  -o-box-shadow: rgba(0, 0, 0, 0.07) 0px 2px 5px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 2px 5px;
}
#slideshow .sledge {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 354px;
  width: 900000px;
}
#slideshow .slide {
  width: 920px;
  height: 354px;
  float: left;
}
.slideshow.next,
.slideshow.prev {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 0;
  text-indent: -6000px;
  z-index: 100000;
  border-radius: 30px;
}
.slideshow.prev {
  top: 264px;
  left: 0px;
  background: #fff url(/assets/images/arrow.left.png) no-repeat center center;
}
.slideshow.next {
  top: 264px;
  right: 0px;
  background: #fff url(/assets/images/arrow.right.png) no-repeat center center;
}

.home {
  padding-bottom: 100px;
}
.home .nav.menu {
  margin-bottom: 40px;
}
.home h1 {
  margin-bottom: 10px;
}
.home h2 {
  margin-bottom: 40px;
}

.home .features,
.home .references {
  margin-top: 50px;
}
.home .references {
  margin-bottom: 50px;
}
.references h3 {
  margin-bottom: 5px;
}
.references .reference a {
  color: red;
}
.home .references .more {
  text-align: center;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 40px;
}
.home .references .more a {
}

.home {
  position: relative;
}

.buytry {
  position: absolute;
  top: 62px;
  right: 7px;
  width: 167px;
  height: 88px;
  background: url(/assets/images/buytry.png) no-repeat center center;
  overflow: hidden;
  border: 0;
}
.buytry a {
  float: left;
  width: 50%;
  height: 88px;
  text-indent: -6000px;
}
.buytry.bottom {
  bottom: 30px;
  top: auto;
  right: 50%;
  margin-right: -83px;
}

.reference h2 b {
  display: inline-block;
  text-indent: -6000px;
  width: 16px;
  margin-left: 3px;
  background: url(/assets/images/heart.big.png) no-repeat center center;
}
.reference {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
}
.reference .image {
  border-bottom: none;
}

.article ul,
.article ol {
  margin-left: 20px;
  margin-bottom: 21px;
}

.blog .article {
  position: relative;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.blog .article h2 {
  padding-bottom: 0;
  line-height: 20px;
  margin-bottom: 22px;
}
.blog .article h2 a {
  font-weight: bold;
  border: 0;
  padding-bottom: 0;
}
.blog .article time {
  position: absolute;
  top: 0;
  left: -70px;
  font-size: 15px;
  border-right: 1px solid #ddd;
  padding-right: 10px;
}
.blog .article time span {
  display: block;
  text-align: right;
  color: red;
}
.blog .article time span.year {
  color: #bbb;
}

.blog .nav {
  overflow: hidden;
  padding-top: 10px;
  position: relative;
  margin-bottom: 40px;
  height: 40px;
}
.blog .nav .prev {
  float: right;
}

.blogtags {
  overflow: hidden;
  width: 180px;
  line-height: 0 !important;
  padding-bottom: 100px;
}
.blogtags li {
  float: left;
  margin: 0 3px 3px 0;
  list-style: none;
  line-height: 0 !important;
}
.blogtags li a {
  border: 0;
  display: block;
  background: #222;
  border-radius: 20px;
  color: #fff;
  padding: 0 10px;
  font-size: 13px;
  height: 20px;
  line-height: 20px;
}
.blogtags li a.active {
  background: red;
}

.prevnext {
  overflow: hidden;
  border-top: 1px solid #eee;
  padding-top: 10px;
  margin-top: 40px;
  position: relative;
  height: 40px;
}
.prevnext .next {
  float: right;
}

blockquote {
  font-family: Georgia, Times, sans-serif;
  font-style: italic;
  padding-left: 20px;
  border-left: 3px solid #eee;
}

.answers .answer {
  padding-top: 20px;
  padding-bottom: 0;
  border-top: 1px solid #eee;
  margin-bottom: 20px;
}
.answers .answer h2 {
  cursor: pointer;
}
.answers .inner {
  display: none;
}
.answers .inner.active {
  display: block;
}

.tutorials ul {
  padding-top: 20px;
  margin-bottom: 100px;
  overflow: hidden;
}
.tutorials li {
  position: relative;
  list-style: none;
  width: 50%;
  float: left;
}
.tutorials li:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 1px;
  background: #222;
  top: 18px;
  left: 0px;
}
.tutorials a {
  border-bottom: 0;
  display: block;
  padding: 8px 0 8px 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #eee;
}

#disqus_thread {
  padding-top: 50px;
}
#dsq-global-toolbar {
  display: none;
}
#dsq-subscribe {
  overflow: hidden;
  border-top: 1px solid #eee;
  padding-top: 20px;
}
#dsq-subscribe a {
  font-size: 13px;
  color: #777;
  border-bottom: none;
  margin-right: 30px;
}
#dsq-subscribe .dsq-font {
  position: relative;
  color: red !important;
  font-size: 10px;
  top: -2px;
  padding-right: 5px;
}
#dsq-subscribe a:hover {
  color: red;
}
#dsq-subscribe a em {
  text-decoration: none;
}

.search form {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.search form input[type="text"] {
  width: 400px;
  padding: 5px;
  margin-right: 10px;
}
.search form input[type="submit"] {
  padding: 5px 20px;
  line-height: 15px;
  background: #444;
  border: 1px solid #444;
  color: #fff;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
.search .nav {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
.search .nav .count {
  float: left;
}
.search .nav .buttons {
  float: right;
}
.search .nav .buttons a {
  margin-left: 20px;
  font-weight: bold;
  color: #222;
}
.search .nav .buttons span {
  margin-left: 20px;
}
.search ul {
  margin: 0;
}
.search li {
  list-style: none;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
.search a {
  border: none;
  color: #777;
}
.search a:hover {
  color: red;
}
.search li strong {
  display: block;
}
.search li strong a {
  color: #222;
}
.search .no-results {
  margin-top: 20px;
}

.tweets {
  padding-bottom: 100px;
}
.home .tweets {
  padding-bottom: 20px;
  margin-bottom: 45px;
  border-bottom: 1px solid #eee;
}
.tweets h1 {
  margin-bottom: 60px;
}
.tweets ul {
  overflow: hidden;
  margin: 0;
}
.tweets ul li {
  list-style: none;
  margin-bottom: 40px;
  height: 140px;
}
.tweet a {
  border: none;
}
.tweet .picture {
  position: absolute;
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
  margin-right: 10px;
  background: #eee;
}
.tweet .name {
  margin-top: -4px;
  padding-left: 68px;
}
.tweet .name a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  color: red;
}
.home .tweets .name a {
  color: #222;
}
.tweet .username {
  padding-left: 68px;
}
.tweet .username a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  color: #777;
}
.tweet .text {
  margin-top: 20px;
  clear: both;
}
.tweet .text p {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 24px;
  color: #222;
}
.tweets .more {
  display: block;
  clear: both;
  font-weight: bold;
  text-align: center;
}

.downloads-intro {
  padding-bottom: 40px;
}
.downloads-nav {
  overflow: hidden;
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
}
.downloads-nav li {
  float: left;
  list-style: none;
  margin-right: 40px;
}
.downloads-nav li a {
  font-weight: bold;
  border: 0;
  display: block;
  padding: 0 0 7px;
}
.downloads-nav li a.active {
  color: red;
}
.downloads {
  overflow: hidden;
  padding-bottom: 40px;
}
.downloads > li {
  overflow: hidden;
  position: relative;
  list-style: none;
  margin-bottom: 25px;
  border-radius: 3px;
  border-bottom: 1px solid #eee;
  background: #222;
}
.downloads h3 {
  padding: 13px 0px 5px;
  margin-bottom: 0px;
  margin-left: 130px;
}
.downloads h3 a {
  border: 0;
  font-weight: bold;
  color: #fff;
}
.downloads .text {
  margin: 0px 20px 20px 130px;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #999;
  font-family: Georgia, Times, serif;
  font-style: italic;
  line-height: 22px;
}
.downloads .text a {
  color: #ccc;
}
.downloads .image {
  position: absolute;
  border: 0;
  left: 0;
  top: 0;
  width: 111px;
  height: 99px;
}
.downloads img {
  border-radius: 3px;
}
.downloads ul {
  padding: 0 20px;
  border-top: 1px solid #333;
}
.downloads li li {
  float: left;
  margin-right: 20px;
  padding-right: 20px;
  list-style: none;
  border-right: 1px solid #333;
}
.downloads li li a,
.downloads li li span {
  border: 0;
  display: block;
  padding: 5px 0;
  color: #fff;
  font-weight: bold;
}
.downloads li li span {
  font-weight: normal;
  color: #555;
}

.downloads .theme h3 {
  margin-left: 20px;
}
.downloads .theme .text {
  margin: 0px 20px 20px 20px;
}
.downloads .theme .image {
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
  line-height: 0;
  margin: 0;
  padding: 0;
}
.downloads .theme .image:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 20px inset,
    rgba(255, 255, 255, 0.15) 0px 1px 0px inset;
}

.downloads .theme img {
  width: 100%;
  border-radius: 0;
}

.footer {
  position: relative;
  padding-top: 20px;
  border-top: 1px solid #eee;
  font-size: 13px;
  color: #222;
  padding-bottom: 100px;
  margin-top: 100px;
}
.footer a {
  color: red;
  border: none;
}
.footer .powered {
  position: absolute;
  right: 0;
  top: 20px;
  color: #999;
}
.footer .powered em {
  color: red;
  padding-left: 5px;
}

.references .pagination a:first-child {
  float: left;
}
.references .pagination a:last-child {
  float: right;
}

.alert {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #222;
  z-index: 100;
  overflow: hidden;
}
.alert .page {
  position: relative;
  padding: 0;
  width: 920px;
  margin: 0 auto;
}
.alert h1 {
  float: left;
  color: #fff;
  margin: 0;
  line-height: 1;
  font-size: 18px;
  font-weight: normal;
}
.alert h2 {
  float: right;
  line-height: 1;
  font-size: 18px;
  margin: 0;
  font-weight: normal;
}
.alert a {
  padding: 1em 0;
  border: 0;
  display: block;
  color: #fff;
}

.disclaimer {
  background: #ddd;
  color: #000;
  padding: 1em;
  margin-bottom: 3em;
  border: 2px solid #aaa;
}
.disclaimer a {
  font-weight: bold;
}

.methods {
  margin: 0;
}
.methods li {
  border-bottom: 1px solid #eee;
  list-style: none;
  margin-bottom: 10px;
}
.methods li p {
  margin-bottom: 12px;
}
.methods li h2 {
  margin: 0;
}
.methods li h2 a {
  border: 0;
  color: red;
}
.methods li h3 {
  margin: 0;
}
.methods li h3 a {
  border: none;
}

article ul {
  margin-left: 20px;
  margin-bottom: 21px;
}

aside.eol {
  padding: 0.25rem 0.5rem;
  background: rgb(250, 214, 214);
  border: 1px solid rgb(246, 177, 177);
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}

aside.eol a {
  text-decoration: underline;
  text-decoration-color: rgb(241, 131, 131);
  text-underline-offset: 2px;
}
