* {
	margin: 0;
	padding: 0;
	text-rendering: optimizeLegibility;
}
html,body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #f2f2f2;
	color: #666;
	font: normal 14px/1.7 "Times LT Std", Times, "Times New Roman", Georgia, serif;
}
p {
	margin: -3px 0 16px 0;
}
a {
	color: #666;
}
a:hover {
	color: #C9C359;
	text-decoration: none;
}
img {
	border: none 0px;
}

.content {
	width: 30000px;
	overflow: hidden;
}
.image {
	float: left;
	margin: 0 50px 0 0;
	color: #999;
	font-size: 9px;
	line-height: 3;
}
.name {
	margin: 70px 0;
	color: #999;
	font-size: 9px;
	font-style: italic;
	line-height: .1;
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.project {
	width: 100%;
	overflow: hidden;
}
.type {
	margin: 80px 0 0 30px;
	float: left;
	width: 225px;
}

.toggler {
	cursor: pointer;
	width: 5%;
	height: 100%;
	float: left;
	overflow: hidden;
	-webkit-transition: color .5s, background .5s;
	-moz-transition: color .5s, background .5s;
}
.element {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
}
.odd {
	background: #f2f2f2;
}
.even {
	background: #f2f2f2;
}
.noui {
	margin-top: 80px;
}

/*UI*/

.ui {
	margin-top: 30px;
	height: 50px;
}

.start {
	margin: 0 7px 0 0;
	width: 20px;
	height: 15px;
	background: url('../img/ui/start.png') no-repeat;
	float: left;
	display: block;
	cursor: pointer;
}

.prev {
	margin: 0 10px 0 0;
	width: 15px;
	height: 15px;
	background: url('../img/ui/prev.png') no-repeat;
	float: left;
	display: block;
	cursor: pointer;
}

.next {
	margin: 0 7px 0 0;
	width: 15px;
	height: 15px;
	background: url('../img/ui/next.png') no-repeat;
	float: left;
	display: block;
	cursor: pointer;
}

.end {
	margin: 0 10px 0 0;
	width: 20px;
	height: 15px;
	background: url('../img/ui/end.png') no-repeat;
	float: left;
	display: block;
	cursor: pointer;
}

.toggler:hover {
	background: #e7e7e7;
	display: block;
	cursor: pointer;
}

.start:hover {
	background: url('../img/ui/start-h.png') no-repeat;
}

.prev:hover {
	background: url('../img/ui/prev-h.png') no-repeat;
}

.next:hover {
	background: url('../img/ui/next-h.png') no-repeat;
}

.end:hover {
	background: url('../img/ui/end-h.png') no-repeat;
}

.toggler:active {
	background: #ddd;
}

#accordion {
	width: 100%;
	height: 100%;
}

#colophon {
	width: 225px;
	color: #bbb;
	float: left;
}

#colophon a {
	color: #bbb;
	font-style: italic;
}

#colophon a:hover {
	color: #C9C359;
}