/***** html 5 *****/

article,section,nav,header,footer,time,hgroup { display: block; }

/***** General *****/
body {
	margin: 0 auto;
	width: 675px;
	color: #a5a5a5;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
}

a, a:visited{ color: #25aae1; }

h2 a, footer a { text-decoration: underline; }

h2 a:hover, footer a:hover { text-decoration: none; }

p, ul{
	line-height: 1.5em;
	margin: 0 0 1.5em;
}

ul { margin-left: 25px; }

li { list-style: disc; }

strong { font-weight:bold; }

/***** header *****/
header {
	text-align: center;
	margin-top: 85px;
}

h1, h2, h3, h4 { font-family: "lemonde-courrier-1","lemonde-courrier-2", helvetica, arial; }

h2 {
	font-size: 36px;
	font-weight: normal;
	color: #3b3b3b;	
}

h3{
	font-size: 20px;
	color: #3B3B3B;
	margin-bottom: 0.5em;
}

/***** section *****/

section h2 {
	margin-bottom: 0.25em;
	color: #3B3B3B;
}

section.main {
	 color: #3B3B3B;
	 margin-top: 40px;
}

section.main p.standfirst { font-size: 17px; }

section.signup, section.features { background-color: #f6f6f3; }

section.features { 
	padding: 10px 10px 5px;
}

section.last {
	margin-top: 1.5em;
}

section.features, section.features h1, section.features h2, section.features h3, section.feature h4 { color: #7B7C7F; } 

section.signup { margin-top: 100px; }

section form { 
	padding-top: 65px;
	padding-bottom: 60px;
	width: 470px;
	margin: 0 auto;
}

section form p { padding-top: 5px; clear: both; }

section form input {
	font-weight: bold;
	padding: 10px;
	font-family:helvetica;
}

section form input.email {
	border: 2px solid #c9c9c9;
	color: #383838;
	width: 265px;
	font-size: 24px;
	float: left;
}

section form input.form-submit{
	background-color: #25aae1;
	color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: none;
	font-size: 24px;
	float: right;
	width: 180px;
	*padding-bottom: 7px;
	*padding-top: 7px;
}

section form input.form-submit:hover {
	cursor: pointer;
	background-color: #269FCF;	
}

/***** footer *****/
footer {
	text-align: center;	
	font-size: 12px;
	margin-top: 120px;
}

footer a, footer a:visited { color: #7b7c7f; }

/***** iPhone *****/
@media (max-device-width: 480px){
	body{
		width: 100%;
		margin:0;
	}
	
	header, footer {
		width: auto;
		margin:0 16px;
		text-align:center;
	}
	
	header { margin-top: 16px; }
	
	footer { margin-top: 10px; }
	
	section{
		width: auto;
		margin:0 16px;
	}
	header img{ width:80%; }
	
	h2 { font-size: 20px; }
	
	section.signup { margin-top:30px; }
	
	section.main { margin-top: 20px; }

	section form { 
		padding-top: 30px;
		padding-bottom: 10px;
		width: 100%;
		margin: 0 auto;
	}
	
	section form input.email {
		border: 2px solid #c9c9c9;
		color: #383838;
		width: 85%;
		margin-left:10px;
		font-size: 24px;
		float: left;
		padding:5px;
	}
	
	section form input.form-submit{
		background-color: #25aae1;
		color: #ffffff;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border: none;
		font-size: 14px;
		float: left;
		width: auto;
		margin-left:10px;
		margin-top: 5px;
		padding:0;
	}
	
	section form p{ margin-left:10px; } 
	
	section.features{ margin:0; }	
}
