* {
  margin: 0;
  padding: 0; }

.grid_1 {
  width: 60px; }

.grid_2 {
  width: 130px; }

.grid_3 {
  width: 200px; }

.grid_4 {
  width: 270px; }

.grid_5 {
  width: 340px; }

.grid_6 {
  width: 410px; }

.grid_7 {
  width: 480px; }

.grid_8 {
  width: 550px; }

.grid_9 {
  width: 620px; }

.grid_10 {
  width: 690px; }

.grid_11 {
  width: 760px; }

.grid_12 {
  width: 830px; }

.column {
  margin: 0 5px;
  overflow: hidden;
  float: left;
  display: inline; }

.row {
  width: 840px;
  margin: 0 auto;
  overflow: auto; }
  .row .row {
    margin: 0 -5px; }

body {
  font-size: 13px;
  line-height: 18px; }

p {
  margin-bottom: 18px;
  line-height: 18px;
  font-size: 13px; }

h1, h2 {
  line-height: 36px;
  margin-bottom: 18px; }

h3 {
  font-size: 13px;
  line-height: 36px;
  margin-bottom: 18px; }

h4 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 13px;
  line-height: 36px;
  margin-bottom: 18px; }

h1 {
  font-size: 19.5px; }

ul, ol {
  margin-bottom: 18px; }
  ul li, ol li {
    line-height: 18px;
    margin-left: 30px;
    margin-bottom: 1em; }

nav ul {
  list-style: none;
  margin-top: 45px; }
  nav ul li {
    margin: 0;
    padding: 0;
    display: inline;
    margin-left: 40px; }
    nav ul li a {
      font-family: 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, sans-serif;
      font-size: 9px;
      color: #bdb9b9;
      text-transform: uppercase;
      text-decoration: none;
      letter-spacing: 2px; }
      nav ul li a:hover {
        color: white;
        text-shadow: #fdfdfd 0px 0px 3px; }

body.home nav ul li a.apps,
body.app nav ul li a.apps,
body.blog nav ul li a.blog,
body.contact nav ul li a.contact {
  color: #ffd557;
  text-shadow: #dba400 0px 0px 3px; }
  body.home nav ul li a.apps:hover,
  body.app nav ul li a.apps:hover,
  body.blog nav ul li a.blog:hover,
  body.contact nav ul li a.contact:hover {
    color: #dba400; }

body {
  background-color: #191919;
  font-family: Verdana, sans-serif;
  color: #bbb; }

#gradientContainer {
  background-color: #1d1d1d;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#070707), to(#333333));
  background: -moz-linear-gradient(-45deg, #070707, #333333);
  border-bottom: solid 2px #444; }

#wrapper {
  padding: 30px;
  width: 840px;
  margin: 0 auto; }

header #logo {
  width: 340px; }
header nav {
  width: 480px;
  text-align: right; }

#content {
  margin-top: 54px;
  margin-bottom: 36px;
  overflow: auto; }

a {
  color: #ffd557; }
  a:hover {
    color: #dba400; }
  a img {
    border: none; }

h1, h2 {
  color: #fff;
  font-family: 'Gill Sans', Verdana, 'Bitstream Vera Sans', sans-serif;
  font-weight: normal; }

blockquote {
  position: relative;
  color: #ffefe2;
  padding: 2em 0 2em 60px;
  margin-left: 0px;
  background-image: url(/img/blockquote.png);
  background-repeat: no-repeat; }

.copyright_notice {
  color: #666;
  margin: 0 auto;
  width: 550px;
  margin-left: 135px;
  margin-top: 36px;
  margin-bottom: 36px;
  padding-left: 130px; }
  .copyright_notice p {
    line-height: 12px;
    font-size: 8.667px; }

.alert {
  color: white; }

body.teapot #content .column, body.not_found #content .column {
  margin: 0 auto;
  width: 550px;
  margin-left: 135px;
  height: 300px; }

body.contact #content .column {
  margin: 0 auto;
  width: 550px;
  margin-left: 135px; }

#emergency {
  width: 600px;
  margin: 10px auto 30px auto;
  border: solid 2px green;
  padding: 15px;
  text-align: left;
  color: white;
  background-color: #030; }
  #emergency p {
    padding: 0;
    margin: 0; }
  #emergency p + p {
    padding-top: 1em; }

body.home h1 {
  display: none; }
body.home header {
  margin-top: 60px;
  position: relative; }
  body.home header nav ul {
    width: 830px;
    text-align: center;
    position: absolute;
    bottom: -320px; }
    body.home header nav ul li {
      text-align: center;
      margin: 0 20px; }
