﻿html{
overflow-y:hidden;
overflow-x:hidden;
}
body {
	font-family: 'Droid Sans', sans-serif;
    padding: 0 0 30px;
    color: #000;
    line-height: 1;
}
img {border : 0;}
img a {outline : none;}

ol, ul {
    list-style: none outside none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
pre, .ad {
    background-color: #1e1e1e;
    border-radius: 5px;
    box-shadow: 0 0 5px #000000;
    color: #c0c0c0;
    font-family: "Inconsolata",monospace,sans-serif;
    padding: 15px 0 0;
}
.ad {
    margin: 25px 0 0;
    padding: 15px 0;
    text-align: center;
}
#page {
    margin: 0 auto 50px;
    position: relative;
    width: 920px;
}
h1 {
    display: inline-block;
    font: 500% "Petrona",sans;
    padding: 5px 0 0;
}
h2 {
    font-size: 150%;
    padding: 5px 0 30px;
}
p {
    line-height: 1.25;
    padding: 5px 0 0;
}
strong {
    color: #7ccd60;
    font-weight: bold;
}
.button {
    background-color: #2b91af;
    border-radius: 10px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
}
.button.small {
    border-radius: 15px;
    float: right;
    margin: 22px 5px 0;
    padding: 6px 15px;
}
.button:hover {
    background-color: #1e1e1e;
}
.button > span {
    font-size: 84%;
}
.button.b-close, .button.bClose {
    border-radius: 7px;
    box-shadow: none;
    font: bold 131% sans-serif;
    padding: 0 6px 2px;
    position: absolute;
    right: -7px;
    top: -7px;
}
.example {
    display: block;
    line-height: 1.25;
    padding: 30px 110px 15px 0;
}
.code-undefined {
    color: #617a61;
}
.code-string {
    color: #fa8072;
}
.code-function {
    color: #ffa54f;
}
.code-int {
    color: #2b91af;
}
.code-comment {
    color: #7ccd60;
}
*::-moz-selection {
    background-color: #2b91af;
    color: #fff;
    text-shadow: none;
}
#page h1 + .button {
    position: absolute;
    right: 25px;
    top: 20px;
}
#share {
    position: absolute;
    right: 18px;
    top: 85px;
    width: 205px;
}
#share > div {
    display: inline-block;
}
#page li {
    position: relative;
}
#page ul + a {
    display: block;
    font-size: 180%;
    margin: 25px 0;
    text-align: center;
    text-decoration: none;
}
.header {
    background-color: #000;
    border-radius: 20px 0 0;
    left: -40px;
    margin: 30px 0 0;
    padding: 12px 20px 10px;
    position: relative;
    width: 100%;
}
#popup, #popup2 {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 25px 5px #999;
    color: #111;
    display: none;
    min-width: 400px;
    padding: 25px;
}
#popup .logo {
    color: #2b91af;
    font: bold 325% "Petrona",sans;
}
#popup2 iframe {
    min-height: 410px;
    min-width: 400px;
}