/*

Digital Visions Queenstown
W: http://dvq.co.nz/
E: contact@dvq.co.nz

SCREEN.CSS

*/

@import url(reset.css); /* RESET CSS */

/* @license
* MyFonts Webfont Build ID 1330890, 2011-10-06T01:29:11-0400
*
* The fonts listed in this notice are subject to the End User License
* Agreement(s) entered into by the website owner. All other parties are
* explicitly restricted from using the Licensed Webfonts(s).
*
* You may obtain a valid license at the URLs below.
*
* Webfont: Museo Sans 300 by exljbris
* URL: http://www.myfonts.com/fonts/exljbris/museo-sans/300/
* Copyright: Copyright (c) 2008 by Jos Buivenga. All rights reserved.
* Licensed pageviews: 100,000
*
*
* License: http://www.myfonts.com/viewlicense?type=web&buildid=1330890
*
* © 2011 Bitstream Inc
*/


@font-face {
  font-family: 'MuseoSans-300';
  src: url('../type/144ECA_0.eot');
  src: url('../type/144ECA_0.eot?#iefix') format('embedded-opentype'),url('../type/144ECA_0.woff') format('woff'),url('../type/144ECA_0.ttf') format('truetype'),url('../type/144ECA_0.svg#wf') format('svg');
}

/* @license
* MyFonts Webfont Build ID 1330888, 2011-10-06T01:28:58-0400
*
* The fonts listed in this notice are subject to the End User License
* Agreement(s) entered into by the website owner. All other parties are
* explicitly restricted from using the Licensed Webfonts(s).
*
* You may obtain a valid license at the URLs below.
*
* Webfont: Museo Sans 100 by exljbris
* URL: http://www.myfonts.com/fonts/exljbris/museo-sans/100/
* Copyright: Copyright (c) 2008 by Jos Buivenga. All rights reserved.
* Licensed pageviews: 100,000
*
*
* License: http://www.myfonts.com/viewlicense?type=web&buildid=1330888
*
* © 2011 Bitstream Inc
*/


@font-face {
  font-family: 'MuseoSans-100';
  src: url('../type/144EC8_0.eot');
  src: url('../type/144EC8_0.eot?#iefix') format('embedded-opentype'),url('../type/144EC8_0.woff') format('woff'),url('../type/144EC8_0.ttf') format('truetype'),url('../type/144EC8_0.svg#wf') format('svg');
}


/* BASE ---------------------------- */

body {
  background: rgb(251,252,249) url(../img/ui/bg-repeat.png) repeat 0 0;
  color: rgb(86, 96, 106);
  /* text-shadow: 1px 1px 0px rgb(256,256,256); */
  font: 85%/1.6em "Helvetica Neue", Helvetica, Arial, sans-serif;
}



/* FONTs ---------------------------- */

/* "DekarRegular" A font by http://www.fontfabric.com */
@font-face {
  font-family: 'DekarRegular';
  src: url('../type/dekar-webfont.eot');
  src: local('☺'), url('../type/dekar-webfont.woff') format('woff'), url('../type/dekar-webfont.ttf') format('truetype'), url('../type/dekar-webfont.svg#webfontrkwgAwz2') format('svg');
  font-weight: normal;
  font-style: normal;
}

p {
  margin: 0 0 1.5em 0;
}

strong {
  font-weight: bold;
}
em, i {
  font-style: italic;
}

h1 {
  font: 220%/1.6em 'MuseoSans-100', Helvetica, Arial, sans-serif;
  color: rgb(256,256,256);
  letter-spacing: -1px;
}
h2 {
  font: 220%/1.6em 'MuseoSans-100', Helvetica, Arial, sans-serif;
  color: rgb(33,166,243);
  letter-spacing: -1px;
}
h3 {
  font: 160%/1.6em 'MuseoSans-300', Helvetica, Arial, sans-serif;
  color: rgb(85,79,86);
}
h4 {
  font: 115%/1.6em Helvetica, Arial, sans-serif;
  color: rgb(85,79,86);
  margin: 1.5em 0;
  text-transform: uppercase;
  font-weight: bold;
}
h5 {
}
h6 {
}

