@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;}

h1
	{color:#fff;
	font:bold 10em/1 Graublau, calibri, verdana, sans-serif;
	text-shadow:2px 2px 3px #eee;
	text-align:center;
	border-bottom:5px solid #3abbe9;}

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

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

h2:hover
	{background:#fff url("../images/blobber.gif") center right 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;}

p a:hover
	{background-color:#ffe24f;
	text-shadow:1px 1px 2px #ddd;
	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;}

div#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;}

ul#nav li a,
dt 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,
dt:hover
	{background-color:#3abbe9;
	color:#3abbe9;
	text-shadow:1px 1px 2px #666;
	border-bottom:1px solid #fff;}

ul#nav li#current a,
ul#nav li:hover a,
dt:hover a,
dt a:hover
	{color:#fff;
	text-shadow:1px 1px 2px #666;}

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

dl
	{overflow:auto;
	padding:5px 0;
	margin:20px 0;}

dt
	{float:left;
	clear:left;
	width:120px;
	line-height:1;
	padding:4px;
	border-right:1px solid #3abbe9;
	border-bottom:1px solid #3abbe9;
	margin:0 0 6px;}

dd
	{float:left;
	font-size:1.2em;
	padding:5px;}

div.examples
	{overflow:auto;
	padding:1em;
	border:1px dashed #ddd;
	margin:10px 0 20px;}

div.examples code
	{display:block;
	float:right;
	width:55%;
	background-color:#feffbf;
	color:#888;
	font-size:1.2em;
	white-space:normal;
	padding:0.5em;
	border:1px solid;
	margin:0;}

div.examples code:before
	{content:"CODE:";
	display:block;
	background-color:#ffe24f;
	font:bold 1.3em calibri, verdana, sans-serif;
	padding:0.1em 0.1em 0.1em 0.3em;
	margin:-0.2em -0.2em 0.3em;}

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

p#validation
	{position:absolute;
	top:8px;
	right:5px;
	font-size:1.3em;}

p#copyright,
p#validation a
	{background:none;
	color:#fff;
	padding:0;
	border:0;}

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

p#validation a:hover
	{color:#fff;
	text-shadow:none;
	border-bottom:1px solid #fff;}

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