/*============================================================**
        Layout
**============================================================*/

#site-information {
    float: left;
    width: 21%;
}

#contents-information {
    float: right;
    width: 15%;
}

#contents {
    float: left;
    width: 64%;
}

#signature {
    clear: both;
}


/*============================================================**
        #site-information
**============================================================*/

#site-information {
    padding: 1.5em 0 0 0;
}

#site-information .inner {
    padding: 0 0 0 1.5em;
}

#site-name {
    margin: 0 0 2.5em 0;
}

#navigation li {
    list-style-type: none;
    margin: 0 0 1em 0;
    padding: 0 0 0 14px;
    letter-spacing: 0.05em;
    font-size: 110%;
}

#navigation li a {
    color: #494949;
    text-decoration: none;
    /*text-transform: uppercase;*/
}

#navigation li a:hover,
#navigation li.active a {
    color: #acacac;
}


/*============================================================**
        #contents-information
**============================================================*/

#contents-information {
    padding: 1.5em 0 0 0;
    text-align: right;
}

#contents-information .inner {
    padding: 0 1.5em 0 0;
}

#topic-path {
    margin: 0 0 8em 0;
}

#contents-information .no-topic-path {
    margin: 0 0 15em 0;
}

#topic-path li {
    list-style-type: none;
    margin: 0 0 0.8em 0;
    text-transform: uppercase;
    font-size: 80%;
}

#topic-path li a {
    list-style-type: none;
    text-decoration: none;
    background: url( ../images/icon-dot-gray.gif ) no-repeat right center;
    padding: 0.5em 2.1em 0.5em 0;
}

#topic-path li a {
    color: #494949;
}

#topic-path li a:hover {
    color: #acacac;
}

#topic-path li#topic-top a {
    background: url( ../images/icon-top.gif ) no-repeat right center;
}

#topic-path li#topic-top a:hover {
    background: url( ../images/icon-top-h.gif ) no-repeat right center;
}

#topic-path li#topic-now {
    background: url( ../images/icon-bottom.gif ) no-repeat right center;
    padding: 0.5em 2.1em 0.5em 0;
}

#contents-name {
    font-size: 300%;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 0.5em 0;
}

#to-contents-top {
    text-transform: uppercase;
}

#to-contents-top a {
    text-decoration: none;
    background: url( ../images/icon-right.gif ) no-repeat right center;
    padding: 0.5em 2.1em 0.5em 0;
    font-size: 80%;
}

#to-contents-top a:hover {
    background: url( ../images/icon-right-h.gif ) no-repeat right center;
}

#to-contents-top a:hover {
    color: #acacac;
}


/*============================================================**
        #contents
**============================================================*/

#contents {
    padding: 4.5em 0 8.5em 0;
}

#contents .inner {
    padding: 0 3em 0 0;
}

#contents p {
    line-height: 1.8;
    margin: 0 0 1em 0;
}

#contents h3 {
    line-height: 1.3;
}

#contents li {
    line-height: 1.6;
}

#contents #entry-title {
    margin: 0 0 0.1em 0;
}

#contents #entry-date {
    display: block;
    margin: 0 0 2.5em 0;
    color: #afafaf;
    text-transform: uppercase;
}

#contents #entry-body h4 {
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
    padding: 2em 0 0.3em 0;
}

#contents #entry-body {
    margin: 0 0 6em 0;
}

#contents #entry-body ul {
    margin-bottom: 1em;
}

#contents #entry-body ul li {
    margin-left: 2.5em;
    margin-bottom: 0.6em;
    list-style-type: square;
}

#contents .donation-botton {
    text-align: center;
    margin: 0 0 1em 0;
}

#contents #flickr-photo-list li {
    float: left;
    list-style-type: none;
    line-height: 0;
}

#contents #flickr-photo-list li img {
    padding: 1px;
}

#contents #action-streams {
    list-style-type: none;
}

#contents #action-streams li {
    float: left;
    width: 30%;
}


/*============================================================**
        Headline Style
**============================================================*/

h3 {
    font-size: 200%;
    font-weight: normal;
    margin: 0 0 0.7em 0;
    letter-spacing: 0.05em;
}

h3 a {
    text-decoration: none;
}

h3 a:hover {
    text-decoration: underline;
}

h4 {
    font-size: 120%;
    font-weight: normal;
    margin: 0 0 1em 0;
    letter-spacing: 0.05em;
}

h5 {
    font-size: 110%;
    font-weight: normal;
    margin: 0 0 1em 0.8em;
    letter-spacing: 0.05em;
}

dl {
    padding: 0 3em 0.7em 2em;
}

dt {
    margin-bottom: 0.5em;
}

dd {
    margin-bottom: 1.0em;
    line-height: 1.6;
}


/*============================================================**
        #signature
**============================================================*/

#signature {
    padding: 1em 2em 1em 1.5em; /* left is same as '#site-information .inner' */
    position: fixed;
    bottom: 0;
    left: 14px;
    background: #fff;
    font-size: 80%;
}

#signature address {
    color: #000;
    display: inline;
    font-style: normal;
    text-transform: uppercase;
    padding-left: 0.6em;
}

#signature address a {
    text-transform: normal;
}

#contact-me {
    text-transform: uppercase;
    display: inline;
    padding: 1em 1.5em;
    background: #000;
    color: #fff;
}

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

#contact-me a:hover {
    text-decoration: underline;
}


/*============================================================**
        #navigator-section
**============================================================*/

#diary #contents #entry-body {
    margin: 0 0 2.5em 0;
}

#navigator-section {
    margin: 0em 0em 2em 0em;
    text-align: center;
}

#navigator {
    list-style-type: none;
}

#navigator li {
    display: inline;
}

#navigator li#navigator-prev a:hover {
    text-decoration: underline;
}

#navigator li#navigator-next a:hover {
    text-decoration: underline;
}
