/* Reset
 *--------------------------------------------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, sub, sup, var, b, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  overflow-y: scroll; }

/* Variables
 *--------------------------------------------------- */
/* Standard Mixins
 *--------------------------------------------------- */
/* Specific Mixins
 *--------------------------------------------------- */
/* Layout + Backgrounds
 *--------------------------------------------------- */
div.wrapper {
  width: 960px;
  margin: 0 auto; }

body {
  background: white url(/images/background.png) repeat;
  color: #999999;
  font-family: "Droid Sans", sans-serif;
  line-height: 1.5; }

div#header {
  background: transparent url(/images/header-background.png) repeat-x 0 0;
  height: 205px;
  width: 975px;
  margin: 0 auto;
  margin-bottom: 90px; }

div#splash h2, div#splash p {
  width: 444px; }
div#splash img {
  display: inline-block;
  float: right;
  margin-left: 0px;
  position: relative;
  left: 15px;
  top: -20px; }

div#lower {
  background: transparent url(/images/shadow.png) no-repeat center top;
  padding-top: 60px;
  border-top: solid 1px #e1e1e1;
  clear: both; }

h1, h2 {
  font-size: 24px;
  margin-bottom: 30px; }

div#splash h1 {
  display: inline; }
div#splash h2 {
  display: inline; }

p#first {
  margin-top: 30px; }

#logo {
  background: transparent url(/images/logo.png) no-repeat 0 0;
  height: 205px;
  width: 225px;
  display: inline-block; }
  #logo span {
    display: none; }
  #logo:hover {
    background-position: 0 -205px; }

p {
  margin-bottom: 20px; }

pre {
  margin-bottom: 40px; }

a {
  color: #00b4ff;
  text-decoration: none; }

a:hover {
  -webkit-transition: color 0.15s linear;
  -webkit-transition: left 0.15s linear;
  color: #007eb3; }
  a:hover span {
    -webkit-transition: color 0.15s linear;
    -webkit-transition: left 0.15s linear;
    position: relative;
    left: 4px; }

p > span.fixed {
  display: inline-block;
  width: 300px; }

code {
  font-family: "Droid Sans Mono";
  font-size: 14px;
  color: #666666; }
  code a {
    display: inline-block;
    float: right;
    margin-left: 0px; }

pre {
  background: #eeeeee url(/images/code-background.png) repeat;
  border: solid #fbfdfc 7px;
  box-shadow: 0 0 10px #cccccc;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  padding: 8px 12px; }

div#splash {
  margin-bottom: 90px; }

div#footer {
  background: transparent url(/images/shadow.png) no-repeat center top;
  padding-top: 60px;
  border-top: solid 1px #e1e1e1;
  font-size: 12px;
  margin-bottom: 40px;
  margin-top: 60px; }
  div#footer a {
    color: gray;
    border-bottom: solid 1px #999999; }

div#bar {
  overflow: hidden;
  background: rgba(210, 210, 210, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 15px 15px 0 15px; }
  div#bar p {
    display: inline-block;
    float: left;
    margin-right: 0px;
    text-align: left;
    width: 200px; }
  div#bar p.right {
    display: inline-block;
    float: right;
    margin-left: 0px;
    text-align: right;
    width: 400px; }

#advert {
  float: right;
  width: 287px;
  height: 122px;
  padding: 15px;
  background: #eeeeee url(/images/code-background.png) repeat;
  border: solid #fbfdfc 7px;
  box-shadow: 0 0 10px #cccccc;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  margin-right: 6px; }

#advert .bsa_it_ad {
  background: transparent;
  font-family: inherit;
  padding: 0;
  margin: 0;
  text-align: right;
  border: none;
  color: white;
  clear: none;
  overflow: none; }

#advert img {
  display: inline-block;
  float: left;
  margin-right: 0px; }
  #advert img:hover {
    left: 0px; }

#advert .bsa_it_p {
  display: none; }

#advert #bsap_aplink {
  display: inline-block;
  float: right;
  margin-left: 0px;
  position: relative;
  top: -24px;
  font-size: 10px; }

#social {
  position: relative;
  top: 34px;
  left: -220px;
  display: inline-block;
  float: left;
  margin-right: 0px;
  text-align: left; }

span#twitter {
  position: relative;
  top: 1px; }

span#facebook {
  position: relative;
  top: -2px;
  left: 16px; }

span#plus1 {
  position: relative;
  left: 20px;
  top: 1px; }
