/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

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,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
{
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	margin:0;
	padding:0;
}

body
{
	color:#000;
	background:#FFF;
	font-family:"droid sans", sans-serif;
	font-size:9pt;
	line-height:1.5;
}

ol,ul
{
	list-style:none;
}

a img
{
	border:none;
}

h1,h2,h3,h4,h5,h6
{
	font-family:"droid sans", sans-serif;
	font-weight:700;
	margin:10px 0;
}

code,pre
{
	font-family:"droid sans mono", monaco, consolas, monospace;
}

#all
{
	background:#fff;
	min-width:1150px;
}

nav.aspects
{
	text-align:center;
	padding:20px;
}

nav.aspects a
{
	display:inline-block;
	width:80px;
	background:#eee;
	color:#333;
	font-weight:700;
	text-decoration:none;
	margin:0 10px;
	padding:3px 5px;
}

nav.aspects a.active
{
	background:#833;
	color:#fff;
}

section.code
{
	text-align:center;
	zoom:1px;
	background:#777;
	color:#ccc;
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.4), 1px 1px 3px rgba(0, 0, 0, 0.4);
	padding:140px 30px;
}

section.code h2,section.code h3,section.code h4
{
	color:#fff;
}

section.code.p1
{
	background-color:#777;
	padding-top:50px;
}

section.code > div
{
	position:relative;
	vertical-align:top;
	width:250px;
	display:inline-block;
	margin:0 10px;
}

section.code > div.list
{
	background:#e8e8df;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	min-height:270px;
}

section.code > div.list .caption,section.code > div.list strong,section.code > div.list h4
{
	color:#333;
	text-shadow:1px 1px 0 rgba(255, 255, 255, 0.5);
}

section.code > div.info
{
	color:#fff;
	text-align:left;
}

section.code > div.info p.brief
{
	font-size:1.1em;
}

section.code > div.info h4
{
	font-size:1.2em;
}

section.code > div.info code
{
	display:block;
	background:#444;
	font-size:1.4em;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	padding:20px;
}

section.code > div.wide
{
	width:520px;
}

section.code > div pre,section.code > div > ul.files
{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	background:#eee;
	height:160px;
	overflow-y:auto;
	overflow-x:auto;
	border-bottom:solid 1px rgba(0, 0, 0, 0.2);
	color:#333;
	border-right:solid 1px rgba(0, 0, 0, 0.2);
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	text-shadow:1px 1px 0 rgba(255, 255, 255, 0.5);
	text-align:left;
	padding:34px 10px 10px;
}

section.code > div > ul.files li
{
	background:url(../images/file.png) 0 3px no-repeat;
	padding-left:23px;
	font-size:8pt;
	font-weight:700;
	height:24px;
	line-height:24px;
	border-top:solid 1px #ddd;
}

section.code > div > ul.files li:first-child
{
	border-top:0;
}

section.code > div > ul.files li.folder
{
	background-image:url(../images/folder.png);
}

section.code > div > ul.files .new
{
	text-shadow:0 0 5px #a1d1f2;
}

section.code > div > ul.files li.l2
{
	background-position:15px 3px;
	padding-left:38px;
}

section.code > div > ul.files li.l3
{
	background-position:30px 3px;
	padding-left:53px;
}

section.code > div .notch
{
	width:30px;
	height:15px;
	position:absolute;
	top:159px;
	left:47%;
	overflow:hidden;
	display:block;
}

section.code > div .notch:after
{
	content:'';
	background:#eee;
	display:block;
	width:15px;
	height:15px;
	position:absolute;
	top:-7px;
	left:6px;
	border-right:solid 1px rgba(0, 0, 0, 0.2);
	border-bottom:solid 1px rgba(0, 0, 0, 0.2);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}

section.code > div ul,section.code > div ul .notch:after
{
	background:#fafaf0;
}

section.code > div h3
{
	background:#833;
	color:#fff;
	position:absolute;
	top:3px;
	left:-7px;
	font-size:8pt;
	line-height:19px;
	height:19px;
	letter-spacing:1px;
	margin:0;
	padding:2px 8px;
}

