/* @override http://chirpflow.local/css/main.css */

*{
	padding: 0;
	margin: 0;
}

img{
	border: none;
}

html, body{
	height: 100%;
}

body{
	font-size: 14px;
	position: relative;
	background-image: url(/img/bg.png);
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #111;
}

#wrapper{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px;
}

ul#header{
	list-style: none;
	padding-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	font: italic bold 14px Georgia, "Times New Roman", Times, serif;
}

a{
	color: #c8006c;
	border: none;
	text-decoration: none;
}

ul#header li{
	float: right;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	padding: 5px;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
	background: #333;
	background: rgba(0, 0, 0, 0.65);
	-webkit-box-shadow: 0px 1px 0px #BBB, 0px -1px 0px #111;
	-moz-box-shadow: 0px 1px 0px #BBB, 0px -1px 0px #111;
}

ul#header li a{
	color: #CCC;
	position: relative;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 25px;
	background: url(/img/sprite.png) no-repeat top left;
}

ul#header li a:hover{
	/*color: #c8006c;*/
}

ul#header li.clearing{
	float: none;
	padding: 0;
	margin: 0;
}

#main{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

h1{
	height: 108px;
	position: relative;
	padding-left: 166px;
	padding-top: 48px;
	background: url(/img/sprite.png) no-repeat top left;
	color: #EEE;
	font: italic bold 48px Georgia, "Times New Roman", Times, serif;
	text-shadow: #444 0 -1px 0, #FFF 0 1px 0;
}

h1 span.subtext{
	position: relative;
	left: 20px;
	top: -5px;
	color: black;
	font-size: 16px;
	text-shadow: #666 0 -1px 0, #BBB 0 1px 0;
}

.clearing{
	clear: both;
}

div.left{
	float: left;
	width: 433px;
}

p{
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1.2em;
}

h3{
	text-shadow: #666 0 -1px 0, #BBB 0 1px 0;
	margin-bottom: 5px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

p.answer{
	padding-left: 10px;
}

div.iphone{
	float: left;
	background: url(/img/sprite.png) no-repeat top left;
	width: 277px;
	height: 484px;
}

div.iphone img{
	display: none;
	position: relative;
	top: 72px;
	left: 44px;
}

div.iphone img.active{
	display: block;
}

div.thumbs{
	float: left;
	width: 90px;
}

div.thumbs a{
	display: block;
	margin-bottom: 20px;
}

div.thumbs a img{
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #333;
	background-color: rgba(0, 0, 0, 0.6);
	width: 80px;
	height: 80px;
}

div.thumbs a:hover img{
	background-color: #c8006c;
}

div.thumbs a.active img{
	background-color: #EEE;
}

div.column{
	float: left;
}

ul#features, ul#requirements, ul#planned_features{
	width: 200px;
	margin-bottom: 20px;
	list-style: none;
	list-style-position: inside;
	list-style-type: disc;
}

ul#features li, ul#requirements li{
	margin-bottom: 5px;
}

/* @group sprites */
.sprite-chirpflow { background-position: 0 1px !important; } 
a:hover.sprite-chirpflow { background-position: 0 -67px !important; } 
.sprite-ep { background-position: 0 -136px !important; } 
a:hover.sprite-ep { background-position: 0 -206px !important; } 
.sprite-support { background-position: 0 -1015px !important; } 
a:hover.sprite-support { background-position: 0 -1083px !important; } 
.sprite-icon { background-position: 0 -276px !important; } 
.sprite-iphone { background-position: 0 -482px !important; } 
/* @end */

/* @group footer */

#push, #footer{
	height: 100px;
}

#footer{
	background: #1A1A1A;
	background: rgba(0, 0, 0, 0.83);
	color: #000;
	text-shadow: #2A2A2A 0 1px;
	text-align: center;
	font-size: 13px;
}

#footer p{
	margin-top: 30px;
}

.excited{
	position: relative;
	text-shadow: #555 0 1px 0, #000 0 -1px 0;
	background: url(/img/sprite.png) no-repeat top left;
	padding-top: 1px;
	padding-left: 20px;
	padding-bottom: 3px;
	background-position: 0 -206px;
	font-weight: bold;
	color: #999;
}

.pixel{
	text-shadow: #555 0 1px 0, #000 0 -1px 0;
	font-weight: lighter;
	color: #00b1f0;
}

#footer .band {
	position: relative;
	width: 100%;
	top: -10px;
	height: 10px;
	display: block;
	background: #333;
	background: rgba(0, 0, 0, 0.7);
}



/* @end */