@charset "utf-8";
/* CSS Document */

body {
	background-color:#999;
}

#contact{
	position:fixed;
	left:0;
	top:250px;
	width:350px;
	background-color: #fff;
	z-index: 99;
}

#wrapper {
	width:910px;
	height: auto;
	margin-left:auto;
	margin-right: auto;
}

#logo{
	width:239px;
	height:95px;
	font-size:0px;
	background-image:url(../img/logo.png);
	background-repeat: no-repeat;
	margin-left:auto;
	color:#999;
	margin-right:auto;
	margin-bottom:50px;
	
}


#projects ul{
	list-style:none;
	width:900px;
	margin-left:5px;
}

#projects ul li {
	background-image:url(../img/project_bg.png);
	background-repeat:no-repeat;
	display:inline-block;
	width:270px;
	height:270px;
	margin-right: 20px;
	padding-left:7px;
	padding-top:7px;
}

#projects ul li a{
	width:236px;
	height:236px;
	display:block;
	text-decoration:none;
	margin-left:5px;
	margin-top:5px;
	border:0;
	position:absolute;
	z-index:1;
	
}

#projects ul li a img:hover{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;

}

#projects ul li a h2{
	position:absolute;
	background-color:#fff;
	width:216px;
	color:#333;
	z-index:5;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.0em;
	text-transform:uppercase;
	padding: 10px 10px 10px 10px;
}


.hide{
	display:none;
}

#project_title {
	font-family:Verdana, Geneva, sans-serif;
	font-size:2.2em;
	color:#ccff00;
	padding-bottom: 10px;
	border-bottom: 2px solid #fff;
}

#technology{
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.1em;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#tech_list {
	padding-left:10px;
	float:left;
}

#tech_list li{
	list-style:none;
	width:250px;
	padding-bottom:5px;
	padding-top: 5px;
	border-bottom: 1px dotted #999;
	color:#999;
}

#tech_list li a{
	color:#ccff00;
	text-decoration:none;
}

#tech_list li a.links{
	border-bottom: 0;
}

.project_img {
	width:236px;
	height:236px;
	margin-left: 10px;
	margin-right: 10px;
	border:2px solid #CCC;
	float:left;
}
	
