/* 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;
}
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;
}
/* ----- end reset  */


html, body{
	width: 100%;
	height: 100%;
}
body {
	font-size: 90%;
	font-family: 'Nunito', sans-serif;
	line-height: 1.2;
	color: #252525;
}
a, a:visited {
    color:#199eff;
}

h1{font-size: 1.5em;font-weight: bold;font-family: 'Dosis', sans-serif;}

div#titlearea {
    text-align: center;
    padding: 20px;
    background:#6fd0ff;
    color: white;
    margin-bottom: 20px;
    box-shadow: 0px 1px 5px #9c9c9c;
}
div#titlearea h1{
	font-size: 3em;
}

div#contentarea {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.3;
	max-width: 900px;
}
div#contentarea h1{
	margin-top: 20px;
	margin-bottom: 10px;
}
div#contentarea p {
	margin-bottom: 10px;
	display: block;
}
span.description {
	display: block;
}
span.example {
	background-color: #f3f3f3; 
    padding: 10px;
    display: inline-block;
}

span.syntax {
	background-color: #e7f6ff;
    padding: 10px;
    display: inline-block;
    margin-bottom: 5px;
}
span.keyword {
	font-family: 'Inconsolata', monospace;
	color: black;
}
hr {
	border: 0;
    border-bottom: 1px solid #cbeaff;
}

b {font-weight: 600;}
i {font-style: italic;}
span.syntax i {font-size: 0.9em;}
span.syntax b {font-size: 1.05em;}
span.example i {color:black;}