/*   
Theme Name: nunocarvalho.org coming soon theme
Theme URI: http://www.nunocarvalho.org/basetheme
Description: nunocarvalho.org coming soon theme
Author: Nuno Carvalho
Author URI: http://www.nunocarvalho.org
Version: 0.1
*/

body {
	background: #000000 url(images/background2.jpg) no-repeat center top;
}

.wrap {
	width:		800px;
	position:	relative;
	margin:		0px auto;
}

.logo_holder {
	position:	absolute;
	top:		200px;
	left:		180px;
	width:		181px;
	height:		142px;
}

.messages_holder {
	position:	absolute;
	top:		200px;
	right:		160px;
	height:		142px;
	text-align:	left;	
}

.soon {
	margin-bottom:20px;
}

.letmeknow {
	margin-bottom:4px;
}

.input_holder {
	margin-left:6px;
}

input {
	border:		0px;
	width:		228px;
	height:		25px;
	background: url(images/bg_input.png) no-repeat left top;
	padding:	5px 10px 5px 6px;
	font-family:tahoma;
	color:		#7a7a7a;
	font-size:	12px;
	letter-spacing:2px;
}

p.special {
	display:	none;
}

.message {
	background:	#000; 
	font-family:tahoma;
	font-size:	12px;
	color:		#7a7a7a;
	display:	none;
	width:		216px;
	padding:	8px 6px;
	margin-top:	5px;
	position:relative;
	z-index:1;
}

#subm{
	width:1px;height:1px;
	position:absolute;
	left:-2000px;
}

.tag_holder {
	position:absolute;
	top:370px;
	left:0px;
	width:800px;
	height:156px;
	background: url(images/tags.png) no-repeat center top;
}