/* Copyright 2010 IMPACK Productions. Designed by Taylor Carrigan. http://taylorcarrigan.com/ */


html,body {

	background-color: #f5f5f5;
	text-align: center;
	font-family: "Helvetica", "Arial", Sans-Serif;
	border:0; 
	margin:0; 
	padding:0;
	height: 100%;
	width: 100%;
	-webkit-text-size-adjust: none;
}


body {
	
	 display: table;	 
	
}



/* Global Elements */

p {
	color: #4d4d4d;
	font-size: 12px;
	font-family: "Helvetica", "Arial", Sans-Serif;
	line-height: 14px;
	text-shadow: 0px 1px 0px #fff;
	
}

h1 {
	
	color: #191919;
	font-size: 24px;
	font-family: "Helvetica", "Arial", Sans-Serif;
	text-shadow: 0px 1px 0px #fff;
	font-weight: bold;
	
}


h2 {
	
	color: #191919;
	font-size: 18px;
	font-family: "Helvetica", "Arial", Sans-Serif;
	text-shadow: 0px 1px 0px #fff;
	font-weight: bold;
	
}

a, a:link, a:visited {
	
	color: rgb(0, 136, 204);
	text-decoration: none;
	
	
}

a:hover, a:link:hover, a:link:visited:hover {
	
	text-decoration: underline;
	
}



/* End Global Elements */



#wrapper {
	
	width: 1000px;
	height: 100%;
	margin: 0 auto;

	
	
}

#hero {
	
	width: 1000px;
	height: 600px;
	background: url('hero-background.png') no-repeat;
	
	
}

#hero .twitterContainer {
	margin-left: 650px;
	padding-top: 175px;
	
}


#hero a.twitterButton {
	
	width: 240px;
	height: 90px;
	background: url('twitter-button-sprite.png') 0 0 no-repeat;
	display: block;
	
	
}

#hero a.twitterButton:hover {
	
	background: url('twitter-button-sprite.png') -240px 0 no-repeat;
	
}

#hero a.twitterButton:active {
	
	background: url('twitter-button-sprite.png') -480px 0 no-repeat;
	margin-top: 1px;
}

.contentContainer {
	
	width: 750px;
	margin: 0 auto;
	
}

#intro {
	
	width: 1000px;
	background: url('separator.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: left;
	
}


#endorsements {
	
	width: 1000px;
	background: url('separator.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: left;
	
	
}

#endorsements .contentContainer {
	
	padding-top: 30px;
	padding-bottom: 30px;
	
	
}


#endorsements .contentContainer .contentLeft {
	
	
	width: 330px;
	float: left;
	text-align: left;
	
	
}

#endorsements .contentContainer .contentRight {
	
	
	width: 330px;
	float: right;
	
	
}


.endorsement {
	
	background: url('quotes.png') no-repeat;
	min-height: 75px;
	padding-left: 30px;
	padding-top: 25px;
	
}

p.endorsementSource {
	
	font-size: 14px;
	font-weight: bold;
}


p.endorsementSourceAttribution {
	
	font-size: 11px;
	font-weight: bold;
	margin-left: 15px;
	line-height: 12px;
	margin-top: -8px;
	
}


#intro .contentContainer .contentLeft {
	
	
	width: 375px;
	float: left;
	text-align: left;
	padding-top: 40px;
	
}

#intro .contentContainer .contentRight {
	
	
	width: 375px;
	float: right;
	
	
}


#intro .contentContainer .contentLeft h1 {
	
	color: #191919;
	font-size: 24px;
	font-family: "Helvetica", "Arial", Sans-Serif;
	text-shadow: 0px 1px 0px #fff;
	font-weight: bold;
	
	
}

#intro p {
	
	color: #4d4d4d;
	font-size: 12px;
	font-family: "Helvetica", "Arial", Sans-Serif;
	line-height: 14px;
	text-shadow: 0px 1px 0px #fff;
}



.specs {
	
	width: 220px;
	height: 335px;
	margin-left: 155px;
	padding-top: 50px;
	text-align: left;
}


.specs .content {
	
	padding-left: 13px;
	
}


.specs h1 {
	
	
	color: #191919;
	font-size: 18px;
	font-family: "Helvetica", "Arial", Sans-Serif;
	text-shadow: 0px 1px 0px #fff;
	font-weight: bold;
	
}

.priceListing {
	
	width: 185px;
	color: #191919;
	font-size: 36px;
	font-family: "FF-Market-Web", Serif;
	text-shadow: 0px 1px 0px #fff;
	text-align: center;
	
	
}

