/* Base Weblog (base-weblog.css) */

/* basic elements */

html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

body
{
   margin: 0;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
   font-family: verdana, 'trebuchet ms', sans-serif;
   font-size: 12px;
}

form, input { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin-top: 10px;
   margin-bottom: 10px;
}


/* standard helper classes */

.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

/* .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 { text-align: center; } /* center on ie */

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

#banner { position: relative; }
#banner-inner { position: static; }

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

#alpha, #beta, #gamma, #delta
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
   position: static;
}


/* basic page elements */

body
{
   font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
   font-size: 12px;
}

a { color: #0000ff; text-decoration: underline; }
a:hover { color: #0099cc; }

#banner a { color: #fff; text-decoration: none; }
#banner a:hover { color: #fff; }

.module-content a { color: #0000ff; }
.module-content a:hover { color: #0099cc; }

.entry-content a { color: #333; }
.entry-content a:hover { color: #cc3300; }

h1, h2, h3, h4, h5, h6
{
   font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}
h3 {
   font-size: 16px;
   font-weight: bold;
   color: #ff0000;
}
h4 {
   font-size: 14px;
   font-weight: bold;
   color: #ff6600;
}
h5 {
   font-weight: bold;
}
.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto;

   margin: 0;
   border-left: 5px solid #ffcc00;
   padding: 5px;
   color: #fff;
   background: #0099cc;
   font-size: 11px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}

.module-header a,
.module-header a:hover,
.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover
.archive-header a,
.archive-header a:hover
{
   color: #fff;
}

/* page layout */

body
{
   min-width: 730px;
   color: #333;
   background: #dcdcdc;
}

#container
{
   width: 730px;
   margin-bottom: 0;
   background: #fff url(img/bg.gif);
}

#container-inner
{
   border-width: 0 1px 0 1px;
   border-style: solid;
   border-color: #ccc;
}

#banner
{
   width: 728px; /* necessary for ie win */
   height: 120px;
   background-image:url(http://saimuseiri.e-tham.com/img/top.jpg);
}

#banner-inner
{
   height: 100%;
   padding: 15px 13px;
}

.banner-user
{
   width: 70px;
   margin-top: 5px;
   font-size: 10px;
}

.banner-user-photo { border: 1px solid #fff; }

#banner-header
{
   margin: 0;
   color: #fff;
   font-size: 30px;
   font-weight: bold;
   line-height: 1;
   text-shadow: #0000ff 0 2px 3px;
}

#banner-description
{
position:absolute; bottom:20px; left:20px;
}

#alpha { 
   margin: 5px 5px 5px 5px; 
   padding: 10px;
   width: 496px; 
   border: 1px solid #dae0e6;
}
#beta {
   width: 200px;
}
#gamma, #delta { width: 200px;}

#beta-inner,
#gamma-inner,
#delta-inner
{
   padding: 5px;
}
#footer
{
   width: 728px; /* necessary for ie win */
   height: 30px;
   background-image:url(http://saimuseiri.e-tham.com/img/sora.jpg);
}

#footer-inner
{
   height: 100%;
   padding-top: 20px;
   font-size: 10px;
   text-align: right;
}
.date-header
{
   margin-top: 0;
   font-size: 11px;
   font-weight: bold;
   text-transform: uppercase;
}
.ad
{
   font-size: 10px;
   color: #999;
   clear: both;
}
.entry-header
{
   margin-top: 10px;
   border-left: 5px solid #ffcc00;
   padding: 0 0 0 10px;
   color: #666;
   font-size: 14px;
   font-weight: bold;
}
.img
{
   float: right;
   margin-top: 5px;
}
.entry-content,
.comment-content,
.trackback-content
{
   margin: 0;
   line-height: 1.5;
}

.entry-footer{
   margin: 5px 0 0 0;
   padding: 5px 0;
   text-align: center;
   font-size: 10px;
   border-top: 1px solid #dae0e6;
}
.comment-footer,
.trackback-footer
{
   margin: 0 0 10px 0;
   border-top: 1px solid #dae0e6;
   padding-top: 3px;
   color: #666;
   font-size: 10px;
   text-align: right;
}
.footer-navi{
   margin: 0 0 0 10px;
   font-size: 10px;
   clear: both;
}
.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer
{
   margin-left: 10px;
}

.content-nav { margin-top: 0; }

#trackbacks-info
{
   margin: 10px 0;
   border: 1px dashed #0099cc;
   padding: 0 10px;
   color: #292e33;
   font-size: 11px;
   text-align: center;
   background: #e6ecf2;
}

.comments-open-footer
{
   margin: 10px 0;
}


/* modules */

.module
{
   position: relative;
   overflow: hidden;
   width: 190px; 
   margin: 0;
   padding: 0;
}

.module-content
{
   position: relative;
   margin-top: 5px;
   padding: 2px 0;
}

.module-list
{
   margin: 0;
   list-style: none;
}
.archive-list
{
   margin: 0;
   padding: 0;
   list-style: none;
}

.module-content { margin: 0; }
.module-list-item a
{
   width: 188px; 
   height: 20px;
   background-color: #dae0e6;
   text-indent: 5px;
   display: block;
   font-size: 12px;
   line-height: 20px;
   margin: 0;
   letter-spacing: 0.1em;
   border-top: 1px solid #dae0e6;
   border-left: 1px solid #dae0e6;
   border-right: 1px solid #999999;
   border-bottom: 1px solid #999999;
   text-decoration: none;
}

.module-list-item a:hover
{
   background-color: #ffcc00;
   border-top: 1px solid #999999;
   border-left: 1px solid #999999;
   border-right: 1px solid #dae0e6;
   border-bottom: 1px solid #dae0e6;
   color: #666;
}