html, body {
	color: #333;
	font: normal normal normal 13px/1.6 "Lucida Grande", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #2c6567;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", serif;
	margin: 1em 0 0;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 3em;
	margin-top: .8em;
	margin-bottom: 0;
	line-height: 1;
	position: relative;
}
h1 em {
	font-style: normal;
	font-size: .4em;
	color: rgba(255, 255, 255, .3);
}
h2 { font-size: 1.8em; margin-top: 1.2em; }
h3 {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-bottom: -.75em;
	margin-top: 1.6em;
}
h4 { font-weight: bold; font-size: 1em; margin-top: 1.3em; margin-bottom: -.6em; }
h5 { 
	color: #8da; 
	font-style: italic; 
	margin: 0 0 1em; 
	font-size: 1.1em; 
}
h6 {
	font-size: 1em;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	padding-bottom: .2em;
	margin-top: 0;
}

h3 small {
	font-size: 0.8em;
	color: #888;
	font-weight: normal;
}

table small {
	display: block;
	color: #888;
	line-height: 1.8;
}

a, a:hover {
	text-decoration: none;
	color: #497;
}

blockquote {
	background: transparent url('../img/quote.gif') scroll no-repeat 0 .4em;
	margin: 1em 0;
	padding: .2em 0 1em 3.2em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 0 2em;
}

dd cite {
	display: block;
	padding-right: 11em;
	text-align: right;
}

p, ol { padding-right: 11em; }

code { 
	display: block; 
	padding: .4em 0 .4em 2em; 
	border: 1px dashed #ccc;
	border-left: none;
	border-right: none; 
	margin: 1em -2em 1em -2em;
	background-color: #fff;
	position: relative;
}

code, tt {
	font-family: Consolas, Monaco, Courier, fixed; 
	font-size: 0.95em;
}

tt { 
	color: #843; 
	background-color: #ddd; 
	padding: .1em .2em; 
	border-radius: .2em;
	-moz-border-radius: .2em;
	-webkit-border-radius: .2em;
	white-space: nowrap;
}

.changes dt {
	float: left;
	text-align: right;
	width: 15%;
	clear: both;
}

.changes dt small {
	display: block;
	color: #888;
	font-weight: normal;
}

.changes dd {
	float: right;
	width: 78%;
	margin: 0 0 1.5em;
	padding: 0;
}

.changes dd ul {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	display: block;
}


table { width: 100%; border-collapse: collapse; }
th { white-space: nowrap; text-align: left; text-transform: lowercase; padding-right: 1em; border-bottom: 1px solid #999; }
td { padding: .4em 1em .4em 0; vertical-align: top; border-bottom: 1px solid #ddd; }

#prelude { 
	width: 870px; 
	margin: 0 auto; 
	color: #eee;
	position: relative;
}
#page { width: 870px; margin: 0 auto 2em; position: relative; }
.stage { 
	width: 590px; 
	padding: 1em 2em;
	border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
}
#page .stage { background-color: #f3f3f3; }
h2:first-child { margin-top: 0.2em; }
#prelude .stage { width: 870px; padding-top: .7em; }
#prelude small { 
	color: #6b9; 
	font-size: .9em; 
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif; 
	font-weight: normal;
	display: block;
	position: relative;
	z-index: 10;
	margin-left: .1em;
	margin-bottom: .6em;
}
.bg { position: absolute; z-index: 0; left: -100px; top: 0px; }

.footnote { font-size: 0.8em; color: #888; margin-bottom: 1em; }
.copy-and-paste-warning { 
	background-color: #ffc; 
	border: 1px solid #cca; 
	padding: 0 1em; 
	margin: 0 11em 0 -1em; 
	border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
}
.copy-and-paste-warning h3 { margin-top: .6em; margin-bottom: 0em; }
.copy-and-paste-warning p { padding-right: 0; }

.clouds .html-tag, .clouds .css-attribute { color: rgb(96, 96, 96); }
.clouds .string { color: rgb(93, 144, 205); }
.clouds .comment { color: rgb(188, 200, 186); }
.clouds .css-selector, .clouds .storage { color: rgb(197, 39, 39); }
.clouds .number { color: rgb(70, 166, 9); }
.clouds .unit { color: rgb(150, 220, 95); }
.clouds .keyword { color: rgb(175, 149, 111); }
.clouds .helper { color: rgb(191, 120, 204); }
.clouds .constant { color: rgb(57, 148, 106); }

/* example */
#example {
	float: right;
	margin-left: 1em;
	padding-right: 2em;
	width: 48%;
	height: 15em;
	font-size: 16px;
}

#example .roundabout-holder {
	list-style: none;
	height: 8em;
	margin-left: 2em;
	font-size: 1em;
}

#example .roundabout-moveable-item {
	cursor: pointer;
	width: 3em;
	height: 4em;
	border: 1px solid #999;
	background-color: #fff;
	text-align: center;
	line-height: 3em;
	font-size: 28px;
}

#example .roundabout-in-focus {
	cursor: auto;
}

#example .caption {
	font-size: 0.75em; 
	color: #555; 
	text-align: center;
	margin-left: 1em;
}

#example .caption .footnote {
	font-size: 0.8em; 
	color: #888;
}

#example #amazing {
	display: none;
}

#sidebar { 
	position: absolute; 
	top: 0; 
	right: 0; 
	width: 210px;
	color: #cec;
}
#sidebar .wrap { 
	padding: .6em 1em; 
	background-color: #6B9394;
	border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	margin-top: 1.2em;
}
#sidebar .wrap.first { margin: 0; }
#sidebar h2 {
	font-family: Helvetica, Arial, sans-serif;
	color: #eee;
	font-weight: bold;
	margin-top: 0;
}

#sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#sidebar a {
	color: #bfd;
}
