@charset "UTF-8";
body {
  color: #333;
  /* 	font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif; */

  font-family: proxima-nova-1, proxima-nova-2, sans-serif;
  font-size: 1.0em;
  line-height: 1.3em;
  text-align: center;
}
a,
a:link,
a:visited {
  color: #0088CC;
  text-decoration: none;
}
strong {
  font-weight: normal;
  color: #fff;
}
h1 {
  font-size: 1.3em;
  font-weight: bold;
  padding: .6em 0 .1em 0;
}
h2 {
  font-size: 1.2em;
  font-weight: normal;
}
h3 {
  font-size: 1.0px;
  font-weight: normal;
}
#content {
  position: relative;
  width: 900px;
  margin: auto;
  text-align: left;
}
ul.navigation {
  padding-top: 3px;
}
ul.navigation li {
  display: inline;
  font-size: .9em;
  padding-right: 1em;
  border-right: 1px solid #ccc;
}
ul.navigation li.last {
  border-right: none;
}
#header {
  height: 78px;
  padding-top: .5em;
  width: 100%;
}
#header .header_1 {
  float: left;
  width: 550px;
}
#header .header_1 h1 {
  color: #444;
}
#header .header_2 {
  width: 130px;
  float: right;
  text-align: center;
}
#header .header_2 .sharing {
  float: right;
  padding-top: 0.6em;
}
#header .header_3 {
  width: 170px;
  float: right;
  text-align: center;
}
#header .header_3 .right_menu {
  padding-top: 0.6em;
}
p.short {
  background: #f6f6f6;
  color: #222;
  margin-top: 2em;
  padding: .5em;
  border: 1px solid #ccc;
}
ul.buy {
  text-align: center;
  padding-top: 2em;
}
ul.buy li {
  display: inline;
}
ul.buy li span {
  color: #0088CC;
  font-weight: bold;
}
ul.buy li span.price {
  display: inline;
  font-weight: normal;
  font-size: 12px;
  padding: 4px 3px 6px;
}
ul.buy li img {
  vertical-align: text-bottom;
}
#video_container {
  padding-top: 2em;
  text-align: center;
}
#video_container img {
  border: 1px solid #ccc;
}
.features {
  float: left;
  font-size: .85em;
  line-height: 1.4;
  margin-top: 2.5em;
  margin-bottom: 2em;
}
.features span.bold {
  font-weight: bold;
}
.features .three_column img {
  vertical-align: middle;
}
.features .three_column p.title {
  border-bottom: 1px solid #eee;
  color: #333;
  font-size: 1.1em;
  /*          font-style: italic; */

  font-weight: bold;
  line-height: 1.3em;
  padding-bottom: .2em;
}
.features .three_column p.text {
  padding-top: .6em;
}
.features .three_column p.second-p {
  padding-top: .3em;
}
.three_column {
  float: left;
  line-height: 1.4em;
  padding: 0px 25px 0px 25px;
  position: relative;
  width: 249px;
}
.column_divider {
  clear: both;
  height: 30px;
  width: 100%;
}
#details_divider {
  clear: both;
  padding-top: 1em;
  width: 100%;
}
#details_divider img {
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  margin-left: 25px;
  padding: .2em 0;
}
ul.details,
ul.tips {
  line-height: 1.4em;
  padding: 1em 1em 2em 0;
}
ul.details li,
ul.tips li {
  font-size: .8em;
}
ul.details a.bigger,
ul.tips a.bigger {
  font-size: 1.1em;
}
h2.details,
h2.tips {
  padding-top: 1em;
}
div.tips {
  padding-top: 1em;
}
ul.tips li.special {
  padding-bottom: .7em;
}
div.which-version {
  border-bottom: 1px solid #bbb;
  padding-bottom: 2em;
}
div.which-version h4 {
  font-size: .9em;
  font-weight: bold;
  padding: 1em 0 .5em 0;
}
div.which-version p {
  font-size: .85em;
}
div.which-version ul {
  font-size: .9em;
  padding-left: 1.5em;
}
div.which-version ul.app-store-diffs {
  list-style-type: circle;
}
div.which-version ul.migration {
  list-style-type: decimal;
}
div.which-version ul.migration span.strong {
  font-weight: bold;
}
div.which-version ul.migration p {
  font-size: 1.0em;
  padding-top: .5em;
}
h2.markdown {
  border-bottom: 1px solid #eee;
  color: #333333;
  clear: both;
  font-size: .95em;
  /*       font-style: italic; */

  font-weight: bold;
  margin: 0 0 .5em 25px;
  padding-top: 1em;
  width: 250px;
}
div.markdown {
  /*    background: #f6f6f6; */

  font-size: 0.9em;
  margin: 0;
  padding: 5px 20px 0 25px;
}
div.markdown pre {
  font-size: 0.9em;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  background: #faf8f0;
  padding: .5em .5em .5em 0;
  margin: .5em 0 1.5em 0;
}
div.markdown img {
  border: 1px solid #bbb;
  margin: 2em 0 2em 0;
}
img.lightbox-trigger {
  width: 15px;
  height: 11px;
}
#footer {
  color: #777;
  float: left;
  font-size: 13px;
  margin: 1em auto;
  text-align: center;
  width: 100%;
}
#footer a {
  color: #999;
}
#footer a:hover {
  text-decoration: underline;
}
#footer ul li {
  display: inline;
  padding: 0 1em;
  border-right: 1px solid #ccc;
}
#footer ul li.last {
  border-right: none;
}
#footer p {
  padding-top: .5em;
}
/* buttons */
.super.button {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  background-image: url("../../images/super_button_overlay.png");
  border: 1px solid rgba(0, 0, 0, 0.25);
  font-size: 13px;
  padding: 0;
}
.super.button span {
  -moz-border-radius: 14px;
  -webkit-border-radius: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
  line-height: 1;
  padding: 4px 15px 6px;
}
.white.button {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  color: #666666 !important;
  font-weight: normal;
  text-shadow: 0 1px 1px #FFFFFF;
  margin-right: 8px;
}
.white.button:hover {
  background-color: #EEEEEE;
}
.button {
  -moz-border-radius: 5px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  color: #FFFFFF !important;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  overflow: visible;
  padding: 5px 15px 6px;
  position: relative;
  text-decoration: none;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  width: auto;
}
em.version {
  font-weight: normal;
  font-size: .9em;
}
