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

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;
   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: auto;
   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;
}

/* content */

.content-nav
{
  padding: 1ex;
}
.content-nav *
{
  display: inline;
}
.content-nav>dt
{
  border: gray 2px dotted;
  font-size: 90%;
  margin-left: 2em;
}
.content-nav>dd
{
  font-size: 80%;
  margin-left:0;
}
.content-nav>dd a
{
  background-repeat:no-repeat;
  background-position:center top;
  padding:34px 17px 0 17px;
  vertical-align: -17px;
}
.content-nav>dd a[rel~="last"]
{
  background-image:url("./images/last.png");
}
.content-nav>dd a[rel~="first"]
{
  background-image:url("./images/first.png");
}
.content-nav>dd a[rel~="next"]
{
  background-image:url("./images/next.png");
}
.content-nav>dd a[rel~="prev"]
{
  background-image:url("./images/prev.png");
}
.content-nav>dd a[rel~="up"]
{
  background-image:url("./images/up.png");
}
.content-nav>dd a[rel~="contents"]
{
  background-image:url("./images/up.png");
}
.content-nav>dd a[rel~="start"]
{
  background-image:url("./images/start.png");
}
.content-nav>dd a[rel~="copyright"]
{ 
  background-image:url("./images/info.png");
}


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

.entry,
.trackbacks,
.comments,
.archive
{
   position: static;
   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-body,
.entry-more,
.archive-content
{
  border-left: 5px dotted rgb(204,204,204);
  padding-left: 1em; 
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer
{
   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,
.widget
{
   position: relative;
   width: 100%;
}

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


.module-calendar .module-content th,
.module-calendar .module-content td
{
   width: 14%;
   text-align: center;
}
.module-calendar caption,
.module-calendar td
{
  border: solid silver 1px;
}
.module-calendar a:link
{
  font-weight: bold;
}
.module-calendar td#today
{
  background-color: rgb(255,255,102);
}
.module-calendar th#calendar-header-sunday
{
  color: rgb(99,0,0);
}
.module-calendar th#calendar-header-saturday
{
  color: rgb(0,0,255);
}


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

/* basic page elements */

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

a
{
  color: rgb(0,0,204);
  text-decoration: underline;
}
a:hover
{
  background-color: rgb(0,255,255);
  color: rgb(204,51,51);
}

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

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

.module-header,
.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header
{
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto;

   margin: 0;
   border: dotted gray;
   border-width: 4px 0 1px 4px;
   padding: 1ex;
   color: black;
   font-size: 100%;
   font-weight: bold;
   line-height: 1;
}

.module-header a,
.widget-header a,
.trackbacks-header a,
.comments-header a,
.comments-open-header a,
.archive-header a
{
   color: blue;
}

.module-header a:hover,
.widget-header a:hover,
.trackbacks-header a:hover,
.comments-header a:hover,
.comments-open-header a:hover,
.archive-header a:hover
{
  background-color: rgb(0,255,255);
  color: rgb(204,51,51);
}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed
{
   font-size: 95%;
}

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


/* page layout */

body
{
   color: rgb(0,0,0);
   background: rgb(255,255,255);
}

#container
{
   margin-bottom: 20px;
   background-color: rgb(255,255,255);
}

#container-inner
{
   border-width: 0 5px 5px 5px;
   border-style: solid;
   border-color: #292e33;
   background: url("iibutton.png") no-repeat right bottom;
}

#banner
{
   width: 100%; /* necessary for ie win */
   background: rgb(0,0,51);
   font-variant: small-caps;
}

#banner-inner
{
   padding: 15px 13px;
   border-width: 2px 2px 0 2px;
   border-style: solid;
   border-color: #fff;
}

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

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

#banner-header
{
   margin: 0;
   color: rgb(255,255,255);
   font-size: 250%;
   font-weight: bold;
   line-height: 1;
   text-shadow: #36414d 0 2px 3px;
}
#banner-header a:hover
{
  background-color: rgb(0,102,153);
  color: rgb(255,204,153);
}

#banner-description
{
   margin-top: 5px;
   margin-bottom: 0;
   color: #fff;
   background: url("iibutton.png") no-repeat right center;
   font-weight: bold;
   line-height: 1.125;
   text-shadow: #36414d 0 1px 2px;
}

#alpha { margin: 15px 15px 0 15px; width: 70%; }
#beta { width: 25%; /*background: #e6ecf2;*/ }
#gamma, #delta { width: auto; background: #e6ecf2; }

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

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

.entry-header,
.archive-header
{
   margin-top: 0;
   border-bottom: gray dotted 2px;
   border-left: gray dotted 5px;
   border-top: gray dotted 5px;
   padding: 0 0 0 1em;
   color: rgb(0,0,0);
   font-size: 120%;
}

.archive-header
{
   font-size: 150%;
   padding: 0.5em;
}

.archive-content
{
   margin-top: 0.5em;
}

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

.entry-footer dl *,
.entry-footer ul *
{
   display: inline;
}
.entry-footer dt:after
{
   content:":";
   padding-right:0.5ex;
}
.entry-footer dd
{
   margin-left:0;
   padding-left:0;
   text-indent:0;
}
.entry-footer dd+dt
{
   padding-left:2ex;
}
.entry-footer dd+dd:before
{
  content:",";
  padding-right:1ex;
}

.entry-footer li+li:before
{
  content:"|";
  padding-left:1ex;
  padding-right:1ex;
}

.entry-footer,
.comment-footer,
.trackback-footer
{
   margin: 0 0 20px 0;
   border-top: 1px solid #dae0e6;
   padding-top: 3px;
   color: #666;
   font-size: 90%;
   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 #7b8b99;
   padding: 0 10px;
   color: #292e33;
   font-size: 95%;
   text-align: center;
   background: #e6ecf2;
}

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


/* modules */

.module
{
   margin: 3ex 0 3ex 0;
}

.module-content,
.widget-content
{
   margin: 10px 0 10px 0;
   border-left: 4px dotted silver;
   padding: 0px 10px 0 10px;
   font-size: 90%;
   line-height: 1.2;
}

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

.module-mmt-calendar .module-content table,
.module-calendar .module-content table { font-size: 90%; }

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

.module-powered dd,
.module-creative-commons dd
{
  margin-left: 0;
}

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


.module-tagcloud .module-list { text-align: center; }
.module-tagcloud .module-list { list-style: none; }
.module-tagcloud .module-list-item { display: inline; }
.module-tagcloud li.taglevel1 { font-size: 150%; font-weight: bold; }
.module-tagcloud li.taglevel2 { font-size: 150%; }
.module-tagcloud li.taglevel3 { font-size: 120%; }
.module-tagcloud li.taglevel4 { font-size: 100%; font-style: italic; }
.module-tagcloud li.taglevel5 { font-size: 100%; }
.module-tagcloud li.taglevel6 { font-size: 80%; }

/* one-column tweaks */

   .layout-one-column #container { width: auto; }
   .layout-one-column #banner { width: auto; } /* necessary for ie win */

   .layout-one-column #alpha { width: auto; }

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

/* =============================== */

/* entry */
.entry h4
{
  border: 2px dotted silver;
  font-size: 110%;
  padding: 1ex;
}
.entry h5
{
  font-size: 110%;
  text-decoration: underline;
}
.entry h6
{
  font-size: 90%;
  font-style: italic;
}

.entry table
{
  empty-cells:hide;
}
.entry caption
{
  background-color: rgb(0,51,102);
  color: white;
  font-size: 150%;
  font-weight: normal;
  margin: 0.5ex;
  padding: 0.5ex;
  text-align: left;
}
.entry th
{
  background-color: rgb(0,102,153);
  color: white;
}
.entry td
{
  background-color: rgb(204,204,204);
  color: black;
}

/* cossacks data */

ol.cossacks_data
{
  list-style-type:upper-latin;
}
.cossacks_data em
{
  background-color:black;
  color:white;
}
.cossacks_data td[colspan]
{
  text-align:center;
}
.cossacks_data tr.sum17c td,
.cossacks_data tr.sum18c td,
.cossacks_data tr.sumall td
{
  background-color: rgb(255,204,255);
  color: black;
}

/* module-system-menu */
.module-system-menu ul
{
  padding-left: 1em;
}
