/* html5doctor.com/html-5-reset-stylesheet/ */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,time,mark,audio,video { margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent; } 
body { line-height:1; }
ol,ul { list-style:none; }
blockquote,q { quotes:none; }
blockquote:before,blockquote:after,q:before,q:after { content:'';content:none; }
ins { text-decoration:none; }
del { text-decoration:line-through; }
table { border-collapse:collapse;border-spacing:0; }

body {
	background-color: #FBFFFE;
	margin: 0 auto;
	font-family: 'Ubuntu', sans-serif;
}

span.headerlogo {
	letter-spacing: -1px;
	color: #78696E;
}


#page {
	width: 90%;
}

#header {
	width:100%;
}

#navigation { 
	width: 100%;
	background-color: #403438;
	margin-bottom: 10px;
}

#navigation li {
	color: #FBFFFE;
}

#navigation a:link {
	text-decoration: none;
	color: #FBFFFE;
}

#navigation a:visited {
	text-decoration: none;
	color: #FBFFFE;
}

#main {
	width: 100%; 
}

#footer {
	padding-top:10px;
	padding-bottom:10px;
	width: 100%;
	background-color: #403438;
	color: #FBFFFE;
	font-size: .8em;
}

#footer span {
	padding-left: 10px;
}

@media only screen and (max-width: 500px) {
	#page {
		margin: 18px auto; 
	}
	#header {
		margin-bottom: 10px;
	}
	#navigation li {
		padding: 5px 5px 5px 5px;
		font: normal 1em 'Ubuntu', sans-serif;
		border-style:solid;
		border-bottom:thin solid #FBFFFE;
	}
	#demos {
		background-color: #403438;
		width: 97%;
		margin: 2px 0px 2px 0px;
		padding: 2px 5px 2px 5px;
		float:left;
	}
	#blog {
		background-color: #403438;
		width: 97%;
		margin: 2px 0px 2px 0px;
		padding: 2px 5px 2px 5px;
		float:left;
	}
	#legacy {
		background-color: #403438;
		width: 97%;
		margin: 2px 0px 2px 0px;
		padding: 2px 5px 2px 5px;
		float:left;
	}
	#drones {
		background-color: #403438;
		width: 97%;
		margin: 5px 0px 5px 0px;
		padding: 2px 5px 2px 5px;
		float:left;
	}
	#presentations {
		background-color: #403438;
		width: 97%;
		margin: 5px 0px 5px 0px;
		padding: 2px 5px 2px 5px;
		float:left;
	}
	h2.block {
		font: bold 1.2em 'Ubuntu', sans-serif;
		line-height: 24px;
		text-decoration: none;
		margin: 20px 0px 20px 0px;
		color: #FBFFFE;
	}
	h2.block a:link {
		text-decoration: none;
		color: #FBFFFE;
	}
	h2.block a:visited {
		text-decoration: none;
		color: #FBFFFE;
	}
	h2.block a {
		text-decoration: none;
	}
	span.headerlogo {
		font: bold 1.5em 'Ubuntu', sans-serif;
		line-height: 12px;
	}
	h2 {
		font: bold 1.2em 'Ubuntu', sans-serif;
		line-height: 16px;
		text-decoration: none;
		margin: 10px 0px 10px 0px;
	}
	h2 a {
		text-decoration: none;
		color:#403438;
	}
	h2 a:link {
		text-decoration: none;
		color:#403438;
	}
	h2 a:visited {
		text-decoration: none;
		color:#403438;
	}
	.entry {
		margin-bottom:10px;
	}
	h3 {
		font: bold 1em 'Ubuntu', sans-serif;
		line-height: 16px;
		text-decoration: none;
		margin: 10px 0px 10px 0px;
	}
	p {
		margin-bottom: 8px;
	}	
}
/* tablet narrow */
@media only screen and (max-width: 900px) and (min-width: 500px) {
	#page {
		margin: 24px auto; 
	}
	#header {
		margin-bottom: 15px;
	}
	span.headerlogo {
		font: bold 3.5em 'Ubuntu', sans-serif;
		line-height: 18px;
	}
	#navigation ul {
		padding-top:10px;
		padding-bottom:10px;
	}
	#navigation li {
		margin: 0px 80px 0px 15px;
		display: inline;
		font: normal 1.2em 'Ubuntu', sans-serif;
	}
	#demos {
		background-color: #403438;
		width: 60%;
		margin: 5px 2px 5px 0px;
		padding: 10px 10px 10px 10px;
		float:left;
	}
	#blog {
		background-color: #403438;
		width: 35%;
		margin: 5px 0px 5px 2px;
		padding: 10px 0px 10px 10px;
		float:left;
	}
	#legacy {
		background-color: #403438;
		width: 48%;
		margin: 5px 2px 5px 0px;
		padding: 10px 0px 10px 10px;
		float:left;
	}
	#drones {
		background-color: #403438;
		width: 47%;
		margin: 5px 0px 5px 2px;
		padding: 10px 10px 10px 10px;
		float:left;
	}
	#presentations {
		background-color: #403438;
		width: 97%;
		margin: 5px 0px 5px 0px;
		padding: 10px 10px 10px 10px;
		float:left;
	}
	h2.block {
		font: bold 2em 'Ubuntu', sans-serif;
		line-height: 24px;
		text-decoration: none;
		margin: 20px 0px 20px 0px;
		color: #FBFFFE;
	}
	h2.block a:link {
		text-decoration: none;
		color: #FBFFFE;
	}
	h2.block a:visited {
		text-decoration: none;
		color: #FBFFFE;
	}
	h2.block a {
		text-decoration: none;
	}
	h2 a {
		text-decoration: none;
		color:#403438;
	}
	h2 a:link {
		text-decoration: none;
		color:#403438;
	}
	h2 a:visited {
		text-decoration: none;
		color:#403438;
	}
	h2 {
		font: bold 1.3em 'Ubuntu', sans-serif;
		line-height: 24px;
		text-decoration: none;
		margin: 20px 0px 20px 0px;
		color:#403438;
	}
	.entry {
		margin-bottom:10px;
	}
	h3 {
		font: bold 1em 'Ubuntu', sans-serif;
		line-height: 16px;
		text-decoration: none;
		margin: 10px 0px 10px 0px;
	}
	p {
		margin-bottom: 8px;
	}
	.presentation {
		width: 100%;
		margin-bottom:20px;
		float:left;
	}
	.presentbox {
		width: 33%;
		background-color: #403438;
		margin-bottom: 10px;
		float: right;
		padding: 5px 5px 5px 5px;
		text-decoration: none;
		color: #FBFFFE;
	}
	.presentbox a {
		text-decoration: none;
		color: #FBFFFE;
	}
	.presentbox a:link {
		text-decoration: none;
		color: #FBFFFE;
	}
	.presentbox a:visited {
		text-decoration: none;
		color: #FBFFFE;
	}
	.presentationtext {
		width: 60%;
		margin: 0px 10px 0px 0px;
		float:left;
	}	
}