section.code > div h3.file
{
	background:#833 url(../images/file.png) 3px 3px no-repeat;
	padding-left:30px;
}

section.code > div .caption
{
	text-align:center;
	padding:20px 10px 10px;
}

section.code > div .caption h4
{
	font-size:1.3em;
	font-weight:700;
	margin:3px 0 5px;
}

section.code > div .caption p
{
	margin:0;
	padding:0;
}

section.code strong
{
	color:#fff;
	font-weight:700;
}

section.code a
{
	color:#fff;
	border-bottom:dotted 1px #fff;
	text-decoration:none;
	font-weight:700;
}

section.code h2
{
	text-align:center;
	font-size:20pt;
	margin:0 0 30px;
}

section.code h2 em
{
	font-weight:400;
	color:#ccc;
}

header
{
	color:#333;
	text-align:center;
	padding:100px 0 120px;
}

header h1,header .brief
{
	display:inline-block;
}

header h1
{
	font-size:48pt;
	color:#333;
}

header .brief
{
	font-size:18pt;
	width:520px;
	text-align:left;
	color:#888;
	border:0;
	margin:0 0 0 20px;
	padding:0;
}

header p
{
	width:680px;
	display:block;
	border-top:solid 1px #aaa;
	font-size:14pt;
	padding-top:20px;
	margin:20px auto;
}

body,h1,h2,h3,h4,h5,h6,p
{
	line-height:1.5;
}

p
{
	margin:10px 0;
}

h2
{
	font-size:15pt;
}

pre
{
	font-size:8pt;
}

section.code a.edge
{
	font-family:georgia;
	font-style:italic;
	background:#333;
	color:#fff;
	width:130px;
	height:130px;
	display:inline-block;
	line-height:130px;
	border-bottom:0;
	-moz-border-radius:65px;
	-webkit-border-radius:65px;
	-o-border-radius:65px;
	-ms-border-radius:65px;
	-khtml-border-radius:65px;
	border-radius:65px;
	font-size:12pt;
	position:relative;
	top:190px;
}

section.code#layout > div pre
{
	height:200px;
}

section.code#how
{
	background:#333;
	padding:60px 10px;
}

section.code#how div.files
{
	height:270px;
	margin-bottom:2em;
	width:400px;
	background:#eee;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	text-align:left;
	zoom:1px;
}

section.code#how div.files li
{
	float:left;
	width:90px;
	height:90px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	padding-top:80px;
	text-align:center;
	color:#333;
	text-shadow:1px 1px 0 rgba(255, 255, 255, 0.4);
	background:url(../images/file-large.png) center 0 no-repeat;
	margin:20px;
}

section.code#how div.files li.folder
{
	background-image:url(../images/folder-large.png);
}

section.code#how div.files li.nl
{
	clear:left;
}

section.code#how div.files.from
{
	padding-left:30px;
}

section.code#how div.files.output
{
	padding-left:160px;
	padding-top:60px;
}

section.code#how div.terminal
{
	width:190px;
	height:80px;
	position:relative;
	z-index:1;
	line-height:80px;
	background:#111;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	-moz-box-shadow:0 0 10px #aaddff, inset 0 0 5px rgba(170, 221, 255, 0.5);
	-webkit-box-shadow:0 0 10px #aaddff, inset 0 0 5px rgba(170, 221, 255, 0.5);
	-o-box-shadow:0 0 10px #aaddff, inset 0 0 5px rgba(170, 221, 255, 0.5);
	box-shadow:0 0 10px #aaddff, inset 0 0 5px rgba(170, 221, 255, 0.5);
	font-size:12pt;
	margin:100px -95px 0;
}

section.code#how ul.steps
{
	margin-top:2em;
}

section.code#how ul.steps li
{
	display:inline-block;
	width:150px;
	text-align:center;
	vertical-align:top;
	padding:10px 40px;
}

section.code#why
{
	background:#222;
	padding:60px 10px;
}

