/*
Theme Name: Duperrific Teaser
Theme URI: http://duperrific.com/
Description: Hey! are you curious? visit the frontpage: http://duperrific.com
Version: 1.0
Author: Armando Sosa
Author URI: http://duperrific.com
Tags: clean
*/

*{
	padding:0;
	margin:0;
}

html{
	background:#11292f;
}

body{
	font: 75% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	line-height:1.5em;
	color:#fff;
	text-align:center;
	background:url(images/body_bg.gif) repeat-x;
}

#container{
	width:620px;
	margin:0 auto;
/*	text-align:left;*/
}

	#site-title a{
		display:block;
		height:250px;
		background:url(images/logo.png) no-repeat top center;
		text-indent:-5000px;
	}
	
h1{
	font-weight:normal;
	font-size:20px;
	line-height:30px;
	color:#eee;
	color:#42b7c7;
/*	color:#e30;*/
	width:460px;
	margin:20px 80px;
	text-align:center;
	text-shadow:rgba(0,0,0,.6) 0 -1px 0;
}	

#form{
	width:440px;
	margin:0 80px;	
	padding:20px;
	background:#00303b;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}

	#form h2{
		text-align:center;
		font-size:16px;
		line-height:24px;
		font-weight:normal;
		margin-bottom:8px;
		color:#e90;
	}
	
	#form input.ss-q-short{
		padding:4px;
		width:200px;
	}