@page {
	margin: 1cm;
}

@font-face {
    font-family: 'UniversLTStd65Bold';
    src: url('../fonts/universltstd-bold-univers.eot');
    src: url('../fonts/universltstd-bold-univers.eot?#iefix') format('embedded-opentype'),
         url('../fonts/universltstd-bold-univers.woff') format('woff'),
         url('../fonts/universltstd-bold-univers.ttf') format('truetype'),
         url('../fonts/universltstd-bold-univers.svg#UniversLTStd65Bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'UniversLTStd55Roman';
    src: url('../fonts/universltstd-univers.eot');
    src: url('../fonts/universltstd-univers.eot?#iefix') format('embedded-opentype'),
         url('../fonts/universltstd-univers.woff') format('woff'),
         url('../fonts/universltstd-univers.ttf') format('truetype'),
         url('../fonts/universltstd-univers.svg#UniversLTStd55Roman') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, /*strong,*/ sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 10pt;
	font-family:  'UniversLTStd55Roman', sans-serif;
	line-height: 1.3em;
}

img {
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 550px !important;
	float: left;
	clear: both;
	margin: 30px 0;
}

iframe {
	display: none;
}

p {
	max-width: 100%;
	margin: 20px 0;
	text-align: justify;
}

li {
	list-style: none;
}

strong, h1, h2, h3, h4, h5, h6 {
	font-family: 'UniversLTStd65Bold', 'Lucida Grande', 'Arial', sans-serif;
	font-size: 13px;
}

head, #wpadminbar, #thumb-tray, #prevthumb, #nextthumb, #menu, #supersized li, #thumb-tray img, .map_link, .edit_link, .backlink, .white_gradient {
	display: none;
	margin: 0;
}

.postcontent_project {
	margin: 0px;
}

#projectheader, #slide-list, #slide-controls, .hiddenmarkers, .marker, .table_label, #project_thumb, .project_thumbnail, .project_link {
	display: none;
}

#supersized li.activeslide {
	display: inline-block;
}

.postcontent_project .postcontent_text {
	margin-top: 0px;
	display: block !important;
}

#logo_box {
	display: block !important;
}

#logo_box a {
	color: #000;
	text-decoration: none;
	font-family: 'UniversLTStd65Bold', 'Lucida Grande', 'Arial', sans-serif;
	font-size: 13px;
	text-transform: uppercase;

}

.projectcategory_title, h1 {
	font-size: 18pt;
	text-align: left;
}

.csscolumns .columns2 {
  	-webkit-column-count: 2;
 	-webkit-column-gap: 30px;

/* 	-moz-column-count: 3;
  	-moz-column-gap: 30px;
  	-moz-column-fill: balance;*/

  	column-count: 2;
  	column-gap: 30px;

  	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

table .table_label {
	font-family: 'UniversLTStd65Bold', 'Lucida Grande', 'Arial', sans-serif;
	padding-right: 20px;
}

body:after {
	content: "Copyright, Jan Henrik Hansen, Architects ETH/SIA, Zurich, Switzerland. Printed from www.janhenrikhansen.ch";
	clear: both;
	margin: 50px 0;
	display: inline-block;
	float: left;
}

#footer {
	margin-top: 70px;
}

/**** Slideshow Text  ****/


#supersized .slide-0 a {
	text-align: center;
}

#supersized .slide-0 img {
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 550px !important;
	float: left;
	clear: both;
	margin: 30px 0;
}

#supersized .slide-0 .postcontent_text {
	display: none !important;
}

