body, html
{
	margin: 0px;
	padding: 0px;
	background-color: #242424;
	width: 100%;
	height: 100%;
}

body
{
	font-family: 'museo sans', futura, helvetica, arial;
	color: #ffffff;
	font-size: 11pt;
}

img
{
	border: 0px;
}

a, a:visited, a:active
{
	border: 0px;
	color: #06C;
	text-decoration: none;
}

a:hover
{
	border: 0px;
	text-decoration: underline;
}


h1.alternative
{
	color: #896a07;
	margin-top: 0px;
	font-size: 14pt;
	text-align: center;
}

.navbar
{
	position: relative;
	width: 100%;
	height: 44px;
	background-image: url("/images/navbar/background.png");
}

.navbar .twitter
{
	float: left;
	width: 226px;
	height: 44px;
	opacity: 0.8;
}

.navbar .facebook
{
	float: left;
	width: 169px;
	height: 44px;
	opacity: 0.8;
}

.navbar .blog
{
	float: left;
	width: 133px;
	height: 44px;
	opacity: 0.8;
}

.navbar .add_this
{
	margin-left:20px;
	margin-top: 13px;
	float: left;
	width: 169px;
	height: 31px;
	opacity: 0.8;
}

.navbar .contact
{
	float: right;
	width: 80px;
	height: 44px;
	opacity: 0.8;
}

.navbar .buy
{
	float: right;
	width: 79px;
	height: 44px;
	opacity: 0.8;
}

.navbar .twitter:hover, .navbar .facebook:hover, .navbar .facebook:hover, .navbar .contact:hover, .navbar .buy:hover
{
	opacity: 1.0;
}

.header
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 210px;
}

.footer
{
	clear: both;
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 160px;
	background-color: #000000;
	background-image: url("/images/footer/background.png");
	background-repeat: repeat-x;
	margin-top: 20px;
	color: #ffffff;
}

.footer .available_on_the_app_store
{
	position: absolute;
	left: 290px;
	top: 40px;
	width: 170px;
	height: 59px;
	left: 50%;
	margin-left: -85px;
}

.footer .i_evolved_in_utopia
{
	float: right;
	width: 120px;
	height: 60px;
	margin-top: 40px;
	margin-right: 20px;
	
}


.footer .watch_the_screencast_button
{
	position: absolute;
	left: 90px;
	top: 35px;
	width: 185px;
	height: 70px;
}

.footer a
{
	color: #ffc721;
}

.footer .second_shootr_s
{
	position: absolute;
	left: 0px;
	top: 30px;
	width: 76px;
	height: 123px;
}

.footer .copyright
{
	position: absolute;
	left: 90px;
	top: 130px;
}

.main_logo
{
	position: relative;
	left: 20px;
	top: 20px;
	width: 298px;
	height: 179px;
}

.for_iphone_and_ipod_touch
{
	float: right;
	width: 376px;
	height: 68px;
	margin-right: 32px;
	margin-top: 80px;
}

.header .available_on_the_app_store
{
	display: none;
	position: absolute;
	left: 100%;
	top: 175px;
	margin-left: -314px;
	width: 170px;
	height: 59px;
	
	left: 50%;
	margin-left: -85px;
	top: 85px;
	
	left: 149px;
	top: 173px;
	margin-left: 0px;
	
}


.header .watch_the_screencast_button
{
	position: absolute;
	left: 340px;
	top: 80px;
	margin-left: 0px;
	width: 185px;
	height: 70px;
}

.centered_960px
{
	position: relative;
	left: 50%;
	margin-left: -480px;
	width: 960px;
}

.rounded_yellow_700px
{
	position: relative;
	left: 60px;
	top: 0px;
	width: 70px;
}

.rounded_yellow_700px .top
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 700px;
	height: 15px;
}

.rounded_yellow_700px .content
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 700px;
	background-color: #ffc721;
	color: #000000;
}

.rounded_yellow_700px .content .offset
{
	margin-left: 20px;
	width: 470px;
}

.rounded_yellow_700px .content .offset2
{
	margin-left: 20px;
	width: 660px;
}

.rounded_yellow_700px .bottom
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 700px;
	height: 15px;
}

.iphone
{
	position: absolute;
	top: 0px;
	left: 553px;
	width: 407px;
	height: 751px;
}



.iphone .screen
{
	overflow: hidden;
	position: absolute;
	left: 45px;
	top: 137px;
	width: 320px;
	height: 480px;
	background-color: #000000;
}

.modal_background
{
	z-index: 50;
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	background-color: #ffc721;
	background-color: #ffffff;
	opacity: 0.75;
}

.modal_iphone
{
	position: absolute;
	z-index: 100;
	left: 50%;
	top: 20px;
	margin-left: -400px;
	width: 400px;
	height: 400px;
}

.modal_iphone .screen
{
	
}



.slightly_less_big_form
{
	padding: 25px;
}

.slightly_less_big_form label
{
	float: left;
	font-size: 20px;
	margin-right: 20px;
	width: 120px;
}

.slightly_less_big_form label.required
{
/*	color: green; */
}

.slightly_less_big_form input[type="text"], .slightly_less_big_form input[type="password"]
{
	float: left;
	margin-right: 20px;
	width: 300px;
	font-size: 14px;
}

.slightly_less_big_form textarea
{
	width: 300px;
	height: 100px;
	font-size: 14px;
}

.slightly_less_big_form input[type="submit"]
{
	margin-left: 175px;
	background-color: #0066cc;
	border: 0px;
	width: 130px;
	height: 30px;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}

.slightly_less_big_form input[type="submit"]:hover
{
	background-color: #101010;
}

