html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

*:focus {
  outline: 0;
}

body {
  line-height: 1em;
  color: black;
  background: #fff;
}

ol, ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

img a {
  border: none;
}

@font-face {
  font-family: "Droid Sans";
  src: url(/fonts/1.eot);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Droid Sans";
  src: url(/fonts/1.woff) format("woff"), url(/fonts/1.otf) format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Droid Sans";
  src: url(/fonts/2.eot);
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Droid Sans";
  src: url(/fonts/2.woff) format("woff"), url(/fonts/2.otf) format("opentype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Droid Sans Mono";
  src: url(/fonts/3.eot);
}

@font-face {
  font-family: "Droid Sans Mono";
  src: url(/fonts/3.woff) format("woff"), url(/fonts/3.otf) format("opentype");
  font-weight: bold;
  font-style: normal;
}

body {
  font-family: "Droid Sans", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
}

a {
  color: #c5003e;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:focus, input:focus {
  outline: none;
}

h1, h2, h3 {
  font-family: "Droid Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: -1px;
  margin-bottom: 25px;
  line-height: 120%;
  color: #2b211d;
}

h1 {
  font-size: 250%;
}

h2 {
  font-size: 150%;
}

h3 {
  font-size: 100%;
}

pre {
  font-family: "Droid Sans Mono", monospace;
  font-size: 13px;
}

strong {
  font-weight: bold;
}

body {
  background-color: #2b211d;
}

#page-wrapper {
  background-color: white;
  margin: 10px 0 0;
}

#page {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  overflow: hidden;
  display: inline-block;
}
#page {
  display: block;
}
#page #header, #page #sidebar, #page #body {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
#page #header {
  width: 940px;
}
#page #sidebar {
  width: 260px;
  width: 190px;
  margin-right: 50px;
}
#page #body {
  width: 660px;
  width: 690px;
  overflow: hidden;
}

#header #logo {
  margin-bottom: 20px;
}

#sidebar #menu li {
  font-family: "Droid Sans", Helvetica, Arial, sans-serif;
  list-style-type: none;
  font-size: 24px;
  font-weight: bold;
  padding: 12px 4px 15px;
  letter-spacing: -1px;
}
#sidebar #menu a {
  text-decoration: none;
  color: black;
}
#sidebar #menu #menu-myfonts, #sidebar #menu #menu-myaccount, #sidebar #menu #menu-api {
  background: url('/images/layouts/standard/menu-separator.png') no-repeat scroll bottom left;
}
#sidebar #menu #menu-loggedin {
  font-family: "Droid Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  letter-spacing: 0;
}
#sidebar #menu #menu-loggedin a {
  float: right;
  color: #c5003e;
}
#sidebar #menu #menu-loggedin a:hover {
  text-decoration: underline;
}
#sidebar #flash_notice {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 30px 0 0;
  line-height: 1.4em;
  border: 2px solid #ff7bac;
  padding: 10px;
  background-color: #ffeff5;
}

#body {
  position: relative;
  top: -120px;
  margin: 0 0 -80px 55px;
  min-height: 440px;
}

#footer {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  color: white;
  height: 19px;
  margin-top: 10px;
  margin-bottom: 50px;
  text-align: right;
  padding-bottom: 30px;
}
#footer .links {
  float: left;
  margin: 15px 0 0 3px;
}
#footer .links-2 {
  clear: left;
  float: left;
  margin: 15px 0 0 3px;
}
#footer .links-2 a {
  color: #33ccff;
}
#footer .smallspark-logo {
  position: relative;
  top: 10px;
  right: 3px;
}
#footer a {
  color: #ff7bac;
}

#body h2 {
  margin: 30px 0 20px;
}
#body p {
  line-height: 1.4em;
  margin: 10px 0;
}
#body ul {
  list-style-type: disc;
  margin: 16px 0 16px 20px;
}
#body li {
  margin: 10px 0;
  padding-left: 8px;
}

.get-started {
  padding-top: 30px;
}
