@charset "utf-8";
/************************************************************************/
/*  File name : styles-site.css                                         */
/************************************************************************/
/*  Contents  : Style Sheet for Baldanders.info/blog                    */
/*                                                                      */
/*  Auther    : 荒川 靖弘   2004.10.26                                  */
/*              荒川 靖弘   2006.04.29                                  */
/************************************************************************/

/* Style of Head Line */
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin-top: 1em;
}

/* Container Class */
#container {
    margin-left: 200px;
    overflow: hidden;
}

/* Banner Class */
#banner {
    font-family: 'Ludica Sans Unicode', 'Trebuchet', 'arial narrow', 'Tahoma', sans-serif;
    /*height: 70px;*/
    margin: 0px;
    padding: 0px;
}

#banner h1 {
    font-size: x-large;
    font-weight: bold;
    text-align: center;
    border-width: 0.2em 1em 0.2em 1em;
    border-style: solid;
    border-color: gray;
    margin: 0em 0em;
    padding: 0.5em;
}
#banner h2 {
    margin: 0em 4em;
    padding: 0px;
    font-size: small;
    font-weight: normal;
}

#banner a {
    color: black;
    background-color: transparent;
    text-decoration: none;
}

#banner-img {
    display: none;
}

/* Content Class */
.content {
    border: 1px solid gray;
    padding: 0.2em;
    margin-top: 2px;
}

.content h2 { /* Date */
    margin-bottom: 1em;
}

.content h3 { /* Title of Jurnal */
    font-size: larger;
    border: solid thin;
    margin-top: 0em;
    margin-bottom: 0em;
    padding: 0.1em 0.4em;
}

.content p {
    /* Transparent */
}

.content p.posted {
    font-family: 'Ludica Sans Unicode', 'Trebuchet', 'arial narrow', 'Tahoma', sans-serif;
    font-size: smaller;
    border-top: solid thin;
    margin-top: 0em;
    margin-bottom: 0.5em;
    line-height: 120%;
    padding: 3px;
    clear: both;
    text-align: right;
}

.content li {
    line-height: 140%;
}

.content blockquote {
    color: #660000;
    background-color: #ffffcc;
    font-style: normal;
    line-height: 140%;
    border: solid thin;
}

.content pre {
    white-space: pre;
    margin: 0em;
    overflow: auto;
}

/* Comment Style */
#comment-data {
    float: left;
    width: 180px;
    padding-right: 0.4em;
    margin-right: 0.4em;
    text-align: left;
    border-right: 1px dotted #BBB;
}

#comment-data p {
    font-family: 'Ludica Sans Unicode', 'Trebuchet', 'arial narrow', 'Tahoma', sans-serif;
    margin-bottom: 0.4em;
}

.commenter-profile img {
    vertical-align: middle;
    border-width: 0;
}

textarea[id="comment-text"] {
    width: 80%;
}

/* Sidebar Class */
.sidebar {
    position: absolute;
    left: 0px;
    top: 100px;
    width: 180px;
    padding: 5px;
    border: 1px solid gray;
    font-size: smaller;
}

.sidebar p {
    /*font-size: smaller;*/
    margin-bottom: 0.4em;
}

.sidebar h2 {
    font-family: 'Ludica Sans Unicode', 'Trebuchet', 'arial narrow', 'Tahoma', sans-serif;
    font-weight: normal;
    font-size: small;
    border-bottom: 1px solid gray;
    font-variant: small-caps;
    padding: 3px;
    letter-spacing: .3em;
}

.sidebar ul {
    padding-left: 0px;
    margin: 0px;
    margin-bottom: 30px;
}
.sidebar #categories ul {
    padding-left: 15px;
}
.sidebar ul ul {
    margin-bottom: 0px;
}
.sidebar ul ul ul {
    margin-bottom: 0px;
}
.sidebar li {
    text-align: left;
    line-height: 130%;
    list-style-type: none;
    margin-top: 10px;
}
.sidebar #categories li {
    list-style-type: circle;
}

.photo {
    text-align: left;
    margin-bottom: 20px;
}

.link-note {
    margin-bottom: 2em;
}

#powered {
    color: #000000;
    background-color: transparent;
    margin-top: 1em;
}

/**** End of file ***************************************************/
