html
{

}

body
{
	background				:	#222222 url('./inforno-redone.png') 4em 4em no-repeat;
	font-family				: "Bitstream Charter", serif;
	padding						:	0;
	margin						:	0;

}
#container
{
	margin-left				:	auto;
	margin-right			:	auto;
	width							:	50em;

}

#head
{
	color							:	#cfcfcf;

}

#head h1
{
	padding						:	0px;
	margin						:	0px;
	padding-top				:	4em;
	margin-bottom			:	-0.4em;
}
#head em
{
	padding						:	0px;
	margin						:	0px;
	font-size					:	x-small;
}

#menu
{
	background				: #d75e03 ; /* url(./edge.png) top right no-repeat; */
	margin						:	0px;
	padding						:	0.4em;
	border						:	#d75e03 outset 1px;
	border-left				:	none;
	border-right			:	none;
}

#menu ul
{
	border-left				:	2px groove #d75e03;
	margin						:	0px;
	padding						:	0px;
	display						:	inline;

	
	padding-left			:	0.3em;
}

#menu li
{
	display						: inline;
	padding-right			:	0.3em;
	border-right			:	2px groove #d75e03;
	
}

#menu a
{
	color							:	black;
	text-decoration		:	none;

}

#menu a:hover
{
	color							:	orange;
	text-decoration		:	underline;

}

#toc
{
	float							:	right;
	background-color	:	#cfcfcf;
	border-left				:	1px solid #a5a5a5;
	border-bottom			:	1px solid #a5a5a5;
	font-size					:	small;
	width							:	10em;
	padding						:	1em;
	display						:	block;
}

#toc ul
{
	margin						:	0px;
	padding						:	0px;
	list-style-type		:	square !important;
	list-style-position	: inside !important;

}

ul
{
	list-style-type		:	square !important;
	
}

#toc h2
{
	font-size					:	small;
	padding						: 0px;
	margin						:	0px;
}

#toc a
{
	color							:	black;
	text-decoration		:	none;
}

#content
{
	margin						:	0px;
	background-color	: white;
	color							:	#333333;
	padding						:	1em;
	padding-top				:	0.5em;
}

#content blockquote
{
	border-top				: 1px dashed #a5a5a5;
	border-bottom			:	1px dashed #a5a5a5;
	color							:	#d75e03;
	width							:	70%;

}

#content h1
{
	border-bottom			:	2px solid #d75e03;
	padding-bottom		:	0;

}

#content h2
{
	border-bottom			:	1px dotted #d75e03;
	padding-bottom		:	0;
	padding-left			:	0.3em;


}

#content p
{
	padding-left			:	1em;
	overflow					:	auto;

}

#footer
{
	padding						:	1em;
	padding-left			:	0.1em;
	color							:	#c0c0c0;
	font-size					:	small;

}

#footer .section
{
	
	border-left				:	2px solid #a5a5a5;
	padding-left			:	1em;
	padding-right			:	2em;
	float							:	left;
}

#footer h1
{
	font-size					:	medium;
	margin						:	0px;
	font-variant			:	small-caps;
	padding						:	0px;

}
#footer p
{
	padding						:	0.3em;

}

#footer a
{
	color							:	#c0c0c0;
	text-decoration		:	none;
	border-bottom			:	1px dotted #c0c0c0;

}

a
{
	color							:	#d75e03;
}

a:hover
{
	color							:	orange;

}

