/* 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: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W4", Osaka, verdana, arial, sans-serif;
   font-size: 10px;
}

form, input { margin: 5px 0 0 3px; padding: 0; }
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;
}

A                { color: #66CC33; text-decoration: none; background-color: transparent;}
A:link           { color: #66CC33; text-decoration: none; background-color: transparent;}
A:link:hover     { color: #66FF00; text-decoration: none; background-color: transparent;}
A:link:active    { color: #66FF00; text-decoration: none; background-color: transparent;}
A:visited        { color: #66CC33; text-decoration: none; background-color: transparent;}
A:visited:hover  { color: #66FF00; text-decoration: none; background-color: transparent;}
A:visited:active { color: #66FF00; text-decoration: none; background-color: transparent;}

.module-mmt-calendar td A		{ color: #FFFFFF; text-decoration: none; background-color: #669933; display: block;}
.module-mmt-calendar td A:link	{ color: #FFFFFF; text-decoration: none; background-color: #669933;}
.module-mmt-calendar td A:link:hover	{ color: #FFFFFF; text-decoration: none; background-color: #66FF00;}
.module-mmt-calendar td A:link:active	{ color: #66FF00; text-decoration: none; background-color: #66FF00;}
.module-mmt-calendar td A:visited	{ color: #FFFFFF; text-decoration: none; background-color: #669933;}
.module-mmt-calendar td A:visited:hover	{ color: #FFFFFF; text-decoration: none; background-color: #66FF00;}
.module-mmt-calendar td A:visited:active	{ color: #66FF00; text-decoration: none; background-color: #66FF00;}

.content-nav A		{ color: #FFFFFF; text-decoration: none; background-color: none;}
.content-nav A:link	{ color: #FFFFFF; text-decoration: none; background-color: none;}
.content-nav A:link:hover	{ color: #66CC33; text-decoration: none; background-color: none;}
.content-nav A:link:active	{ color: #66CC33; text-decoration: none; background-color: none;}
.content-nav A:visited	{ color: #FFFFFF; text-decoration: none; background-color: none;}
.content-nav A:visited:hover	{ color: #66CC33; text-decoration: none; background-color: none;}
.content-nav A:visited:active	{ color: #66CC33; text-decoration: none; background-color: none;}


/* 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: 763px;
   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
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
}

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


/* banner user/photo */

.banner-user
{
   float: left;
   overflow: hidden;
   width: 64px;
   margin: 0 15px 0 0;
   border: 0;
   padding: 0;
   text-align: center;
}


/* content */

.content-nav
{
   margin: 10px;
   text-align: center;
}

.date-header,
.entry-content
{
   position: static;
   clear: both;
}

.entry
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 540px;
   margin: 0px 0px 10px 0px;
}

.trackbacks,
.comments,
.archive
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 530px;
   margin: 0px 0px 10px 0px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
   clear: both;
   margin: 0 10px 10px 5px;
}

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

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
   clear: both;
   margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
   width: 240px;
}

#comment-bake-cookie
{
   margin-left: 0;
   vertical-align: middle;
}

