@import "default.css";

body {
	color: black;
	/* background-color: #f5f5e5; */
  font-family: Verdana;
  font-size: 15px;
  line-height: 1.3;
  /* max-width: 860px; */
}

#container {
  margin: auto;
	max-width: 860px;
}

#header {
	clear: both;
	margin-bottom: 20px;
  color: black;
  line-height: 1;
  height: 200px; /* make space for the image */
}

h1 {
  padding: 0px;
  margin-top: 20px;
  margin-bottom: 10px;
}

#header img {
  margin-top: 0px;
  margin-right: 10px;
  padding-left: 10px;
  float: right;
  display: block;
}

#header table {
  margin-top: 20px;
}

p {
  padding-right: 10px;
  padding-left: 10px;
	text-align: justify;
}


h2 {
  padding: 0px;
  margin: 0px;
}

a:hover, a:active {
	background-color: #E0F2F7;
}

pre {
	background-color:#EEE;
	padding:5px;
	overflow: auto;
}

code {
  font-family: monospace;
	background-color:#efefef;
}


/**
 * Papers
 */

ul.papers {
  padding-right: 12px;
  margin-left: 20px;
  padding-left: 12px;
}

ul.papers li {
	/* list-style-type: circle; */
	padding: 4px;
	margin-bottom: 1px;
}

ul.papers li:hover {
	background: #E0F2F7
}

ul.papers li.sepa {
	font-weight: bold;
	font-family: Sans-Serif;
	border-bottom: 2px solid black;
	border-left: 2px solid black;
	margin-top: 15px;
	/* background: #eaeaff; */
	background: white;
	padding: 1px;
}

ul.papers li.sepa a:link, ul.papers li.sepa a:visited,  ul.papers li.sepa a:hover, ul.papers li.sepa a:active {
	text-decoration: none;
	border: 0px;
	/* background: #eaeaff; */
	background: white;
}

/**
 * Posts
 */

ul.posts li {
	list-style-type: none;
}

.posts li:before {
  content: "\00BB \0020";
}

/**
 * Embedding youtube videos:
 * https://css-tricks.com/NetMag/FluidWidthVideo/Article-FluidWidthVideo.php
 */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
 * simple navigation menu
 */

.site-nav {
  border: 3px solid #333333;
  background-color: #dddddd;
  margin-right:10px;
  float: right;
  text-decoration: none;
}

.site-nav .menu-icon { display: none; }

.site-nav .page-link {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 15px;
  color: black;
  letter-spacing: -.5px;
}

.site-nav a:link {
  border-bottom: 0;
  font-weight: bold;
}

.site-nav a:hover, .site-nav a:active {
  /* red3 */
  color: #cc0000;
  background-color: #dddddd;
}

/* to be used together with .site-nav */
.site-nav-end {
  margin-top:5px;
  float: right;
}

#disclaimer {
  margin-top:50px;
  width: 70%;
}

p.fullimg img{
    width: 100%;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.center-image {
  margin: 0 auto;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}

div.highlight  {
  margin-left: 30px;
}
