/* html5 compat */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
}

.header {
	margin: 0;
	font-size: 140%;
	font-weight: bold;
	line-height: 1em;
	display: block;
}

.inlineheader .author {
	margin: 0;
	font-size: 112%;
	font-weight: bold;
	display: block;
}

.pageheader .actions ul {
	border-bottom: 1px solid #000;
}

.inlinepage .actions ul {
	border-bottom: 0;
}

img.img {
	margin: 0.5ex;
}

img {
	border-style: none;
}

pre {
	overflow: auto;
}

span.color {
	padding: 2px;
}

div.progress {
	margin-top: 1ex;
	margin-bottom: 1ex;
	border: 1px solid #888;
	width: 400px;
	background: #eee;
	color: black !important;
	padding: 1px;
}
div.progress-done {
	background: #ea6 !important;
	color: black !important;
	text-align: center;
	padding: 1px;
}

/* outlines */
li.L1 { list-style: upper-roman; }
li.L2 { list-style: decimal; }
li.L3 { list-style: lower-alpha; }
li.L4 { list-style: disc; }
li.L5 { list-style: square; }
li.L6 { list-style: circle; }
li.L7 { list-style: lower-roman; }
li.L8 { list-style: upper-alpha; }

body{
	font-family: Palatino,Georgia,Times New Roman,Serif; 
	font-size: 1.03em;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}
.actions{
	font-family: Palatino,Georgia,Times New Roman,Serif; 
	font-size: .95em;
	text-align: left;
}
#content{
	margin-left: 10px;
	margin-right: -10px;
	text-align: left;
	//border-right: dashed 1px;
	border-right: solid 1px;
	padding-right: 30px;
}
.pagedate{
	font-style: italic;
	display: block;
	margin-top: 1em;
	font-family: times;
	font-size: .8em;
}
.feedlink{
	text-align: right;
}

/*Elements*/
hr{
	width: 50%;
	border: solid 1px black;
}
blockquote{
	border: dashed 1px;
	padding-left: 20px;
	margin-left: 15px;
	background-color: #ccc;
}
p{
	margin-bottom: 1.2em;
}
pre{
	border: solid 1px #aaa;
	padding: 3px 3px 3px 3px;
	background-color: #ddd;
	overflow: auto;
}
ol{
	margin-left: 1em;
}

/* Headings */
.header{
	font-family: Georgia;
	font-size: 1.25em;
	line-height: 1em;	
	font-weight: bolder;
}
h1{
	font-size: 2em;
	font-weight: bold;
	line-height: 1em;
	margin-left: 1em;
	text-indent: -1em;
}
h2{
	font-size: 1.8em;
	line-height: 1em;	
	font-weight: bold;
	margin-left: 1em;
	text-indent: -1em;
}
h3{
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1em;
	margin-left: 1em;
	text-indent: -1em;	
}
h4{
	font-size: 1.4em;	
	font-weight: bold;
	line-height: 1em;
	margin-left: 1em;
	text-indent: -1em;
}
h5{
	font-size: 1.2em;	
	font-weight: bold;
	line-height: 1em;
	margin-left: 1em;
	text-indent: -1em;
}
h6{
	font-size: 1em;	
	font-weight: bold;
	line-height: 1em;
	margin-left: 1em;
	text-indent: -1em;
}
