@font-face
	{font-family:"Graublau";
	src:url("../fonts/GraublauWebBold.otf");}

*
	{padding:0;
	margin:0;}

html
	{min-height:300px;
	background:#fff url("../images/thinker.png") left bottom no-repeat;
	border-top:115px solid #3abbe9;
	border-bottom:68px solid #3abbe9;}

body
	{position:relative;
	width:75%;
	max-width:760px;
	color:#676665;
	font:67.5%/1.3 calibri, verdana, sans-serif;
	border-left:1px solid #3abbe9;
	border-right:1px solid #3abbe9;
	margin:-113px auto 0;}

body > h1
	{color:#fff;
	font:bold 10em/1 Graublau, calibri, verdana, sans-serif;
	text-shadow:2px 2px 3px rgba(0,0,0,0.5), 2px 2px 10px rgba(0,0,0,0.3);
	text-align:center;
	border-bottom:5px solid #3abbe9;
	-moz-animation:intro 0.5s ease both;
	-webkit-animation:intro 0.5s ease both;
	-ms-animation:intro 0.5s ease both;
	animation:intro 0.5s ease both;}

@-moz-keyframes intro
	{
	25% {opacity:0;
	text-shadow:none;}
	50% {opacity:0.5;
	text-shadow:1px 1px 3px rgba(0,0,0,0.5), 1px 1px 10px rgba(0,0,0,0.3);}
	100% {opacity:1;
	text-shadow:2px 2px 3px rgba(0,0,0,0.5), 2px 2px 10px rgba(0,0,0,0.3);}
	}

@-webkit-keyframes intro
	{
	25% {opacity:0;
	text-shadow:none;}
	50% {opacity:0.5;
	text-shadow:1px 1px 3px rgba(0,0,0,0.5), 1px 1px 10px rgba(0,0,0,0.3);}
	100% {opacity:1;
	text-shadow:2px 2px 3px rgba(0,0,0,0.5), 2px 2px 10px rgba(0,0,0,0.3);}
	}

@-ms-keyframes intro
	{
	25% {opacity:0;
	text-shadow:none;}
	50% {opacity:0.5;
	text-shadow:1px 1px 3px rgba(0,0,0,0.5), 1px 1px 10px rgba(0,0,0,0.3);}
	100% {opacity:1;
	text-shadow:2px 2px 3px rgba(0,0,0,0.5), 2px 2px 10px rgba(0,0,0,0.3);}
	}

@keyframes intro
	{
	25% {opacity:0;
	text-shadow:none;}
	50% {opacity:0.5;
	text-shadow:1px 1px 3px rgba(0,0,0,0.5), 1px 1px 10px rgba(0,0,0,0.3);}
	100% {opacity:1;
	text-shadow:2px 2px 3px rgba(0,0,0,0.5), 2px 2px 10px rgba(0,0,0,0.3);}
	}

h2, h3
	{clear:both;
	color:#3abbe9;
	text-transform:lowercase;}

h2
	{float:left;
	font-size:1.8em;
	letter-spacing:0.05em;
	text-shadow:1px 1px 2px rgba(0,0,0,0.25);
	padding-right:55px;
	margin:15px 0 5px;}

h2:hover
	{background:#fff url("../images/blobber.gif") 100% 50% no-repeat;}

h3
	{font-size:1.3em;
	margin:15px 0 3px;}

p
	{clear:left;
	font-size:1.1em;
	margin-bottom:10px;}

a
	{color:#676665;
	text-decoration:none;
	border-bottom:1px dotted #3abbe9;}

a[href ^="http://"]:after
	{content:url("../images/link_external.png");
	padding:0 0.2em;}

p a
	{font-weight:bold;
	padding:0 0.1em;
	-moz-transition:background ease 0.3s;
	-webkit-transition:background ease 0.3s;
	-o-transition:background ease 0.3s;
	-ms-transition:background ease 0.3s;
	transition:background ease 0.3s;}

p a:hover
	{background-color:#ffe24f;
	text-shadow:1px 1px 2px rgba(0,0,0,0.2);
	border-bottom:1px dotted;}

a:active
	{background-color:#ffe24f;
	outline:0;}

p code
	{font-size:1.2em;
	color:#888;}

p code.long
	{display:block;
	margin:10px 0;}

p strong
	{color:#333;}

#content
	{position:relative;
	background:#fff;
	overflow:auto;
	padding:0 50px 20px;}

ul#nav
	{position:fixed;
	top:125px;
	width:120px;
	margin:0 0 0 -170px;}

ul#nav li
	{list-style-type:none;
	border-right:1px solid #3abbe9;
	border-bottom:1px solid #3abbe9;
	-moz-transition:all ease 0.3s;
	-webkit-transition:all ease-in 0.3s;
	-o-transition:all ease-in 0.3s;
	-ms-transition:all ease-in 0.3s;
	transition:all ease-in 0.3s;}

ul#nav li a
	{display:block;
	color:#3abbe9;
	font-size:1.1em;
	text-align:right;
	text-transform:lowercase;
	text-decoration:none;
	padding:5px 8px 6px 5px;
	border:0;}

ul#nav li#current,
ul#nav li:hover
	{background-color:#3abbe9;
	color:#3abbe9;
	text-shadow:1px 1px 2px rgba(0,0,0,0.35);
	border-bottom:1px solid #fff;}

ul#nav li#current a,
ul#nav li:hover a
	{color:#fff;
	text-shadow:1px 1px 2px rgba(0,0,0,0.35);}

ul#nav li:focus a,
ul#nav a:focus
	{background:none;
	outline:1px dotted #bbb;}

dl
	{overflow:auto;
	font-size:1.2em;
	margin:30px 0;}

dt
	{float:left;
	clear:left;
	width:160px;
	padding:3px 0 3px 3px;
	margin:0 0 5px;}

dt:nth-of-type(odd),
dd:nth-of-type(odd)
	{background:#eee;}

dt a
	{color:#676665;
	font-weight:bold;
	text-shadow:1px 1px 2px rgba(0,0,0,0.2);
	border:0;}

dt a:hover
	{color:#0c546d;
	border-bottom:1px dotted #0c546d;}

dd
	{float:left;
	min-width:350px;
	padding:3px 3px 3px 0;
	margin-bottom:5px;}

article
	{display:block;
	overflow:auto;
	padding:1em;
	border:1px dashed #999;
	margin:10px 0 20px;}

article aside
	{display:block;
	float:right;
	width:55%;
	background-color:#feffbf;
	color:#888;
	font-size:1.2em;
	padding:0.8em;
	border:1px solid;
	margin:0;
	-moz-box-shadow:inset 2px 2px 3px rgba(170,170,170,0.35);
	-webkit-box-shadow:inset 2px 2px 3px rgba(170,170,170,0.35);
	box-shadow:inset 2px 2px 3px rgba(170,170,170,0.35);}

article aside:before
	{content:"CSS (click and type to live edit):";
	display:block;
	background-color:#ffe24f;
	font:bold 1.1em calibri, verdana, sans-serif;
	color:#666;
	padding:0.2em 0.1em 0.2em 0.3em;
	border:1px solid #fff;
	margin:-0.2em -0.3em 0;
	text-shadow:1px 1px 1px #fff;}

aside style
	{display:block;
	width:auto;
	max-height:250px;
	overflow:auto;
	white-space:pre-line;
	padding:0 0.5em 1em;}

aside style:focus
	{background:#fff;
	outline:1px solid #ddd;
	-moz-box-shadow:inset 2px 2px 5px rgba(170,170,170,0.35);
	-webkit-box-shadow:inset 2px 2px 5px rgba(170,170,170,0.35);
	box-shadow:inset 2px 2px 5px rgba(170,170,170,0.35);
	-moz-transition:all ease 0.3s;
	-webkit-transition:all ease-in 0.3s;
	-o-transition:all ease-in 0.3s;
	-ms-transition:all ease-in 0.3s;
	transition:all ease-in 0.3s;}

p.support
	{display:block;
	white-space:normal;
	background-color:#ffe24f;
	color:#333;
	font-size:0.9em;
	text-align:center;
	padding:5px;
	border:1px solid #fff;
	margin:0 -0.4em -0.5em;}

p#validation
	{position:absolute;
	top:8px;
	right:0;
	font-size:1.1em;
	text-align:center;}

p#copyright,
p#validation a
	{background:none;
	color:#fff;
	text-shadow:1px 1px 2px rgba(0,0,0,0.2);
	padding:0;
	border:0;}

p#validation a[href ^="http://"]:after
	{content:"";}

p#validation a:hover
	{color:#fff;
	border-bottom:0;}

p#copyright
	{position:absolute;
	bottom:-40px;
	right:0;
	font-size:1.3em;}
