/* ikiwiki local style sheet */

.header
{
	border: 4px dotted #3366FF;	
	padding: 0.25em 0 0.25em 0.25em;
	font-size: 2em;
	background-color: #EBF5FF;
	margin-bottom: 0.5em;
}

.parentlinks
{
	font-size: 0.5em;
}

.title
{
	display: block;
	font-size: 1em;
}

.toc
{
	border: 2px dotted #CC9900;
	background-color: #FFF5CC;

	clear: both;
}


h1, h2, h3, h4, h5
{
	border:			2px dotted #3366FF;
	padding:		0.25em 0 0.25em 0.25em;
	background-color: 	#EBF5FF;

	clear: both;
}

h1
{
	font-size: 1.5em;
}

h2, h3, h4, h5, h6
{
	font-size: 1em;
}

pre code
{
	display: block;
	background-color: #EEE;
	border: 2px dotted black;
	padding: 0.25em 0.25em 0.25em 0.25em;
}

/* left and right column */

div.lcol
{
	float: left;
	width: 49%;

	text-align: justify;

	margin-bottom: 	1em;
	margin-top:	1em;
}

div.rcol
{
	float: right;
	width: 49%;

	text-align: justify;

	margin-bottom: 	1em;
	margin-top:	1em;
}
