@charset "UTF-8";

/* 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: 720px;
   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: 100%;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-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;
}

.banner-user-photo
{
   display: block;
   margin: 0 0 2px 0;
   border: 0;
   padding: 0;
   background-position: center center;
   background-repeat: no-repeat;
   text-decoration: none !important;
}

.banner-user-photo img
{
   width: 64px;
   height: auto;
   margin: 0;
   border: 0;
   padding: 0;
}


/* content */

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

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

.entry,
.trackbacks,
.comments,
.archive
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 20px;
}

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

.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 10px 20px 10px;
}

.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-hosted .module-content { margin-bottom: 10px; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.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;
}

.module-featured-photo .module-content,
.module-photo .module-content
{
   margin: 0;
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list
{
   display: block;
   height: 1%;
   margin: 0;
   border: 0;
   padding: 0;
   list-style: none;
}

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

.module-recent-photos .module-list-item
{
   display: block;
   float: left;
   /* ie win fix \*/ height: 1%; /**/
   margin: 0;
   border: 0;
   padding: 0;
}

.module-recent-photos .module-list-item a
{
   display: block;
   margin: 0;
   border: 0;
   padding: 0;
}

.module-recent-photos .module-list-item img
{
   width: 60px;
   height: 60px;
   margin: 0;
   padding: 0;
}


/* mmt calendar */

.module-mmt-calendar { margin-bottom: 15px; }
.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: left;
   vertical-align: top;
}

.day-photo
{
   width: 54px;
   height: 54px;
}

.day-photo a
{
   display: block;
}

.day-photo a img
{
   width: 50px;
   height: 50px;
}




/* Vicksburg (theme-vicksburg.css) */

/* basic page elements */

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

