/*
 * This file builds Guillaume Quintin's website
 * Copyright 2012-2014  Guillaume Quintin
 * 
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License along
 * with this program; if not, write to the Free Software Foundation, Inc.,
 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */

body {
  color: #000000;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 105%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

p {
  margin: 0.2in;
  padding: 0;
}

dl dt {
  margin: 0in 0in 0in 0.2in;
  padding: 0in 0in 0in 0in;
}

dl dd {
  margin: 0in 0in 0in 0.4in;
  padding: 0in 0in 0in 0in;
}

dd p {
  margin: 0in 0in 0.2in 0in;
  padding: 0in 0in 0in 0in;
}

a {
  color: #6B8E23;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h2 {
  color: #6B8E23;
  font-size: 125%;
  padding: 0;
  margin: 0;
}

h3 {
  color: #000000;
  font-size: 110%;
  font-weight: bolder;
  font-style: italic;
  background-color: transparent;
  padding: 0;
  margin: 0in 0in 0in 0.2in;
}

.soft {
  background-color: transparent ;
  color: #6B8E23;
  font-size: 175%;
  font-weight: normal;
  margin: 0.2in 0.2in 0.2in 0.2in;
}

.email {
  color: #6B8E23;
  background-color: transparent;
  font-size: 150%;
  margin: 0.2in 0.2in 0.2in 0.2in;
}

code {
  font-size: 105%;
  font-family: courier, monospace;
}

pre {
  font-size: 105%;
  font-family: courier, monospace;
  margin: 0.2in;
  padding: 0;
}

.list ul {
  margin-left: 0.4in;
}

.list .publis li {
  margin-bottom: 0.2in;
}

.address {
  font-size: 105%;
  font-family: courier, monospace;
  margin: 0.2in 0.2in 0.2in 0.4in;
}

.menu {
  background-color: #6B8E23;
  color: #FFFFFF;
  font-size: 105%;
  padding: 0;
  margin: 0in 0in 0.2in 0in;
  text-align: center;
}

.menu a {
  color: #FFFFFF;
}

.blog-title {
  background-color: transparent ;
  color: #6B8E23;
  font-size: 175%;
  margin: 0.4in 0.2in 0.2in 0.4in;
  text-align: center;
}

.blog-info {
  font-size: 70%;
  font-style: italic;
}

.ptitle {
  color: #000000;
  font-size: 105%;
  font-weight: bold;
}

.ttitle {
  color: #000000;
  font-size: 105%;
  font-weight: bold;
}

.pauthors {
  color: #000000;
  font-size: 105%;
}

.ppub {
  color: #000000;
  font-size: 105%;
  font-style: italic;
}

.tpub {
  color: #000000;
  font-size: 105%;
  font-style: italic;
  display: inline;
}

.bibtex + pre {
  display: none;
  font-size: 95%;
  font-family: courier, monospace;
  margin: 0.2in 0in 0.2in 0in;
  border: 1px solid #C3C3C3;
  background: #E5EECC;
}
