@import 'reset.css';

body
{
	font-family: Arial, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	background-color: #111111;
	line-height: 14px;
}

a
{
	text-decoration: none;
	color: #888a8d;
}

a:hover
{
	text-decoration: underline;
}

ul
{
	margin-top: 20px;
}

#page
{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	overflow-y: hidden;
	width: 1020px;
	min-height: 640px;
}

#content
{
	margin-left: 20px;
	float: left;
	width: 720px;
}

#strip
{
	width: 720px;
}

#col_side
{
	float: left;
	margin-left: 20px;
	position: relative;
	margin-top: 50px;
	height: 540px;
	width: 220px;
}

#logo_0
{
	cursor: pointer;
}

#col_side .active
{
	color: #FFFFFF;
	text-decoration: underline;
}

.overview
{
	display: none;
}

.credit
{
	position: absolute;
	bottom: 2px;
	left: 5px;
	text-decoration: none;
	font-size: 9px;
	color: #888a8d;
	margin-top: 5px;
}

#detail
{
	margin-top: 20px;
}

#detail li
{
	float: left;
	margin-right: 12px;
	font-size: 12px;
	font-weight: bold;
}

#nav 
{
	position: absolute;
	bottom: 0;
	font-size: 10px;
	color: #888a8d;
}	

#nav a
{
	color: #888a8d;
}
.project
{
	width: 720px;
	height: 540px;
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
	cursor: pointer;
}

.project .cover
{
	position: absolute;
	top: 0;
	left: 0;
	width: 720px;
	height: 540px;
	background: black;
}

.project .rollover
{
	display: block;
	width: 720px;
	height: 30px;
	background: url(../img/rollover.png) no-repeat;
	background-position: 0 0;
}



.project.after .rollover
{
	background-position: 0 -30px;
	position: absolute;
	top: 0;
	left: 0;	
}

.project.after:hover .rollover
{
	background-position: 0 -90px;
}

.project.before .rollover
{
	position: absolute;
	top: 510px;
	left: 0;
}

.project.before:hover .rollover
{
	background-position: 0 -60px;
}


.project.active .rollover
{
	display: none;
}

.slides .img
{
	float: left;
	width: 720px;
	height: 540px;
}

#strip .project.active
{
	background: url(../img/loader.gif) 50% 50% no-repeat;
}