/* greg01 css
released under creative commons attribution license - please keep the 'designed by' link in the footer */

html, body {
	height: 100%;
	margin: 0;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

/* misc */

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
	overflow: hidden;
}

.left {
	float: left;
	margin-right: 10px;
}

.right {
	float: right;
	margin-left: 10px;
}

.warning {
	margin-left: 10px;
	margin-bottom: 10px;
	border-left: 10px solid red;
	padding: 0px 0px 0px 15px;
}

.important {
	margin-left: 10px;
	margin-bottom: 10px;
	border-left: 10px solid #0000ff;
	padding: 0px 0px 0px 15px;
}

.verb {
	margin: 10px 2px 10px 10px;
	border: 4px solid #636363;
	padding: 10px 10px 10px 15px;
	font-family: "Courier New", Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	white-space: pre;
	line-height: 1.1em;
}


#copertina {
	/* background: url(images/header-bg.gif) #4e6b8e; */
	width: 70%;
	position: absolute;
	top: 210px;
	left: 15%;
	text-align: left;
	line-height: 2.1em;
	font-size: 1.1em;
}

#copertina .img{
	/*
	width: 400;
	height: 300;
	*/
	width: 200;
	/*height: 250; */
	text-align: center;
}

#copertina .author {
	padding: 0 0 10px 0;
	border-bottom: 4px solid #636363;
	font-size: 1.2em;
}

#copertina .title {
	margin: 5 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 4px solid #636363;
	font-size: 2.0em;
	color: #43648d;
}

#copertina .copy {
	margin: 5 0 20px 0;
	padding: 0 0 10px 0;
	line-height: 1.2em;
	border-bottom: 4px solid #636363;
	text-align: left;
}