blockquote {
  font-style: normal;
}
blockquote p {
  border-left: 3px solid rgb(203,203,203);
  padding: 0.5em 0 0.5em 1.5em;
  margin: 0 0 1.5em 1.5em;
}

pre {
  white-space: pre;
}
pre, code {
  font: 1em 'Andale Mono', 'Lucida Console', Monospace;
  line-height: 1.5em;
  margin: 1.5em 0;
  display: block;
}
tt {
  font: 1em 'Andale Mono', 'Lucida Console', Monospace;
}



/* LINKS ------------------------------------------------------------------ */

a, a:visited {
  outline: none;
  color: rgb(33,166,243);
  text-decoration: none;
}
a:hover {
  color: rgb(123,192,0);
  text-decoration: none;
}

a:active, a:focus {
  color: rgb(145,120,194);
}

a {
  -moz-transition-duration: .33s;
  -moz-transition-property: color;
  -webkit-transition-duration: .33s;
  -webkit-transition-property: color;
  -o-transition-duration: .33s;
  -o-transition-property: color;
}



/* IMGs ---------------------------- */

img {
  padding: 4px;
  border: 1px solid rgb(212,205,206);
  background: rgb(231,231,231);
}

img.feedburner {
  background: none;
}

.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 10px;
}
.aligncenter {
  margin: 0 auto 1.5em auto;
  display: block;
}



/* LISTs ---------------------------- */

ul, ol {
  margin-bottom: 1.5em;
  list-style: none;
}
ul li {
  background: url(../img/ui/default-bullet.png) 0.6em 0.6em no-repeat;
  padding-left: 1.7em;
  margin-bottom: 0.2em;
}
ol li {
  list-style-type: decimal;
  list-style-position: inside;
  margin-bottom: 0.2em;
}
ul li ul, ol li ol {
  margin: 0.2em 0 0 0;
}
ol li ol li {
  margin-left: 1.7em;
}

ul.nav {
  list-style: none;
  background: none;
  padding-left: 0;
}

li.nav {
  list-style: none;
  background: none;
  padding-left: 0;
  font-weight: bold;
}



/* - CONTENT START ----------------------------------------------------------------------------------------------------- */



/* CONTAINERs ---------------------------- */

.container {
  width: 940px;
  margin: 0px auto;
  position: relative;
}

.divider-repeat {
  background: url(../img/ui/divider-repeat.png) repeat-y 601px 0;
}

.bg-cover-top {
  width: 2px;
  height: 69px;
  background: url(../img/ui/bg-repeat.png) repeat 0 0;
  position: absolute;
  top: 0;
  left: 601px;
}
.bg-cover-bottom {
  width: 2px;
  height: 67px;
  background: url(../img/ui/bg-repeat.png) repeat 0 0;
  position: absolute;
  bottom: 0;
  left: 601px;
}


/* HEADER ---------------------------- */

#header {
  width: 100%;
  height: 60px;
  background: rgb(36,37,41) url(../img/ui/header-bg-repeat.png) repeat-x 0 0;
  border-bottom: 1px solid rgb(256,256,256);
}

a#logo {
  background: url(../img/ui/logo-bg.png) no-repeat 0 0;
  padding: 9px 0 0 0;
  float: left;
  display: block;
  color: rgb(256,256,256);
  text-shadow: 1px 1px 0px rgb(0,0,0);
}
a#logo:hover {
  color: rgb(256,256,256);
}



/* TOP NAV ---------------------------- */

#top-nav {
  float: right;
  margin: 0;
}
#top-nav ul li {
  float: left;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  background: url(../img/ui/top-nav-divider.png) no-repeat 0 50%;
  padding: 0 0 0 22px;
  margin: 0 0 0 18px;
}
#top-nav ul li a {
  color: rgb(161,161,161);
  text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
  display: block;
}
#top-nav ul li a:hover {
  color: rgb(256,256,256);
}


#top-nav ul li#top-nav-home a {
  width: 18px;
  height: 18px;
  overflow: hidden;
  margin: 19px 2px 0 0;
  display: block;
  text-indent: -9999px;
  background: url(../img/ui/top-nav-home-icon.png) no-repeat 0 0;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}
#top-nav ul li#top-nav-home a:hover {
  background-position: 0% 100%
}



