body {
	margin: 0px;
	background-color: #fff;
	color: #222;
	font: small Georgia, 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	line-height: 160%;
}

html>body {
	font-size: 95%;
}

PRE {
	background-color: #cf9;
	padding: 6px;
	border-top: 1px solid #690;
	border-bottom: 1px solid #690;
	font-family: monaco, courier, monospace;
	font-size: 12px;
	color: #140;
	overflow: auto;
	line-height: 145%;
}


H1 {
	font-size: 200%;
	color: #690;
}

H2 {
	font-size: 170%;
	color: #4169e1;
	color: #0047ab;
	color: #06a;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 0px dotted #333;
	margin-bottom: 4px;
	font-family: Georgiax, "helvetica neue", helvetica, arial;
	margin-top: 0px;
}

H2 SPAN {
	font-size: 13px;
	color: #690;
	font-family: Georgiax, "helvetica neue", helvetica, arial;
	text-transform: uppercase;
}

H3 {
	font-size: 115%;
	color: #333;

}

#wrapper {
	margin: 18px;
	position: relative;
}

#wrapper #main.left {
  padding-right: 320px;
}

#wrapper #right {
  position: absolute;
  right: 280px;
  top: 0px;
height: 500px;
background-color: #eee;
}

#wrapper #main.single {
	margin: 0 auto;
	width: 80%;
	min-width:500px;
	max-width: 750px;
}

BLOCKQUOTE {
	padding: 6px 1em;
	margin: 0px;
	margin-left: 16px;
	border-left: 3px solid #690;
	font-size: 110%;
	color: #470;
}

#footer {
	border-top: 2px solid #ccc;
	padding: 4px 0px;
	font-family: arial, helvetica;
	font-size: 12px;
	color: #666;
}

#footer A {
	color: #666;
}

.box {
	padding: 0.8em;
	border-width: 3px;
	font-size: 100%;
	border-style: solid;
	background-color: #dfb;
	border-color: #690;
	margin-bottom: 10px;
}

.box.blue {
	background-color: #bdf;
	border-color: #06a;	
}

.footnote {
	color: #888;
	font-size: 85%;
}

SUP, SUP A {
	color: #06a;
	text-decoration: underline;
	font-family: arial;
}

SUP { padding: 0px 2px; }

#masthead {
	background-color: #f6f6f6;
	border-top: 3px dashed #ccc;
	border-bottom: 3px dashed #ccc;
	min-height: 160px;
	padding: 12px 18px;
}

H4 {
	margin-bottom: 3px;
	color: #c00;
	
}

#headerbox {
	position: absolute;
	top: 0px;
	left: 10px;
	background-color: #fff;
	border: 3px dashed #ccc;
	border-top-width: 0px;
	padding: 0px 16px;	
	font-family: "Helvetica Neue";
	height: 64px;
	width: 240px;
	
}

#header {
	height: 30px;
	padding: 20px 18px 0px 18px;
	text-align: right;
}

A { color: #07b; }
A:visited { color: #67a; }
/* Syntax highlighting */
pre .normal { color: #140; }
pre .comment { color: #005; font-style: italic; }
pre .keyword { color: #A00; font-weight: bold; }
pre .method { color: #077; }
pre .class { color: #074; }
pre .module { color: #050; }
pre .punct { color: #447; font-weight: bold; }
pre .symbol { color: #060; }
pre .string { color: #090; background: #DFE; }
pre .char { color: #F07; }
pre .ident { color: #004; }
pre .constant { color: #900; }
pre .regex { color: #B66; background: #FEF; }
pre .number { color: #F99; }
pre .attribute { color: #5bb; }
pre .global { color: #7FB; }
pre .expr { color: #227; }
pre .escape { color: #277; }

SPAN.q { background-color: #bdf; padding: 3px; font-style: italic; font-weight: bold;}

