html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
strike, strong, sub, sup, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body{
	background: #fff;
	color: #000;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 10px;
	line-height: 2;
}

/* -------------------- */

a{
	border-bottom: 1px solid #d2e3b8;
	color: #657c43;
	font-weight: bold;
	text-decoration: none;
}
a:visited{
	color: #748161;
}
a:hover{
	color: #648732;
	background: #f0f4e9;
}

h1, h2, h3, h4, h5, caption{
	font-family: Georgia, serif;
	position: relative;
	color: #da4f14;
	font-weight: normal;
}
h1 a,
h1 a:visited,
h1 a:hover,
h2 a,
h2 a:visited,
h2 a:hover,
h3 a,
h3 a:visited,
h3 a:hover,
h4 a,
h4 a:visited,
h4 a:hover,
h5 a,
h5 a:visited,
h5 a:hover,
caption a,
caption a:visited,
caption a:hover{
	color: #da4f14;
	font-weight: normal;
}
h1{
	font-size: 40px;
}
h2, caption{
	border-top: 1px solid #ddd;
	font-size: 30px;
	margin-top: 15px;
	padding-top: 15px;
}
h3{
	font-size: 20px;
	margin-top: 10px;
}
h4{
	font-size: 14px;
}
h5{
	font-size: 13px;
}
abbr{
	cursor: help;
}
label{
	display: block;
}
label.inlinelabel{
	display: inline;
}
strong{
	font-weight: bold;
}
th{
	background: #444;
	color: #fff;
}
th, td{
	border: 1px solid #888;
	font-size: 13px;
	padding: 3px;
}
tr:hover{
	background: #eee;
}

.flash{
	background: #efe;
	border: 1px solid #8f8;
	left: 50%;
	margin-left: -150px;
	padding: 0 10px;
	position: absolute;
	text-align: center;
	top: 10px;
	width: 300px;
}

/* === Forms === */

input, select, textarea{
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
input.text,
input.password,
textarea{
	background: #fff url(/imgs/forms/input.gif) no-repeat top left !important;
	border: 1px solid #0070bf;
	padding: 3px;
}
input:focus.text,
input:focus.password,
textarea:focus{
	background: #fffadf url(/images/forms/inputfocus.gif) no-repeat top left !important;
}
input.search{
	background: #fff url(/images/forms/search.gif) no-repeat top left !important;
	padding: 3px 3px 3px 23px;
}
input:focus.search{
	background: #fffadf url(/images/forms/searchfocus.gif) no-repeat top left !important;
}
label.phantom{
	color: #888;
	position: absolute;
}
input.submit{
   width: auto;
   overflow: visible;
	padding: 2px 3px;
	border: 1px solid #0070bf;
	color: #004a7f;
	font-weight: bold;
	cursor: pointer;
	background: #99c7e7 url(/images/forms/submit.gif) repeat-x top;
}
input:hover.submit{
	background: #b8d8ef url(/images/forms/submithover.gif) repeat-x top;
	border: 1px solid #6aaede;
	color: #0070bf;
}

#wrapper{
	min-width: 960px;
	padding: 0 20px;
}
#header,
#container,
#footer{
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 960px;
}

/* === Skip to Content link === */

#skip{
	background: #748540;
	color: #fff;
	left: -9999em;
	outline: 0;
	padding: 5px;
	position: absolute;
	width: 40px;
} 
#skip:focus{
	left: 0;
}

/* === Header === */

#header{
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
}
#header strong{
	display: block;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
}
#header strong a{
	border: 0;
}
#header strong a:hover{
	background: none;
}
#header p{
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: 0;
	top: 0;
}

#nav{
	float: right;
	margin-top: 80px;
	width: 230px;
}
#nav ul{
	font-size: 13px;
	margin: 15px 0;
}
#nav li{
	display: inline;
}
#nav li a{
	border: 0;
	display: block;
	line-height: 1.2;
	padding: 10px;
}
#nav li a strong{
	color: #444;
	display: block;
	font-size: 15px;
}
#nav li a em{
	color: #888;
	display: block;
	font-size: 11px;
}

/* === Footer === */

#footer{
	border-top: 1px solid #ddd;
	margin-top: 40px;
	padding: 10px 0;
}
#footer p{
	height: 30px;
	line-height: 30px;
}
#footer .updated{
	color: #444;
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: 0;
	top: 10px;
}

/* === Content === */

#content{
	float: left;
	margin-right: 30px;
	width: 690px;
}
#content p{
	font-size: 13px;
	margin: 15px 0;
}
#content ul{
	font-size: 13px;
	list-style: disc;
}
#content ol{
	font-size: 13px;
	list-style: decimal;
	margin: 15px 0;
}
#content li{
	margin-left: 20px;
}
#content ul.toc{
	background: #f5f5f5;
	border: 1px solid #ddd;
	padding: 10px;
}

.note{
	font-style: italic;
}

.biglinks ul{
	font-size: 13px;
	margin: 15px 0;
}
#content .biglinks li{
	display: inline;
	margin: 0;
}
.biglinks li a{
	border: 0;
	display: block;
	line-height: 1.2;
	padding: 10px;
}
.biglinks li a strong{
	color: #444;
	display: block;
	font-size: 18px;
}
.biglinks li a em{
	color: #888;
	display: block;
	font-size: 13px;
}
.attentionbox{
	background: #ffd;
	border: 1px solid #dd6;
	display: block;
	float: none;
	font-size: 12px;
	line-height: 1.8;
	padding: 10px;
	width: auto;
}
code{
	background: #eee;
	border: 1px solid #ccc;
	font-family: "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
	font-size: 12px;
	padding: 0 3px;
}
.codeme{
	background: #f5f5f5;
	border: 1px solid #ddd;
	display: block;
	float: none;
	font-size: 12px;
	line-height: 1.8;
	overflow: auto;
	padding: 5px;
	width: auto;
	font-family: "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
}
#comments{
	margin: 0 auto;
	position: relative;
	width: 960px;
}
#comments h3{
	border-bottom: 1px solid #ddd;
	margin-top: 40px;
	width: 690px;
}
.js-kit-comments{
	width: 690px;
}
#comments .jsk-HeaderWrapper,
#comments .js-poweredBy{
	display: none;
}
#comments .jsk-CommentFormBody,
#comments .jsk-CommentFormBody-noWYSIWYG{
	padding: 0;
}