/* INTRO ---------------------------- */

#intro {
  width: 100%;
  background: url(../img/ui/intro-bg-repeat.png) repeat-x 0 0;
  padding: 44px 0 15px 0;
}
#intro-product {
  width: 100%;
  background: url(../img/ui/intro-bg-repeat.png) repeat-x 0 0;
  padding: 44px 0 0px 0;
}


/* HOME INTRO ---------------------------- */

#intro-wrapper-home {
  width: 100%;
  background: url(../img/ui/intro-home-divider.png) no-repeat 50% 0;
}


#intro-geekbench-column {
  width: 293px;
  float: left;
  padding: 0 0 30px 81px;
  text-align: center;
}

#intro-geekbench2-icon {
  width: 293px;
  height: 263px;
  background: url(../img/ui/intro-geekbench2-icon.png) no-repeat 0 0;
  display: block;
  text-indent: -9999px;
}
#intro-geekbench3-icon {
  width: 293px;
  height: 263px;
  background: url(../img/ui/intro-geekbench3-icon.png) no-repeat 0 0;
  display: block;
  text-indent: -9999px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  #intro-geekbench3-icon {
    background-image: url(../img/ui/intro-geekbench3-icon@2x.png);
    background-size: 293px 263px;
  }  
}


.version-number a, .version-number a:hover {
  font: 45% "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgb(128,138,148);
  text-transform: uppercase;
  margin-left: 8px;
}

#intro-geekbench-column p {
  margin: 0;
}
#intro-geekbench-column p a {
  color: rgb(86,96,106);
  padding-right: 20px;
  background: url(../img/ui/intro-arrow-icon.png) no-repeat 100% 50%;
}
#intro-geekbench-column p a:hover {
  color: rgb(123,192,0);
}


#intro-wiinote-column {
  width: 293px;
  float: right;
  padding: 0 81px 30px 0;
  text-align: center;
}

#intro-wiinote-icon {
  width: 293px;
  height: 263px;
  background: url(../img/ui/intro-wiinote-icon.png) no-repeat 0 0;
  display: block;
  text-indent: -9999px;
}

#intro-wiinote-column p {
  margin: 0;
}
#intro-wiinote-column p a {
  color: rgb(86,96,106);
  padding-right: 20px;
  background: url(../img/ui/intro-arrow-icon.png) no-repeat 100% 50%;
}
#intro-wiinote-column p a:hover {
  color: rgb(123,192,0);
}



/* GEEKBENCH INTRO ---------------------------- */

#intro-wrapper-geekbench {
  width: 100%;
  background: url(../img/ui/intro-geekbench-icon.png) no-repeat 50% 0;
}

#intro-wrapper-geekbench3 {
  width: 100%;
  background: url(../img/ui/intro-geekbench3-icon.png) no-repeat 50% 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  #intro-wrapper-geekbench3 {
    background: url(../img/ui/intro-geekbench3-icon@2x.png) no-repeat 50% 0;
    background-size: 293px 263px;
  }  
}


#intro-geekbench-column-2 {
  width: 293px;
  float: left;
  padding: 43px 0 30px 0px;
}

#intro-geekbench-column-2 .version-number {
  font: 45% "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgb(128,138,148);
  text-transform: uppercase;
  margin-left: 8px;
}
#intro-geekbench-column-2 p {
  margin: 0;
}



/* WIINOTE INTRO ---------------------------- */

#intro-wrapper-wiinote {
  width: 100%;
  background: url(../img/ui/intro-wiinote-icon.png) no-repeat 50% 0;
}

#intro-wiinote-column-2 {
  width: 293px;
  height: 189px;
  float: left;
  padding: 43px 0 30px 0px;
}

#intro-wiinote-column-2 .version-number {
  font: 45% "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgb(128,138,148);
  text-transform: uppercase;
  margin-left: 8px;
}
#intro-wiinote-column-2 p {
  margin: 0;
}



/* ALL PRODUCT INTROs ---------------------------- */

#intro-screenshots-column {
  width: 293px;
  float: right;
  padding: 60px 0px 30px 0;
}

