html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: 500;
	font-style: inherit;
	font-family: 'Myriad Pro',Verdana, Arial, helvetica, sans-serif;
	vertical-align: baseline;
	
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

.error{
	color:#ff0000;
}

/*******************************************************************/
/*                      GENERAL TAG STYLES                         */
/*******************************************************************/


/*******************************************************************/
/*                       FONT SIZES   							   */
/*******************************************************************/
/*	
	30px = 2.5em 
	22px = 1.833em
	20px = 1.67em
	18px = 1.5em
	16px = 1.333em
	14px = 1.167em
	13px = 1.083em
	12px = 1em
	11px = 0.92em
	10px = 0.833em
	8px  = 0.67em
	
*/  	
/********************************************************************/																	
/********************************************************************/

html {
	font-size: 100%;
}


body {
   font-family: Arial, helvetica, sans-serif;
   font-size: 75%; /* the default value of modern browsers is 16px, when text set to medium, hence 75% of 16px = 12px */
   line-height: 1.6em; /* 16?1.125=18 */
   color: #9b9588;
   text-align: center;
   background: #0c0c0c url(../images/bg.jpg) repeat-x;
   height: 100%;
}

h1 {
	font-size: 1.833em;
}

h2 {
	font-size: 2.5em;
	line-height: 1em;
	font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", Arial, sans-serif;
	font-weight: 300;

}

h3 {
	font-size: 1.167em;
}

p, li, li li, td, td p, td li, td li li, a {
	font-size: 1em;
}

b, strong {
   font-weight: bold;
}

i, em {
   font-style: italic;
}

u {
   text-decoration: underline;
}

a,a:visited{
	color: #13476A;
}


/*******************************************************************/
/*                      GENERAL HELPER STYLES                      */
/*******************************************************************/

div.clear {
   clear: both;
   height: 0;
   line-height: 0;
   overflow: hidden;
   background-color: #fff;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



/*******************************************************************/
/*                         LAYOUT STYLES                           */
/*******************************************************************/

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 898px;
	position: relative;
}

#header {
	display: block;
	width: 898px;
	height: 170px;
	background-color: transparent;
	position: relative;
}



body.terms #menu ul li.home,
body.report #menu ul li.home,
body.congrats #menu ul li.home{
	visibility: visible;
}

.myapp-background {
	display: none;
	width: 898px;
	height: 418px;
	background: url(../images/myapps_btn2.png) no-repeat;
	position: absolute;
	left: 4px;
	top: 172px;
}

body.home .myapp-background{
	display: block;
}

body.home #menu ul li.myapps{
	visibility: visible;
}


#content {
	display: block;
	width: 898px;
	height: 418px;
	background: url(../images/background_main.png) no-repeat;
	color: #3a3a3a;
	position: relative;
}

#footer {
	display: block;
	width: 898px;
	height: 30px;
	margin-top: 145px;
	padding-bottom: 25px;
	background-color: transparent;
	position: relative;
}



/***** HEADER AREA **********/
/****************************/

#header h1 {
	position: absolute;
	left: 10px;
	top: 0px;	
}

#header h1 a{
	display: block;
	width: 523px;
	height: 363px;
	text-indent: -9999px;
	background: url(../images/main_title_new.png) no-repeat;
}
#header .numApps {
	font-size: 1.67em;
	color: #9fbbc0;
	font-weight: bold;
	position: absolute;
	left: 32px;
	top: 84px;
}

#header .twitBtn {
	display: block;
	width: 170px;
	height: 67px;
	position: absolute;
	right: 5px;
	top: 130px;

}
#header .twitAuth a {
	display: block;
	width: 170px;
	height: 67px;
	position: absolute;
	right: 5px;
	top: 130px;
	background-color: transparent;
	text-indent: -9999px;

}

/***** CONTENT AREA  *************/
/*********************************/

#content .avatarHolder {
	display: block;
	width: 436px;
	height: 290px;
	background-color: transparent;
	position: absolute;
	left: 10px;
	top: 32px;
}

#content .add-me a {
	display: block;
	width: 147px;
	height: 42px;

	background: url(../images/addme_btn.png) no-repeat;
	position: absolute;
	left: 272px;
	top: -14px;
	text-indent: -99999px;
	
}

#content .more-people{
	position: absolute;
	bottom: 43px;
	left: 11px;
}

#content .search-bg {
	background:transparent url(../images/search_box_bg.png) no-repeat;
	bottom:34px;
	display:block;
	height:30px;
	left:200px;
	position:absolute;
	width:148px;
}