#comment-post
{
   font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail
{
   float: left;
   width: 115px;
   margin: 0 10px 10px 0;
}

.image-thumbnail img
{
   width: 115px;
   height: 115px;
   margin: 0 0 2px 0;
}


/* modules */

.module
{
   position: relative;
   overflow: hidden;
   width: 100%;
}

.module-content
{
   position: relative;
   margin: 5px 5px 20px 5px;
}

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

.module-list-item
{
   margin-top: 5px;
   margin-bottom: 5px;
}

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content table
{
   border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td
{
   width: 14%;
   text-align: center;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item
{
   display: block;
   clear: both;
   margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail
{
   float: left;
   min-width: 60px;
   width: 60px;
   /* no ie mac \*/width: auto;/* */
   margin: 0 5px 0 0;
   text-align: center;
   vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description
{
   margin: 0;
   padding: 5px;
}


/* mmt calendar */

.module-mmt-calendar { margin-bottom: 0; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }

.module-mmt-calendar th { text-align: left; }

.module-mmt-calendar td
{
   /* width: 14%; */
   /* height: 75px; */
   text-align: center;
   /* vertical-align: top; */
}


/* page layout */

body
{
   min-width: 763px;
   color: #777;
   background: #66FF00;
}

#container
{
   width: 763px;
   margin-bottom: 20px;
   background: #e9e9e9;
}

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

#banner
{
   width: 763px; /* necessary for ie win */
   background: #fff;
}

#banner-inner
{
   padding: 20px 0px 10px 5px;
}

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

#banner-header
{
   margin: 0;
   color: #fff;
   font-family: verdana, arial, sans-serif;
   font-size: 16px;
   font-weight: bold;
   line-height: 1;
}

#banner-description
{
   margin-top: 5px;
   margin-bottom: 0;
   color: #fff;
   background: none;
   font-size: 12px;
   font-weight: bold;
   line-height: 1.125;
   text-shadow: #36414d 0 1px 2px;
}

#alpha
{
   margin: 0px;
   width: 540px;
   background: #fff;
}

#beta
{
   width: 223px;
   background: #e9e9e9;
   padding: 0px;
   margin: 0px;
}

#alpha-inner, #beta-inner
{
   padding: 0px;
   margin: 0px;
}

#alpha-inner h2
{
   margin: 0px;
}

.date-header
{
   margin: 0px;
   padding: 2px 5px 2px 5px;
   font-family: verdana ,arial ,sans-serif;
   font-size: 10px;
   font-weight: bold;
   background: #AADD77;
   /* text-transform: uppercase; */
   color: #669933;
}

.entry-header
{
   margin: 0;
   /* border-left: 5px solid #AADD77; */
   background: #669933;
   padding: 2px 5px 2px 5px;
   color: #e9e9e9;
   font-size: 12px;
   font-weight: bold;
}

.entry-content,
.comment-content,
.trackback-content
{
   margin: 5px 10px 5px 5px;
   line-height: 1.5;
   color: #777;
   font-size: 12px;
}

.trackbacks-header,
.comments-header,
.comments-open-header
{
   margin: 5px;
   line-height: 1.5;
   color: #777;
   font-size: 12px;
   font-weight: bold;
}

.entry-footer,
.comment-footer,
.trackback-footer
{
   margin: 0px;
   padding: 0px;
   font-size: 10px;
   color: #777;
   font-family: verdana, arial, sans-serif;
}

.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer
{
   margin-left: 10px;
}

.content-nav
{
   margin: 0px;
   padding: 2px 5px 2px 5px;
   font-family: verdana ,arial ,sans-serif;
   font-size: 10px;
   font-weight: bold;
   background: #ccc;
   /* text-transform: uppercase; */
   color: #669933;
}

#trackbacks-info
{
   margin: 5px 0px 5px 5px;
   border: 1px solid #ccc;
   padding: 5px 0px 5px 5px;
   color: #777;
   font-size: 12px;
   text-align: center;
   background: #e9e9e9;
}

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

.comments-open
{
   margin: 5px;
   line-height: 1.5;
   font-size: 12px;
}


/* modules */

.module
{
   margin: 0 0 10px 0;
}

.module-switch
{
   margin: 5px 0 10px 5px;
   padding: 0px;
}

.module-button
{
   margin: 0 0 5px 0;
   padding: 0px;
}

.module-header
{
   margin: 0 0 5px 0;
   padding: 3px 0px 3px 5px;
   background: #AADD77;
   font-family: verdana, arial, sans-serif;
   font-size: 10px;
   font-weight: bold;
   color: #669933;
}

.module-content
{
   margin: 0 0 10px 0;
   padding: 0px 0px 0 5px;
   font-size: 12px;
   line-height: 1.2;
   color: #777;
}

.rtitle
{
   line-height: 19px;
}

.module-search input { font-size: 10px; }
.module-search #search { width: 100px; }

.module-mmt-calendar .module-content table,
.module-calendar .module-content table { font-size: 10px; }

.module-powered { border-width: 0; }
.module-powered .module-content
{
   margin-bottom: 0;
   border: 1px dashed #a3b8cc;
   padding-bottom: 10px;
   color: #292e33;
   background: #fff;
}

.module-list
{
   margin: 0 15px 10px 0px;
   list-style: none;
}

.module-list .module-list
{
   margin: 5px 0 0 0;
   padding-left: 15px;
   list-style: none;
}

.module-list-item
{
   margin-top: 0;
   color: #666;
   line-height: 1.2;
}

.typelist-thumbnailed .module-list
{
   margin: 0 0 10px 0;
   list-style: none;
}

.typelist-thumbnailed .module-list-item
{
   margin: 1px 0;
   padding: 0;
   background: #f3f6f9;
}

.typelist-thumbnail
{
   background: #fff;
}


/* calendar tweaks */

   .layout-calendar #beta { width: 223px; }

   .module-mmt-calendar { width: 223px; }
   .module-mmt-calendar .module-content
   {
      margin: 0;
      border-width: 0;
      padding: 10px;
   }

   .module-mmt-calendar table
   {
      width: 223px;
      color: #777;
   }

   .module-mmt-calendar th
   {
      padding: 5px;
      font-weight: bold;
      text-align: center;
   }

   .module-mmt-calendar td
   {
      padding: 2px 0px 2px 0px;
      font-weight: normal;
      text-align: center;
   }

/* artistic tweaks */

   .layout-artistic #alpha { width: 260px; }
   .layout-artistic #beta { width: 420px; }

   .layout-artistic #gamma,
   .layout-artistic #delta
   {
      width: 190px;
   }

   .layout-artistic #gamma-inner,
   .layout-artistic #delta-inner
   {
      border: 0;
      padding: 0;
   }


/* timeline tweaks */

   .layout-timeline #alpha { width: 260px; }
   .layout-timeline #beta { width: 420px; }

   .layout-timeline #gamma,
   .layout-timeline #delta
   {
      width: 190px;
   }

   .layout-timeline #gamma-inner,
   .layout-timeline #delta-inner
   {
      border: 0;
      padding: 0;
   }


/* one-column tweaks */

   .layout-one-column body { min-width: 520px; }
   .layout-one-column #container { width: 520px; }
   .layout-one-column #banner { width: 510px; } /* necessary for ie win */

/* google map */

div.marker_data_html
{
   width: 220px;
   margin-top:8px;
}
div.marker_data_html div.subject
{
   font-weight:bold;
   margin-bottom:8px;
}
div.marker_data_html div.description{
   width: 250px;
   height: 64px;
   overflow: auto;
   margin-top: 8px;
}
div.poweredby{
   height: 20px;
}


/* three-column tweaks */


   .layout-three-column #container
   {
      background: none;
   }

   .layout-three-column #banner
   {
      margin: 0px 0px 5px 0px;
   }

   .layout-three-column #pagebody
   {
      background: #e9e9e9;
   }

   .layout-three-column #alpha
   {
      margin: 5px 0px 0px 5px;
      padding: 0px;
      width: 180px;
      background: #fff;
   }

   .layout-three-column #alpha-inner
   {
      padding: 0px;
   }

   .layout-three-column .module-content
   {
      margin: 5px 0px 0px 5px;
      padding: 0px;
      font-size: 12px;
      line-height: 1.2;
      color: #777;
   }

   .layout-three-column #beta
   {
      margin: 5px 0px 0px 5px;
      padding: 0px;
      width: 223px;
      background: #fff;
   }

   .layout-three-column #beta-inner
   {
      padding: 0px;
   }

   .layout-three-column #gamma
   {
      margin: 5px 0px 0px 5px;
      padding: 0px;
      width: 345px;
      background: #fff;
   }

   .layout-three-column #gamma-inner
   {
      padding: 0;
   }

