/* name     TBI CSS 5.1 - PRINT
 * author   Richard Neuboeck <hawk@tbi.univie.ac.at>
 * web      http://www.tbi.univie.ac.at/~hawk
 */

/* RESET */
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
    margin: 0;
    padding: 0;
}


/*
 *  DEFAULTS
 */
 
.chromeframe {
  display: none;
}
 
html {
  height: 100%;
}
 
body {
  background-color: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 80%;
  height: 100%;
}

div.wrap {
}

div.headwrap {
}

div.contentwrap {
}

/* HEADER */

header {
 border-bottom: 1px solid rgb(210,210,210);
}

header hgroup {
  margin: 1em;
}

header hgroup h1 {
  font-size: 1.7em;
  font-weight: 400;
  text-align: left;
  line-height: 1.2em;
  color: rgb(0,103,149);
}

header hgroup h2 {
  font-size: 1.1em;
  font-weight: 400;
  text-align: left;
  color: rgb(120,120,120);
}

header img.unilogo {
  display: none;
}

/* NAVIGATION */

nav {
  display: none;
}

/* CONTENT */

section {
  clear: both;
  padding-top: 1em;
}

section.plusaside {
  clear: both;
  width: 100%
}

section.col2 {
  column-count: 1;
  column-gap: 0.5em;
  column-rule: 1px solid rgb(210,210,210);
  -moz-column-count: 1;
  -moz-column-gap: 0.5em;
  -moz-column-rule: 1px solid rgb(210,210,210);
  -webkit-column-count: 1;
  -webkit-column-gap: 0.5em;
  -webkit-column-rule: 1px solid rgb(210,210,210);
}

section.wai {
  display: none;
}

article {
  padding: 1em;
  font-size: 0.85em;
  line-height: 1.6em;
  overflow: hidden;
}

article.software {
  margin-bottom: 2em;
  background-image: url('/images/base/down_red.png');
  background-position: top right;
  background-repeat: no-repeat;
}

article.gallery {
  text-align: center;
}

article:last-child {
  margin-bottom: 0;
}

article h1 {
  margin-bottom: 1em;
  padding-left: 1emx;
  border-bottom: 1px solid rgb(210,210,210);
  font-weight: 600;
  font-size: 1.2em;
  color: rgb(0,103,149);
}

article h2 {
  margin-bottom: 10px;
  padding-left: 10px;
  border-bottom: 1px solid rgb(210,210,210);
  font-weight: 600;
  font-size: 1em;
  color: rgb(0,103,149);
}

article h3 {
  margin-bottom: 10px;
  padding-left: 10px;
  border-bottom: 1px solid rgb(210,210,210);
  font-weight: 600;
  font-size: 1em;
  color: rgb(0,103,149);
}

article img {
}

article img.right {
  float: right;
  padding: 1em 0 1em 1em;
}

article img.left {
  float: left;
  padding: 1em 1em 1em 0;
}

article img.center {
  display: block;
  text-align: center;
  padding: 1em 0;
  margin: auto;
}

article figure {
  margin: auto auto 1em auto;
  text-align: center;
}

article figure figcaption {
  font-weight: 600;
  font-size: 0.9em;
  text-align: center;
}

article a {
  color: rgb(149,0,0);
  text-decoration: none;
}

article a:hover {
  text-decoration: underline;
}

article p {
  margin-bottom: 1em;
}

article ul {
  margin-bottom: 1em;
  list-style-type: disc;
  list-style-position: inside;
}

article ol {
  margin-bottom: 1em;
  list-style-type: decimal;
  list-style-position: inside;
}

article pre {
  margin: 0 0 1em 1em;
  padding: 0 0 0 1em;
  border-left: 3px solid rgb(220,220,220);
  overflow-x: scroll;
}

article table {
  margin-bottom: 1em;
  width: 100%;
  border-collapse: collapse;
}

article table tr {
  border-bottom: 1px solid rgb(210,210,210);
}

article table tr th {
  font-weight: 600;
  font-size: 0.9em;
  text-align: left;
  line-height: 1.9em;
}

article table tr td {
  padding: 0.4em;
  line-height: 1.9em;
}

article table.publications tr td {
  padding: 4px 2px;
  line-height: 1.2em;
}

article div.employee {
  clear: both;
  margin: 1em 0 1.5em 0;
  height: auto; /* there seems to be a browser bug in combination with jquery since this box does not get resized at all with the new style sheet */
  overflow: hidden;
  line-height: 1.6em;
  vertical-align: middle;
}

article div.employee div.datatop {
  float: left;
  /*border: 1px solid rgb(210,210,210);*/
}

article div.employee div.datatop img {
  float: left;
  width: 130px;
  height: 105px;
}

article div.employee div.datatop div.basic {
  float: left;
  margin-top: 29px;
  width: 40%;
}

article div.employee div.datatop div.basic div.name {
  float: left;
  margin-left: -12px;
  font-weight: 600;
}

article div.employee div.datatop div.basic div.position {
  float: right;
  font-size: 0.8em;
  text-align: right;
  color: rgb(120,120,120);
}

article div.employee div.datatop div.basic div.address {
  float: left;
  width: 100%;
  font-size: 0.9em;
  line-height: 1.4em;
}

article div.employee div.datatop div.more {
  float: right;
  margin-top: 29px;
  width: 40%;
  font-size: 0.9em;
}

article div.employee div.detail {
  float: left;
  width: 100%;
}

article div.employee div.what {
  float: left;
  width: 40px;
  font-size: 0.8em;
  color: rgb(120,120,120);
}

article div.employee div.databottom {
  clear: both;
  font-size: 0.9em;
}

article div.employee div.databottom div.detail {
  float: right;
  width: 40%;
}

article div.employee div.databottom div.what {
  float: left;
  width: 40px;
  font-size: 0.8em;
  color: rgb(120,120,120);
}

article div.tweet {
  font-size: 0.9em;
}

#gmapTBI {
  margin: 1em 0;
  width: 100%;
  height: 500px; /* find a cross browser justifiable value */
}

aside {
  clear: both;
  float: none;
  margin: 1em 2em;
  font-size: 0.8em;
  color: rgb(120,120,120);
}

aside a {
  color: rgb(149,0,0);
  text-decoration: none;
}

aside h1 {
  margin-bottom: 0.5em;
  padding-left: 0.5em;
  font-weight: 600;
  font-size: 1.2em;
  color: rgb(180,180,180);
  border-bottom: 1px solid rgb(210,210,210);
}

aside h1.menu {
  display: none;
}

aside p {
  margin-left: 0.5em;
}

aside ul {
  margin-bottom: 1em;
  list-style-type: disc;
  list-style-position: inside;
}

aside ol {
  list-style-type: decimal;
  list-style-position: inside;
}

aside ul li {
  margin-left: 0.5em;
}

aside ul.menu {
  display: none;
}

aside img {
  margin: auto;
  width: auto;
  padding: 0.5em 0;
  text-align: center;
}

aside p {
  padding: 0.5em 0;
}

/* FOOTER */

footer {
  display: none;
}

div.topwrap {
  display: none;
}

