/* CSS Document */

body {
	font-family: 'Lucida Grande' , Verdana, Arial, Sans-Serif;
	background: #EEE;
	padding: 1em;
	font-size: 80%
}

#page {
	border: 1px solid #CCC;
	background: #FFF;
	padding: 1em;
}

#header {
	padding-bottom: 0.3em;
	margin-bottom: 0.7em;
}

#header h1 {
	margin: 0px;
	font-weight: bold;
	display: block;
}

#header h2 {
	margin: 0px;
	font-size: 110%;
	font-weight: normal;
	margin-left: 1em;
	float: left;
	font-style: italic;
}

#header .website {
	float: right;
	color: #000;
}

.website a {
	color: #000;
	text-decoration: underline;
}

.clearall {
	clear: both;
}

#menu {
	font-size: 100%;
	
}

a {
	color: #000;
}

.sec {
	padding-top: 1em;
	clear: both;
	border-top: 1px dashed #AAA;
	font-size: 100%;
}

.sec p {
	font-size: 90%;
}

.sec h2 {
	font-size: 120%;
	margin: 0px;
	margin-bottom: 0.3em;
	font-weight: bold;
	color: #222;
}

.sec h3 {
	font-size: 100%;
	margin: 0px;
	margin-bottom: 0.3em;
	font-weight: bold;
	color: #222;
}

ul {
	margin-top: 0px;
	margin-left: 0.5em;
	padding-left: 0.5em;
	list-style: none;
	border-left: thin dotted #444;
}

ul li {
	font-size: 90%;
	margin-left: 0em;
}

ul ul li {
	font-size: 75%;
	font-style: italic;
}

.floatright {
	float: right;
	clear: right;
	border: 1px dotted #444;
	margin: 1em;
	padding: 1em;
	margin-right: 0em;
	margin-top: 0em;
	margin-bottom: 0.5em;
}

img {
	border: thin solid #777;
}

.sec .floatright code {
	width: auto;
	max-width: auto;
	font-size: 100%;
}

.sec code {
	font-size: 110%;
}

code h2 {
	border-bottom: 1px dotted black;
}

code span.htmltag {
	color: #080;
}

code span.temptag {
	color: #F00;
}

code span.tfortag {
	color: #F0A;
}

code span.codetag {
	color: #33A;
}

code span.filepath {
	color: #00F;
}

code span.comment {
	color: #666;
}
