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;
}

#page-wrapper {
  overflow: hidden;
  display: inline-block;
}
#page-wrapper {
  display: block;
}
#page-wrapper .section-heading {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  position: relative;
}
#page-wrapper .section-heading h3 {
  width: 780px;
  padding-left: 80px;
  padding-right: 80px;
  margin-left: 0;
  margin-right: 0;
}
#page-wrapper .section {
  overflow: hidden;
  display: inline-block;
}
#page-wrapper .section {
  display: block;
}

#section-1 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  padding-bottom: 12px;
  height: 194px;
}
#section-1 .section-inner {
  width: 780px;
  padding-left: 80px;
  padding-right: 80px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}
#section-1 h1 {
  float: left;
  margin-bottom: 0;
}
#section-1 h2 {
  background: url(/images/strangers/home/sunburst.png) no-repeat scroll center center;
  height: 97px;
  padding: 30px 0;
  margin: 10px 33px;
  font-size: 26px;
  text-align: center;
  float: left;
  line-height: 30px;
}
#section-1 .get-started {
  margin: 31px 0 0;
  position: absolute;
  top: -10px;
  right: 50px;
}
#section-1 #or {
  position: absolute;
  top: 151px;
  right: 189px;
  font-size: 20px;
}
#section-1 .login {
  position: absolute;
  top: 138px;
  right: 67px;
}

#section-2, #section-3 {
  background: #F2F2F2 url(/images/strangers/home/grey-bar.png) repeat-x scroll bottom left;
}

#section-2-heading, #section-3-heading {
  top: 68px;
  font-size: 36px;
  margin-top: -50px;
}

#section-2 {
  margin-top: 50px;
  padding-top: 40px;
}
#section-2 .section-inner {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
#section-2 h2 {
  top: -20px;
}
#section-2 #upload, #section-2 #domains, #section-2 #include {
  width: 246px;
  padding: 5px 15px 60px;
  font-size: 14px;
  text-align: center;
  float: left;
}
#section-2 #upload {
  padding-left: 80px;
}
#section-2 #include {
  padding-right: 80px;
}
#section-2 #learn-more-link {
  position: relative;
  top: -47px;
  left: 705px;
}

#section-3 {
  margin-top: 50px;
  padding-bottom: 45px;
}
#section-3 .section-inner {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
#section-3 h4 {
  font-family: "Droid Sans", Helvetica, Arial, sans-serif;
  font-size: 23px;
  font-weight: bold;
  margin: -15px 0 13px;
  line-height: 120%;
}
#section-3 p {
  margin: 10px 0;
  line-height: 1.4em;
  font-size: 14px;
}
#section-3 .left-col, #section-3 .right-col {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 340px;
  padding-top: 56px;
}
#section-3 .left-col {
  margin-left: 0;
  padding-left: 80px;
  padding-right: 40px;
  border-right: 1px solid white;
}
#section-3 .right-col {
  margin-right: 0;
  padding-left: 40px;
  padding-right: 80px;
}

#section-4-heading h3 {
  font-size: 150%;
  margin: 15px 0 15px;
}

#section-4 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  padding-bottom: 50px;
}
#section-4 .section-inner {
  width: 780px;
  padding-left: 80px;
  padding-right: 80px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}
#section-4 h2 {
  margin-bottom: 10px;
}
#section-4 .browser {
  width: 135px;
  text-align: center;
  float: left;
}
#section-4 .browser p {
  margin: 10px 0 0 2px;
  font-size: 14px;
}
#section-4 #ie {
  margin-right: 6px;
}
#section-4 #firefox {
  margin-top: 1px;
}
#section-4 #firefox p {
  margin-top: 6px;
}
#section-4 #safari {
  margin-top: 1px;
}
#section-4 #chrome {
  margin-top: 4px;
}
#section-4 .get-started {
  position: absolute;
  top: 10px;
  right: 50px;
}

#footer .footer-inner {
  width: 780px;
  padding-left: 80px;
  padding-right: 80px;
  margin-left: 0;
  margin-right: 0;
}
#footer .smallspark-logo {
  margin-right: -16px;
}
