/* GENERAL STYLES */
/*
PRINT STYLES
*/

* {
	margin: 0;
	padding: 0;
}
body, input {
	background: #fff;
	font: 95%/140% Ariel, sans-serif;
	padding: 3em;
}
p {
	margin: 1em 0;
}
a {
	color: #000;
}
hr,
#logo,
#navi,
#subnavi,
#side,
#footer li.right,
#logos {
	display: none;
}
#focus, #focus a {
	color: #5c5c5c;
	text-decoration: none;

}
#content h1 {
	border-bottom: 1px solid #babfbd;
	font-size: 2em;
	font-weight: normal;
	padding: 0.5em 0 0.5em 0;
}
#content h2 {
	font-size: 1.1em;
	margin-bottom: -0.8em;
}
#content ol, #content ul {
	margin: 1em 2em;
}
#content img {
	border: 1px solid #ccc;
	float: right;
	margin: 0 0 1em 1em;
	padding: 0.2em;
}
#footer {
	border-top: 1px solid #babfbd;
	color: #5c5c5c;
	font-size: 0.9em;
	padding: 1em 0;
	text-transform: uppercase;
}
#footer ul li {
	display: inline;
	list-style: none;
	margin-right: 2em;
}

/* EDITOR PROPERTIES */

