/* @override 
	http://therushisloud.com/new/style.css
	http://therushisloud.com/style.css
*/

body{
	background-color:#000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #fff;
	text-align: left;
}

#wrapper{
	width: 820px;
	margin: 50px;
}

a{
	color: #d6ecf1;
	text-decoration: none;
}

a:hover{
	color: #fff;
}

h2{
	font-size: 12px;
	color: #d6ecf1;
	margin: 0 0 25px 0;
}

.clearLeft{
	clear: left;
}

/* ========== HEADER =========== */
#header{
	border-bottom: 3px solid #d6ecf1;
	width: 810px;
		text-align:left;
}

.logo{
	float: left;
	margin: 0 50px 0 0;;	
}

.infoBlock{
	float: left;
	margin-right: 50px;
}

.infoBlock ul{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #d6ecf1;
}

.infoBlock hr{
	width: 15px;
	border: 0;
	height: 3px;
	background-color: #d6ecf1;
	margin: 0 auto 0 0;
	text-align:left;
	margin: 0 0 5px 0;;

}

/* ========== PORTFOLIO =========== */
#portfolio{
	margin: 20px 0 0 0;	
}

.item{
	width: 400px;
	height: 245px;
	background-color: #999;
	margin: 0 10px 10px 0;
	float: left;
	font-size: 11px;
}

.item .infoOverlay{
	position: absolute;
	height: 245px;
	width: 205px;
	color: #333333;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(images/bg-dark-85.png);
	color: #fff;
	display: none;

}

.item .infoOverlay h3{
	color: #d6ecf1;
	font-size: 11px;
	margin-bottom:0
}

.item .infoOverlay h4{
	font-weight: normal;
	color: #999;
	font-size: 10px;
	margin: 0 0 0 0;
}

.item .link{
}


.contact{
	position: absolute;
	top: 95px;
	left: 830px;
}

