/*
body{
    background-color: #033663;
    background-image: url(background.png);
    background-repeat-y: no-repeat;
    color: #FFFFFF;
}
*/

body { margin: 70px; width: auto; }

.container {border-bottom: 1px solid #d5d5d5;}
a { text-decoration: none; color: #000080; }
a:hover { text-decoration: underline; }

p, ul { font-size: 1.5em; line-height: 1.4em; color: #333; }

h1, h2, h3, h4 { font-family: 'Orbitron', sans-serif, 'Arial', 'Sans-Serif'; }
h1 { font-size: 3em;  }
h2 { font-size: 2.7em; }
h3 { font-size: 2.3em; }
h4 { font-size: 1.9em; }

nav ul, footer ul { font-size: 1em; font-family: 'Orbitron', sans-serif, 'Arial', 'Sans-Serif'; padding: 0px; list-style: none; font-weight: bold; }
nav ul li, footer ul li { display: inline; margin-right: 20px; }
a:active {
    background-color: rgb(135, 223, 135);
  }
#navigation li  a.current {
    text-decoration: underline;
  }
footer { border-top: 1px solid #000080; font-size: .8em; }

/* Blog */
ul.posts { margin: 20px auto 40px; font-size: 1.5em; }
ul.posts li { list-style: none; }

/* CV */
.cv { margin: 0px 0px 60px; }
.cv h1 { font-size: 3em; }
.cv h2 { font-size: 2em; }
.cv address, .cv .download { font-family: 'Helvetica', 'Arial', 'Sans-Serif'; }
.cv address, .cv p { font-size: 1.2em; }
.cv .download { float: right; font-size: .8em; text-transform: uppercase; }

.blurb {border-bottom: 1px solid #d5d5d5; margin-bottom: 10px;}
.dataart {width:100%; margin-top: 10px; }

.medium {
    display: inline;
    padding: .2em .4em .3em;
    font-size: 65%;
    font-weight: 100;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    background: #f0ad4e;
    border-radius: 1020px;
}
.hard {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 65%;
    font-weight: 100;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    background: #d9534f;
    border-radius: 1020px;
}



.hello {
    font-family: 'Helvetica', 'Arial', 'Sans-Serif';
}