/*Splash ========================================================================================*/
body > .content > header{
	text-align: center;
}


body > .content > header > img{
	width: 500pt;
	height: 300pt;
	float: none;
	display: inline-block;
}


/*Generic Sections ==============================================================================*/
body > .content > section{
	font-weight: lighter;
	font-size: 14pt;
	margin-bottom: 30pt;
}


body > .content > section > header{/*header*/
	font-size: 24pt;
}


body > .content > section > div{/*content*/
	display: -webkit-box;/*@Safari5*/
    -webkit-box-orient: horizontal;/*@Safari5*/
    -webkit-box-pack: start;/*@Safari5*/
    -webkit-box-align: center;/*@Safari5*/
	
	display: -ms-flexbox;/*@IE10*/
	-ms-flex-direction: row;/*@IE10*/
	-ms-flex-pack: start;/*@IE10*/
	-ms-flex-align: center;/*@IE10*/
	
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}


body.ie8 > .content > section > div > *,/*@IE8*/
body.ie9 > .content > section > div > *{/*@IE9*/
	float: left;
}


body > .content > section > div > img{/*image*/
    max-width: 200pt;
    margin-right: 10pt;
}


body > .content > section > div > img[src=""]{/*images without "src"*/
	width: 200pt;
    height: 200pt;
	box-shadow: 0pt 0pt 3pt 3pt #EEE;
}


body > .content > section > div > div{/*text*/
	-webkit-box-flex: 1;/*@Safari5*/
	flex: 1;
	
	max-width: 50%;
}


/*Alternating Sections ==========================================================================*/
body > .content > section:nth-of-type(odd) > div > img{
    margin-right: 10pt;
}


body > .content > section:nth-of-type(even){
    text-align: right;
    
    [;text-align: left;];/*@Safari5*/
}


body.ie9 > .content > section:nth-of-type(even){/*@IE9*/
	text-align: left;
}


_::-ms-reveal, body > .content > section:nth-of-type(even){/*IE10*/
	text-align: left;
}


body > .content > section:nth-of-type(even) > div{
	-webkit-box-pack: end;/*@Safari5*/
	/*-ms-flex-pack: start;/*@IE10*/
	justify-content: flex-end;
}


body > .content > section:nth-of-type(even) > div > img{
	order: 2;
    margin-left: 10pt;
}


/*What Is =======================================================================================*/
body.ie8 > .content > section#whatIs > div > div,/*@IE8*/
body.ie9 > .content > section#whatIs > div > div{/*@IE9*/
	margin-top: 10pt;
}


/*Full-Resolution ===============================================================================*/
body.ie8 > .content > section#fullResolution > div > div,/*@IE8*/
body.ie9 > .content > section#fullResolution > div > div{/*@IE9*/
	margin-top: 70pt;
}


/*Lower-Resolution ==============================================================================*/
body.ie8 > .content > section#lowerResolution > div > div,/*@IE8*/
body.ie9 > .content > section#lowerResolution > div > div{/*@IE9*/
	margin-top: 70pt;
}


/*Nearby ========================================================================================*/
body.ie8 > .content > section#nearby > div > div,/*@IE8*/
body.ie9 > .content > section#nearby > div > div{/*@IE9*/
	margin-top: 70pt;
}


/*Share =========================================================================================*/
body.ie8 > .content > section#share > div > div,/*@IE8*/
body.ie9 > .content > section#share > div > div{/*@IE9*/
	margin-top: 70pt;
}

/*Languages =====================================================================================*/
body.ie8 > .content > section#languages > div > div,/*@IE8*/
body.ie9 > .content > section#languages > div > div{/*@IE9*/
	margin-top: 70pt;
}


/*Download ======================================================================================*/
body > .content > section#download{
	text-align: center;
	
}


body > .content > section#download > div{
	display: -webkit-box;/*@Safari5*/
    -webkit-box-orient: horizontal;/*@Safari5*/
    -webkit-box-pack: center;/*@Safari5*/
    -webkit-box-align: start;/*@Safari5*/
	
	display: -ms-flexbox;/*@IE10*/
	-ms-flex-direction: row;/*@IE10*/
	-ms-flex-pack: center;/*@IE10*/
	-ms-flex-align: start;/*@IE10*/
	
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
}


body.ie8 > .content > section#download > div,/*@IE8*/
body.ie9 > .content > section#download > div{/*@IE9*/
	width: 300pt;
	margin-left: auto;
	margin-right: auto;
}


body > .content > section#download > div > section{
	min-width: 150pt;
}