#intro-screenshots-column img.topleft {
  float: left;
  margin-bottom: 10px;
  display: inline;
}
#intro-screenshots-column img.topright {
  float: right;
  margin-bottom: 10px;
  display: inline;
}

#intro-screenshots-column img.bottomleft {
  float: left;
  margin-left: 21px;
  display: inline;
}
#intro-screenshots-column img.bottomcenter {
  float: left;
  margin: 0 10px;
  display: inline;
}
#intro-screenshots-column img.bottomright {
  float: left;
  display: inline;
}


#download-box {
  width: 100%;
  float: left;
  background: url(../img/ui/download-bg-repeat.png) repeat-x 0 28px;
  text-align: center;
  margin: 15px 0 0 0;
}

#download-button-wrapper {
  width: 123px;
  height: 46px;
  background: url(../img/ui/download-button-bg.png) no-repeat 0 0;
  display: block;
  margin: 0 auto;
  padding: 10px 0 0 0;
}
#download-button {
  width: 103px;
  height: 36px;
  background: url(../img/ui/download-button.png) no-repeat 0 0;
  display: block;
  text-indent: -9999px;
  margin: 0 auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  #download-button {
    background-image: url(../img/ui/download-button@2x.png);
    background-size: 103px 72px;    
  }
}
#download-button:hover {
  background-position: bottom left;
}





#steam-button-wrapper {
  width: 242px;
  height: 46px;
  background: url(../img/ui/steam-button-bg.png) no-repeat 0 0;
  display: block;
  margin: 0 auto;
  padding: 10px 0 0 0;
}
#steam-button {
  width: 222px;
  height: 36px;
  background: url(../img/ui/steam-button.png) no-repeat 0 0;
  display: block;
  text-indent: -9999px;
  margin: 0 auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  #steam-button {
    background-image: url(../img/ui/steam-button@2x.png);
    background-size: 222px 72px;    
  }
}
#steam-button:hover {
  background-position: bottom left;
}








#download-info {
  font-size: 85%;
  color: rgb(136,152,166);
  text-transform: uppercase;
}
#download-info p {
  margin-bottom: 0;
}

#mas-button {
  width: 133px;
  height: 40px;
  background: url(../img/ui/mas_133_40.png) no-repeat 0 0;
  display: block;
  margin: 0 auto;
  text-indent: -9999px;
}
#appstore-button {
  width: 136px;
  height: 40px;
  background: url(../img/ui/appstore_136_40.png) no-repeat 0 0;
  display: block;
  margin: 0 auto;
  text-indent: -9999px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  #appstore-button {
    background-image: url(../img/ui/appstore_272_80.png);
    background-size: 136px 40px;
  }
}

#androidmarket-button {
  width: 117px;
  height: 45px;
  background: url(../img/ui/android_market.png) no-repeat 0 0;
  display: block;
  margin: 0 auto;
  text-indent: -9999px;
}

#googleplay-button {
  width: 129px;
  height: 45px;
  background: url(../img/ui/google-play.png) no-repeat 0 0;
  display: block;
  margin: 0 auto;
  text-indent: -9999px;
}



/* CONTACT INTRO ---------------------------- */

#intro-wrapper-contact {
  width: 940px;
  margin: 0 auto;
  background: url(../img/ui/intro-contact-bg.png) no-repeat 100% 85%;
}

#intro-contact-column {
  width: 940px;
  float: left;
  padding: 43px 0 0px 0px;
}




/* DOWNLOAD INTRO ---------------------------- */

#intro-wrapper-downloading {
  width: 940px;
  margin: 0 auto;
}

#intro-downloading-column {
  width: 620px;
  margin: 0 auto;
  padding: 20px 0 0 0;
}

#intro-downloading-column img {
  border: none;
  background: none;
  padding: 0;
  float: left;
  margin: -10px 20px 0 0;
}

.downloading-columns-wrapper .info-column-box-header h3 { padding-left: 19px; }

.info-column-box-double-wide {
  float: left;
  width: 615px;
  margin: 30px 0 50px 0;
  border: 1px dotted rgb(205,205,205);
  background: url(../img/ui/info-column-box-bg.png) repeat 0 0;
  -moz-box-shadow: 0px 0px 10px rgba(111,111,111,0.1);
  -webkit-box-shadow: 0px 0px 5px rgba(111,111,111,0.1);
  box-shadow: 0px 0px 5px rgba(111,111,111,0.1);
}

