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

	Theme Name: Mustafa Matin
	Description: Prepared the personal website
	Designer: Mustafa Matin
	
	Copyright
	Creaxel Creative Studios
	www.creaxel.com
	
*/
body{
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
}

h1{
	color:#fff;
	display:block;
	font-size:100px;
	font-weight:bold;
	text-align:right;
	margin:0;
	margin-top:30px;
	padding:0;
	float:left;
	height:80px;
	width:980px;
	border-bottom:1px solid #fff;
}
/*
h2{
	color:#87b624;
	font-weight:bold;
	margin:0 0 7px 5px;
	height:19px;
	text-indent:-9999px;
}

h3{
	color:#888;
	font-weight:bold;
	font-size:14px;
	padding:9px 0 0 4px;
	border-top:1px solid #e5e5e5;
}
*/
p{
	color:#fff;
	font-size:12px;
	margin:0;
	padding:0;
}

/*//////////////////*/

#container{
	width:980px;
	margin:0 auto;
	text-align:left;
	position:relative;
	overflow:hidden;
}

#header{
	width:auto;
	height:89px;
	background:#000;
	overflow:hidden;
	margin-left:18px;
	margin-right:18px;
}

p#logo{
	width:479px;
	height:90px;
	margin:0;padding:0;
	float:left;
}

#header p#home_link{
	float:right;
	padding-top:0;
	line-height:60px;
	margin-top:30px;
}
#header p#home_link a{
	display:block;
	color:#000;
	background:#fff;
	font-size:60px;
	font-weight:bold;
	text-decoration:none;
	margin:0;
	padding:0;
	float:left;
	height:60px;
}


/*////////Navigation/////////*/
ul#nav{
	margin:0; padding:0;
	margin-left:30px;
	margin-top:30px;
	float:left;
}
ul#nav li{
	float:left;
	list-style-type:none;
	height:90px;
	width:900px;
}

ul#nav a{
	display:block;
	color:#fff;
	font-size:100px;
	font-weight:bold;
	text-decoration:none;
	margin:0;
	padding:0;
	float:left;
	height:90px;
	
}
ul#nav a:hover{
	background:#666;
}

/*----Main----*/
#main{
	overflow:hidden;
}


/*/////////////////*/
div.content{
	float:left;
	display:none;
	border:1px dotted #fff;
	overflow:hidden;
	
	margin-top:15px;
	margin-bottom:15px;
}

div.show{
	display:block;
}
/*//////////////////*/


/*Footer */
#footer{
	width:980px;
	clear:both;
	overflow:hidden;
}

#footer div#copyright{
	float:left;
	margin:0;
	margin-top:40px;
}
	#footer div#copyright p{
		font-size:11px;
		margin-left:30px;
	}