html {	margin: 0px;
	padding: 0px;
	border-top: 1em black solid;
	background-image: url(tensegrity_grijs_grad.jpg); 
	background-repeat: no-repeat; 
	background-position: left top;
	background-attachment: fixed;
	height: 90%;
}

body { 	margin: 0px;
	padding: 0px;

	font-family: "Trebuchet MS", Arial, sans-serif; 
	font-size: 13px;
	line-height: 1.3em;
	text-align: justify;

	width: 40em;
	padding-left: 10em;
	padding-bottom: 1em;
	padding-bottom: 2em;
}

p {	margin-top: 0px; 
	margin-bottom: 0.5em; }

h1 { 	padding-top: 2em; 
	margin-top: 0em; 
	margin-bottom: 0px; 
	white-space: nowrap; 
	color: white;
	font-size: 2em;
}

small { margin-top: 2em; 
	display:block; }

pre { 	padding: 0.5em; 
	border: 1px gray solid;
	overflow: auto;
}

img.left { 
	float: left; 
	margin-right: 0.5em; 
	margin-bottom: 0.5em; }

img.right { 
	float: right; 
	margin-left: 0.5em; 
	margin-bottom: 0.5em; }

h1 span, h2 span { font-size: 0.7em; }

h2 { 	border-left: 0.6em black solid; 
	padding-left: 0.3em; 
	border-bottom: 1px black solid;
	padding-bottom: 0.1em; 
	margin-top: 1.5em; 
	font-size: 1.5em; }

a:link, a:visited {color: navy; text-decoration: none; }

#navbar p {
	font-weight: bold;
	text-align: center;
/*	margin-top: -1em;*/
	line-height: 1.5em;
	margin-bottom: 0em;
	padding-bottom: 0em;
	}

#navbar { 
	float: right; 
	padding: 0em 1em;
	border-color: gray; 
	border-width: 0px 1px 0px 1px; 
	border-style: solid; 
	width: 10em; 
	position:relative; 
	right: -1px; 
	margin-top: 2.25em;}

#navbar ul { 
	list-style-type: none; 
	margin-left: 0px; 
	padding-left: 0px; 
	border-top: 1px black solid; 
	margin-top: 0em;
	padding-top: 0px; 
	margin-bottom: 1em;
}

#navbar li {
	line-height: 2em;
	height: 2em; 
	border-bottom: 1px gray solid;}

#navbar li.active {
	font-weight: bold;
	}

#main { margin-right: 12em; 
	padding-right: 1em;
	color: #171717;}

table.report { 
	border: 1px black solid; 
	border-collapse:collapse; 
	width: 100%; 
	margin: 0px -3px 0px 0px;
	font-size: 13px; }

table.report thead { 
	background-color: #EFEFEF; 
	text-align: center; }

table.report td, table#report th { 
	border: 1px black solid; 
	padding: 0.2em 0.5em; }

table.report td { padding-left: 1em; }

table.report td[colspan="2"] {
	border-bottom: 2px black double;
	}

#masthead {
	height: 6em;
	height: 8em;
	background-image: url(tensegrity_balt.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: -10em;
	padding-left: 6em;
}

address:before { content: "- "; }
address:after { content: " -"; }

ul.photolist { padding-left: 0px; margin-left: 0px;}
ul.photolist li { width: 75%; margin-left: 0px; padding-left: 0px; list-style-type: none; padding: 0.5em 0em;}
ul.photolist li img { width: 100%; border:0px; }


/* -------- Requires CSS3 Selectors (O9, IE7, FF, SF) -------- */
/* well implemented by http://www.askthecssguy.com/2006/12/showing_hyperlink_cues_with_cs_1.html */

a[href$='.pdf'], a[rel='pdf'], a[rel*='pdf'], a[rel~='pdf'] { padding-right: 18px; background: transparent url(../images/icons/icon_pdf.png) no-repeat center right; }
a[href ^="mailto:"] { padding-right: 18px; background: transparent url(../images/icons/icon_mailto.png) no-repeat center right; }
a[class ="popup"] { padding-right: 18px; background: transparent url(../images/icons/icon_popup.png) no-repeat center right; }
a[href$='.doc'] { padding-right: 18px; background: transparent url(../images/icons/icon_doc.png) no-repeat center right; }
a[href$='.xls'] { padding-right: 18px; background: transparent url(../images/icons/icon_xls.png) no-repeat center right; }
a[href$='.ppt'] { padding-right: 18px; background: transparent url(../images/icons/icon_ppt.png) no-repeat center right; }
a[rel ~='external'] { padding-right: 18px; background: transparent url(../images/icons/icon_external.png) no-repeat center right; }


@media projection {
	body, table.report { font-size: 20px; }

	small{ position:fixed; bottom: 1em; right: 1em;}
	}

/* decorative line, not cross-browser compatible */
/*
body::after { 
	border-bottom: 1px gray solid; 
	border-right: 1px gray solid;
	width: 7em; 
	height: 3em; 
	content: " ";
	display:block; 
	float:right;
	position: relative;
	top: -1em;
} */
