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

/* basic elements */

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

html { scrollbar-arrow-color: #ffffff; scrollbar-face-color: #ffffff; scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #ffffff; scrollbar-track-color: #ffffff }

body
     { font-size: 12px; font-family: Verdana, sans-serif; margin: 0; padding: 0 }

form, input { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }
/* 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; }
/* */

/* banner user/photo */

/* content */

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

.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
  { margin: 5px 10px 0; clear: both }
.comments-open label { display: block; }

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

 #comment-text
{
   width: 400px;
}


#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 */

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

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


.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 { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed { height: 1%; }
.typelist-thumbnailed  { 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;
}


.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-size: 12px; font-family: Verdana, sans-serif }

.module-content a { color: #36414d; }
.module-content a:hover { color: #a3b8cc; }
.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
 { font-size: 11px; font-weight: bold; margin: 0; padding-top: 2px; padding-bottom: 2px; padding-left: 5px; width: 100%; border-left: 10px double #9cf; position: relative; width: auto }

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

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

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


/* page layout */

body
  { color: #4c4c4c; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; min-width: 760px }

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

.entry-footer,
{
   margin: 0 0 20px 0;
   border-top: 1px solid #dae0e6;
   padding-top: 3px;
   color: #666;
   font-size: 10px;
   text-align: right;
}
.comment-footer,
.trackback-footer
{
   margin: 0 0 20px 0;
   border-top: 1px solid #dae0e6;
   padding-top: 3px;
   color: #666;
   font-size: 10px;
   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;
}


/* modules */

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

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

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


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


/* two-column-left tweaks */

   .layout-two-column-left #alpha
    { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; margin: 0; width: 520px }

 
/*rinrinCSS*/
body
  { color: #4c4c4c}

div#container  { text-align: left; margin: 0; padding: 0; width: 760px; border: solid 1px #ccc}
div#banner  { background-image: url("blog.jpg"); background-repeat: no-repeat; background-attachment: scroll; margin: 0; padding: 0; width: 760px; height: 120px }
div#body { position:relative; margin: 0; padding: 0; width: 760px }
div#main     { margin: 0; padding: 15px 10px 15px 15px; width: 530px; float: left }
div.blog           { margin: 0 0 30px; padding: 0 3px; border: solid 1px #a2c1db }
div.blog1           { margin: 0 0 30px; padding: 0 3px }
div.text       { background-color: #fbfeff; margin: 0; padding: 15px 30px; border: dashed 1px #a2c1db }
div.text1        { background-color: #fbfeff; text-align: left; margin: 0; padding: 15px 20px }
div.box1  { margin: 0 0 30px; padding: 0 3px 3px; border: solid 1px #a2c1db }
div.box2     { background-color: #fbfeff; margin: 0; padding: 15px 10px; border: dashed 1px #a2c1db }
div.box  { font-size: 11px; margin: 0; padding: 10px 5px 15px }
div#right    { margin: 0; padding: 15px 15px 15px 10px; width: 175px; float: right }

h1 { font-size: 17px; font-family: Verdana, sans-serif; font-weight: bold; margin-top: 20px; margin-left: 20px }
h2#description { color: #666; font-size: 11px; font-family: Verdana, sans-serif; font-weight: normal; margin-top: 35px; margin-left: 20px }
h2.menu      { color: white; font-size: 12px; font-family: Verdana, sans-serif; font-weight: bolder; line-height: 16px; background-color: #9cf; letter-spacing: 1px; margin: 0; padding-top: 2px; padding-bottom: 2px; padding-left: 6px; border-left: 10px double #666 }
h2.date     { color: #36c; font-size: 11px; font-family: Verdana, sans-serif; font-weight: bold; text-align: right; margin: 0; padding-right: 20px; padding-bottom: 5px }
h3.title     { color: #4c4c4c; font-size: 15px; font-family: Verdana, sans-serif; font-weight: bold; background-image: url("../images/mark01.gif"); background-repeat: no-repeat; background-attachment: fixed; background-position: 12px 17px; margin: 0; padding-top: 15px; padding-bottom: 6px; padding-left: 30px; border-width: 0 }
h3.label   { color: #4c4c4c; font-size: 14px; font-family: Verdana, sans-serif; font-weight: bold; margin: 0; padding-top: 8px; padding-bottom: 8px; padding-left: 20px; border-width: 0 }
h3.header    { color: #4c4c4c; font-size: 12px; font-family: Verdana, sans-serif; font-weight: bold; margin: 30px 0 0; padding-top: 2px; padding-bottom: 2px; padding-left: 5px; border-style: none none none solid; border-width: 0 0 0 8px; border-color: #69c }

ul.list { margin: 0 }
li.item   { font-size: 11px; list-style: none }

p.entry-more-link { padding-left: 5px }
p    { color: #4c4c4c; font-size: 12px; font-family: Verdana, sans-serif; line-height: 20px }

#banner a, h3.title a { color: #36414d; text-decoration: none }
#banner a:hover, h3.title a:hover { color: #36414d; text-decoration: none; background-color: transparent }

a      { color: #36c; text-decoration: none }
a:hover        { color: #c36; text-decoration: underline; background-color: #fcc }
p.post  { color: #666; font-size: 10px; text-align: right; margin: 0; padding-top: 2px; padding-right: 15px; padding-bottom: 2px }

h2.search     { color: #333333; font-size: 13px; font-family: Verdana, sans-serif; font-weight: bold }
li.square       { font-size: 13px; list-style-type: square; list-style-position: outside; margin: 0; padding: 4px 0 }
ul.tips      { margin: 0; padding-left: 30px }
ul.list1 { margin: 0; padding-left: 20px }
li.item1   { font-size: 12px; list-style: square; margin: 0; padding-top: 2px; padding-bottom: 2px }

div#comments-data  { padding-top: 20px; width: 240px }
div.comment, div.trackbacks   { margin: 0}
div.comment-body, div.trackback-body      { padding: 0 15px; border-bottom: 1px solid #dcdcdc }
div.comments-body     { padding: 0 15px }
div.box3  { font-size: 11px; background-color: #f0f8ff; margin: 15px 5px; padding: 15px; border: dashed 1px #a2c1db }
div.box-pr { font-size: 11px; text-align: center; margin: 0; padding: 10px 5px }
div.box-pr-f { font-size: 11px; text-align: center; margin: 0; padding: 30px 5px 10px }

p.nav-l { font-size: 11px; text-align: left; margin: 0 }
p.cate { font-size: 12px; line-height: 18px; margin: 0 }

div.g336 { margin: 0; padding: 20px 0 }
blockquote.info  { font-size: 11px; background-color: #f0f8ff; margin: 15px 5px; padding: 0 15px; border: dashed 1px #a2c1db }