.info-column-box-double-wide-header {
  background: url(../img/ui/info-column-box-header.png) repeat-x 0 0;
  height: 70px;
  margin-bottom: 16px;
}
.info-column-box-double-wide-header h3 {
  padding: 20px 0 0 10px;
  float: left;
}

.info-column-box-double-wide p {
  padding: 0 19px;
}
.info-column-box-double-wide strong {
  color: rgb(86,96,106);
}
.info-column-box-double-wide ul {
  padding: 0 19px;
}

/*
.downloading-columns-wrapper #info-column-left {
  padding: 0 30px 0 0;
}
.downloading-columns-wrapper #info-column-center {
  padding-bottom: 0;
}
.downloading-columns-wrapper #info-column-right {
  padding-bottom: 0;
}
*/


/* VERSION COMPARISON INTRO ---------------------------- */

#intro-wrapper-version-comparison {
  width: 940px;
  margin: 0 auto;
  background: url(../img/ui/intro-version-comparison-bg.png) no-repeat 100% 85%;
}

#intro-version-comparison-column {
  width: 940px;
  float: left;
  padding: 43px 0 0px 0px;
}



/* DOWNLOADS INTRO ---------------------------- */

#intro-wrapper-downloads {
  width: 940px;
  margin: 0 auto;
  background: url(../img/ui/intro-downloads-bg.png) no-repeat 100% 85%;
}

#intro-downloads-column {
  width: 940px;
  float: left;
  padding: 43px 0 0px 0px;
}



/* INFO COLUMNS ---------------------------- */

#info-columns {
  width: 100%;
  background: url(../img/ui/info-columns-bg.png) repeat 0 0;
  color: rgb(141,141,141);
}
#info-columns-version-comparison {
  width: 100%;
  background: url(../img/ui/info-columns-bg.png) repeat 0 0;
  color: rgb(86,96,106);
}
#info-columns-wrapper {
  width: 100%;
  background: url(../img/ui/info-columns-wrapper-bg.png) repeat-x 0 0;
  padding-top: 71px;
}

#info-column-left {
  width: 293px;
  float: left;
  padding: 0 30px 50px 0;
}
#info-column-center {
  width: 293px;
  float: left;
  padding-bottom: 50px;
}
#info-column-right {
  width: 293px;
  float: right;
  padding-bottom: 50px;
}

.info-column-box {
  float: left;
  display: inline;
  margin-top: 30px;
  width: 291px;
  border: 1px solid rgb(217,217,217);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: url(../img/ui/info-column-box-bg.png) repeat 0 0;
  -moz-box-shadow: 0px 0px 10px rgba(111,111,111,0.1);
  -webkit-box-shadow: 0px 0px 5px rgba(111,111,111,0.1);
  box-shadow: 0px 0px 5px rgba(111,111,111,0.1);
}

.info-column-box-header {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: url(../img/ui/info-column-box-header.png) repeat-x 0 0;
  height: 70px;
  margin-bottom: 16px;
}
.info-column-box-header h3 {
  padding: 20px 0 0 0px;
  float: left;
}

.header-icon {
  width: 56px;
  height: 56px;
  margin: 7px 0 0 7px;
  background: url(../img/ui/header-icons.gif) no-repeat 0 0;
  float: left;
  display: inline;
}

.header-icon-from-the-blog {
  background-position: 0 0;
}
.header-icon-latest-tweets {
  background-position: -56px 0;
}

.header-icon-support {
  background-position: -112px 0;
}
.header-icon-multicore {
  background-position: -168px 0;
}
.header-icon-64-bit {
  background-position: -224px 0;
}
.header-icon-rosetta {
  background-position: -280px 0;
}

.header-icon-one-click-benchmark {
  background-position: -56px -56px;
}
.header-icon-cross-platform {
  background-position: 0px -56px;
}
.header-icon-results-browser {
  background-position: -112px -56px;
}

.header-icon-info {
  background-position: -168px -56px;
}
.header-icon-app-store {
  background-position: -224px -56px;
}

