/*
// author: Patrick Hansen
// site: http://www.patrickhansen.com
// date: May 13, 2010
*/

/*
------------------------------------------------------------------------------------------
note: these styles have nothing to do with the script - they're just for the demo page styles
------------------------------------------------------------------------------------------
*/
         
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 12px;
}
h1 {
	border-bottom: 1px solid #999;
	font-size: 34px;
}
h1 a {
	color: #666;
}
h1 a:hover {
	color:#CC6600
}
h1 span {
	font-size: 14px;
	color: #999999;
}
h2 {
	font-size: 20px
}
li {
	padding: 0 0 10px 0;
}
a {
	color:#CC6600;
	text-decoration:none;
	cursor:pointer;
}
a:hover {
	text-decoration:underline;
}
pre {
	background-color: #f5f5f5;
	border:1px solid #ccc;
	padding: 10px;
}
img {
	margin: 40px;
}
small {
	font-size: 10px;
}