/* -------------------------------------------------------------- 
  
   Reset default browser CSS.
   
   Based on work by Eric Meyer:
   http://meyerweb.com/eric/tools/css/reset/index.html
   
-------------------------------------------------------------- */

/* v1.0 | 20080212 */

html, body, div, span,
h1, h2, h3, h4,
a, img, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
    background:#fff;
	line-height: 1;
}

 ul {
	list-style: none;
}


/* remember to define focus styles! */

/* remember to highlight inserts somehow! */

/* tables still need 'cellspacing="0"' in the markup */

a img { border: none; }

/* -------------------------------------------------------------- 
   
   Set default typography based on Blueprint
   
   http://code.google.com/p/blueprintcss/
     
-------------------------------------------------------------- */   

body {
    color:#000;    
    font: 12px Arial,sans-serif;
    line-height:18px;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4 { 
	font-weight:normal;
	clear:both;
}


/* Text elements
-------------------------------------------------------------- */
ul {
	margin: 0 0 18px 2.5em;
}

ul {
	list-style:disc;
}

ul ul {
	margin-bottom:0;
}


/* Pullquotes
-------------------------------------------------------------- */

/*

Adapt the following for use in your Child Themes when using
different font-sizes and line-heights

body, input, textarea {
    font: --px Arial,sans-serif;
    line-height:--px;
}

p, ul, ol, dd, pre {
    margin-bottom:--px;
}


All other styles can be overridden--or ignored!--in Child Theme stylesheets

*//*
LAYOUT: One-Column (Right) Fixed
DESCRIPTION: Two-column 950px fixed layout with one sidebar right of content
*/

body {
    min-width:960px;
}

#header {
    position:relative;
}

#branding {
    width:940px;
    margin:0 auto;
}

#access {
    position:relative;
    overflow:hidden;
}

.menu {
    width:940px;
    margin:0 auto;
}

#main {
    width:960px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}

#container {
    width:620px;
    float:left;
}

#content {
    margin:0 0 0 10px;
    width:540px;
    overflow:hidden;
}

#siteinfo {
    clear:both;
    width:940px;
    margin:0 auto;
}


/* =Page Templates
-------------------------------------------------------------- */

/*
    Full Width Template
*/
/* -------------------------------------------------------------- 
   
   Default styles for Images
  
-------------------------------------------------------------- */



/*

Adapt the following for use in your Child Themes when using
different font-sizes and line-heights

.entry-content img,
.wp-caption {
    margin-bottom:--px;
}


All other styles can be overridden--or ignored!--in Child Theme stylesheets

*//* =Global Elements
-------------------------------------------------------------- */

body {
    font-family:Verdana,Arial,Tahoma,sans-serif;
	font-size:13px;
    line-height:22px;
}


body{
	background-color:#000000;
	/* background image removed (not present in static assets) */
	color:#555;
}

 
ul {
    margin-bottom:22px;
}

hr.styled {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0)); 
	background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0)); 
	background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0)); 
	background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0)); 
	margin-top:20px;
	margin-bottom:20px;
	clear:both;
}

a:link {
    color:#2A85E8;
}

a:visited {
    color:#111111;
}

a:active,
a:hover {
    color: #11639d;
}




/* =Header
-------------------------------------------------------------- */

#header {
    z-index:2;
	min-height:50px;
	position:relative;
}

#branding {
	display:block;
	height:80px;
	width:960px;
}


#branding h1{
    float:right;
	clear:none;
	color:#555;
	font-size:20px;
	font-weight:normal;
	/*text-shadow:1px 1px 0px #1a1a1a;*/
	line-height:38px;
	padding-top:0px;
	padding-right:40px;
	padding-left:40px;

}


#header-social{
	float:left;
	padding-top:28px;
}


/******************* MAILCHIMP ***************/
/*
.app-content-left .notif input#mce-EMAIL_appstage{
	float:left;
}
*/


/* =Homepage specific styles
-------------------------------------------------------------- */
body.home #main{
	margin:0;
	width:100%;
	padding-top:0px;
}

body.home #app-stage{
	clear:both;
}


body.home #container {
	float: none;
	margin: 0;
	width: 100%;
	background:none;
}

body.home #content {
	width: 100%;
	overflow: hidden;
	margin: 0 0 0 0px;
}



/*** APPSTAGE ***/

#scroller {
margin:0 auto;
width:980px;
position:relative;
overflow:hidden;
}

#scroller #scroller-content {
width:10000px;
}

.app-box{
	min-height:520px;
	width:960px;
	position:relative;
	/*overflow:hidden;*/
	float:left;
	display:block;
}

.app-box .feature{
	left:5px;
	width:330px;
	top:10px;
}

