/* Copyright (C) 2008-2014 Svetlana Fedosova t/a PixelEspresso. All rights reserved. */

@import "../css/reset.css";

/* General */

body {
  background-color: #eaeaec;
  text-align: center;
  text-rendering: optimizeLegibility;
  font-family: "Lato", "Helvetica Neue", Helvetica, sans-serif;
}

a {
  color: #204a87;
}

a:visited {
  color: #5c3566;
}

#main {
  padding: 15px 0 20px;
  border-top: 1px solid #fff;
}

/* Header */

#topribbon {
  position: absolute;
  left: 0;
  top: 0;
  height: 295px;
  width: 100%;
  z-index: -1000;
  background-color: #94a2ad;
}

#icon {
  width: 160px;
  height: 160px;
  background-image: url(images/Decloner-160-flat.png);
  background-repeat: no-repeat;
  margin: 32px auto 0 auto;
}

#title {
  position: relative;
  height: 50px;
  margin: 8px auto;
  letter-spacing: -1px;
  font-weight: 700;
  font-size: 36pt;
  color: white;
}

#subtitle {
  position: relative;
  margin: 0 0 20px;
  display: inline-block;
  font-weight: 200;
  font-size: 17px;
  color: #edf3f9;
  letter-spacing: 1px;
  word-spacing: 1px;
  text-transform: capitalize;
}

/* Call for action buttons */

#call_for_action {
  margin: 0 auto;
  display: inline-block;
}

.action {
  display: inline-block;
  width: 180px;
  height: 70px;
  float: left;
  margin: 5px;
  line-height: 1.3em;
  background: white;
  padding: 8px 4px 0;
  border-radius: 4px;
  border-bottom: 1px solid #ccc;
}

.action a {
  min-width: 144px;
}

.action p {
  margin: 4px 0 0 0;
  font-size: 13px;
  padding: 0;
}

.action p.small {
  margin-top: 0;
  padding: 0;
  font-size: 11px;
  color: #2e3436;
}

.action span.details {
  font-weight: 200;
}

#masbadge {
  margin-top: 5px;
}

/* Video */

div#video {
  width: 640px;
  margin: 12px auto 0;
  padding: 8px;
  border: 1px solid #999;
  background: rgba(255,255,255,0.5);
  border-radius: 6px;
}

/* Features */

h1 {
  margin: 18pt 0 10pt;
  text-transform: uppercase;
  color: #94a2ad;
  font-size: 32px;
  letter-spacing: 4pt;
}

#feature_container {
  margin: 0 20px;
}

.feature {
  display: inline-block;
  vertical-align: top;
  width: 260px;
  margin: 8px 6px;
  font-size: 13px;
  hyphens: auto;
  padding: 10px 12px;
  background-color: #f4f5f9;
  border-radius: 5px;
}

.feature img {
  margin-bottom: 6pt;
}

.feature h2 {
  text-align: left;
  line-height: 1.5em;
  margin-bottom: 2px;
}

.feature ul {
  text-align: left;
  line-height: 1.5em;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #4a565f;
}

.feature ul li {
  padding-left: 1em;
  text-indent: -.7em;
}

.feature ul li:before {
  content: "•";
  padding-right: .2em;
  color: #bac4ce;
}

.feature sup {
  vertical-align: top;
  font-weight: bold;
}

.feature sup a {
  color: #ea5942;
  text-decoration: none;
  text-shadow: 0 1pt 2pt #fff;
}

.feature .note {
  background-color: #fce94f;
  padding: 4px;
  margin: 4px 0;
  border-radius: 4px;
}

/* Footnotes */

div.mas_notes {
  margin: 10px auto;
  width: 640px;
  height: 33px;
  font-size: 13px;
  text-shadow: 0 1pt 1pt #fff;
  color: #ea5942;
  line-height: 18px;
  text-align: left;
  background: url(../images/masbadge-888a85-sq.png) no-repeat;
  padding-left: 40px;
}

div.mas_notes p {
  padding: 8px 0 0 0;
}

div.mas_notes sup {
  font-weight: bold;
  color: #262d33;
  margin-right: 2px;
}

div#screenshot {
  margin: 20px -20px;
  padding: 10px 20px;
  background-color: #e0e3e6;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #bac4ce;
}

div#screenshot img {
  border: 1px solid #bac4ce;
  border-radius: 3px;
  margin: 12px 10px;
}

.clear {
  clear: left;
}

#copyright {
  color: #333;
  text-shadow: 0 1pt 1pt #fff;
  font-size: 9pt;
  margin: 20px auto 0;
}

abbr {
  text-decoration: underline;
  color: #439339;
  cursor: help;
}