.comingSoonButton {
	
	width: 220px;
	height: 70px;
	background: url('coming-soon-button.png') no-repeat;
	
}

a.downloadButton {
	
	margin: 0;
	display: block;
	background: url('download-button-sprite.png') 0 0 no-repeat;
	width: 220px;
	height: 70px;
	text-align: center;
	color: rgba(255, 255, 255, 0.0000);
	text-transform: uppercase;
	font-family: "Helvetica", "Arial", Sans-Serif;
	font-size: 18px;
	
	
}

a.downloadButton:hover {
	
	background: url('download-button-sprite.png') -220px 0 no-repeat;
	
}

a.downloadButton:active {
	
	
	background: url('download-button-sprite.png') -440px 0 no-repeat;
	margin-top: 1px;
	margin-bottom: -1px;
	
}

.row {
	
	width: 1000px;
	background: url('separator.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: left;
	padding-bottom: 35px;
}


.row .contentContainer {
	
	padding-top: 30px;
	
}


.row .contentContainer .heading h1 {
	
	margin-bottom: 30px;
	
}

.row .contentContainer .contentLeft {
	float: left;
	width: 370px;

}

.row .contentContainer .contentRight {
	
	float: right;
	width: 335px;

}


.row img {

	border: none;
}

.row .contentContainer .contentRight img {
	
	padding-right: 30px;
	
}

.row .contentContainer .contentRight ul li {
	
	
	list-style: none;
	font-family: "Helvetica", Sans-Serif;
	font-size: 12px;
	color: #191919;
	line-height: 16px;
	padding-left: 42px;
	margin-left: -20px;
	margin-bottom: 45px;
	
}


.row .contentContainer .contentRight ul li h1 {
	
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
	
}




.row .contentContainer .contentRight ul li.howtosing {

background: url("How-to-Sing.png") no-repeat;



}

.row .contentContainer .contentRight ul li.focusvoice {
	
background: url("focus-on-my-voice.png") no-repeat;
	
}


.row .contentContainer .contentRight ul li.workout {
	
background: url("Give-me-a-workout.png") no-repeat;
	
}


.row .contentContainer .contentRight ul li.riffnrun {
	
background: url("Riff-n-Run.png") no-repeat;



}


.screencastPosterFrame {
	
	width: 335px;
	height: 495px;
	background: url('exercise-select-posterframe.png') no-repeat;
	
}


.screencastPosterFrame a.playButton {
	
	
	width: 335px;
	height: 495px;
	display: block;
	background: url('play-button-sprite.png') 0 0 no-repeat;
	
	
}

.screencastPosterFrame a.playButton:hover {
	
	background: url('play-button-sprite.png') -335px 0 no-repeat;
	
}

.screencastPosterFrame a.playButton:active {
	
	background: url('play-button-sprite.png') -670px 0 no-repeat;
	
}


p.caption {
	
	width: 335px;
	text-align: center;
	
	
}

#footer {
	
	margin: 0 auto;
	height: 150px;
	width: 1000px;
	text-align: left;
	padding-bottom: 45px	;
	
}


#footer .contentContainer {
	
	padding-top: 35px;
}


#footer .contentContainer .contentLeft {
	
	float: left;
	width: 370px;

	
}

 #footer .contentContainer .contentRight {
	
	float: right;
	width: 335px;
	
}

#footer h1 {
	
	font-size: 16px;
	
}

a.appstorebadge {
	
	float: right;
	display: block;
	background: url('App-Store-Badge-Sprite.png') 0 0 no-repeat;
	width: 295px;
	height: 110px;
	color: rgba(255, 255, 255, 0.0000);
	text-transform: uppercase;
	font-family: "Helvetica", "Arial", Sans-Serif;
	font-size: 18px;
	
}


a.appstorebadge:hover {
	
	background: url('App-Store-Badge-Sprite.png') -295px 0 no-repeat;
	
}

a.appstorebadge:active {
	
	margin-top: 1px;
	margin-bottom: -1px;
	
}


.clear {
	
	clear: both;
}

/* Contest */

.contestHero {
	
	width: 300px;
	height: 300px;
	background: url('contest-hero.png') no-repeat;
}

a.contest {
	
	height: 33px;
	background: url('contest-link-bg.png') no-repeat;
	padding-left: 40px;
	line-height: 33px;
	display: block;
	
}
