@import url(http://fonts.googleapis.com/css?family=Share+Tech+Mono);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300);

h1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 350%;
}

h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 250%;
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: #3b3b3b;
}

a {
    color: black;
}

.publication {
    font-style: italic;
}

#full {
    margin: 0 auto 0 auto;
    position: absolute;
    top: 0px;
    left: 100px;
}

.section  {
    position: relative;
    display: block;
    padding: 10px;
    background-color: #c6edf8;
    margin-top: 0px;
    margin-bottom: 0px;
    border-left: 1px solid #7c7c7c;
    width: 500px;
}


.lesspad {
    padding-top: 0px;
}

.lesspad-bottom {
    padding-bottom: 2px;
}

ul {
    margin-top: 0px;
    margin-bottom: 0px;
}

li {
    font-size: 70%;
}

.color1 {
    background-color: #0dc9f7;
}

.color2 {
    background-color: #92e895;
}

#newface {
    position: fixed;
    top: 5px;
    left: 5px;
    text-align: center;
    vertical-align: middle;
}

#newface img {
    border-radius: 150px;
    border: 1px solid #7c7c7c;
}

.fps {
    position: fixed;
    bottom: 3px;
    font-size: xx-small;
    font-family: 'Share Tech Mono', monospace;
    color: #c7c7c7;
}

