@charset "utf-8";

/* CSS file for coming soon page of shabithishan.com 
   Author  : Shabith Ishan							 
   Version : 1.0								 	 
   Date	: 27th of June, 2009					     */




body{
	background:#000000 url(../../images/comingsoon-bg.jpg) no-repeat top center;
	font-family:Georgia, "Times New Roman", Times, serif;
	/* JqueryUI trick */
	font-size: 62.5%;
}

#contentBox{
	width:960px;
	height:700px;
	margin:auto;
	text-align:center;

}

#contentBox{
	margin-top:100px;
}

#textHead{
	padding: 16px 0 10px 0;
	line-height:50px;
}

#highlight33{
	background:#000;
	color:#FFF;
	font-size:33px;
	font-style:italic;
	padding:5px 14px 5px 14px;
}

#highlight28{
	background:#000;
	color:#FFF;
	font-size:28px;
	font-style:italic;
	padding:5px 12px 5px 13px;
}

#highlight15{
	background:#000;
	color:#FFF;
	font-size:15px;
	font-style:italic;
	padding:6px;
	
	
}

#textBottom{
	margin-top:38px;
}

#bottomIcons{
	margin:auto;
	margin-top:30px;
	text-align:center;
	width:525px;
	height:100px;
	
}

#bottomIcons a div{
	float:left;
	width:93px;
	height:92px;
	cursor:pointer;

}

#iconTwitter{
	background:url(../../images/twitter-icon-off.png) no-repeat top left;
}

#iconTwitter:hover{
	background:url(../../images/twitter-icon-on.png) no-repeat top left;
}

#iconDeviantart{
	background:url(../../images/deviantart-icon-off.png) no-repeat top left;
	margin-left:15px;
}

#iconDeviantart:hover{
	background:url(../../images/deviantart-icon-on.png) no-repeat top left;
	margin-left:15px;
}

#iconLastfm{
	background:url(../../images/lastfm-icon-off.png) no-repeat top left;
	margin-left:15px;
}

#iconLastfm:hover{
	background:url(../../images/lastfm-icon-on.png) no-repeat top left;
	margin-left:15px;
}

#iconTumblr{
	background:url(../../images/tumblr-icon-off.png) no-repeat top left;
	margin-left:15px;
}

#iconTumblr:hover{
	background:url(../../images/tumblr-icon-on.png) no-repeat top left;
	margin-left:15px;
}

#iconContact{
	background:url(../../images/contact-icon-off.png) no-repeat top left;
	margin-left:15px;
}

#iconContact:hover{
	background:url(../../images/contact-icon-on.png) no-repeat top left;
	margin-left:15px;
}