a.app-icon{
	float:right;
	margin-left:30px;
	}

.app-name{
	padding-right:0px;
	padding-top:15px;
}

.app-content{
	width:600px;
	text-align:right;
	float:right;
}

.app-name h1{
    font-size: 3.8em;
    font-weight: normal;
    line-height: 100px;
	/*padding-right:125px;*/
}

.app-description{
	line-height:24px;
	padding-top:70px;
}

.app-description h2{
	font-size:1.4em;
	line-height:28px;
	font-weight:normal;
	padding-right:0px;
	padding-left:0px;
	padding-bottom:20px;
}


.app-description h2 span{
	color:#111;
}




/*=Download Buttons
**************************************/

.download-buttons{
	display:block;
	clear:both;
	padding-right:0px;
	padding-top:40px;
	float:right
	}



a.itunesdl{
	display:block;
	float:right;
}

a.itunesdl{
	background: url(../images/app-store-buttons-iphone.png);
	background-repeat:no-repeat;
	display:block;
	width:202px;
	height:60px;
}


/*=Social Buttons
**************************************/

.social-buttons{
	display:block;
	clear:both;
	float:right;
	padding-top:20px;
	}




/*** FEATURES ***/

ul.features{
	list-style-type:none;
	margin:0px;
	clear:both;
}

ul.features > li{
	clear:both;
	display:block;
	padding-top:30px;
	width:100%;
}


ul.features li.imgright{
	background-position: 0px 20px;
}

ul.features li .imgwrap{
	width:960px;
	margin:0 auto;
	height:510px;
	position:relative;
}

ul.features li.imgright .imgwrap{
	background-position: 0px 20px;
}

.imgleft h3,.imgleft h4{
	clear:none;
	float:left;
}

.imgright h3,.imgright h4{
	clear:none;
	float:left;
	margin-left:30px;
}

.imgleft h3,.imgleft h4{
	margin-left:20px;
}

.feature{
	position:relative;
	left:0px;
}


.imgright .feature{
	position:relative;
	left:640px;
}

/** iPhone 4S display properties **/

/** iPhone 5 display properties **/
.feature .iphone5{
	position:absolute;
	background: url(../images/device_iphone5_front_reflect.png);
	background-repeat:no-repeat;
	width:220px;
	height:520px;
	z-index:3;
	left:100px;
}

.feature .iphone5 img.screenshot{
	margin-left: 19px;
    margin-top: 70px;
	width: 185px;
	height: 328px;
	z-index:9;
}

.feature .iphone5 .glare{
	position:absolute;
	background: url(../images/glare_iphone5.png);
	background-repeat:no-repeat;
	width:87px;
	height:203px;
	left: 117px;
    top: 70px;
	z-index:10;
}


/** Android Samsung Galaxy S2 display properties **/

/** Android Samsung Galaxy S3 display properties **/



/** If users chooses only one phone, hide background phone **/

.feature.single-phone .iphone5{
	left:40px;
}


.imgright .feature .iphone5{
	left:0px;
}


.imgright .feature.single-phone .iphone5{
	left:40px;
}



.features h3{
	font-size:2.1em;
	line-height:36px;
    font-weight: normal;
	padding-bottom:20px;
	width:100%;
}

.features h4{
	padding-top:10px;
	font-size:1.2em;
	line-height:30px;
}

.features-txt{
	padding-top:70px;
	float:left;
	width:600px;
}

.imgleft .features-txt{
	float:right;
}



/* =Mission statement template styles
-------------------------------------------------------------- */


/* =Pullquotes
-------------------------------------------------------------- */


/* =Menu
-------------------------------------------------------------- */
.menu {
    float:right;
	display:block;
	width:100%;
    margin:0px;
	clear:both;
}


.skip-link {
    display:none;
}

#access {
    padding:25px 25px 5px 0px;
	/*float: right;*/
	clear:right;
	float:right;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}

.sf-menu {
	line-height:	1.0;
}

.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}

.sf-menu ul li {
	width:			100%;
}

.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
	float:			left;
	position:		relative;
}

.sf-menu a {
	display:		block;
	position:		relative;
}

.sf-menu li:hover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}

ul.sf-menu li:hover li ul {
	top:			-999em;
}

ul.sf-menu li li:hover ul {
	left:			10em; /* match ul width */
	top:			0;
}

ul.sf-menu li li:hover li ul {
	top:			-999em;
}

ul.sf-menu li li li:hover ul {
	left:			10em; /* match ul width */
	top:			0;
}


/*** THEMATIC SKIN ***/
.sf-menu {
   /* border-right:1px solid #ccc;*/
	float:right;
}

