/*	Stylesheet for the CARPE demos
	By Tom Hermansson Snickars                 
	2006-01-18
	carpe.ambiprospect.com
*/
* {
	padding: 0;
	margin:0
	}
body {
	background-color: #FFFFFF;
	color: #666;
	margin: 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
h1 {
	background-color: inherit;
	color: #ccc;
	font-size: 48px;
	font-weight: 600;
	margin: 10px 0;
	text-align: justify;
	}
*.spacer {
	height: 10px;
	clear: both;
	}
*.version {
	font-size: 12px;
	}
*.ing {
	font-size: 16px;
	line-height: 22px;
	text-align: justify;
	margin: 5px 0 10px 0;
	clear: both;
	}
*.para {
	font-size: 14px;
	line-height: 140%;
	text-align: justify;
	margin: 10px 0 5px 0;
	clear: both;
	}
*.author {
	color: #666666;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 600;
	}
*.copyright {
	color: #666666;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	margin: 5px;
	}
hr {
	height: 1px;
	margin: 0;
	padding: 0;
	}
*.content {
	width: 468px; margin-left: auto; margin-right: auto;
	}
/* Hides from IE-mac \*/
* html .demo { height: 1%; }
/* End hide from IE-mac */
*.demo {
	background-color: #adadad;
	border: solid #adadad 2px;
	padding: 10px;
	line-height: 140%;
	}
ul {
    list-style: square;
    padding: 0 10px 10px 10px;
    margin: 0;
}
li {
    padding: 0;
    margin: 5px 0 0 25px;
}
*.demo pre {
	margin: 10px 0;
	line-height: 11px;
	}
a:link, a:visited, a:active, a:hover {
	text-decoration: underline;
	}
*.para a:link, *.para a:visited, *.para a:active, *.para a:hover {
	text-decoration: none;
	}
*.copyright a:link, *.copyright a:visited, *.copyright a:active, *.copyright a:hover {
	text-decoration: none;
	}