.header-icon-unlock {
  background-position: -224px -112px;
}

.header-icon-simple {
  background-position: -112px -112px;
}
.header-icon-flexible {
  background-position: -168px -112px;
}

.header-icon-general {
  background-position: -280px -56px;
}
.header-icon-sales {
  background-position: 0px -112px;
}
.header-icon-media {
  background-position: -56px -112px;
}

.header-icon-official-releases {
  background-position: -280px -112px;
}
.header-icon-experimental-builds {
  background-position: 0px -168px;
}
.header-icon-system-requirements {
  background-position: -56px -168px;
}

.header-icon-windows {
  background-position: -112px -168px;
}
.header-icon-ios {
  background-position: -280px -168px;
}
.header-icon-os-x {
  background-position: -224px -168px;
}
.header-icon-linux {
  background-position: -168px -168px;
}
.header-icon-android {
  background-position: 0 -224px;
}

.info-column-box #twitter-widget-2 {
  padding: 0 19px;
}
.info-column-box p {
  padding: 0 19px;
}
.info-column-box strong {
  color: rgb(86,96,106);
}
.info-column-box ul {
  padding: 0 19px;
}

#buy-now-button-wrapper {
  width: 291px;
  height: 76px;
  margin: 0 0 20px 0;
  background: url(../img/ui/buy-now-button-bg.png) no-repeat 0 0;
  display: block;
}
#buy-now-button {
  width: 94px;
  height: 36px;
  margin: 20px 0 0 19px;
  background: url(../img/ui/buy-now-button.png) no-repeat 0 0;
  float: left;
  display: block;
  text-indent: -9999px;
}
#buy-now-button:hover {
  background-position: bottom left;
}


#info-column-doublewide {
  width: 616px;
  float: right;
  padding-bottom: 50px;
}
.info-column-box-doublewide {
  float: left;
  display: inline;
  margin-top: 30px;
  width: 614px;
  border: 1px dotted rgb(205,205,205);
  background: url(../img/ui/info-column-box-bg.png) repeat 0 0;
  -moz-box-shadow: 0px 0px 10px rgba(111,111,111,0.1);
  -webkit-box-shadow: 0px 0px 5px rgba(111,111,111,0.1);
  box-shadow: 0px 0px 5px rgba(111,111,111,0.1);
}
.info-column-box-doublewide p {
  padding: 0 19px;
}

#doublewide-left {
  width: 303px;
  float: left;
  padding: 0 25px 0 19px;
  margin-bottom: 19px;
  border-right: 1px dotted rgb(205,205,205);
}
#doublewide-right {
  width: 223px;
  float: right;
  padding: 0 19px;
}
#doublewide-left p, #doublewide-right p {
  padding: 0;
}
#doublewide-left strong, #doublewide-right strong {
  border-top: 1px dotted rgb(205,205,205);
  width: 100%;
  display: block;
  padding: 14px 0 0 0;
}



/* FEED BOX ---------------------------- */

#feed {
}
#feed ul li {
  margin: 0 0 1.5em 0;
  padding: 0;
  background: none;
}



/* TWEET BOX ---------------------------- */

.tweet ul li {
  margin: 0 0 1.5em 0;
  padding: 0;
  background: none;
}
.tweet_time {
  text-transform: uppercase;
  font-size: 75%;
  width: 100%;
  display: block;
}
.info-column-box .twitter-link-home {
  border-top: 1px dotted rgb(205,205,205);
  padding: 16px 0 0 0;
  margin: 0 19px 19px 19px;
}



/* BLOG ---------------------------- */


.blog-title {
  margin: 0 0 1.5em 0;
  padding: 47px 0 0;
}

.blog-title h1 {
  color: rgb(33,166,243);
  line-height: 1em;
  padding: 0;
  
  text-shadow: none;
}

.blog-title .metadata {
  margin: 0;
  padding: 0;
}

.blog-content {
  text-shadow: none;
}

.blog-content p {
  line-height: 1.6em;
}


/* MAIN CONTENT ---------------------------- */

#main-content {
  width: 557px;
  float: left;
  padding: 20px 0 50px 0;
}
#fullwidth {
  width: 100%;
}

