@charset "UTF-8";

body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

body {
	margin: 0 8px;
	text-align: center;
}

div#header,
div#content,
div#footer {
	width: 95%; /*(60%~ | 600px~ | 60em~) etc.*/
	min-width: 600px;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

body.double div#main {
	width: 75%;
	float: left;
	margin-right: -1px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

/* Utilities
---------------*/

body.double div#utilities {
	width: 25%;
	float: left;
	clear: right;
}



body {
	color: #eee;
	background-color: #3e3e3e;
}

a:link {
	color: #ccc;
}

a:visited {
	color: #666;
}

a:hover {
	color: #fff;
}

a:focus,
textarea:focus,
input:focus {
	outline: 1px solid #333;
}

h1 {
	margin: 0;
	padding: 15px 30px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	line-height: 1.5;
	font-size: 167%;
	color: #fff;
	background-color: #222;
}

body.mainIndex h1 {
	display: none;
}

h2 {
	margin: 1em 0;
	font-size: 131%;
	color: #fff;
}

h3 {
	margin-top: 2em;
	padding-bottom: 0.4em;
	border-bottom: 4px solid #222;
	font-size: 116%;
}

p {
	margin: 1em 0;
}

blockquote {
	margin: 1em 0 1em 20px;
	padding: 1px 20px;
	border: 1px solid #222;
	color: #999;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

pre {
	padding: 10px 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #232323 #4e4e4e #4e4e4e #232323;
	background-color: #3d3d3d;
	overflow: auto;
	width: 90%;
	_width: 95%; /* for IE6 */
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

em {
	padding: 2px 3px;
	font-weight: bold;
	color: #fff;
	background-color: #111;
	font-style: normal;
}

strong {
	color: deeppink;
}

ul,
ol {
	margin: 1em 30px;
	padding: 0;
	list-style-position: outside;
}

ul ul,ul ol,ul ol,ol ol {
	margin: 0.3em 0 0.3em 15px;
}
