body {
	background: #FFF;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 20px;
	width: 70%;
	max-width: 900px;
	min-width: 500px;
	_width: 900px;
}

h1,h2,h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
	font-style: italic;
	margin: 0;
	padding: 1.1em 0;
}

h1 {
	padding: 1em 0 0;
	text-align: center;
	line-height: 1em;
	letter-spacing: -0.03em;
	font-weight: normal;
	font-size: 2.6em;
}

a {
	color: #2C51A9;
	font-weight: 700;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
}

a:hover, a:focus {
	color: #1E3875;
	border-bottom: 1px solid #1E3875;
}

p {
	margin: 0;
	padding: 1em 0;
	line-height: 1.3em;
}

p#last-updated { text-align: right;} 

ul, ol {
	padding-left: 3em;
	line-height: 1.3em;
}

li {
	padding: 2px 0;
}

table { width: 100%; border-bottom: 2px solid #999; border-right: 2px solid #999; border-collapse: collapse; margin: 15px 0; background: #FFF url(http://img.jamespadolsey.com/sidebar-box-gradient.png) repeat-x scroll 0 bottom; }
table th { background: #999; color: white; border-bottom: 2px solid #999; border-top: 2px solid #999; }
table th.heading, table td.heading { font-weight: 700; }
table td, table th { padding: 10px; }
table td { border-color: #999; border-style: solid; border-width: 0 1px 1px 0; }
table th.null { background: none; border-top: none; border-right: 2px solid #999; }
table td.lside { border-left: 2px solid #999; }
table.centz td,table.centz th { text-align: center; }
table td.nowrap, table th.nowrap { white-space: nowrap; }
table.bigcells td { font-size: 1.3em;}
table.bigcells td.heading { font-size: 1em; }
table td.win { background: #D9F3AE; font-weight: 700; }

img {
	border: 3px solid #D1D1D1;
	-moz-box-shadow: 2px 2px 4px #CCC;
	-webkit-box-shadow: 2px 2px 4px #CCC;
}

.pre-wrap {/*
	position: relative;
	border-top: 1px dotted #BBB;
	border-bottom: 1px dotted #BBB;
	width: 10000px;
	left: 50%;
	margin-left: -5000px;*/
	
}

pre {
	font-size: 1em;
	padding: 1em;
	overflow: auto;
	*border: 2px solid #666;
	-moz-box-shadow: 0 0 7px #555;
	/*
	width: 100%;
	max-width: 900px;
	_width: 900px;
	margin: 0 auto;*/
}

.eh {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-style: italic;
}

#by {
	font-size: 1.4em;
	text-align: center;
}

#contents-list {
	padding: 1em 1em 1em 3em;
	border: 3px solid #DDD;
	background: #EEE;
}

.note {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-style: italic;
	background-color: #EAEAEA;
	padding: 1em;
	margin: 1em 0;
}


.do {
	background-color: #FFC;
	border: 1px solid #777;
	font-weight: 700;
	padding: 1em;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: .8em 0;
}

code { font-style: normal; }
code, pre {
	font-family: "Consolas","Lucida Console",Courier,mono;
}

#config {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #000;
	color: #FFF;
	line-height: 1.4em;
}

#config div {
	padding: .8em;
	overflow: hidden;
}

#config * { font-family: Arial, Helvetica, sans-serif; font-size: 13px; padding: 0; }
#config h3 { float: left; }
#config form { float: right; margin: 0; padding: 0; }

#theme-switch {
	padding: 2px;	
}