.metadata {
  color: rgb(157,157,157);
}



/* RELATED POSTS ---------------------------- */

#related {
  border-top: 1px dotted rgb(205,205,205);
  padding: 20px 0 0 0;
}

#related h3 {
  margin: 0 0 5px 0;
}



/* TABLES ---------------------------- */

table {
  border-collapse: collapse;
  font-size: 12px;
  width: 100%;
  margin-bottom: 1.5em;
}

td {
  padding: 10px 5px 10px 5px;
  line-height: 1.2em;
}
tr {
}
.benchmark-desc, .submit-time {
  font-size: 10px;
}
th {
  line-height: 1.25em;
  text-align: left;
  font-weight: bold;
}
th.first-child, th.only-child {
  width: 150px;
}
th.last-child, td.last-child {
}

.benchmark-icon {
  width: 32px;
}

.benchmark-icon img {
  padding: 0px;
  border: 0px;
  background: none;
  vertical-align: center;
}

.benchmark-name {
  width: 200px;
  background-image: none;
}
.benchmark-name-150 {
  width: 150px;
  background-image: none;
}


.benchmark-score {
  text-align: center;
  vertical-align: center;
  font-size: 120%;
  width: 50px;
}
.benchmark-graph {
  vertical-align: center;
}
.benchmark-container {
}

.benchmark-bar {
  /* background-color: #44a4f0; */
  background-color: #44a4f0;
  vertical-align: middle;
  color: #fff;
  line-height: 36px;
  
} 

.benchmark-bar-score {
  font-size: 120%;
  padding-left: 10px;
  color: #fff;
}

.old.benchmark-bar {
  /* background-color: #abb8c2; */
  /* background-color: #8eb8d9; */
  /* background-color: #819db3; */
  background-color: rgb(154, 154, 154);
}

.processor-name {
  width: 200px;
  background-image: none;
}
.processor-price {
  text-align: right;
  vertical-align: center;
}
.processor-score {
  text-align: right;
  vertical-align: center;
  font-size: 120%;
}
.processor-graph {
  vertical-align: center;
  width: 50%;
}


.test {
  border: 1px dotted rgb(205,205,205);
  background: url(../img/ui/info-column-box-bg.png) repeat 0 0;
  -moz-box-shadow: 0px 0px 10px rgba(111,111,111,0.1);
  -webkit-box-shadow: 0px 0px 5px rgba(111,111,111,0.1);
  box-shadow: 0px 0px 5px rgba(111,111,111,0.1); }


/* VERSION COMPARISON TABLE ---------------------------- */						
    
#version-comparison-table { border-color: rgb(225,255,214); width: 940px; margin: 0 auto; border-collapse: separate; position: relative; border: none; font-size: 13px; }

    #version-comparison-table th {  font: 140%/18px 'MuseoSans-300', Helvetica, Arial, sans-serif; font-weight: bold; color: rgb(85,79,86); vertical-align: middle; text-align: center; border: none; }
    	#version-comparison-table th.header { background: url(../img/ui/info-column-box-bg.png) repeat 0 0; border: 1px solid rgb(205,205,205); border-width: 1px 1px 0 0px; width: 183px; height: 60px; vertical-align: middle; }
    	#version-comparison-table th.header-last { border-width: 1px 1px 0 0px; }
    	#version-comparison-table th.header-first { border-width: 1px 1px 0 1px; }
    	#version-comparison-table th.header span { color: rgb(33,166,243); text-transform: uppercase; font-size: 70%; font-weight: bold; }
    	
    	
    #version-comparison-table .feature { width: 234px; text-align: left; border: 1px solid rgb(221,220,223); border-width: 1px 1px 0px 0px; }
    #version-comparison-table .feature-last { width: 494px; text-align: left; border: 1px solid rgb(221,220,223); border-width: 1px 1px 1px 0px; }			
    #version-comparison-table .column { text-align: center; background: url(../img/ui/info-column-box-bg.png) repeat 0 0; border: 1px solid rgb(221,220,223); border-width: 1px 1px 0px 0px; }
    #version-comparison-table .column-last { border-width: 1px 1px 1px 0; }
    #version-comparison-table .alt { background: url(../img/ui/info-column-box-bg-alt.png) repeat 0 0; }					

    #version-comparison-table .feature-first {  border-width: 1px 1px 0px 0px; }	
    				
    						
    .table-checkmark { width: 18px; height: 18px; display: block; text-indent: -9999px; background: url(../img/ui/checkmark-icon.png) no-repeat 0 0; margin: 2px auto 0 auto; }
    .table-x { width: 18px; height: 18px; display: block; text-indent: -9999px; background: url(../img/ui/x-icon.png) no-repeat 0 0; margin: 2px auto 0 auto; }



