body {
    font-size:1em;
    padding:0;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    color: #1D1D1D;
    background: #eee url(/images/upbg.jpg) no-repeat;
    background-size:100% 100%;
    background-attachment:fixed;
}

a {
    font-weight: 500;
    color: #162252;
}

a:hover {

}
#header {
    width:100%;
    position:absolute;
    top:0;left:0;
    margin-top:0;padding-top:0;
    background-color:#162252;
    opacity:.9;
    filter: alpha(opacity=90);
    height:3em;
    box-shadow:0px 1px 4px #162252;
}

.sticky {
  position: fixed !important;
  top: 0;
}

#header h1,#header h1 a {
    text-align: center;
    color: white;
    float: left;
    padding:.5em;
}

#header > ul {
    float: right;
    list-style: none;
}

#header > ul > li {
    border: 1px solid transparent;
    border-bottom: none;
    display: block;
    float: left;
}

#header ul li {
    color: #323538;
    margin: 1em;
}

#header ul a {
    color:#e1e1e1;
    padding: 11.5px 14px;
    text-decoration: none;
}
#header ul a:hover {
    text-decoration: underline;
}
#header > ul > li.active,
#header > ul > li:hover {

}

#header ul ul {
    background-color: #444;
    border: 1px solid #0f71b5;
    border-top: none;
    display: none;
    list-style: none;
    margin-left: -1px;
    margin-top:10px;
    position: absolute;
}

#header ul li:hover ul {
    display: block;
}
#container {
    margin: 10px auto;
    margin-bottom:5em;
    max-width:45em;
    min-height:85vh;
    border-radius:0 0 8px 8px;
    padding:3.5em 1em 1em 1em;
background: rgb(255, 255, 255) transparent;
/* nice browsers */
background: rgba(250, 250, 255, 0.8);
box-shadow:1px 1px 1px #444;
}
@media (max-width: 600px) {
   
    #header ul {background:#162252;width:100%;}
    #header ul li {
        margin: .25em;
    }
    #container {
        min-width:8em;
        padding:5em 4px 4px 4px;
    }
    p {
        margin:.25em .25em;
    }
}

#content {
    clear: both;
    padding-top: 20px;
}

#content ul {
    list-style: none;
    margin: 0 0 13px 20px;
}

#content ul li {
    padding: 0 0 3px 18px;
}

#footer {
    clear: both;
    padding: 10px 0 20px 0;
    text-align: center;
    color: #666;
    border-top: 1px solid #eee;
}
blockquote {
    background-color: white;
    color: #333;
    border: 1px solid #578fb5;
    border-left: 5px solid #578fb5;
    padding: 7px;
}

blockquote, p{
    line-height: 140%;
    margin-bottom: 16px;
}

blockquote p {
    margin: 0;
}

h2 {
    font-size: 1.5em;
    font-weight: normal;
    color: #162252;
    margin-bottom: 1.5em;
    border-bottom:1px #eee solid;
}

textarea, input {
    color: black;
    background-color: white;
    border: 1px solid black;
    border-left: 5px solid #162252;
    padding: 1pt;
    margin: 5px;
}

/* Blog */
.blog_post {
    margin-top: 20px;
}

.blog_post_title {
    margin-bottom: 5px;
}

.blog_post_info, #blog_post_info {
    color: gray;
}

.blog_post_content, #blog_post_content {
    margin-top: 5px;
}

#blog_reactions > p {
    color: #0f71b5;
}

.blog_reaction {
    border-left: 5px solid #578fb5;
    padding-left: 10px;
    margin-left: 5px;
    width: 370px;
    text-align: justify;
}

.blog_reaction_name {
    margin-bottom: -3px;
    font-size: 15px;
    font-weight: bold;
}

.blog_reaction_info a {
    font-weight: normal;
    font-size: 10px;
    color: gray;
}

.blog_reaction_message {
    margin-top: 15px;
}

/* Contactform */
#contactform {
    margin: 15px 0 15px 0;
}

/* Albums */
.album {
    background-color: white;
    border: 1px solid #578fb5;
    border-left: 5px solid #578fb5;
    padding: 7px;
    margin: 15px auto;
}

.album td {
    vertical-align: middle;
}

.album td + td {
    padding-left:10px;
}

.albuminfo {
    font-size: 17pt;
}

.error {
    color: red;
    font-size: 14px;
}
