@import url(http://fonts.googleapis.com/css?family=Cabin:500);
@import url(http://fonts.googleapis.com/css?family=Quattrocento+Sans);

/* Custom styles */

a {
  text-decoration: none;
}
a:link {
  color: #820000;
}
a:visited {
  color: #820000;
}
a:hover {
  text-decoration: underline;
}

.profile { 
  float: right;
  margin: 0 30px 0 0;
}

.profile img {
  border: thin solid #555;
}

html, body {
  height: 100%;
}

body {
  color: black;
  background-color: #eee;
  padding: 0;
}

#lang-nav {
  display: inline;
  padding: 5px 0 5px 0;
}

#lang-nav li {
  color: #888;
  font-family: 'Cabin', serif;
  font-size: 70%;
  margin: 0 5px 4px 0;
  padding: 4px;
  list-style: none;
  display: inline;
}

#wrapper {
  width: 800px;
  margin: 0 auto -30px;
  padding: 0;
}

#main-content {
  background-color: #fff;
  border: thin solid #888;
  border-bottom: none;
  border-top: 4px solid #888;
  font-family: 'Quattrocento Sans', sans-serif;
  font-size: 105%;
  margin: 0;
  padding: 15px;
  
  /* for sticky footer */
  height: auto !important;
  height: 100%;
  min-height: 100%;

  -moz-box-shadow: 3px 3px 5px #AAA;
  -webkit-box-shadow: 3px 3px 5px #AAA;
  box-shadow: 3px 3px 5px #AAA;
}

/* papers */

.paper {
  background: #eef;
  padding: 10px;
}

.paper-title {
  color: #034769;
  font-size: 110%;
}

.paper-pdf { margin-left: 10px; }
.paper-slides { margin-left: 10px; }

/* sticky footer */
#footer, #push {
  height: 30px;
}

#footer-date { font-size: 70%; float: left; }
#footer-gen  { font-size: 70%; float: right; }

#footer {
  border-top: thin solid #aaa;
  margin: 0;
  padding: 20px 15px 0 15px;
}

#main-content {
  text-align: left;
}

/* Address box */
.info {
  margin: 0;
  padding: 20px 0 0 0;
  font-style: normal;
}

.name {
  font-family: 'Cabin', serif;
  font-size: 130%;
  line-height: 150%;
}

/* Lambda */
#main-content h1 {
  color: #f80;
  margin: 0 30px 0 10px;
  width: 75px;
  height: 150px;
  float: left;
 
  /* FIR */
  background: url("lambda.png") no-repeat;
  text-indent: -9999px;
}

/* #main-content h2:hover {} */

#main-content h2 { font-family: 'Cabin', sans-serif; color: #f80; }
#main-content h3 { color: #f91; }