.sf-menu a {
	/*border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;*/
	padding:9px 13px;
	text-decoration:none;
}

.sf-menu .current_page_item a {
    /*border-bottom-color:#fff;*/
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	/*color:			#000;*/
}

.sf-menu li {
	/*background:		#fff;*/
}

.sf-menu li li {
	/*background:		#fff;*/
}

.sf-menu li li li {
	/*background:		#9AAEDB;*/
}

.sf-menu li:hover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    /*background:     #fafafa;*/
	outline:		0;
    /*border-bottom-color:#ccc;*/
	/*color:#ffffff;*/
}

.sf-menu ul {
    /*border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;*/
}

.sf-menu li:hover ul {
	top:32px; /* overriding essential styles */
}

.sf-menu ul ul {
    margin-top:0;
}

.sf-menu ul a {
    /*background:#fafafa;*/
	border-bottom:none;
}

.sf-menu ul a:hover {
    /*color: #FF4B33;*/
}



/* =Content
-------------------------------------------------------------- */

#main {
    clear:both;
    padding:26px 0 22px 0;
}

#container {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	background-color:#fff;
}

#content{
	margin:20px;
	width:580px;
}

.navigation a {
    font-style:italic;
    text-decoration:none;
}

.navigation a:active,
.navigation a:hover {

}



/* =Comments
-------------------------------------------------------------- */


/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */
/*
    Main Asides
*/

/*
    Content Asides
*/


/*
    Footer Asides
*/

/*
    App Widgets
*/

/* =Footer
-------------------------------------------------------------- */


#siteinfo {
	background:#111;
    color:#f5f5f5;
    font-size:0.75em;
    line-height:18px;
    padding:24px 0 24px 0;
	text-align:center;
	width:100%;
}

#siteinfo a {
	color:#999;
}




/* =Twitter Profile Widget (Apptamin Recent Tweets)
-------------------------------------------------------------- */


/* =PageNavi
-------------------------------------------------------------- */

/* Using !important to override PageNavi CSS */
/* Yourstyles : Use this stylesheet to apply custom css styles to the Apptamin Theme 

We added some of our own styles for the demo. Feel free to edit, remove or keep them !

*/

body{
	background: #F7F5F2; /* Old browsers */
}

body.home{
	background: #FFF; /* Old browsers */
}

a{
	color:#0088C;
	text-decoration:none;
}

a:hover,a:visited{
	color:#005580;
}

#main{
	width:980px;
}

body.home #main{
	padding-bottom:0px;
}


/* =HEADER */
#header{
	background: #2E3133	; /* Old browsers */
}

#branding{
	height:65px;
	width:980px;
}

#access{
	text-transform:uppercase;
	font-weight:normal;
	padding-top:15px;
}

#access a{
	color:#777E83;
}


#access a:hover{
	color:#FFF;
}


/* =APP STAGE */
body.home #app-stage {
	/*background: url("images/bg_appstage.jpg") repeat-x scroll center 0 transparent;*/
	height:555px;
	background:#F7F5F2;
	border-bottom:1px solid #fff;
	box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1) inset;
}

#scroller{
	padding-top:30px;
	/*background: url("images/bg_scroller.jpg") no-repeat scroll center 0 transparent;*/
	background:#F7F5F2;	
}

.app-name h1{
	color:#45494D;
	padding-top:30px;
}

.app-description {
    padding-top: 60px;
}

.app-description h2 {
    font-size: 1.8em;
    font-weight: normal;
    line-height: 30px;
}

.download-buttons {
	padding-top:50px;
}



/* =MAIN */
#container {
	margin-top:20px;
	background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

body.home #container {
	margin-top:0px;
	background:none;
	box-shadow:none;
}



/* =APP FEATURES */
hr.styled {
	 border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #e1d9d3, #bab4b1, #e1d9d3); 
    background-image:    -moz-linear-gradient(left, #e1d9d3, #bab4b1, #e1d9d3); 
    background-image:     -ms-linear-gradient(left, #e1d9d3, #bab4b1, #e1d9d3); 
    background-image:      -o-linear-gradient(left, #e1d9d3, #bab4b1, #e1d9d3); 
	width:980px;
	display:none;
}

ul.features li{
	padding-top:50px;
}

ul.features > li:nth-of-type(even){
    background: #F7F5F2;
}
ul.features > li:nth-of-type(odd){
    background: transparent;
}

ul.features li.feature2{
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) inset;
}

.features h3 {
	text-transform:uppercase;
	color:#45494D;
}

.features h4 {
	color:#626263;
}

.features h4 span {
	text-transform:uppercase;
	font-weight:bold;
}


/* =FOOTER */
#siteinfo {
	background:#2E3133;
}
