
/* GENERIC STYLES */

html,body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
	background-color:#F8F8F8;
	color:#666666;
	height:100%;
	width:100%;
}
#container {
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
}
#header {
	font-size:22px;
	padding-top:45px;
	margin-left:50px;
	margin-bottom:40px;
	color:#000000;
}
#header span {
	color:#999999;
	
}
.emailLink {
	font-size:10px;
}
.pageTitles {
	font-size:15px;
	text-transform:uppercase;
	color:#000000;
	font-weight:600;
	letter-spacing:1px;
}
#projectsAll {
	margin-bottom:20px;
}
#updated {
	color:#999999;
	margin:20px;
}
i {
	color:#999999;
}
.vertSpace {
	margin-top:20px;
	margin-bottom:30px;
}
.projectLink {
	color:#999999;
	cursor:pointer;
	font-weight:bold;
	text-decoration:none;
}
.projectLink:hover {
	color:#000000;
}
.projectLinkFocus {
	color:#000000;
	cursor:pointer;
	font-weight:bold;
	text-decoration:none;
}
.projectLinkFocus:hover {
	color:#000000;
}
.playLinks {
	color:#666666;
	padding-bottom:4px;
	cursor:pointer;
	text-decoration:none;
	font-weight:normal;
}
.playLinks:hover {
	color:#333333;
	cursor:pointer;
}
.thumbnail {
	padding-right:2px;
	padding-bottom:2px;
}
#player {
	background-color:#F8F8F8;
	border:solid 1px #CECECE;
	position:absolute; 
	z-index:10; 
	left:60px; 
	top:60px;
}
.contentDiv {
	width:505px;
}
a, a:visited, a:active {
	color:#999999;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#000000;
	font-weight:bold;
}
