
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

iframe { border:none !important; }

html, body { height:100%; }

body {
	background:/*url(/img/layout/body-bg.jpg) center top no-repeat fixed*/ #030101;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
/
}

::-moz-selection {
 background-color:#1fbed9;
 color:#000;
}

::selection {
	background-color:#1fbed9;
	color:#000;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}

pre, code {
	line-height:1.5;
	font-family:'Droid Sans Mono', 'Courier New', Courier, monospace;
	font-size:11px;
	overflow:auto;
	position:relative;
	background:#191919;
	background:rgba(255, 255, 255, .1);
	-webkit-border-radius:20px;
	-webkit-border-bottom-left-radius:0;
	-moz-border-radius:20px;
	-moz-border-radius-bottomleft:0;
	border-radius:20px;
	border-bottom-left-radius:0;
	padding:12px;
	margin-bottom:16px;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
}

code { padding:2px 6px; }

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#1fbed9;
	color:#000;
}

del { text-decoration: line-through; }

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:separate;
	border-spacing:1px 1px;
	border:none;
	width:100%;
	text-align:left;
	margin-bottom:30px;
}

tbody tr:nth-child(odd) td {
	background:#1f1f1f;
	-webkit-transition: background 300ms;
	-moz-transition: background 300ms;
	-o-transition: background 300ms;
	transition: background 300ms;
}

tbody tr:nth-child(even) td {
	background:#131313;
	-webkit-transition: background 300ms;
	-moz-transition: background 300ms;
	-o-transition: background 300ms;
	transition: background 300ms;
}

tbody tr:hover td {
	-webkit-transition: background 300ms;
	-moz-transition: background 300ms;
	-o-transition: background 300ms;
	transition: background 300ms;
	background:#343434;
}

tr.not_implemented td, .not_implemented { text-decoration:line-through; }

th, td {
	padding:12px 9px;
	vertical-align:middle;
}

.simple th, .simple td {
	padding:4px 5px;
}

th {
	background-color:#f9f9f9;
	color:#000;
	font-family:'QuicksandBook', Arial, sans-serif;
	font-weight:400;
	font-weight:normal;
	text-transform:uppercase;
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	-o-transition: opacity 300ms;
	transition: opacity 300ms;
}

.clear { clear:both; }

th.header {
	background-image:url(/img/layout/tablesorter.gif);
	background-position:right 0;
	background-repeat:no-repeat;
	cursor:pointer;
}

th.header:hover, th.header:focus {
	opacity:.85;
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	-o-transition: opacity 300ms;
	transition: opacity 300ms;
}

th.headerSortUp { background-position:right -41px; }

th.headerSortDown { background-position:right -82px; }

.table.alternate li {
	vertical-align:middle;
	display:block;
	margin-bottom:1px;
	background-image:url(/img/layout/list.png);
	background-position:13px 13px;
	background-repeat:no-repeat;
	padding-left:30px;
}

.table.alternate li span, .table.alternate li a {
	display:block;
	padding:12px 9px;
}

.table.alternate li:nth-child(odd) {
	background-color:#1f1f1f;
	-webkit-transition: background-color 300ms;
	-moz-transition: background-color 300ms;
	-o-transition: background-color 300ms;
	transition: background-color 300ms;
}

.table.alternate li:nth-child(even) {
	background-color:#131313;
	-webkit-transition: background-color 300ms;
	-moz-transition: background-color 300ms;
	-o-transition: background-color 300ms;
	transition: background-color 300ms;
}

.table.alternate.clickable li:hover {
	-webkit-transition: background-color 300ms;
	-moz-transition: background-color 300ms;
	-o-transition: background-color 300ms;
	transition: background-color 300ms;
	background-color:#1fbed9;
}

.table.alternate.clickable li:hover a {
	-webkit-transition: color 300ms;
	-moz-transition: color 300ms;
	-o-transition: color 300ms;
	transition: color 300ms;
	text-decoration:none;
	color:#000;
}

#statistics { width:50%; }

.checkbox {
	display:inline-block;
	width:19px;
	height:19px;
	background:url(/img/layout/checkbox.png) no-repeat;
	cursor:pointer;
	margin-top:16px;
	margin-right:7px;
	vertical-align:-5px;
}

.checkbox + label { margin-right:23px; }

.checkbox.checkbox_checked { background-position:-38px 0; }

hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:1em 0;
	padding:0;
}

h1 {
	font-family:'QuicksandBook', Arial, sans-serif;
	font-weight:300;
	font-size:28px;
	color:#1fbed9;
	margin-bottom:14px;
}

h2, legend {
	font-family:'QuicksandBook', Arial, sans-serif;
	font-weight:300;
	font-size:22px;
	margin-bottom:15px;
	margin-top:30px;
}

