/**/

body {
    margin: 0px;
    padding: 0px;
    width: auto;
    background-color: #333333;
    text-align: center;
}

#container {
    background-color: #ffffff;
    clear: both;
    margin: 0px 2%;
    padding: 0px 0px 1em 0px;
    text-align: left;
    width: 96%;

    -webkit-box-shadow: 0px 0px 10px #000000;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-box-shadow: 0px 0px 10px #000000;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
}

h1 {
    color: #333333;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #666666;

    width: auto;
    text-align: left;
    margin: 0px;
    padding: 4em 2em 3em 2em;
}

#navigation {
    position:fixed;
    top: 0px;
    left: 2%;
    width: 96%;
    height: 20px;
    line-height: 20px;
    margin: 0px;
    padding: 0px;

    overflow: hidden;

    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #666666;

    background-image: url(/images/navigation-background.png);
    background-position: center right;

    font-family: skia;
    text-align: left;

    z-index: 1000;

    -webkit-box-shadow: 0px 0px 10px #000000;
    -moz-box-shadow: 0px 0px 10px #000000;
}

#navigation ul, #navigation li {
    display: inline;
    margin: 0px;
    padding: 0px;
    line-height: 20px;
}

#navigation li:first-child {
    margin: 0px;
    line-height: 20px;
    height: 20px;
    padding: 1em 1em 1em 2.5em;
    font-weight: bold;
}

#navigation li {
    margin: 0px;
    line-height: 20px;
    height: 20px;
    padding: 1em 1em 1em 0.5em;
}

#navigation ul.path li.item {
    margin: 0px;
    padding: 1em 1.5em 1em 0.5em;
}

#navigation a {
    color: #000000;
    text-decoration: none;
    border: 0px;
}

#navigation a:hover {
    text-decoration: underline;
    border: 0px;
}

a {
    color: #333333;
    text-decoration: none;
    border-width: 0px 0px 1px 0px;
    border-style: dashed;
    border-color: #333333;
}

a:hover {
    color: #000000;
    text-decoration: none;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #333333;
}

img {
    border: 1px solid #999999;
}

#footer {
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: #999999;
    width: 100%;
    clear: left;
    font-size: smaller;
}

#search {
    float: right;
    margin: 0px 10px 0px 0px;
    padding: 0px;
    line-height: 20px;
    height: 20px;
}

#search form input {
    width: 100%;
    line-height:17px;
    height:17px;
}


/* -------------------- */


.heading-date {
    clear: right;
    margin: 1em;
    font-size: xx-large;
    font-family: skia;
    z-index: -1000;
    color: #999999;
}

.entry-block {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #f0f0f0;
    padding: 0.5em;
    margin: 2em;
}

.entry-block h2 {
    padding: 0px;
    font-size: medium;
    margin: 0em 1em;
}

.entry-block h3 {
    padding: 0px;
    font-size: medium;
    text-decoration: underline;
    margin: 0em 2em;
}

.entry-block div {
    margin: 0em 1em;
}

.entry-block .entry-info {
    font-size: x-small;
}

.entry-block .entry-info .entry-permalink {
}

.entry-block .entry-info .entry-permalink:before {
    content: ' - ';
}

.entry-block .entry-info .entry-created {
}

.entry-block .entry-score {
    float: right;
    font-size: 1000%;
    line-height: 10%;
    font-weight: bold;
    font-family: Skia;
    opacity: 0.1;
    margin: 0px;
    padding: 0px;
}

.entry-block .entry-comment {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #ffffff;
    margin: 0.5em 2em;
    padding: 0em 1em;
}

.entry-block table {
    border-collapse: collapse;
    margin: 1em 2em;
}

.entry-block table tr th, .entry-block table tr td {
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: #cccccc;
    padding: 0.2em 0.5em;
}

.entry-block table tr:first-child th, .entry-block table tr:first-child td {
    border-width: 0px;
}

.pager {
    text-align: center;
}

.pager .prev, .pager .next {
    color: #999999;
}


#credit {
    clear: both;
    color: #ffffff;
    font-family: Skia;
    padding: 2em 0em;
    width: 100%;
}

#credit a {
    color: #ffffff;
}

/* sub-menu */

#sub-menu {
    background-color:white;
    left: 5%;
    margin: 0px;
    overflow: hidden;
    padding: 0px;
    position: absolute;
    text-align: left;
    top: 30px;
    white-space: nowrap;
    width: 90%;
    z-index: 2;
}

#sub-menu ul {
    margin: 0px;
    padding: 0px;
}

#sub-menu .left {
    float: left;
}

#sub-menu .right {
    float: right;
}

/* inline-menu */
.inline-menu li {
    display: inline;
}

.inline-menu li:before {
    content : " | ";
}

.inline-menu li:first-child:before {
    content : "";
}

.inline-menu .current {
    font-weight: bold;
}

/* breadcrumbs-menu */
.breadcrumbs-menu li {
    display: inline;
}

.breadcrumbs-menu li:before {
    content : " > ";
}

.breadcrumbs-menu li:first-child:before {
    content : "";
}
