@charset "utf-8";

body {
    font-family: "Avenir", "Helvetica Neue", "Helvetica", sans-serif;
    color: #4F4759;
    /* background-color: #E0E0E3; */
    background-color: #F9F9FB;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a {
    text-decoration: none;
    font-weight: bold;
}

a:link {
    color: #56687A;
}

a:visited {
    color: #D9CDBF;
}

a:hover {
    color: #F00000;
}

#title {
/*    position: absolute; */
    float: left;
/*    min-left: 1000px;; */
}

#title h1 {
    font-size: 27px;
}

#title h1 .big {
    font-weight: bold;
    font-size: 68px;
    float: right;
}

#title h1 .hiddenTitle {
    padding-top: 27px;
    float: right;
    display: none;
}

#title .funny {
    font-size: 10px;
    color: #7A7263;
    font-style: italic;
    position: absolute;
    top: 0px;
    right: 0px;
}

#left {
    /* visibility: hidden; */
    /* font-family: Helvetica;*/
    text-align: right;
    position: absolute;
/*    float:left;*/
    top: 110px;
    max-width: 220px;
}

#left .entry {
    font-size: 24px;
    margin-bottom: 5px;
}

#left .entry .selected {
    font-weight: bold;
}

#left .copyright {
    color: #7A7263;
    font-style: italic;
    font-size: 13px;
    margin-top: 40px;
}

#left .entry a {
	font-weight: normal;
	color: inherit;
}

#left .entry a:hover {
	color: #76889A;
}

#right {
    /* font-family: Helvetica; */
    position: absolute;
    top: 110px;
    left: 258px;
    float:right;
    max-width: 1000px;
}

#right .entryspacer {
    margin-bottom: 30px;
}

#right .entry {
    border-radius: 10px 50px 50px;
    text-align: justify;
    /* font-size: small; */
    background-color: #D9CDBF;
    padding: 7px 20px 20px 7px;
}

#right .title {
    /* font-family: Helvetica; */
    font-weight: bold;
    font-size: x-large;
}

#right .date {
    font-size: medium;
    font-style: italic;
    color: #7A7263;
}

#right blockquote {
    font-family: Fantasy;
    font-style: italic;
    background-color: #F0F0F0;
    border-style: dotted;
    border-width: thin;
    padding: 3px;
    border-color: #56687A;
    font-size: 15px;
}

#right p {
    margin-left: 20px;
    margin-top: 5px;
}

#right p.signature {
    font-size: 15px;
    font-style: italic;
}

#right .maplink {
    position: absolute;
    right: 0px;
}
    