hgroup h2 { margin-top:-10px; }

h3 {
	font-family:'QuicksandBook', Arial, sans-serif;
	font-weight:300;
	font-size:20px;
	color:#999;
	margin-bottom:10px;
}

h4 {
	font-family:'QuicksandBook', Arial, sans-serif;
	font-weight:400;
	font-size:18px;
	color:#4d4d4d;
	margin-bottom:9px;
}

p {
	color:#999;
	margin-bottom:16px;
	line-height:2;
	overflow:hidden;
}

#content .list, #content .list_highlight {
	margin-bottom:30px;
	margin-left:30px;
}

#content .list li {
	list-style:none;
	background:url(/img/layout/list.png) no-repeat;
	margin-bottom:8px;
	padding-left:23px;
}

#sidebar {
	float:right;
	width:315px;
}

#sidebar h2 { margin-top:0; }

article.small {
	width:610px;
	float:left;
}

.page-imprint small {
	font-size:8px;
	margin-top:20px;
}

#content .list li li { background-position:0 -398px; }

#content .list li li li { background-position:0 -796px; }

.page-api-external-calls-of-internal-functions .list { height:31px; }

.page-api-external-calls-of-internal-functions .list li {
	float:left;
	margin-right:40px;
}

#content .list_highlight li {
	list-style:none;
	background:url(/img/layout/list.png) 0 -1200px no-repeat;
	margin-bottom:8px;
	padding-left:23px;
}

#content .list_highlight li li { background-position:0 -1598px; }

#content .list_highlight li li li { background-position:0 -1986px; }

nav ul { list-style:none; }

a {
	color:#1fbed9;
	text-decoration:none;
}

a:hover, a:focus { text-decoration:underline; }

form {
	margin-bottom:16px;
	margin:30px 0;
}

fieldset { margin-bottom:45px; }

legend { margin:0; }

input, select { vertical-align:middle; }

input[type=text], input[type=email], input[type=password], textarea, select {
	height:40px;
	background:#111;
	margin-bottom:12px;
	color:#9b9b9b;
	padding:0 13px;
	width:250px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	box-shadow:0 1px 3px #000 inset;
	border:1px solid #2a2a2a;
}

textarea {
	padding:17px 13px;
	width:320px;
	height:150px;
	resize:none;
}

select {
	padding:11px;
	height:42px;
	width:278px;
}

input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, textarea:focus, select:focus {
	border-color:#295d66;
}

:focus, :active { outline:none; }

.wrapper { min-height:100%; }

.align_right { text-align:right; }

.margin_top { margin-top:65px !important; }
.margin_bottom { margin-bottom:25px !important; }

.container {
	width:980px;
	margin:0 auto;
	position:relative;
}

