body {
    margin:0;
    padding:0;
    
    background-color:#8a9fab;
    /*background-color:#1a5694;*/
    color:#fff;
    font-family:"Century Gothic","Avant Garde Gothic","Avant Garde",Arial;
    font-size:13px;
}

.dot {
    /*color:#005796;*/
}

a {
    color:#fff;
    text-decoration:none;
}

a:hover {
    color:#fff;
    text-decoration:underline;
}

#header {
    text-align:center;
}

#header #title {
    height:114px;
    overflow:visible;
}

#header #slogan {
    font-size:13px;
    font-style:oblique;
}

#notpublic {
    position:absolute;
    bottom:0;
    right:30px;
    z-index:100;
    background-color:#0a0;
    color:#fff;
    font-family:"Century Gothic","Avant Garde Gothic","Avant Garde",Arial;
    font-size:11px;
    padding:3px 10px;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
    border-top:1px solid #fff;
    text-align:right;
}

#notpublic #notpublic_details {
    text-align:right;
}

#notpublic a {
    color:#fff;
    text-decoration:none;
    padding:3px 3px;
}

#notpublic a:hover {
    color:#fff;
    text-decoration:none;
    background-color:#1a5694;
}

#added {
    text-align:center;
    margin:20px 0;
}

#added_shortcut {
    font-size:20px;
}

#added img {
    border:1px solid #fff;
}

#pinned {
    text-align:center;
    margin:20px 0;
}

.hits {
    font-size:10px;
}

#pinned #pinned_heading {
    font-size:18px;
    font-weight:bold;
}

#pinned table {
    margin:0 auto;
}

#pinned table tr td {
    text-align:center;
    font-size:15px;
}

#pinned img.thumbshot {
    border:1px solid #fff;
    margin:3px;
}

#pinned img.arrow_right {
    margin-left:10px;
}

#pinned img.arrow_left {
    margin-right:10px;
}

#footer {
    text-align:center;
    font-size:10px;
}

#error {
    position:absolute;
    top:0;
    left:10px;
    z-index:100;
    background-color:#d00;
    color:#fff;
    font-family:"Century Gothic","Avant Garde Gothic","Avant Garde",Arial;
    font-size:11px;
    padding:3px 10px;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
}

#error form {
    display:inline;
}
