body {
  background: #eee url(../images/bg.jpg) repeat;
  /* background-image: url(../images/baseline.png); */
  color: #666;
  text-rendering: optimizeLegibility;
}

#header h1 {
  font: 60px/60px HelveticaNeueLTPro77BoldConde, HelveticaNeue-CondensedBold, Helvetica, Arial, sans-serif;
  margin: 60px 10px 10px;
}
#header h1 a {
  color: rgb(100,166,250);
  text-decoration: none;
}
#header ul {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 13px;
  margin: 17px 0 0 0;
  padding: 0;
  display: block;
  float: right;
}
#header ul li {
  margin: 0 0 0 30px;
  padding: 0;
  display: block;
  float: left;
}
#header ul a {
  border-bottom: 1px solid #555;
  color: #CCC;
  padding: 2px 0px 0px;
  display: block;
  text-decoration: none;
}
#header ul a:hover {
  color: #6fc5f8;
  border-color: #6fc5f8;
  text-shadow: #1b98e1 0 0 3px;
}
#header ul a:active {
  padding-top: 3px;
}

#header {
  color: #CCC;
  height: 338px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #fff;
  clear: both;
  position: relative;
  overflow: hidden;
  background: #222 url(../images/header-bg.jpg) top repeat-x; */
  color: #fff;
  text-shadow: #000 0 1px 0;
}
#header:after {
  height: 1px;
  display: block;
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 50;
  background: #000;
  -webkit-box-shadow: rgba(0,0,0,0.8) 0 0 20px;
  -moz-box-shadow: rgba(0,0,0,0.8) 0 0 20px;
  box-shadow: rgba(0,0,0,0.8) 0 0 20px;
}
#header img {
  display: block;
  left: -14px;
  margin: 50px 0 0;
  position: absolute;
}
#header p {
  font-size: 20px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
  line-height: 30px;
  margin: 10px 10px 30px;
}
#header p:last-child {
  margin: 30px 10px 40px;
}
#header a#request-info {
  background: rgb(50,116,190);
  border-color: rgb(100,166,250) rgb(50,116,190) rgb(0,66,140) rgb(50,116,190);
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  padding: 6px 14px 8px;
  text-decoration: none;
  text-shadow: 0px 1px 2px rgba(0,0,0,0.7);
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -webkit-box-shadow: rgba(0,0,0,0.8) 0 0 20px;
  -moz-box-shadow: rgba(0,0,0,0.8) 0 0 20px;
  box-shadow: rgba(0,0,0,0.8) 0 0 20px;
  background: -moz-linear-gradient(top, rgb(80,146,230), rgb(20,86,160));
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(80,146,230)), to(rgb(20,86,160)));
}

#header a#request-info:hover, #header a#request-info:focus {
  background: rgb(70,136,210);
  border-color: rgb(140,186,255) rgb(50,116,190) rgb(0,66,140) rgb(50,116,190);
  background: -moz-linear-gradient(top, rgb(100,166,250), rgb(30,96,170));
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(100,166,250)), to(rgb(30,96,170)));
}

#header a#request-info:active {
  background: rgb(70,136,210);
  border-color: rgb(140,186,255) rgb(50,116,190) rgb(0,66,140) rgb(50,116,190);
  background: -moz-linear-gradient(top, rgb(30,96,170), rgb(80,146,230));
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(20,86,160)), to(rgb(30,96,170)));
  position: relative;
  top: 1px;
}

#content {
  padding: 20px 0 0;
  position: relative;
  text-shadow: #fff 0 1px 0;
}
#content:after {
  height: 10px;
  top: -10px;
  left: 0;
  right: 0;
  z-index: 3;
  background: #ddd;
}
#content h2,
#content h3 {
  color: #333;
  font-weight: normal;
}
#content h2 img,
#content h3 img {
  margin: -5px 5px 0 0;
  vertical-align: middle;
}
#content h2 img {
  margin-top: -8px
}
#content hr {
  width: 100%;
  height: 0;
  margin: 0 0 20px;
  padding: 0;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #fff;
  display: block;
  clear: both;
}

#intro p.fancy {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
  font-size: 32px;
  line-height: 40px;
}

#content .screenshots {
  overflow: hidden;
}

#content .screenshots ul {
  padding: 0;
  width: 960px;
}

#content .screenshots ul li {
  list-style: none;
  float: left;
  margin: 0;
  margin-right: 20px;
  -webkit-box-shadow: rgba(0,0,0,0.3) 0 0px 5px;
  -moz-box-shadow: rgba(0,0,0,0.3) 0 0px 5px;
  box-shadow: rgba(0,0,0,0.3) 0 0px 5px;
}

#content #intro {
  margin: 40px 10px 40px;
}

.highlight {
  color: #3274be;
}

#content .itemgrid .item .image {
  background: #DDD;
  margin-bottom: 20px;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: rgba(0,0,0,0.2) 0 1px 0px;
  -moz-box-shadow: rgba(0,0,0,0.2) 0 1px 0px;
  box-shadow: rgba(0,0,0,0.2) 0 1px 0px;
}

#content .itemgrid .item .image a {
  display: block;
  height: 110px;
  overflow: hidden;
  width: 210px;
}

#content .itemgrid .item .image a:hover img, #content .feature .image a:hover img {
  left: -20px;
}

#content .itemgrid .item .image img {
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  left: 0px;
  position: relative;
  top: 0px;
}

#content .itemgrid .item.feature .image a:after {
  background: url(../images/zoom.png);
  content: "";
  display: block;
  height: 24px;
  left: 205px;
  position: absolute;
  top: -10px;
  width: 24px;
  z-index: 999;
}

#content .itemgrid .item.feature .image a:hover:after {
  background: url(../images/zoom-hover.png);
}

#content #tutorials .clear {
  padding: 10px 0;
}

#footer {
  padding: 20px 0 0;
  clear: both;
  background: #222 url(../images/screenshots-bg.jpg) top repeat-x;
  color: #666;
  font-weight: bold;
  -webkit-text-stroke: 1px transparent;
}
#footer a {
  color: #fff;
  text-decoration: none;
}
#footer a:hover {
  color: #6fc5f8;
  text-shadow: #1b98e1 0 0 3px;
}
#footer .right {
  text-align: right
}
