@charset "UTF-8";

/* HTML5 Template Styles for PMI Index */
/* Make HTML5 layout elements block elements for older browsers */
header, nav, aside, article, footer, section, figure, figcaption {
  display: block;
}

body {
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size: 10px;
}

/* Style sheet for narrower screens */
#wrapper {
	/* Set your own widths, % for fluid, px for fixed */
	width: 100%;
	max-width: 300px;
	/* Vertical margins and auto to center */
	margin: 0 auto;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,p,li {
	margin-left: 5px;
	font-weight: 400;
}

header {
	margin-left: 0px;
	padding-top: 0px;
	text-align: center;
	display: block;
}

header img {
	width: 50%;
}

header h1 {
	clear: both;
	text-align: center;
}

header h2 {
	padding-top: 5px;
	color: #888;
	text-align: center;
}

#tabs {
	margin-top: 0px;
}	

#fixedfoot {
	width: 100%; 
	height: 40px;
}

footer {
	clear: both;
	margin: 0 auto;
	background-color: #ddd;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 8pt;
	color: #000;
	text-align: center;
	padding: 5px;
}

.squish {
	font-stretch: condensed;
}


/*========== Styling for Capabilies =========== */

#capa {
	position: relative;
	text-align:center;
	margin: 0 auto;
}

/* ========= Styling for Innovations =========== */

figure {
	padding: 4%;
	background: white;
	border-radius: 0;
	margin: 0 auto;
	margin-bottom: 10px;
	width: 70%;
	border: solid 1px gray;
	box-shadow: 3px 3px 3px 3px silver;
}


figure img {
	width: 80%;
	display: block;
	border-radius: 0;
	margin: 0 auto;
}


figcaption {
	padding: none;
	font-size: 12pt;
	color: #999;
	width: 80%;

}

/* ========= Styling for Mechanical Animations =========== */


/* Create raised appearance with border, rounded corners and shadow */
/* Works with images, tables and block elements (div, p and headings) */

.vid1{
	width: 200px;
	height: 200px;
	display: block;
	margin: 0 auto;
}

.vid2{
	width: 200px;
	height: 80px;
	display: block;
	margin: 0 auto;
}

.raised{
	border: solid 1px gray;
	border-radius: 5px;
	box-shadow: 5px 5px 5px gray;
	margin-top: 10px;
}