#content .search input#search {
	display: block;
	width: 113px;
	height: 24px;
	/*background: url(../images/search_box_bg.png) top right no-repeat;*/
	position: absolute;
	left: 200px;
	bottom: 33px;
	border: none;
	padding-left: 30px;
	padding-right: 5px;
	padding-top: 6px;
	background: none;
}

#content .search input#submit {
	display: block;
	width: 65px;
	height: 26px;
	position: absolute;
	left: 353px;
	bottom: 37px;
	border: none;
}

#content .searcherror {
	display: block;
	width: 418px;
	height: 25px;
	position: absolute;
	left: 0px;
	bottom: 10px;
	color: #ff0000;
	text-align: right;
}

#content #phone {
	position: absolute;
	left: 415px;
	top: -90px;
	width: 322px;
	height: 588px;
	background: url(../images/phone_noapps.png) no-repeat;
}

#content #phone img {
	display: block;
	width: 240px;
	height: 360px;
	margin: 100px 0px 0px 42px;
}


/**** avatars ****/

#content div.avatarHolder ul {
	width: 406px;
	background-color: transparent;
	padding: 10px;
	display: block;
	float: left;
}

#content div.avatarHolder ul li {
	width: 24px;
	height: 24px;
	float: left;
	margin: 0 5px 5px 0;
	padding: 0;	
	background: #151a1f;
	overflow: hidden;
	display: block;		
}

#content div.avatarHolder ul li a {
	width: 23x;
	height: 23px;
	display: block;	
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: 1px solid #999;
}

#content div.avatarHolder ul li a img {
	display: block;
	width: 23px;
	height: 23px;
	padding: 0;
	margin: 0;
}


/** contributor info **/

.contributor {
	float: right;
	width: 418px;
	background: url(../images/user_info_bg.png) no-repeat;
	height: 351px;
	margin-right: 10px;
	margin-top: 47px; 
}

.contributor .userholder {
	position: absolute;
	top: -10px;
	right: 10px;
	display: block;
	width: 218px;
	height: 106px;
	background: url(../images/user_name_holder_new.png) no-repeat;
}

.contributor .userholder .screen {
	float: left;
	width: 110px;
	height: 40px;
	background-color: transparent;
	display: block;
	font-size: 1.167em;
	color: #fff;
	margin: 27px 0px 0px 36px;
}

.contributor .userholder .screen span {
	color: #9fbcd0;
}


.contributor div.avatar {
	float: right;
	display: block;
	width: 46px;
	height: 46px;
	margin: 20px 20px 10px 0px;
	overflow: hidden;
	border: 1px solid #7d7d7d;
}

.contributor div.avatar img {
	display: block;
	width: 46px;
	height: 46px;
}

.contributor .info {
	position: absolute;
	width: 145px;
	height: 250px;
	right: 20px;
	top: 94px;
	background-color: transparent;
	font-size: 1em;
	line-height: 1.3em;
	overflow: hidden;
	color: #eaeaea;
}

.contributor .info a,
.contributor .info a:visited{
	color: #eaeaea;
}

.contributor .follow a {
	display: block;
	width: 130px;
	height: 26px;
	position: absolute;
	right: 35px;
	bottom: 40px;
	background: url(../images/follow_twitter_btn.png) no-repeat;
	text-indent: -99999px;
}

.contributor .info div {
	margin-bottom: 0px;
}

.contributor .info div span {
	color: #9fbcd0;	
}

.contributor .report{
	display: block;
	position: absolute;
	left: 500px;
	top: 480px;
}


/***** MAIN NAV ******/
/*********************/

#menu {
	display: block;
	background: none;
	position: absolute;
	left: 30px;
	top: 180px;
	z-index: 1000;
}


#menu ul {
	padding: 0;
	margin: 0;
}

#menu ul li {
	visibility: hidden;
	width: 115px;
	height: 30px;
	float: left;
	z-index: 1000;
}

#menu ul li a {
	display: block;
	color: #9fbcd0;
	text-decoration: none;
	background: none;
	border: none;
}

#menu ul li.home a{
	color: #000;
}




/*********  FOOTER AREA **************/
/*************************************/

#footer ul {
	position: absolute;
	top: 145px;
	left: 20px;
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	color: #3a3a3a;
	padding: 0px 7px 0px 5px;
	border-right: 1px solid #3a3a3a;
	text-decoration: none;
}

#footer ul li.first a {
	padding-left: 0px;
}

#footer ul li.last a {
	padding-right: 0px;
	border-right: none;
}

div.copyright {
	position: absolute;
	right: 10px;
	color: #3a3a3a;

}

div.copyright a{
	color: #3a3a3a;
	text-decoration: none;
}

div.copyright a:hover{	
	text-decoration: underline;
}


/******** UPLOAD & UPDATE PAGES  *************/
/***********************************/



