* {
  margin: 0;
  padding: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}

#main {
  width: 700px;
}

body {
  font-family: "Titillium", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 1.3em;
  background: #F6F4F1;
/*  border-left: 5px solid #333;*/
  height: 100%;
}
 
p, .more {
  color: #777;
  margin-bottom: 1em;
}

p b {
  font-weight: 600;
}
 
.note {
  color: #F6F4F1;
  display: inline-block;
  margin-left: 10px;
  font-family: "felt-tip-roman-1","felt-tip-roman-2", Helvetica, Arial, sans-serif;
}
 
p:hover {
  color: #555;
}
 
p:hover .note {
  color: #999;
}
 
 
a {
  color: #444;
  text-decoration: none;
  border-bottom: 1px dotted #C0BEBC;
}
 
a:hover {
  color: #111;
  border-color: #A7A6A4;
}
 
 
#main {
  color: #444;
  padding: 40px 70px;
}
 
h1 {
  font-weight: 200;
  font-size: 48pt;
  margin-bottom: 20px;
}
 
h1 img {
  display: inline-block;
  height: 36px;
  vertical-align: -1pt;
  margin-left: 15px;
  border: 1px solid #ddd;
  opacity: 0.8;
}
 
h1:hover img {
  opacity: 0.9;
}
 
.section {
  margin-bottom: 30px;
}
 
.modest {
  color: #777;
  background: #FBFAF8;
  border: 1px solid #E9E6E4;
  padding: 20px;
  margin-left: -20px;
  line-height: 1.5em;
}
 
ul.links li {
  margin-top: 20px;
  list-style: none;
  display: inline-block;
  margin-right: 10px;
  font-size: 10pt;
}
 
ul.links a {
  background: #EDEBE8;
  color: #787775;
  padding: 8px 15pt;
  font-weight: 700;
  border: 1px solid #E1DFDD;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
 
ul.links a:hover {
  color: #5F5E5D
}
 
ul.links a:active {
  color: #333;
}

ul.links {
  display: inline-block;
  margin-left: 10px;
}

h3 {
  font-weight: normal;
  margin-bottom: 10px;
}

li {
  list-style: none;
  line-height: 1.6em;
}
