/*********/
/* fonts */
/*********/
@import url(//fonts.googleapis.com/css?family=Amatic+SC:400,700);
@import url(//fonts.googleapis.com/css?family=Trykker);

/***********/
/* general */
/***********/
html {
    height: 100%;
}

body {
    color: #787878;
    font-family: 'Trykker', serif;
    background: url(../images/background.jpg) repeat;
    height: 100%;
    line-height: 1.2em;
}

a, a:active, a:hover, a:visited {
    color: #787878;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/*************/
/* container */
/*************/
div#container {
    min-height: 100%;
    margin: 0 auto 0 auto;
    width: 1000px;
}

/**********/
/* banner */
/**********/
div#banner {
    margin-left: 70px;
    padding: 20px;
    text-align: center;
}

/**************/
/* navigation */
/**************/
div#nav {
    float: left;
    font-family: 'Amatic SC', cursive;
    margin-left: 70px;
    width: 130px;
}

ul#menu {
    font-size: 26pt;
    line-height: 1em;
    margin-bottom: 0.6em;
}

ul#menu li {
    text-align: center;
}

ul#menu li:first-child {
    margin-bottom: 20px;
}

ul#menu li a {
    font-weight: 400;
}

/***********/
/* content */
/***********/
div#content {
    overflow: auto;
    padding-bottom: 3em;
    width: 700px;
}

div#flash-gallery {
    margin-top: -20px;
}

/**********************/
/* Paragraph Elements */
/**********************/
div#content h1, div#content h2, div#content h3 {
    font-family: 'Amatic SC', cursive;
}

div#content h1 {
    font-size: 1.8em;
    margin: 0.6em 0 0.4em 0;
}

div#content h2 {
    font-size: 1.6em;
    margin: 0.6em 0 0.2em 0;
}

div#content h3 {
    font-size: 1.4em;
    margin: 0.4em 0 0.1em 0;
}

div#content p {
    margin-bottom: 0.2em;
}

div#content ul {
    margin-left: 0.6em;
}

div#content img.feature {
    margin-top: 1em;
}

/**********/
/* resume */
/**********/
.resume li {
    margin-bottom: 0.4em;
}

.resume li.position {
    font-weight: bold;
}

.resume ul {
    margin-bottom: 1em;
}

/**********/
/* footer */
/**********/
div#footer {
    clear: both;
    font-size: 12px;
    height: 3em;
    margin-top: -3em;
    position: relative;
    text-align: center;
}

div#footer p {
    padding-top: 1em;
}
