#siteWrapper .inner, h2, h3 {
width:100%;
max-width:100%;
}
#siteWrapper .inner {
width:940px;
width:94rem;
padding:25px 0;
padding:2.5rem 0;
}
.section {
margin:0;
}
h2 {
margin:0 0 10px;
margin:0 0 1rem;
}
h3 {
margin:0 0 25px;
margin:0 0 2.5rem;
}
#header .inner, #intro .inner {
width:960px;
width:96rem;
}
#header .inner {
overflow:visible;
padding:20px 0;
padding:2rem 0;
position:relative;
z-index:900;
}
#logo {
position:absolute;
top:0;
right:0;
margin:7px 116px 0 0;
margin:.7rem 11.6rem 0 0;
z-index:1000;
width:190px;
width:19rem;
}
#nav {
width:100%;
overflow:hidden;
}
#nav li {
float:left;
margin:0 5px 0 0;
margin:0 .5rem 0 0;
}
#nav a {
float:left;
}
#siteWrapper .primary {
float:right;
width:630px;
width:63rem;
}
#siteWrapper .secondary {
float:left;
width:290px;
width:29rem;
clear:left;
}
#intro .primary {
width:640px;
width:64rem;
float:left;
}
#intro .secondary {
position:absolute;
bottom:10px;
bottom:1rem;
right:20px;
right:2rem;
width:280px;
width:28rem;
}
#siteWrapper .imgWrapper {
border:1px solid #eee;
border-width:.1rem;
padding:9px;
padding:.9rem;
background:#fff;
width:610px;
width:61rem;
}
#siteWrapper .imgWrapper img {
margin:0;
}
#how li {
width:400px;
width:40rem;
text-align:left;
float:right;
margin:0 0 15px;
margin:0 0 1.5rem;
}
#how .odd {
float:left;
clear:both;
}
#intro .inner {
padding:0;
position:relative;
z-index:500;
}
#intro img, #intro .section {
margin:0;
}
#new {
display:block;
position:absolute;
top:69px;
right:-1px;
top:6.9rem;
right:-.1rem;
width:90px;
width:9rem;
max-width:90px;
max-width:9rem;
z-index:1100;
}
#contact .inner {
padding-bottom:35px;
padding-bottom:3.5rem;
}
#contact p {
display:inline;
}
@media screen and (min-width: 80em) {
	body, button, input, legend, select, textarea {
	font-size:16px;
	line-height:25px;
	font-size:1.6rem;
	line-height:2.5rem;
	}
	#siteWrapper .inner {
	width:1070px;
	width:107rem;
	}
	#logo {
	margin-right:216px;
	margin-right:21.6rem;
	}
	#siteWrapper .secondary {
	width:410px;
	width:41rem;
	}
	#intro strong {
	display:block;
	margin:0 0 10px;
	margin:0 0 1rem;
	font-size:17px;
	font-size:1.7rem;
	}
	#intro .secondary {
	width:370px;
	width:37rem;
	right:30px;
	right:3rem;
	}
	#responsive .hgroup, #accessibility .hgroup, #openSource .hgroup {
	float:left;
	width:290px;
	width:29rem;
	clear:left;
	text-align:left;
	}
	#how li, #how .odd {
	width:460px;
	width:46rem;
	}
}
/*/ media queries bigger /*/
@media screen and (min-width: 90em) and (min-height: 50em) {
	html {
	font-size:75%;
	}
}
/*/ media queries biggerer /*/
@media screen and (min-width: 120em) and (min-height: 70em) {
	html {
	font-size:93.75%;
	}
}