body {
	background: #212121 url(../images/labs/bg_main.gif) repeat-y center;
	height: 100%;
	font-family: Helvetica, Arial,  sans-serif;
	font-size: 12px;
	color: #7f7f7f;
}

a.utility_link {
	font-size: 11px;
	line-height: 13px;
	color: #bababa;
	text-decoration: none;
	margin-right: 30px;
}
a.utility_link:hover {
	color: #fff;
}
a.utility_link .icon {
	margin: 0 5px -3px 0;
}	

#master_container {
	position: relative;
	width: 980px;
	margin: 0 auto;
	overflow: visible;
	padding-bottom:40px;
}


/* SHINES */
#top_shine {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	background: url(../images/labs/top_shine.png) no-repeat;	
	width: 195px;
	height: 171px;
}
	
#side_shine {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 30;
	background: url(../images/labs/side_shine.png) no-repeat;	
	width: 639px;
	height: 1109px;
}
	
#bottom_shine {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 50;
	background: url(../images/labs/bottom_shines.png) no-repeat;
	width: 980px;
	height: 330px;
}

.content_container {
	position: relative;
	z-index: 100;
	width: 830px;
	margin-left: 75px;
}


/* HEADER */
#header {

}
	#top_links {
		position: absolute;
		right: -30px;
		top: 6px;
	}
	#top_chip {
		width: 119px;
		height: 7px;
		font-size: 1px;
		background: #e9e9e9;
	}
	#logo {
		width: 499px;
		height: 49px;
		margin-top: 50px;
		background: url(../images/labs/labs_logo.png) no-repeat;
		text-indent: -1000000px;	
	}
		* html #logo {
			background: url(../images/blank.gif);
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../resources/images/labs/labs_logo.png');
		}
		
	#intro_copy {
		width: 536px;
		height: 51px;
		margin-top: 15px;
		/*background: url(../images/labs/intro_copy.png) no-repeat;	
		text-indent: -1000000px;*/
		font-size: 24px;
		font-weight: bold;
		letter-spacing: -0.8px;
		line-height: 24px;
		color: #4f4f4f;
		margin-bottom: 40px;
	}
	#welcome {
		position: absolute;
		top: 16px;
		left: 0;
		font-size: 11px;
		color: #bababa;
	}


/* FOOTER */
#footer {
	border-top: 1px solid #373737;
	padding:40px 0;
}
	#footer_copy {
		width: 768px;
		font-size: 28px;
		font-weight: bold;
		letter-spacing: -0.8px;
		line-height: 32px;
		color: #e9e9e9;
		height: 131px;
	}	
	#bottom_links {
		position: absolute;
		bottom: 6px;
		left: 0;	
	}
	
#bottom_guys {
	position: absolute;
	bottom: 50px;
	right: 50px;
}


/* PROJECTS */
.thumb_row {
	width: 830px;
	overflow: hidden;
	border-top: 1px solid #373737;
	padding: 40px 0;
}
.project {
	position: relative;
	width: 213px;
	float: left;
	margin-right: 95px;
}
	.project.last {
		margin-right: 0;
	}
	.project .thumb {
		margin-bottom: 23px;
	}
		.project .thumb .new_sticker {
			position: absolute;
			top: -5px;
			right: -5px;
			width: 31px;
			height: 31px;
			background: url(../images/labs/new_sticker.png) no-repeat;	
			text-indent: -1000000px;		
		}
			* html .project .thumb .new_sticker {
				background: url(../images/blank.gif);
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../resources/images/labs/new_sticker.png');
			}
		.project .thumb a img {
			border: 1px solid #494849;
		}
		.project .thumb a:hover img {
			border: 1px solid #868686;
		}
	.project a.title {
		font-size: 20px;
		font-weight: bold;
		color: #ececec;
		letter-spacing: -0.7px;
		text-decoration: none;
	}
		.project a.title:hover {
			color: #bdbcbc;
		}
	.project p {
		margin: 8px 0;
	}
	.project a.blog_link {
		color: #7f7f7f;
	}
		.project a.blog_link:hover {
			color: #fff;
		}
	
	.project .cta_links {
		line-height: 24px;
	}	
	
