/*:focus {
	background-color: yellow;
}*/
.clear {
	float: none;
	display: block; 
	clear: both; 
	width: 1px; 
	height: 0.001%;
	font-size: 0px; 
	line-height: 0px;
	margin: 0 !important;
	padding: 0 !important;
}
body {
	font-family: Georgia, serif;
	font-size: 11px;
	line-height: 2;
	/*padding: 22px;*/
}
a {
	color: black;
}
#menu {
	position: fixed;
	left: 22px;
	right: 40px;
	top: 22px;
	z-index: 2;
	padding: 22px;
}
#menu a {
	text-decoration: none;
}
#menu li.active a {
	text-decoration: underline;
}
/*#logo, #top-links {
	font-size: 150%;
}*/
/*#logo {
	float: left;
	width: 440px;
}*/
#logo {
	margin-bottom: 11px;
	font-size: 13px;
}
#logo, #top-links, #about-project h2, #project-meta, .toggler {
	font-family: Helvetica, Arial, sans-serif;
}
#about-project h2 {
	font-size: 15px;
}
#about-project h3 {
	font-size: 14px;
	margin-top: -11px;
	margin-bottom: 22px;
}
/*#top-links-holder {
	float: left;
}*/
#top-links li {
	float:left;
	width: 220px;
	margin-bottom: 20px;
}
#project-links {
	clear:both;
	/*border-top: solid 2px black;*/
	padding-top: 22px;
}
#project-links li {
	float:left;
	width: 220px;
	line-height: 30px;
}
#project-links li a {
	display: block;
	border-bottom: solid 1px #bbb;
	width: 200px;
	padding-left: 4px;
}
#project-links li a:hover {
	background: black;
	color: white;
}
#content {
	clear:both;
	padding-top: 220px;
}
#wide-scroller {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}
#wide-holder {
	white-space: nowrap;
	/*margin-left: -22px;*/
}
#side-scroller {
	z-index: 999;
}
#about-project {
	width: 418px;
	position: fixed;
	left: 22px;
	z-index: 2;
	padding: 22px;
}
#project-meta {
	font-size: 10px;
	line-height: 14px;
	margin-top: 22px;
}
#menu, #about-project {
	background: rgba(255, 255, 255, .85);
}
.toggler {
	left: 0;
	top:0;
	right: 8px;
	position: absolute;
	cursor: pointer;
	text-align: right;
	font-size: 10px;
	padding-right: 30px;
	background: url("image/toggler.gif") no-repeat right 7px;
}
.toggler.down {
	background: url("image/toggler-down.gif") no-repeat right 8px;
}