/*  
hugetweetsapp.com - style file
Made by: Cesare Rocchi - info@studiomagnolia.com
*/

* {
  margin: 0;
  padding: 0;
}

body {
  background: transparent url('./img/bg.gif') repeat;
  color: #525966;
  font-family: Helvetica, arial, sans-serif;
}

.container {
	background: transparent url('img/containerBg.png') no-repeat;
  	margin: 0px auto;
  	width: 960px;
  	height: 960px;
  	padding-top: 0.5em;
}

#screenshot {
	background: transparent url('img/ipadFrame.png') no-repeat;
	height: 496px;
	width: 385px;
	float: right;
	margin: 3em;
	padding-top: 43px;
	padding-left: 52px;
}

#slider {
	position: relative;
	}
	
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#description {
	font-size: 1.5em;
	float: left;	
	margin: 3em 1em 0em;
}

#logo {
	text-indent: -9999px;
	display: block;
	background-image: url('img/logo.png');
	height: 80px;
	width: 280px;
}

#tapHere {
	background: url("img/tapHere.png") no-repeat scroll left top;
	height:120px;
	width: 165px;
	margin: 30px 0px 0px 0px;
	float: left;
	}

#appStore {
	width: 205px;
	float: right;
	margin-top: 105px;
}

#appStore a {
	background: url("img/appstore.png") no-repeat scroll left top;
	text-indent: -9999px;
	height: 61px;
	display: block;
}
	

#footer {
	clear:both;
	font-size:0.7em;
}

#mailAddr {
	float: left;
}

#madeBy {
	float: right;
}


// contact form style

#thanks {
	margin: 0 auto;
	width: 300px;
	text-align: center;
}



#feedback h1, #feedback span {
	text-align: center;
	display: block;
}

#email {
	border: 0 none;
	background: url("./img/form.png") no-repeat top left transparent;
	float: left;
	outline: 0 none;
	margin: 0;
	height: 44px;
	line-height: 44px;
	padding: 0px 10px;
	font-size: 14px;
	width: 210px;
}

#submit {
	background:url("./img/formButton.png") no-repeat scroll right top transparent;
	border:0 none;
	cursor:pointer;
	height:44px;
	margin:0;
	padding:0;
	width:70px;
	color:#666;
	font-size: 18px;
}

.bar{
	display:none;	
	background: url('./img/ajax-loader.gif') no-repeat top center;
	margin: 0 auto;
	height:20px;
}

#contactForm{
	margin: 10px 0px;
}

#formContainer, #feedback {
	clear: both;
 	width: 300px;
 	margin: 0 auto;
}

#formContainer p {
	text-align: center;
}

.error {
	margin: 10px 0px;
	float: left;
	padding-left: 25px;
	color: red;
}


// general stuff


a, img {
	border: none;
}

a {
	outline: none;
}

ul {
	margin: 2.5em 0em 0em 0em;
}

li {
	list-style-type:none;
	margin-top: 0.4em;
}

a {
	color: #525966;
}