.button {
	height:30px;
	display:inline-block;
	background-color:#343434;
	font-family:'QuicksandBook', Arial, sans-serif;
	font-weight:400;
	color:#fff;
	text-transform:uppercase;
	font-size:14px;
	text-decoration:none !important;
	line-height:30px;
	padding-left:25px;
	overflow:hidden;
	background-image:linear-gradient(bottom, #343434, #454545);
	background-image:-o-linear-gradient(bottom, #343434, #454545);
	background-image:-moz-linear-gradient(bottom, #343434, #454545);
	background-image:-webkit-linear-gradient(bottom, #343434, #454545);
	background-image:-ms-linear-gradient(bottom, #343434, #454545);
	border:none;
	cursor:pointer;
	padding-right:0;
}

.button span {
	position:relative;
	display:inline-block;
	height:33px;
	width:30px;
	box-shadow:0 0 2px #000;
	margin-left:25px;
	margin-top:-1px;
	text-align:center;
	background:url(/img/layout/button-arrows.png) left top;
	text-indent:-999em;
}

button.button span {
	top:-1px;
	right:-3px;
}

.button:hover, .button:focus {
	background-image:linear-gradient(bottom, #454545, #565656);
	background-image:-o-linear-gradient(bottom, #454545, #565656);
	background-image:-moz-linear-gradient(bottom, #454545, #565656);
	background-image:-webkit-linear-gradient(bottom, #454545, #565656);
	background-image:-ms-linear-gradient(bottom, #454545, #565656);
}

.button:active { box-shadow:0 0 20px #222 inset; }

.button.download span { background-position:left -30px; }

.tabl_arg { width:12%; }

.tabl_def { width:20%; }

.tabl_alw { width:23%; }

.tabl_des { width:45%; }

#header {
	background:url(/img/layout/bg.png) center -225px no-repeat;
	height:192px;
	width:100%;
}

#header h1 { padding-top:33px; }

#no_js, #quick_info {
	font-family:'QuicksandBook', Arial, sans-serif;
	font-weight:400;
	font-size:13px;
	color:#fff;
	text-decoration:none;
	padding:8px 11px;
	-webkit-border-radius:20px;
	-webkit-border-bottom-left-radius:0;
	-moz-border-radius:20px;
	-moz-border-radius-bottomleft:0;
	border-radius:20px;
	border-bottom-left-radius:0;
	position:absolute;
	top:10px;
	left:10px;
	display:block;
	width:210px;
	background:#1fbed9;
}

#quick_info {
	position: static !important;
	width: auto !important;
	color: #000;
}

#nav {
	float:right;
	margin-top:-67px;
}

#nav li, #nav_add li {
	float:left;
	margin-left:20px;
}

#nav a, #nav_add a {
	font-family:'QuicksandBook', Arial, sans-serif;
	font-weight:400;
	font-size:13px;
	color:#434343;
	text-decoration:none;
	padding:5px 8px;
	-webkit-border-radius:20px;
	-webkit-border-bottom-left-radius:0;
	-moz-border-radius:20px;
	-moz-border-radius-bottomleft:0;
	border-radius:20px;
	border-bottom-left-radius:0;
	-webkit-transition: background 300ms;
	-moz-transition: background 300ms;
	-o-transition: background 300ms;
	transition: background 300ms;
}

#nav a:hover, #nav a:focus, #nav_add a:hover, #nav_add a:focus {
	background:#eee;
	-webkit-transition: background 300ms;
	-moz-transition: background 300ms;
	-o-transition: background 300ms;
	transition: background 300ms;
}

#nav li.current a, #nav_add li.current a {
	background:#1fbed9;
	color:#fff;
}

#content {
	overflow:visible;
	padding-bottom:255px;
	padding-top:30px;
}

#search_api {
	float:right;
	margin-top:26px;
	background:url(/img/layout/search.png) 13px center no-repeat;
	padding-left:44px;
	width:175px;
}

#footer {
	background:url(/img/layout/bg.png) center top no-repeat;
	width:100%;
	position:relative;
	margin-top:-225px;
	height:225px;
	clear:both;
}

#nav_add {
	top:95px;
	position:relative;
	width:610px;
}

#nav_add ul {
	float:left;
	margin-right:40px;
}

#nav_add li {
	margin-left:0;
	float:none;
	margin-bottom:20px;
}

#thanks {
	position:absolute;
	font-size:11px;
	color:#777;
	top:130px;
	left:665px;
}

#thanks a {
	color:#777;
	text-decoration:underline;
}

#thanks a:hover, #thanks a:focus { text-decoration:none; }

input.link {
	background:url(/img/layout/link.png) #111 13px center no-repeat;
	padding-left:44px;
	float:left;
	width:365px;
	margin-left:0;
	margin-right:15px;
}

input.file {
	background:url(/img/layout/upload.png) #111 13px center no-repeat;
	padding-left:44px;
	width:219px;
}

input.shortlink {
	width:110px;
	margin-right:0;
}

#feature_slider {
	width:600px;
	height:300px;
}

.js-disabled #feature_slider {
	background:#0e0e0e;
	background:rgba(255, 255, 255, .05);
}

.page-index .rhino-container {
	background:#0e0e0e;
	background:rgba(255, 255, 255, .05);
}

.floar_right { float:right; }

.float_left { float:left; }

.column_golden_ratio {
	width:368px;
	height:300px;
}

#feature_slider .column_golden_ratio.feature {
	width:328px;
	height:260px;
}

#feature_slider .feature {padding:20px;}

#feature_slider li { list-style:none; }

/*generator*/
#generator {
	position: relative;
	overflow:hidden;
	width: 589px;
}

#generator .column {
	float: left;
	width: 248px;
	margin: 0;
	padding: 0 17px;
}

form .column {
	float:left;
	width:50%;
}

.page-contact textarea {
	width:555px;
	margin-bottom:15px;
}

#generator .related {
	margin: 0px;
	width:278px;
}

#generator select, #generator input[type="text"] {
	cursor: pointer;
	float: left;
	margin: 0 0 3px 10px;
	width: 80px;
}

#generator button[type="submit"] {
	border:none;
	float:right;
	margin-right: 17px;
	width: 108px;
}

#generator select { width:108px; }

#generator input[type=text] { cursor:text; }

#generator label {
	float:left;
	color:#fff;
	margin-bottom:3px;
	width:130px;
	padding:13px 0 14px;
}

.page-contact label, .page-submit label {
	margin-bottom:5px;
	display:inline-block;
}

#generator .related label {
	width:120px;
	padding-left: 9px;
	border-left: 1px solid #1fbed9;
}