/* tablet wide */
@media only screen and (min-width: 900px) {
	#page {
		margin: 36px auto; 
	}
	#header {
		margin-bottom: 20px;
	}
	span.headerlogo {
		font: bold 5.5em 'Ubuntu', sans-serif;
		line-height: 24px;
	}
	#navigation ul {
		padding-top:10px;
		padding-bottom:10px;
	}
	#navigation li {
		margin: 0px 100px 0px 20px;
		display: inline;
		font: normal 1.8em 'Ubuntu', sans-serif;
	}
	#demos {
		background-color: #403438;
		width: 64%;
		height: 25%;
		margin: 8px 8px 8px 0px;
		padding: 10px 10px 10px 10px;
		float:left;
	}
	#blog {
		background-color: #403438;
		width: 32%;
		height: 25%;
		margin: 8px 0px 8px 0px;
		padding: 10px 0px 10px 10px;
		float:left;
	}
	#legacy {
		background-color: #403438;
		width: 32%;
		height: 25%;
		margin: 8px 8px 8px 0px;
		padding: 10px 0px 10px 10px;
		float:left;
	}
	#drones {
		background-color: #403438;
		width: 64%;
		height: 25%;
		margin: 8px 0px 8px 0px;
		padding: 10px 10px 10px 10px;
		float:left;
	}
	#presentations {
		background-color: #403438;
		width: 98%;
		height: 25%;
		margin: 10px 0px 10px 0px;
		padding: 10px 10px 10px 10px;
		float:left;
	}
	h2.block {
		font: bold 2em 'Ubuntu', sans-serif;
		line-height: 24px;
		text-decoration: none;
		margin: 20px 0px 20px 0px;
		color: #FBFFFE;
	}
	h2.block a:link {
		text-decoration: none;
		color: #FBFFFE;
	}
	h2.block a:visited {
		text-decoration: none;
		color: #FBFFFE;
	}
	h2.block a {
		text-decoration: none;
	}
	.entry {
		margin-bottom:20px;
	}
	h2 {
		font: bold 2em 'Ubuntu', sans-serif;
		line-height: 24px;
		text-decoration: none;
		margin: 20px 0px 20px 0px;
		color:#403438;
	}
	h2 a {
		text-decoration: none;
		color:#403438;
	}
	h2 a:link {
		text-decoration: none;
		color:#403438;
	}
	h2 a:visited {
		text-decoration: none;
		color:#403438;
	}
	h3 {
		font: bold 1em 'Ubuntu', sans-serif;
		line-height: 16px;
		text-decoration: none;
		margin: 10px 0px 10px 0px;
	}
	p {
		margin-bottom: 8px;
	}	
	.presentation {
		width: 100%;
		margin-bottom:20px;
		float:left;
	}
	.presentbox {
		width: 33%;
		background-color: #403438;
		margin-bottom: 10px;
		float: right;
		padding: 5px 5px 5px 5px;
		text-decoration: none;
		color: #FBFFFE;
	}
	.presentbox a {
		text-decoration: none;
		color: #FBFFFE;
	}
	.presentbox a:link {
		text-decoration: none;
		color: #FBFFFE;
	}
	.presentbox a:visited {
		text-decoration: none;
		color: #FBFFFE;
	}
	.presentationtext {
		width: 60%;
		margin: 0px 10px 0px 0px;
		float:left;
	}
}