body.home header, body.home .blurb {
  height: auto;
  text-align: center;
  margin-bottom: 18px; }
body.home header #logo {
  width: 830px;
  text-align: center; }
body.home header nav {
  display: none; }
body.home #content nav {
  width: 830px;
  text-align: center; }
  body.home #content nav li {
    margin: 0 20px; }
body.home .blurb {
  font-size: 1.3em; }
body.home dl {
  margin-top: 80px;
  height: 140px;
  position: relative; }
  body.home dl img {
    position: absolute;
    top: 0px;
    height: 110px;
    width: 110px; }
  body.home dl > div {
    width: 47%;
    position: relative; }
    body.home dl > div a {
      color: white;
      text-decoration: none;
      opacity: 0.7; }
      body.home dl > div a:hover {
        color: #ffd557;
        opacity: 1; }
    body.home dl > div dt span {
      position: absolute;
      top: 46px; }
    body.home dl > div dd {
      display: none; }
    body.home dl > div.pomodoro_timer {
      float: left; }
      body.home dl > div.pomodoro_timer img {
        right: 0px; }
      body.home dl > div.pomodoro_timer dt span {
        right: 150px; }
    body.home dl > div.readmore {
      float: right; }
      body.home dl > div.readmore img {
        left: 0px; }
      body.home dl > div.readmore dt span {
        left: 150px; }

body.app .bullets {
  width: 340px; }
  body.app .bullets li {
    font-size: .85em; }
body.app .bullets + .bullets {
  margin-left: 65px; }
body.app .appstore {
  float: right;
  margin: 0 10px 20px 20px; }
body.app .video-link {
  text-align: center; }
body.app .screen-shots {
  margin-top: 36px;
  margin-bottom: 36px; }
  body.app .screen-shots img {
    width: 56px;
    height: 56px;
    border: solid 2px white;
    margin-right: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    opacity: 0.3; }
  body.app .screen-shots img.active, body.app .screen-shots img:hover {
    opacity: 1; }
body.app .copy {
  width: 480px; }
body.app .slideshow-container {
  width: 340px; }
body.app .iphone-slideshow {
  width: 300px;
  height: 540px;
  background-position: top right;
  background-repeat: no-repeat;
  background-image: url("/img/iphone.png");
  position: relative;
  margin: 0 0 0 auto; }
  body.app .iphone-slideshow img {
    position: absolute;
    top: 90px;
    left: 46px; }
body.app .section {
  border-top: solid 2px #444;
  margin-top: 36px;
  padding-top: 18px; }
  body.app .section .faqs dl {
    width: 410px; }
  body.app .section .faqs dt {
    color: white;
    font-style: italic;
    margin-bottom: 1em;
    padding-right: 2em; }
  body.app .section .faqs dd {
    margin-bottom: 3em;
    padding-right: 2em; }

body.contact #content .container {
  padding: 30px;
  padding-bottom: 40px;
  background-color: black;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border: solid 1px #444; }
body.contact #content em {
  color: white; }
body.contact form label {
  display: block; }
  body.contact form label .error {
    display: inline;
    color: red; }
  body.contact form label input, body.contact form label textarea {
    display: block;
    margin-bottom: 1em; }
  body.contact form label input {
    width: 200px; }
  body.contact form label textarea {
    width: 100%;
    height: 200px; }
  body.contact form label input[type=submit] {
    width: 100px; }

body.blog #content .column {
  margin: 0 auto;
  width: 550px;
  margin-left: 135px; }
  body.blog #content .column .post {
    margin-bottom: 3em;
    background-color: #333;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 30px; }
    body.blog #content .column .post h2 a {
      color: white;
      text-decoration: none; }
      body.blog #content .column .post h2 a:hover {
        color: #dba400; }
    body.blog #content .column .post .date {
      text-transform: uppercase;
      font-size: .8em; }
    body.blog #content .column .post img {
      border: solid 3px #999;
      margin: 0 auto;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px; }
    body.blog #content .column .post .footer {
      background-color: #222;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      padding: 8px;
      color: #aaa;
      font-size: .85em; }
      body.blog #content .column .post .footer a {
        color: #aaa; }
        body.blog #content .column .post .footer a:hover {
          color: white; }
  body.blog #content .column .post + .post {
    margin-top: 2em; }
  body.blog #content .column #disqus_thread {
    margin-top: 4em; }

