body, html{
    height:100%;
    padding: 0;
    margin: 0;
}
html>body {
    height:auto;
    min-height:100%;
}
#wrap {
    width: 770px;
    overflow: hidden;
    margin: 30px auto;
    text-align: center;
}
.tag_cloud {
    float:left;
    position:relative;
    width: 60%;
    text-align: justify;
    padding-top: 45px;
    padding-left: 140px;
    padding-bottom: 25px;
}
.tag_cloud #tag_container a {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
}
.tag_cloud #tag_container a:visited {
    color: #999999;
}
.tag_cloud #tag_container a:link {
    color: #c6b694;
}
.style1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: xx-large;
}
p.style2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}
p.style2 div {
    text-align: center;
}
div.style2 div.right {
    text-align: right;
    width: 90%;
    padding-bottom: 14pt;
    white-space: nowrap;
    vertical-align: bottom;
}
div.style2 div.right span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #c7b797;
}
.style3 {
    border-color: #999999;
}
a:link {
    color: #999999;
}
a:visited {
    color: #999999;
}
a:hover {
    color: #CCCCCC;
}
a:active {
    color: #FF9900;
}
a img {
    border: 0;
}
div.paginator {
    padding: 0;
    margin: 0 auto;
    width: 90%;
    text-align:left;
}
div.paginator a {
    float: left;
}
div.paginator a img {
    border: 0;
}
div.paginator div.right {
    padding: 0;
    margin: 0;
    float:right;
}
div.footer {
    width: 770px;
    margin: 20pt auto;
    text-align: justify;
}
div.footer img {
    display: block;
    margin: 0 auto;
}
div.comments {
    width: 40%;
    text-align: left;
    margin: 0 auto;
}

div.comments p.form {
    padding-bottom: 5pt;
    width: 100%;
    margin: 0 auto;
}

div.comments p.error label,
div.comments p.form label {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    padding-bottom: 1pt;
}

div.comments p.error span {
    display: block;
    background: url(/p/warning.png) no-repeat;
    background-position: right top;
    padding-right: 18px;
}

div.comments p.form span {
    display: block;
    padding-right: 18px;
}

div.comments p.submit {
    width: 92%;
    text-align: right;
}

div.comments input,
div.comments textarea {
    border: 0px;
    background-color: #eae4d3;
    width: 100%;
}
div.comments input.submit-post {
    border: 0px;
    background-color: transparent;
    width: 63px;
    height: 37px;
}
div.comments div.comment_entry {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}
div.comments div.comment_entry p {
    padding: 4pt;
    background: #e8e5df;
}
div.comments div.comment_entry p span {
    display: block;
    font-size: x-small;
    color: #999999;
    padding-bottom: 2pt;
}
p.entry_details, div.entry_details p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
    text-align: justify;
}
p.entry_head {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    color: #c7b797;
}
div#menu p {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    background: #c7b797;
    font-size: 14px;
}

div#menu a{
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    text-decoration: underline;
    font-size: 14px;
}

div.nav a, div#nav a:visited, div#nav a:active {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    color: #C7B797;
    text-decoration: underline;
    font-size: 14px;
}

div.nav p {
    margin: 0 auto;
    padding: 3px;
    width: 120px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    background: #c7b797;
}

div#lang_switcher {
    top: 40px;
    left: 140px;
    position: absolute;
}

