/*
* CSS file of www.MevanArosha.com
* Author: Mevan Arosha
* Email: me@mevanarosha.com
*/

@charset "utf-8";

*{
	padding:0px;
	margin:0px;
}

a:active, a:focus {outline: 0;}

.clear{
	clear:both;
}

body{
	background:#0b0b0b url(img/bg.jpg) no-repeat  top center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#CCC;
	
}

.container{
	width:700px;
	height:auto;
	position:relative;
	margin:10px auto;
}

ul#menu{
	margin:28px 0px 18px 0px;
	cursor:pointer;
}


.homePromo{
	width:700px;
	height:255px;
	background: url(img/homePromo.jpg) no-repeat;
}

.whoAmI{
	margin:10px 0px 10px 0px;
	float:left;
	width:492px;
}

a{
	color:#2aa2f5;
	text-decoration:none;
}

a:hover{
	color:#6ac2ff;
	text-decoration:underline;
}

.whoAmI p, .featuredProjects p{
	text-align:justify;
	padding:10px 10px 4px 10px;
	font-size:11px;
}

.featuredProjects p{
	padding:0px 0px 10px 2px;
}

.featuredProjects{
	margin:10px 0px 10px 0px;
	float:left;
	width:208px;
}

.fanpageAd{
	width:468px;
	margin:4px auto;
}

.ads{
	height:58px;
	width:468px;
	float:right;
	padding-right:5px;
}

.footer{
	padding:6px;
	font-size:11px;
}

.footerLine{
	background:#0b0b0b url(img/footer.jpg) no-repeat  top center;
	height:3px;
	margin-top:5px;
	padding:15px 0px 20px 0px;
}

.footerLeft{
	float:left;
	width:300px;
	padding-left:5px;
}

.footerRight{
	float:right;
	text-align:right;
	width:350px;
	color:#666;
}

.featuredProjects li{
	list-style:inside square;
	margin-left:5px;
	font-size:11px;
}

.content h1{
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:10px;
}

.portfolioCont{
	width:684px;
	height:255px;
	position:relative;
	margin:5px 0px 15px 11px;
	background:url(img/portfoliobg.jpg) no-repeat;
}

.contactme{
		margin:5px 5px 15px 11px;
		background-color:#000;
		padding:10px 10px 40px 10px;
}

.contactme p{
	margin:5px 0px 10px 0px;
}

.portfolioCont .img{
	position:absolute;
	top:8px;
	left:10px;
	width:296px;
	height:239px;
}

.portfolioCont .title{
	position:absolute;
	top:26px;
	left:320px;
	font-size:18px;	
}

.portfolioCont .desc{
	position:absolute;
	top:72px;
	left:320px;
	width:354px;
	height:176px;
	overflow:hidden;
	font-size:11px;
	text-align:justify;
}

.whoIsMevan h1, .whoIsMevan h2{
	font-size:11px;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

.content{

}

.whoIsMevan {
	font-size:3px;
	position:absolute;
	z-index:-100;
	top:150px;
	left:0px;
	padding:10px;
	color:#0b0b0b;
}
.whoIsMevan h1{
	font-size:6px;
	font-weight:bold;
}
.whoIsMevan h2{
	display:inline;
	font-size:4px;
	font-weight:bold;
}
