/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/************************************ reset CSS */

html, body {
	font-family: helvetica, arial;
	padding: 0px 0px 24px;
}

a,
a:active,
a:link,
a:visited {
	color: #1B67E0;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #2679FF;
}

h1, h2, h3, h4, h5, h6 {

}

h1 {
	color: #00962D;
	font-size: 6em;
	font-weight: lighter;
	margin: 8px 0px 12px;
}

h2 {
	font-size: 1.8em;
	font-weight: bold;
	margin: 26px 0px 22px;
	padding: 0px 0px 8px;
}

h3 {
	border-bottom: solid 2px #000;
	font-size: 2em;
	padding: 0px 0px 8px;
	margin: 28px 0px 28px;
}

h4 {
	padding: 0px 0px 16px 14px;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
}

p {
	padding: 14px;
	line-height: 1.4em;
	font-size: 1.2em;
}

ul {
	padding: 0px 0px 0px 24px;
}

ul li {
	margin: 0px 0px 12px;
}

.container {
	width: 960px;
	margin: 0px auto;
}

canvas {
	cursor: pointer;
	display: block;
	margin: 16px auto 22px;
}

strong {
	font-weight: bold;
	padding-right: 16px;
}

pre, code {
	font-family: courier;
}

ul.demo-list {
	list-style-type: disc;
	padding: 0px 32px 22px;
}

ul.demo-list li {
	margin: 0px 0px 6px;
}

.func-def {
	background: #ddd;
	border: dotted 1px #777;
	font-style: italic;
	font-weight: bold;
	margin: 0px 0px 22px;
	padding: 8px;
}

code {
	font-weight: bold;
}

.api h5 {
	margin: 22px ;
	font-size: 1.5em;
	font-weight: bold;
}

.api p {
	padding: 8px 14px;
}

.api ul.params {
	list-style-type: disc;
	line-height: 1.2em;
	font-size: 1.2em;
	padding: 0px 32px 22px;
}

.api ul.params li{
	margin: 0px 0px 8px;
}

.api .ret {
	background: #eee;
	margin: 0px 0px 24px;
	line-height: 1.4em;
	padding: 12px;
}

em {
	font-style: italic;
}

.deprecation-notice {
  background: #f00;
  color: #fff;
}

.deprecation-notice a {
  color: #AAA;
}

.deprecation-notice a:hover {
  color: #888;
}