#generator br {
	clear:both;
	float:none;
	margin:5px;
	display:block;
}

#generator option {
	margin:3px;
	cursor:pointer;
}

.col-styles {width:auto!important;}

#tabs {
	overflow:hidden;
	position:relative;
	left:20px;
}

#tabs li {
	float:left;
	margin-right:18px;
	position:relative;
	bottom:-1px;
}

#tabs li a, #refreshGenerator {
	display:block;
	padding:10px;
	background-color:#0e0e0e;
	background-color:rgba(255, 255, 255, .05);
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	-webkit-transition: background-color 300ms;
	-moz-transition: background-color 300ms;
	-o-transition: background-color 300ms;
	transition: background-color 300ms;
	border:none;
	color:#fff;
	font-family:'QuicksandBook', Arial, sans-serif;
	text-decoration:none;
}

#tabs li a:hover, #refreshGenerator:hover {
	background-color:#191919;
	background-color:rgba(255, 255, 255, .1);
	-webkit-transition: background-color 300ms;
	-moz-transition: background-color 300ms;
	-o-transition: background-color 300ms;
	transition: background-color 300ms;
	text-decoration:none;
}

#refreshGenerator {
	cursor:pointer;
	height:35px;
	width:39px;
	background-image:url(/img/layout/generator-submit.png);
	background-repeat:no-repeat;
	background-position:center center;
	margin-left:36px;
}

#tabs li a.active {
	background:#191919;
	background:rgba(255, 255, 255, .1);
	color:#1fbed9;
}

.topic {
	overflow:auto;
	position:relative;
	background:#191919;
	background:rgba(255, 255, 255, .1);
	-webkit-border-radius:20px;
	-webkit-border-bottom-left-radius:0;
	-moz-border-radius:20px;
	-moz-border-radius-bottomleft:0;
	border-radius:20px;
	border-bottom-left-radius:0;
	padding:12px;
	margin-bottom:16px;
}

#styles { width:300px !important; }

#slideshow li {
	list-style:none;
	position:absolute;
	top:0;
}

#slideshow li li { list-style:circle inside; }

#social_panel {
	position:fixed;
	top:100px;
	left:-320px;
	padding-right:31px;
	background:url(/img/layout/social-open.png) right 19px no-repeat;
	padding-top:5px;
	cursor:pointer;
	-webkit-transition: left 300ms;
	-moz-transition: left 300ms;
	-o-transition: left 300ms;
	transition: left 300ms;
}

#social_panel:hover {
	left:0;
	-webkit-transition: left 300ms;
	-moz-transition: left 300ms;
	-o-transition: left 300ms;
	transition: left 300ms;
}

#social_panel ul {
	background:url(/img/layout/social-panel.png) right top no-repeat;
	padding:10px;
	padding-top:30px;
	height:400px;
}

#social_panel li { list-style:none; }

/* Rhino-Slider */
#slideshow {
	position:relative;
	left:10px;
	width:600px;
	height:250px;
}

.page-demo-download .label_checkbox {
	width:125px;
	display:inline-block;
}

.js-enabled .label_checkbox, .js-enabled .label_radio {
	padding-left:30px;
	height:19px;
	line-height:19px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-o-user-select:none;
	user-select:none;
	margin-bottom:20px;
	cursor:pointer;
}

.js-enabled .label_checkbox { background: url(/img/layout/checkbox.png) no-repeat; }

.js-enabled label.c_on { background: url(/img/layout/checkbox.png) left -78px no-repeat; }

.js-enabled label.r_on { background: url(radio-on.png) no-repeat; }

.js-enabled .label_checkbox input, .js-enabled .label_radio input {
	position: absolute;
	left: -9999px;
}

#fb_like_box {
	border:none;
	overflow:hidden;
	width:292px;
	height:62px;
	position:absolute;
	top:85px;
	left:665px;
}

#t_follow {
	position:absolute;
	top:162px;
	left:677px;                                                                                             
	width:300px;
	height:20px;
}

#g_plus {
	position:absolute;
	left:803px;
	top:164px;
	cursor:pointer;
	display:inline-block;
	text-decoration:none;
	color:#333;
	font:13px/16px arial, sans-serif;
	font-weight:bold;
}

#g_plus img {
	vertical-align:-3px;
}

.pin-it-button {
	position: absolute;
	top: 162px;
	right: 188px;
}

#disqus_thread {
	margin-top: 100px;
}

.square_125 {
    width: 125px;
    height: 125px;
    float: left;
    margin-right: 25px;
}

ins {
    background-color: transparent !important;
    text-decoration: none !important;
    border: none !important;
}

.bsap a {
	width: 125px !important;
	height: 125px !important;
}