body.upload #content h3 {
	font-size: 1em;
}

body.upload #content h2 span {
	color: #13476a;
}

body.upload #content .content-top,
body.terms #content .content-top, 
body.report #content .content-top {
	width: 850px;
	height: 68px;
	display: block;
	margin: 0 auto;
	padding-top: 60px;
	padding-left: 20px;
	position: relative;
}

body.upload #content .content-top{
		background: url(../images/divider.gif) bottom left no-repeat;
		
}
body.upload #content .content-top p{
		color: #13476a;
}

body.terms #content .content-top{
	padding-top: 50px;
	line-height: 1.5em;
}

body.terms #content .content-top p{
	margin-bottom: 3px;
}

body.terms #content h4{
	font-size: 1.2em;
	font-weight: bold;
	margin: 5px 0;
}

body.upload #content .content-left {
	float: left;
	width: 212px;
	margin-right: 0px;
	margin-top: 20px;
	margin-left: 30px;
}


body.upload #content .iphone .content-central-one p {
	padding-bottom: 10px;
}

body.upload #content .iphone .content-central-one p{
	line-height: 1.2em;
}
body.upload #content .content-central-one {
	float: left;
	width: 200px;
	margin-right: 0px;
	margin-top: 20px;
	margin-left: 20px;
}

body.upload #content .iphone .content-central-one{
	width: 250px;
	margin-right: 30px;
	margin-left: 40px;
}

body.upload #content .iphone .content-central-two{
	width: 235px;	
}

body.upload #content div.content-left h3 span,
body.upload #content div.content-central-one h3 span,
body.upload #content div.content-central-two h3 span,
body.upload #content div.content-right h3 span{
	padding-left: 10px;	
}
body.upload #content div.content-left h3 span,
body.upload #content div.content-central-two h3 span{
	color: #747373;
}

body.upload #content span.terms-link{
	padding-left: 23px;
}


body.upload #content div.content-right input.button{
		margin-left: 23px;
}


body.upload #content .content-central-one h3 {
	margin-bottom: 18px;
}


body.upload #content .content-central-one-b h3 {
	margin-top: 18px;	
}

body.upload #content .content-central-two {
	float: left;
	width: 210px;
	margin-right: 0px;
	margin-top: 20px;
	margin-left: 20px;
}

body.upload #content .content-left #video {
	width: 212px;
	height: 163px;
	background-color: #1e1d1d;
	display: block;
	margin-top: 18px;
}

body.upload #content .content-right {
	float: left;
	width: 180px;
	margin-top: 20px;
	margin-left: 20px;
}

/* form elements */

body.upload #content textarea {
	width: 190px;
	height: 140px;
	border: none;
	background: url(../images/textarea_bg.png) no-repeat bottom left;
	padding: 10px;
	margin: 0;
	margin-top: 18px;
	overflow: auto;
}

body.upload #content input.button {
	margin-top: 18px;
}

body.update #content .content-top p.error, body.upload #content .content-top p.error {
	display: block;
	width: 500px;
	height: 30px;
	background-color: transparent;
	color: #ff0000;
	position: absolute;
	left: 370px;
	top: 94px;

}

body.update #content label{
	font-weight: bold;
}

/******  CONGRATS PAGE ***********/
/*********************************/


body.congrats #content .content-left {
	width: 387px;
	height: 325px;
	display: block;
	background-color: transparent;
	position: absolute;
	left: 30px;
	top: 60px;
}

body.congrats #content .content-left p.message {
	display: block;
	width: 310px;
	height: 40px;
	background: url(../images/congrats_box_bg.png) no-repeat;
	padding: 20px;
	margin: 16px 0px 16px 0px;
	color: #13476a;
}

body.congrats #content .content-left p.message a {
	color: #13476a;
}

body.congrats #content .content-left .seperator {
	display: block;
	width: 385px;
	height: 2px;
	background: url(../images/seperator_small.gif) no-repeat;
	margin: 16px 0px 16px 0px;
}

body.congrats #content .content-left .appurl {
	display: block;
	width: 261px;
	height: 24px;
	background: url(../images/myappsurl_bg.png) no-repeat;
	padding: 6px 0px 0px 90px;
	margin: 32px 0px 0px 0px;

}
body.congrats #content .content-left .appurl a {
	color: #9fbcd0;
	text-decoration: none;
}
	

body.congrats #content .content-left h2 span{
	color: #13476A;
}

body.congrats div#content input#tweet_message{
	width: 310px;
	border: 1px solid #999;
}
body.terms div.content-top h2{
	margin: 0 0 10px 0;
}

body.upload div.content-top h2 span,
body.upload div.content-top h2{
	font-weight: bold;
}