/* @override 
	http://localhost:3000/stylesheets/pages/index.css
*/

h2.tagline{
	font-size: 2.7em;
	margin-bottom: 0px;
	margin-top: 20px;
}

/*floating hab.la "thisishabla"*/
#thisishabla {
  height: 96px;
  position: absolute;
  z-index: -1;
  background: url(../../../../images/thisishabla.gif) no-repeat;
  bottom: 0;
  right: 0;
  width: 150px;
}



#logo{
	background: url(../../../../images/logo-header.png) no-repeat;
	width: 400px;
	height: 76px;
	text-indent: -2000px;
}

.signup{
	height: 330px;
	background: url(../../../../images/fp-signup-withshadow.png) repeat-x 0 59px;
}

#getstarted{
	background-image: url(../../../../images/fptemp.png);
	height: 330px;
}

div.geturl{	
	color: #fff;
	margin-top: 100px;
}

.geturl h1{
	color: white;
	font-weight: bold;
	font-size: 2.8em;
}

.geturl h2{
	color: white;
	font-size: 1.6em;
	margin-bottom: 0;
}

input.textin{
	border: 3px solid #4b7daa;
	width: 290px;
	margin-right: 20px;
}

input.button{
	background-color: #f28300;
	color: #fff;
	font-weight: bold;
	border: 4px solid white;
	padding: 8px;
	font-size: 2em;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;

}

input.button:hover{
	border-color: black;
}

.showcase img{
	border: 0px solid #c9c9c9;
}

.showcase{
	padding-bottom: 30px;
	
}

.showcase a{
	text-decoration: none;
	color: black;
}

.showcase b{
	float: right;
	text-decoration: none;
}

.showcase blockquote{
	font-size: 1.2em;
	text-decoration: none;
}



.footer{
	background: transparent url(../../../../../images/shadow-ontop.png) repeat-x;
}

.shadowtop{
	
	background-color: #c0c0c0;
}

.footer .container{	
	padding-top: 50px;
	padding-bottom: 100px;
}

.footer ul{
	list-style-type: none;
	font-size: 1.2em;
	margin-left: 0;
}

.footer li{
	margin-top: 6px;
}

.footer li b{
	font-size:1.1em;
	display: block;
	padding-bottom: 20px;
	color: #373737;
}

.footer a{
	color: #6e6e6e;
	text-decoration: none;
}

.addy{
	margin-top: 30px;
	font-size: 1.1em;
	background-color: #c7c7c7;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 30px;
	-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

.footer a:hover{
	color: black;
	border-bottom: 2px dotted #fff;
}

/* vimeo related */

#getstarted object{
	position: relative;
	top: 23px;
	left: 15px;
	float: left;
}
.vimeo{
 width:  350px;
 height: 291px;
}

.vimeo img {
	position: relative;
	top: 23px;
	left: 15px;
	float: left;
	cursor: hand;
    cursor: pointer;
}