a { color: #0033cc; text-decoration: none; }
a:link { color: #0033cc; text-decoration: none; }
a:hover { color: #cc0033; text-decoration:underline; }
a:active { color:#cc0033; text-decoration:underline; }
a:visited { color:#0033cc; text-decoration:none; }

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

.module-content a
{ color:#0033cc; text-decoration:none; }
.module-content a:link
{ color:#0033cc; text-decoration:none; }
.module-content a:visited
{ color:#0033cc; text-decoration:none; }
.module-content a:hover
{ color:#cc0033; text-decoration:underline; }
.module-content a:active
{ color:#cc0033; text-decoration:underline; }


h1, h2, h3, h4, h5, h6
{
   font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}

/*.module h3
{
   margin:0;
   padding:0px;
   border:1px solid #DDDDDD;
   display:block;
   background-color:#FF99CC;
}*/

.module-header
{
   /* ie win (5, 5.5, 6) bugfix \*/
   position: relative;
   /* width: 100%; */
   /* width: auto; */
   display:block;
   overflow:hidden;
   margin:0 0 0 0;
   padding:0px 0px 0px 0px;
   color: #FFFFFF;
   font-size: 14px;
   letter-spacing:1px;
   line-height: 1;
   text-transform: uppercase;
   border:1px solid #DDDDDD;
   background-color:#FF99CC;
   overflow:hidden;
}

.module-header a
{
   display:block;
   width:100%;
   text-decoration:none;
   border-left:8px solid #ACACAC;
   margin:0 0 0 0;
   padding:6px;
   background-color:#FF99CC;
   color:#ffffff;
   font-weight: bold;
   text-transform: uppercase;
   white-space: nowrap;
   overflow:hidden;
}

.module-header a:link,
.module-header a:visited,
{
   display:block;
   width:100%;
   text-decoration:none;
   border-left:8px solid #ACACAC;
   margin:0 0 0 0;
   padding:6px;
   background-color:#FF99CC;
   color:#FFFFFF;
   font-weight: bold;
   text-transform: uppercase;
   white-space: nowrap;
   overflow:hidden;
}

.module-header a:hover,
.module-header a:active,
{
   display:block;
   width:100%;
   text-decoration:none;
   border-left:8px solid #0099FF;
   margin:0;
   padding:6px;
   background-color:#FF99CC;
   color:#FFFFFF;
   font-weight: bold;
   text-transform: uppercase;
   white-space: nowrap;
   overflow:hidden;
}

.archive-header
{
   margin: 0;
   border: 1px solid #dddddd;
   padding: 0px;
   color: #ffffff;
   font-size: 11pt;
   display:block;
   letter-spacing:1px;
   line-height:1.0;
}

.archive-header a
{
   width:100%;
   display:block;
   text-decoration:none;
   font-weight:bold;
   border-left:8px solid #ACACAC;
   padding:8px;
   background:#ff69b4;
   color:#ffffff;
   white-space: nowrap;
   overflow:hidden;
}

.archive-header a:link,
.archive-header a:visited,
.archive-header a:hover,
.archive-header a:active,
{
   width:100%;
   display:block;
   text-decoration:none;
   font-weight:bold;
   border-left:8px solid #ACACAC;
   padding:8px;
   background:#ff69b4;
   color:#ffffff;
   white-space: nowrap;
   overflow:hidden;
}

.trackbacks-header,
.comments-header,
.comments-open-header,
{


}

.trackbacks-header a:link,
.trackbacks-header a:visited,
.comments-header a:link,
.comments-header a:visited,
.comments-open-header a:link,
.comments-open-header a:visited,
{

}

.trackbacks-header a:hover,
.comments-header a:hover,
.comments-open-header a:hover,
{

}

.trackbacks-header a:active,
.comments-header a:active,
.comments-open-header a:active,
{

}



.entry-more-link
{text-align:right;font-size:11pt;}
.entry-more-link a
{color:#0033cc;}
.entry-more-link a:link
{color:#0033cc;}
.entry-more-link a:visited
{color:#0033cc;}
.entry-more-link a:hover
{color:#0033cc;background:#ccffff;}
.entry-more-link a:active
{color:#0033cc;background:#ccffff;}

.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed
{
   font-size: 11px;
}

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


/* page layout */

body
{
   min-width: 720px;
   color: #000000;
   background: #bc8f8f;
   font-size:14px;
   letter-spacing:1px;
}

#container
{
   width: 800px;
   background: #ffffff;
   border-width: 8px 2px 8px 2px;
   border-style:solid;
   border-color:#bc8f8f;
}

#container-inner
{
   margin:0px;
   background:#ffffff;
border:1px solid #ECECEC;
}

#banner
{
   /*width: 100%;*/ /* necessary for ie win */
   background: #ff0080;
margin:2px 2px 0px 2px;
}

#banner-inner
{
   border: 1px solid #ECECEC;
   background: #ff0080;
   padding: 24px;
}

.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: 32px;
   font-weight: bold;
   line-height: 1;
   letter-spacing:4px;
   text-shadow: #36414d 0 2px 3px;
   filter : Shadow(color=#36414d, strength=8, direction=120);
}

#banner-description
{
   margin: 0;
   margin-top: 16px;
   color: #fff;
   background: none;
   font-size: 12px;
   font-weight: bold;
   line-height: 1;
   letter-spacing:1px;
/* text-shadow: #36414d 0 1px 2px;*/
}

#pagebody
{
background:#FFFFFF;
margin:2px 2px 2px 2px;
margin:2px;
}

#pagebody-inner
{
   border: 1px solid #ECECEC;
   margin:0px;
   background: #ffffff url(/weblog/images/bg_side.png) repeat-y right;
}

#alpha
 { width:574px; background:#ffffff; height:100%; margin:0; display:block; }
#beta
 { width:218px; background:transparent; height:100%; margin:0; display:block; }
#gamma, #delta
 { width:180px; background:#e6ecf2; height:100%; }

#alpha-inner
{
padding:20px;
border:0;
margin:0;
}

#beta-inner,
#gamma-inner,
#delta-inner
{
   padding: 10px 8px 10px 8px;
   border-width: 0 0 0 0;
   border-style: solid;
   border-color: #fff;
}

.date-header
{
   margin-top: 0;
   font-size: 11px;
   font-weight: bold;
   text-transform: uppercase;
}

.entry-header
{
   margin: 0;
   margin-bottom:6px;
   border: 1px solid #dddddd;
   padding: 0px;
   color: #ffffff;
   font-size: 12pt;
   display:block;
   letter-spacing:1px;
   line-height:1.0;
}

.entry-header a
{
   width:100%;
   display:block;
   text-decoration:none;
   font-weight:bold;
   border-left:8px solid #ACACAC;
   padding:8px;
   background:#ff69b4;
   color:#ffffff;
   white-space: nowrap;
   overflow:hidden;
}
.entry-header a:link,
.entry-header a:visited,
{
   width:100%;
   display:block;
   text-decoration:none;
   font-weight:bold;
   border-left:8px solid #ACACAC;
   padding:8px;
   background:#ff69b4;
   color:#ffffff;
   white-space: nowrap;
   overflow:hidden;
}
.entry-header a:hover,
.entry-header a:active,
{
   width:100%;
   display:block;
   text-decoration:none;
   font-weight:bold;
   border-left:8px solid #0099FF;
   padding:8px;
   background:#ff69b4;
   color:#ffffff;
   white-space: nowrap;
   overflow:hidden;
}

.entry-info-header
{
text-align:right;
font-size:10pt;
padding-bottom:6px;
color: #666;
border-bottom:1px solid #dae0e6;
margin:0px 0px 25pt 0px;
vertical-align:center;
}

.entry-info-footer
{
text-align:right;
font-size:10pt;
padding-top:6px;
color: #666;
border-top:1px solid #dae0e6;
margin:25pt 0px 0px 0px;
vertical-align:center;
}


.entry-body
{
font-size:11pt;
margin-left:8px;
margin-right:8px;
}

.entry-content,
.comment-content,
.trackback-content
{
   margin: 0;
   line-height: 1.5;
}

.entry-footer,
.comment-footer,
.trackback-footer
{
   margin: 0 0 20px 0;
   padding-top: 3px;
   color: #666;
   font-size: 10pt;
   text-align: right;
}

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

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

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

.comments-open-footer
{
   margin: 10px 0;
}
.header-bottom-line
{color:#dae0e6;height:1px;}
.footer-top-line
{color:#dae0e6;height:1px;}

/* modules */

.module
{
   margin: 0 0 10px 0;
   background: #FFF0F0;
}

.module-content
{
   margin: 0 0 0 0;
   border-left: 1px solid #DDDDDD;
   border-right: 1px solid #DDDDDD;
   border-bottom: 1px solid #DDDDDD;
   padding: 10px 10px 10px 10px;
   font-size: 12px;
   line-height: 1.4;
   letter-spacing:1px;
}

.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-mobile .module-content
{
text-align:center;
}

.module-hosted { border-width: 0; }
.module-hosted .module-content
{
   margin-bottom: 0;
   border-top: 1px solid #dddddd;
/* padding-bottom: 10px; */
/* color: #292e33; */
 background: #f1f1f1;
   text-align:center;
}

.module-powered { border-width: 0; }
.module-powered .module-content
{
   margin-bottom: 0;
   border-top: 1px solid #dddddd;
/* padding-bottom: 10px; */
/* color: #292e33; */
 background: #f1f1f1;
   text-align:center;
}

.module-app-fields .module-content
{
border-top:solid 1px #dddddd;
text-align:center;
}

.module-creative-commons .module-content
{
border-top:solid 1px #dddddd;
 background: #f1f1f1;
}

.module-information .module-content
{
overflow:scroll;
height:240px;
}

.module-etc .module-content
{


}

.module-photo { background: none; }
.module-photo img { border: solid 1px #fff; }

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

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

.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;
}

.module-photo img { border: 1px solid #fff; }

.module-featured-photo { width: 398px; }
.module-featured-photo .module-content
{
   margin: 0;
   border-width: 0;
   padding: 0;
}
.module-featured-photo img { width: 398px; }

.module-recent-photos .module-content { padding: 10px 0 0 19px; }
.module-recent-photos .module-list { margin: 0; }
.module-recent-photos .module-list-item
{
   width: 64px; /* mac ie fix */
   margin: 0 10px 10px 0;
   padding: 0;
   background: none;
}

.module-recent-photos .module-list-item a
{
   border: #cfd4d9 1px solid;
   padding: 1px;
   background: #fff;
}

.module-recent-photos .module-list-item a:hover
{
   border-color: #36414d;
   background: #fff;
}


/* calendar tweaks */

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

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

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

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

   .module-mmt-calendar table
   {
      width: 378px;
      background: #a3b8cc;
   }

   .module-mmt-calendar th
   {
      color: #fff;
      border-top: 1px solid #fff;
      border-right: 1px solid #f3f6f9;
      border-bottom: 1px solid #cfd4d9;
      padding: 2px;
      text-align: right;
      font-weight: bold;
   }

   .module-mmt-calendar td
   {
      border-top: 1px solid #fff;
      border-right: 1px solid #f3f6f9;
      border-bottom: 1px solid #cfd4d9;
      padding: 2px;
      text-align: right;
      font-weight: normal;
      background: #e6ecf2;
   }

   th.weekday-7, td.day-7, td.day-14, td.day-21, td.day-28, td.day-35, td.day-42
   {
      border-right: none;
   }

   .module-mmt-calendar td { height: 70px; }

   .day-photo
   {
      width: 49px;
      height: 49px;
   }
	
   .day-photo a
   {
      border: #cfd4d9 1px solid;
      padding: 1px;
      background: #fff;
   }

   .day-photo a:hover
   {
      border-color: #36414d;
      background: #fff;
   }

   .day-photo a img
   {
      width: 45px;
      height: 45px;
   }


/* 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;
   }


/* moblog1 tweaks */

   .layout-moblog1 #alpha
   {
      margin: 0;
      width: 180px;
      background: #e6ecf2;
   }

   .layout-moblog1 #alpha-inner
   {
      padding: 10px 10px 0 10px;
      border-width: 2px 0 2px 2px;
      border-style: solid;
      border-color: #fff;
   }

   .layout-moblog1 #beta
   {
      margin: 15px 15px 0 15px;
      width: 320px;
      background: none;
   }

   .layout-moblog1 #beta-inner
   {
      padding: 0;
      border-width: 0;
   }

   .layout-moblog1 .module-recent-photos .module-content { padding: 10px 0 0 10px; }


/* moblog2 tweaks */

   .layout-moblog2 #alpha
   {
      margin: 0;
      width: 86px;
      background: #e6ecf2;
   }

   .layout-moblog2 #alpha-inner
   {
      padding: 10px 10px 0 10px;
      border-width: 2px 0 2px 2px;
      border-style: solid;
      border-color: #fff;
   }

   .layout-moblog2 #beta
   {
      margin: 15px 15px 0 15px;
      width: 260px;
      background: none;
   }

   .layout-moblog2 #beta-inner
   {
      padding: 0;
      border-width: 0;
   }

   .layout-moblog2 #delta
   {
      width: 154px;
   }

   .layout-moblog2 .module-recent-photos
   {
      border: 0;
      background: none;
   }

   .layout-moblog2 .module-recent-photos .module-content
   {
      padding: 0;
      border: 0;
   }

   .layout-moblog2 .module-recent-photos .module-list-item { margin: 0 0 10px 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 */


/* two-column-left tweaks */

   .layout-two-column-left #alpha
   {
      margin: 0;
      width: 200px;
      background: #e6ecf2;
   }

   .layout-two-column-left #alpha-inner
   {
      padding: 10px 10px 0 10px;
      border-width: 2px 0 2px 2px;
      border-style: solid;
      border-color: #fff;
   }

   .layout-two-column-left #beta
   {
      margin: 15px 15px 0 15px;
      width: 480px;
      background: none;
   }

   .layout-two-column-left #beta-inner
   {
      padding: 0;
      border-width: 0;
   }


/* three-column tweaks */

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

   .layout-three-column #alpha-inner
   {
      padding: 10px 10px 0 10px;
      border-width: 2px 0 2px 2px;
      border-style: solid;
      border-color: #fff;
   }

   .layout-three-column #beta
   {
      margin: 15px 15px 0 15px;
      width: 320px;
      background: none;
   }

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

/* 追加 */

br {
 letter-spacing: 0;
}

hr {
 color:#bfbfbf;
}

/* 追加（サイドメニュー折りたたみ） */



/* 追加（モジュール等） */
html,body{
 scrollbar-base-color : #ff0080;
 scrollbar-face-color : #ff0080;
 scrollbar-track-color : #dfdfdf;
 scrollbar-arrow-color : #ffffff;
 scrollbar-highlight-color : #efefef;
 scrollbar-shadow-color : #efefef;
 scrollbar-3dlight-color : #ff0080;
 scrollbar-darkshadow-color : #ff0080;
}

.landto
{
text-align:center;
background:#696969;
   border: 1px solid #ECECEC;
margin:0px 2px 2px 2px;
padding:12px;
}
.landto iframe
{background:#fff;}

.adsense-side01
{
text-align:center;
background:#FFEBCD;
margin-bottom:10px;
padding-top:20px;
padding-bottom:20px;
border:1px solid #dddddd;
}
.adsense-side02
{
text-align:center;
background:#FFEBCD;
margin-bottom:10px;
padding-top:12px;
padding-bottom:12px;
border:1px solid #dddddd;
}
.adsense-side03
{
text-align:left;
background:#FFEBCD;
margin-bottom:10px;
padding:12px;
border:1px solid #dddddd;
font-size: 12px;
line-height: 1.4;
letter-spacing:1px;
}
.ga03-01
{
margin-bottom:8px;
}
.ga03-02
{
margin-bottom:8px;
}

.omakaselink-side01
{
text-align:center;
background:#FFEBCD;
margin-bottom:10px;
padding-top:20px;
padding-bottom:20px;
border:1px solid #dddddd;
}
.amzlsh-side01
{
text-align:center;
background:#FFEBCD;
margin-bottom:10px;
padding-top:20px;
padding-bottom:20px;
border:1px solid #dddddd;
}
.amzlsh-side01 .amzlsh_ad
{

}




.copyrights
{
text-align:center;
background:#a9a9a9;
margin:0px 2px 2px 2px;
   border: 1px solid #ECECEC;
padding:4px;
color:#ffffff;
}

.copyrights a:link
{color:#ffffff;text-decoration:none;}
.copyrights a:hover
{color:#ffffff;text-decoration:underline;}
.copyrights a:active
{color:#ffffff;text-decoration:underline;}
.copyrights a:visited
{color:#ffffff;text-decoration:none;}

.copyrights-inner
{
font-size:12px;
letter-spacing:1px;
text-decoration:none;
font-style:normal;
}

.qrcode
{
width:120px;
height:120px;
border:1px solid #cccccc;
background:#ffffff;
padding:5px;
 margin-top:1px;;
 margin-bottom:3px;
}

.mt4i-banner
{
 vertical-align:middle;
 margin-top:0;
 margin-bottom:0;
}

.naniwa-sidebanner200
{
border:1px solid #DDDDDD;
margin:0px 0px 10px 0px;
padding:0px;
background:#D0D0D0;
}

.plsbf
{
margin:0;
padding:0px;
border:none;
overflow:hidden;
}

.plsbf-image
{
margin:0;
border:none;
width:200px;
height:180px;
}

.restorebuffaloes
{
padding:0px;
margin:0;
border:none;
overflow:hidden;
}

.restorebuffaloes-banner
{
margin:0;
width:200px;
height:80px;
border:none;
}

.naniwa-efbanner
{
border:1px solid #DDDDDD;
margin:0px 0px 10px 0px;
padding:0px;
background:#eaf2ff;
}

.efbanner
{
text-align:center;
vertical-align:middle;
margin:0;
border:none;
font-size:0px;
line-height:0px;
overflow:hidden;
padding:10px;
line-height:0.0;
}

.efbanner-image
{
width:177px;
height:98px;
border:none;
line-height:0.0;
}

.suzuka20th
{
margin:0;
padding:0px;
border:none;
overflow:hidden;
text-align:center;
vertical-align:middle;
background:#ffffff;
line-height:0.0;

}
.suzuka20th a {
text-decoration:none;
display:block;
width:200px;
height:200px;
text-align:center;
margin:0px;

border:none;
}

.suzuka20th-image
{
padding:0px;
vertical-align:middle;
margin:14px;
padding:0px;
border:none;
line-height:0.0;
}

.favicon
{
vertical-align:middle;
width:16px;
height:16px;
}

.powered-banner_pole
{
 vertical-align:middle;
 margin-top:0;
 margin-bottom:0;

}

.powered-banner
{
 vertical-align:middle;
 margin-top:0;
 margin-bottom:0;
}

.app_apricot
{
margin-right:8px;
background:url(/site/material/icon/apricot.png) no-repeat;
width:31px;height:31px;

}

.app_blogtimes
{}

.commons-text
{
font-size:10px;
}

.commons-layout
{
text-align:center;
margin-top:4px;
}

.commons-layout img
{
 vertical-align:middle;
}

.etc-layout
{
 text-align:center;
 line-height:0px;
 font-size:0px;
}

.etc-layout-banner-pole
{
 vertical-align:middle;
 margin-top:0;
 margin-bottom:4px;
 padding:0px;
 border:0px;
}
.etc-layout-banner
{
 vertical-align:middle;
 margin-top:0px;
 margin-bottom:4px;
 padding:0px;
 border:0px;
}

.etc-layout-scouter
{
 vertical-align:middle;
 margin-top:0px;
 margin-bottom:4px;
 padding:0px;
 border:0px;
}

.etc-layout-meter
{
 vertical-align:middle;
 margin-top:0px;
 margin-bottom:0px;
 padding:0px;
 border:0px;
}

.etc-layout-banner img
{
 vertical-align:middle;
 border:0px;
}
.etc-layout-banner-pole img
{
 vertical-align:middle;
 border:0px;
}

.etc-layout-scouter img
{
 vertical-align:middle;
 border:1px solid #cccccc;
 padding:2px 9px 2px 9px;
 background:#ffffff;
}

.etc-layout-meter img
{
 vertical-align:middle;
 border:1px solid #cccccc;
 padding:2px 9px 2px 9px;
 background:#ffffff;
}

.headerfeedicon
{
 margin:-12px -12px 0px 0px;
 width:24px;height:24px;
 float:right;
}

.syndicatefeedicon
{
 width:16px;height:16px;

}

.information-T00
{

}
.information-H00
{
margin-bottom:10px;
}
.information-C00
{
margin-bottom:10px;
}
.information-F00
{

}

.area-bloglines
{

}
.blogrollmain
{

}
.blogrollitem
{

}
.blogrollfolder
{

}

.drecomrss-main {
    overflow: auto;
    height: 360px;
}

.drecomrss-powered-by {
    margin-top: 10px;
    margin-bottom: 0px;
}

.drecomrss-listMe {
    margin-top: 0px;
}

/*
.module-bookmark .module-content
{
height:360px;
overflow:scroll;
}
*/




#area-blogpeople
{
    height: 360px;
    width:180px;
    overflow: scroll;


}

/*
.blogpeople-main {
}
*/

.blogpeople-powered-by {display:none;}

.gpsfbb                                          { width:178px; border:1px solid #cccccc; font-size:12px; letter-spacing:1px; line-height:1.0; }
.gpsfbb .feedburnerFeedBlock                     { width:158px; height:378px; overflow:auto; padding:10px; color:#000000; background:#ffffff; }
.gpsfbb .feedburnerFeedBlock .feedTitle          { display:none; font-size:12px; letter-spacing:2px; font-weight:bold; margin-bottom:10px; }
.gpsfbb .feedburnerFeedBlock .feedTitle img      { width:32px; height:32px; vertical-align:middle; border:none; float:left; margin-right:16px; }
.gpsfbb .feedburnerFeedBlock .feedTitle a        { text-decoration:none; }

.gpsfbb .feedburnerFeedBlock ul                  { padding:0px; margin-left:0px; margin-top:0px; margin-bottom:10px; }
.gpsfbb .feedburnerFeedBlock li                  { margin-left:0px; list-style-type:none; margin-bottom:10px; background:#fcfcfc; border:1px solid #efefef; }

.gpsfbb .feedburnerFeedBlock .date               { text-align:right; font-size:10px; color:#333333; padding:0px 8px; margin:8px 0px 0px 0px; }

.gpsfbb .feedburnerFeedBlock .headline           { display:block; line-height:1.4; }
.gpsfbb .feedburnerFeedBlock .headline a         { display:block; background:#cc0000; color:#ffffff; text-decoration:none; padding:8px; font-weight:bold; }
.gpsfbb .feedburnerFeedBlock .headline a:link    {}
.gpsfbb .feedburnerFeedBlock .headline a:visited {}
.gpsfbb .feedburnerFeedBlock .headline a:hover   {}
.gpsfbb .feedburnerFeedBlock .headline a:active  {}
.gpsfbb .feedburnerFeedBlock ul li div           { line-height:1.4; padding:8px; }

.gpsfbb .fbsubscribelink                         { text-align:center; font-size:10px; margin-top:0px; margin-bottom:10px; letter-spacing:0px; }
.gpsfbb .fbsubscribelink a                       { text-decoration:none; }
.gpsfbb #creditfooter                            { text-align:center; margin-top:0px; }

#comment-text {width:480px;}
#trackbacks-info {text-align:left;}
#trackbacks-info input {  width: 420px; }



