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

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */

/* page layout */
body { min-width: 720px; }

#container {
    position: relative;
    margin: 0 auto; /* center on everything else */
    width: 720px;
    text-align: left;
}
#container-inner { position: static; width: auto; }

#banner {
    position: relative;
    width: 720px; /* necessary for ie win */
}
#banner-inner { position: static; }

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

#banner-header {
    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;
    padding: 0.5em;
}

#banner-description {
    margin: 0em 4em;
    padding: 0px;
    font-size: small;
    font-weight: normal;
}

#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

#pagebody2 { position: relative; width: 100%; }
#pagebody2-inner { position: static; width: 100%; }

#contents, #side {
    display: inline; /* ie win bugfix */
    position: relative;
    min-height: 1px;
}
#contents {
    float: left;
    width: 510px;
}
#side {
    float: right;
    width: 200px;
}
#contents-inner, #side-inner {
    position: static;
}

/* content */
.master-archive-index #archive-title,
.individual-entry-archive #archive-title,
.date-based-archive #archive-title,
.category-archive #archive-title {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
    font-size: larger;
    border: solid thin;
    margin: 2px;
    padding: 0.1em 0.4em;
}

.entry,
.amazon,
.trackbacks,
.comments,
.archive {
    position: static;
    clear: both;
    width: 100%;
    margin-top: 2px;
}
.entry,
.trackbacks,
.comments {
    border: 1px solid gray;
}

.entry-content,
.amazon-info,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
    clear: both;
}
.entry-content {
    position: static;
}
.amazon-info {
    text-align: center;
}

.entry-excerpt,
.entry-body,
.entry-more {
    clear: both;
}

.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
    border: solid thin;
    margin: 2px;
    padding: 0.1em 0.4em;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content {
    clear: both;
}
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed {
    font-size: smaller;
}
.entry-footer,
.comment-footer,
.trackback-footer {
    font-family: 'Ludica Sans Unicode', 'Trebuchet', 'arial narrow', 'Tahoma', sans-serif;
    border-top: solid thin;
    margin-top: 0.2em;
    margin-bottom: 0.5em;
    line-height: 120%;
    padding: 3px;
    text-align: right;
}

.entry-content,
.comment-content,
.trackback-content,
.entry-footer,
.comment-footer,
.trackback-footer {
    margin: 2px;
}

.main-index h2 {
    text-decoration: underline overline;
}
.main-index h3,
.main-index h4,
.main-index h5,
.main-index h6 {
    text-decoration: underline;
}

.entry-content blockquote {
    color: #660000;
    background-color: #ffffcc;
    font-style: normal;
    line-height: 140%;
    border: solid thin;
    margin: 0.2em;
    padding-left: 0.2em;
}
.entry-content blockquote .no-border {
    color: black;
    background-color: transparent;
    font-style: normal;
    line-height: 140%;
    border: none;
}
.entry-content pre {
    white-space: pre;
    margin: 0em;
    overflow: auto;
}
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    text-decoration: underline;
}

/* modules */

.module {
    position: relative;
    font-size: smaller;
    overflow: hidden;
    clear: both;
    width: 100%;
    border: 1px solid gray;
    margin: 2px 0px;
}

.module-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
    font-variant: small-caps;
    font-weight: normal;
    border-bottom: 1px solid gray;
    margin: 2px;
    padding: 3px;
}

.module-content {
    position: static;
    margin: 5px 5px 5px 5px;
}
.module-badge .module-content {
    text-align: center;
    margin: 5px 5px 0px 0px;
    padding: 0;
}

.module h2,
.module h3,
.module h4,
.module h5,
.module h6 {
    text-decoration: none;
}

.module ul {
    padding-left: 0px;
    margin: 0px;
    margin-bottom: 10px;
}
.module ul ul {
    margin-bottom: 0px;
}
.module ul ul ul {
    margin-bottom: 0px;
}
.module li {
    text-align: left;
    line-height: 130%;
    list-style-type: none;
    margin-top: 10px;
}

.module-categories ul,
.module-list ul {
    padding-left: 15px;
}
.module-categories li,
.module-list li {
    list-style-type: circle;
}

/* hreview */

.entry-content div.hreview {
    color: #660000;
    background-color: #ffffcc;
    font-style: normal;
    line-height: 140%;
    border: solid thin;
    margin: 1em;
    padding: 0;
}
.hreview dl {
    margin-top: 0;
    margin-bottom:0.5em;
    text-align:left;
    font-size:12px;
    line-height:16px;
}
.hreview img.photo {
    float:left;
    margin: 0 15px 10px 10px;
    padding: 0.5em;
}
.hreview p.gtools {
    font-size:10px;
    text-align: right;
}

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