@CHARSET "UTF-8";

/* Some standard element rules */
html, body { padding: 0; margin: 0; }
img { border: none; }
ul { padding-left: 2em; margin-left: 0; }
p { margin: 10px 0; }
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

* html #container {
  height:1%; /* So IE plays nice */
}


body { 
    font-size: 100%; 
    line-height: 1em;
    background: #ababab url('../images/body_background.png') repeat-x left top;
    font-size: 13pt;
    color: #333;
} 

body, td, textarea, input, select, div { font-family: Arial, Helvetica, sans-serif; }
h1, h2, h3, h4, h5, h6, th, .functions { font-family: Arial, Helvetica, sans-serif; }
h1, h2, h3, h4, h5, h6, th { font-size: inherit; font-weight: bold; color: #fbe7af; }

a { color: #7192b0; }
 
#header {
    margin: 0; padding: 0; display: block;
}

.app-description {
	text-align: center; 
	padding-left: 120px; 
	padding-right: 120px;
	padding-top: 200px;	
}

#container {
    width: 849px;
    /*height: 1500px;*/
    margin: 0px auto; 
    font-size: 71%;
    background:transparent url('../images/nytimes_content_background_bottom.png') left bottom no-repeat;
	text-align: center; 
	
}

.divider {
	padding-top: 20px;
	padding-bottom: 10px;
}

#content {
	margin-top:-8px;
    width: 849px;
    /*height: 1500px;*/
    background: transparent url('../images/nytimes_content_background_top.png') left top no-repeat;    
}

#content-table {
    margin: 10px auto; 

	text-align: left; 
	width: 785px;
}

#content-table td {
	width: 50%;
	text-align: center;
}

#content-table td.splashcell {
	font-family: serif;
	font-size: 16px;
	font-weight: bold;
}

#content-table td.splashcell img {
	padding-bottom: 10px;
	padding-top: 10px;
}

.feature-phones-description {
	padding: 0px 30px 0px 30px;
}

#footer {
	/*margin-top: -189px;*/
	/*margin-left: 10px;*/
	margin:10px auto;
	width:849px;
    height: 120px;
    color: white;
	text-align: left;
}

#footer a.magmic-link {
	color: #d3dee7;
	font-weight: bold;
	display:none;
}

#footer .list-signup {
    margin: 0; padding: 0; float: right;
    color: white;
    margin-top: 25px;
    margin-right: 60px;
    width: 370px;
}

#footer .list-signup .title {
    display: block;
    }

#footer .list-signup input {
    vertical-align: middle;
    }

#footer .list-signup .email {
    border: 2px solid #9a9a9a;
    margin-left: 3px;
    height: 16px; 
    width: 179px;
    }

#footer .about-magmic {
	width:112px;
	height:35px;
    font-size: 8pt;
    line-height: 1;
    color: white;
    font-weight: bold;
    text-indent:-999em;
    position:relative;
}

#footer .about-magmic a.logo-link {
	position:absolute;
	width:112px;
	height:35px;
	background:transparent url(../images/magmic_logo_wht.png) 0 0 no-repeat;    
    color: white;
    }

