
@import url( 'http://fonts.googleapis.com/css?family=Cutive' );

*, BODY, HTML{ 
	padding: 0px; 
	margin: 0px; 
}

BODY
{
	font-family: "Cutive", Courier, "Courier New", sans-serif;
	font-weight: 100;
	background-color: #333;
	color: #fff;
	background-color: #1C74B7;
	background-image: url('/images/blue-texture-bg.png');
}

a, a:active, a:visited, a:link
{
	text-decoration: none;
	font-size: 12px;
	color: #fff;
}

a:hover{
	text-decoration: underline;
}

#topbar{
	width: 100%;
	height: 10px;
	background-image: url('/images/topbar.png');
}



/* 
	NAV
	NAV
	NAV
*/

nav ul
{
	width: 1000px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

nav ul li
{
	float: left;
	list-style-type: none;
	padding: 4px 10px 4px 0px;
}

nav ul li.divider
{
	padding: 8px 10px 4px 0px;
	font-size: 12px;
	color: #fff;
}

nav a, nav a.active, nav a.visited, nav a.link
{
	text-decoration: none;
	font-size: 12px;
	color: #fff;
}

.social
{
	width: 240px;
	float: right;
	margin-top: -40px
}

.social div
{
	float: left;
	padding: 0px 4px 0px 4px;
}

.twitterTweet
{
	height: 20px;
	margin-top: 10px;
}

.twitterFollow
{
	height: 20px;
	margin-top:  10px;
}

.facebookLike
{
	margin-left: -4px;
	padding-left: 0px;
	height: 20px;
	margin-top: 6px;
}

/* 
	GRAY BAND
	GRAY BAND
	GRAY BAND
*/

#grayband
{
	margin: 30px 0px 0px 0px;
	width: 100%;
	height: 262px;
	background-color: #333;
	background-image: url('/images/gray-band-bg.png');
}

#grayband ul
{
	width: 450px;
	padding: 10px 20px 0px 0px;
	list-style: none;
}

#grayband ul li
{
	color: #ccc;
	padding: 10px 0px 10px 0px;
	font-size: 18px;
}

#grayband ul li.bottom
{
	color: #999;
	padding: 10px 0px 10px 0px;
	font-size: 14px;
}

#grayband cite{
	font-size: 12px;
	margin-left: 20px;
}

#grayband .appIcon
{
	float: left;
	padding: 30px 0px 0px 0px;
}

#grayband .storeIcon
{
	float: left;
	padding: 40px 0px 0px 16px;
}

.floatLeft
{
	float: left;
}

.fixedWidthCenter
{ 
	margin: 0px auto;
	padding: 0px; 
	width: 1024px;
}



header
{
	margin: 0px auto;
	padding: 20px 0px 10px 0px;
	width: 1024px;
}

header h1
{
	font-size: 40px;
}




/*
	GALLERY
	GALLERY
	GALLERY
*/

#gallery
{
	clear: both;
	height: 300px;
	padding: 0px;
	margin: 60px auto 60px auto;
	width: 1024px;
}

.tweet
{
	position: relative;
	float: left;
}

.tweet h2
{
	position: absolute;
	padding: 10px;
	margin: 0px;
	bottom: 0%;
	left: 0%;
	height: 40px;
	width: 100%;
	color: #fff;
	font-size: 14px;
}

.tweet .profileImage{
	width: 30px;
	height: 30px;
	padding-right: 10px;
	vertical-align: middle;
}


/*
	NUDIFY LIKE A PRO
	NUDIFY LIKE A PRO
	NUDIFY LIKE A PRO
*/

#nudifyLikeAPro
{
	margin: 60px auto 60px auto;
	width: 1024px;
	height: 600px;
}

#nudifyLikeAPro #phoneContainer
{	
	position: relative;
	margin-left: 70px;
	width: 358px;
	height: 665px;
	overflow: hidden;
	float: left;
}

#nudifyLikeAPro #phone
{
	position: absolute;
	top: 0px;
	left: 0px;
}

#nudifyLikeAPro #phoneScreen
{	
	position: relative;
	top: 126px;
	left: 46px;
	width: 272px;
	height: 408px;
	overflow: hidden;
}

#nudifyLikeAPro #phoneScreenInner
{
	position: absolute;
	top: 0px;
	width: 1088px;
	height: 638px;
	
	transition: left .5s;
	-moz-transition: left .5s; /* Firefox 4 */
	-webkit-transition: left .5s; /* Safari and Chrome */
	-o-transition: left .5s; /* Opera */
}

#nudifyLikeAPro #phoneScreenInner img
{
	float: left;
}

#nudifyLikeAPro #phoneScreenInner.step1
{
	left: 0px;
}

#nudifyLikeAPro #phoneScreenInner.step2
{
	left: -272px;
}

#nudifyLikeAPro #phoneScreenInner.step3
{
	left: -544px;
}

#nudifyLikeAPro #phoneScreenInner.step4
{
	left: -816px;
}

#nudifyLikeAPro #right
{
	margin-top: 100px;
	margin-right: 70px;
	float: right;
	width: 500px;
}

#nudifyLikeAPro #right h1
{
	font-size: 34px;
}


#pageControl
{
	width: 200px;
	height: 20px;
	
	margin: 60px 0px 20px 0px;
}

#pageControl .pageControlDot
{
	width: 20px;
	height: 20px;
	background-color: #aaa;
	float: left;
	margin: 0px 18px 0px 0px;
	
	-moz-border-radius: 20px;
	border-radius: 20px;
	
/* 	cursor: pointer; */
	
	transition: background .5s;
	-moz-transition: background .5s; /* Firefox 4 */
	-webkit-transition: background .5s; /* Safari and Chrome */
	-o-transition: background .5s; /* Opera */
}

#pageControl .activeDot
{
	background-color: #fff;
}

#pageTextContainer
{
	width: 400px;
	height: 300px;
	position: relative;
}

#pageTextContainer .pageText
{
	position: absolute;
	top: 0px;
	left: 0px;
		
	opacity: 0;

	transition: opacity .5s;
	-moz-transition: opacity .5s; /* Firefox 4 */
	-webkit-transition: opacity .5s; /* Safari and Chrome */
	-o-transition: opacity .5s; /* Opera */
}

#pageTextContainer .activeText
{
	opacity: 1;
}

#pageTextContainer h2
{
	font-size: 22px;
}

#pageTextContainer P
{
	font-size: 15px;
}

.privacy{
	margin-top: 50px;
	clear: both;
	text-align: left;
	font-family: helvetica-nueu, helvetica, verdana, sans-serif;
}

.privacy p{
	margin: 12px auto 12px 10px;
	font-weight: 100;
	font-size: 16px;
}

.privacy ul{
	margin-left: 50px;
}

.privacy li{
	margin-bottom: 10px;
}

.privacy h1{
	margin: 16px auto 10px auto;
	font-size: 24px;
}

.privacy h3{
	margin: 13px auto 16px auto;
	font-size: 18px;
	margin-top: 30px;
	font-weight: 500;
}


/*
	FOOTER
	FOOTER
	FOOTER
*/

#footer
{
	margin: 120px 0px 0px 0px;
	padding: 30px 0px 0px 0px;
	width: 100%;
	height: 300px;
	background-color: #333;
	background-image: url('/images/footer-bg.png');
	
	text-align: center;
	color: #ccc;
}

#footer img
{
	margin: 38px 0px 0px 0px;
}

#footer p
{
	margin: 10px 0px 10px 0px;
	font-size: 12px;
	color: #ccc;
}