/* SIDEBAR ---------------------------- */

#sidebar {
  width: 293px;
  float: right;
  padding: 62px 0 50px 0;
}

#sidebar h3 {
  margin: 0 0 5px 0;
}
.newsletter-heading, .our-products-heading {
  border-top: 1px dotted rgb(205,205,205);
  padding: 18px 0 0 0;
}


/* HEADSHOT ----------------------------*/

.headshot-john {
  background-image: url(../img/authors/john.jpeg);
  background-size: 34px 34px;
  width: 34px;
  height: 34px;
  margin-top: 3px;
  margin-right: 9px;
  float: left;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .headshot-john {
    background-image: url(../img/authors/john@2x.jpeg);
  }
}

.headshot-anthony {
  background-image: url(../img/authors/anthony.jpeg);
  background-size: 34px 34px;
  width: 34px;
  height: 34px;
  margin-top: 3px;
  margin-right: 9px;
  float: left;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .headshot-anthony {
    background-image: url(../img/authors/anthony@2x.jpeg);
  }
}

/* FOOTER ---------------------------- */

#footer {
  width: 100%;
  background: url(../img/ui/footer-bg-repeat.png) repeat-x 0 0;
  line-height: 1.3em;
}

#copyright {
  padding: 30px 0;
  margin: 0;
  color: rgb(179,179,179);
  float: left;
}

#footer-nav {
  float: right;
  margin: 30px 0 0 0;
}
#footer-nav ul li {
  float: left;
  background: none;
  margin: 0;
  padding: 0;
}
#footer-nav ul li a {
  color: rgb(132,148,162);
  display: block;
  border-bottom: 2px solid rgb(225,225,225);
}
#footer-nav ul li a:hover {
  color: rgb(123,192,0);
  border-bottom: 2px solid rgb(235,235,235);
}

#footer-nav ul li.divider {
  padding: 0 20px;
  color: rgb(224,224,224);
}

.device-icon {
  width: 32px;
  height: 32px;
  float: left;
  margin-top: 1px;
  margin-right: 6px;
}

.ipad-2 {
  background-image: url(/assets/img/ios/ipad-2.png);
  background-size: 32px 32px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .ipad-2 {
    background-image: url(/assets/img/ios/ipad-2@2x.png);
  }  
}


.ipad-3g {
  background-image: url(/assets/img/ios/ipad-3g.png);
  background-size: 32px 32px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .ipad-3g {
    background-image: url(/assets/img/ios/ipad-3g@2x.png);
  }  
}


.ipad {
  background-image: url(/assets/img/ios/ipad.png);
  background-size: 32px 32px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .ipad {
    background-image: url(/assets/img/ios/ipad@2x.png);
  }  
}


.ipad-mini {
  background-image: url(/assets/img/ios/ipad-mini.png);
  background-size: 32px 32px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .ipad-mini {
    background-image: url(/assets/img/ios/ipad-mini@2x.png);
  }  
}

/*!
 * Bootstrap v2.3.0
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}



		@media /* RETINIFY THE SPRITES */
		only screen and (-webkit-min-device-pixel-ratio: 2),
		only screen and (   min--moz-device-pixel-ratio: 2),
		only screen and (     -o-min-device-pixel-ratio: 2/1),
		only screen and (        min-device-pixel-ratio: 2),
		only screen and (                min-resolution: 192dpi),
		only screen and (                min-resolution: 2dppx) { 

			.header-icon {
			  background-image: url(../img/ui/header-icons@2x.gif);
			  background-size: 336px 280px;
			}			
					    
		}	    	 




/* - CONTENT END ----------------------------------------------------------------------------------------------------- */