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

/* links */
a,
a:link {
   color: #666;
   text-decoration: underline;
}
a:visited {
   color: #666;
   text-decoration: underline;
}
a:hover {
   color: #999;
   text-decoration: none;
}
a:active {
    color: #999;
    text-decoration: 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: 600px;
   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;
}


/* banner user/photo */

#banner {
    top: 0;
    text-align: left;
    height: 250px;
    background: #fff;
    background: url(./img/gridline.gif) no-repeat;
    background-position: top;
}

#banner-logo {
   margin: 0;
   padding: 0;
   display: block;
   height: 50px;
   width: 50px;
   text-indent:-9999px;
   text-decoration:none;
   background: url(./img/ohs_logo.jpg) no-repeat;
   background-position: top;
}

#banner-logo a {
   margin: 0;
   padding: 0;
   display: block;
   height: 50px;
   width: 50px;
   text-indent:-9999px;
   text-decoration:none;
   background: url(./img/ohs_logo.jpg) no-repeat;
   background-position: top;
}

#banner-logo a:hover {
   margin: 0;
   padding: 0;
   display: block;
   height: 50px;
   width: 50px;
   text-indent:-9999px;
   text-decoration:none;
   background: url(./img/ohs_logo.jpg) no-repeat;
   background-position: top;
}


/* content */

.content-nav
{
   margin: 0 0 28px 0;
   font-size: 10px;
   text-align: left;
}

.content-nav a:link {
   color: #666;
   text-decoration: none;
}
.content-nav a:visited {
   color: #666;
   text-decoration: none;
}
.content-nav a:hover, a:active {
   color: #999;
   text-decoration: underline;
}

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

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

.entry img {
    margin: 0;
    padding: 0 25px 0 0;
    float: left;
}

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

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
   margin: 0 0 16px 0;
   clear: both;
   color: #333;
   font-size: 12px;
   line-height: 20px;
}

.entry-body small {
   color: #666;
   font-size: 11px;
}

.entry-body blockquote {
   margin-left: 12px;
   margin-right: 0px;
   color: #666;
}

.entry-body a:link {
   color: #666;
   text-decoration: underline;
}
.entry-body a:visited {
   color: #666;
   text-decoration: underline;
}
.entry-body a:hover, a:active {
   color: #999;
   text-decoration: underline;
}

.entry-more a:link {
   color: #666;
   text-decoration: underline;
}
.entry-more a:visited {
   color: #666;
   text-decoration: underline;
}
.entry-more a:hover, a:active {
   color: #999;
   text-decoration: underline;
}


.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
   clear: both;
}

.entry-footer a:link {
   color: #666;
   text-decoration: none;
}
.entry-footer a:visited {
   color: #666;
   text-decoration: none;
}
.entry-footer a:hover, a:active {
   color: #999;
   text-decoration: underline;
}

#post
{
   margin: 0 0 25px 0;
   color: #333;
   font-size: 11px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
   width: 250px;
   margin: 5px 0 0 0;
}

#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: 10px 0 0 0;
}

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

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

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: left; }
.module-wishlist .module-content { 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;
}


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

/* basic page elements */

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

a { color: #333; text-decoration: none; }
a:hover { color: #666; }

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

.module-content a { color: #333; text-decoration: underline; }
.module-content a:hover { color: #666; }

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

.trackbacks-header,
.comments-header,
.comments-open-header
{
   margin: 0 0 25px 0;
   border-bottom: 1px solid #ccc;
   padding: 0 0 10px 0;
   color: #666;
   font-size: 11px;
}

.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: #666;
}

.entry-more-link,
.typelist-thumbnailed
{
   font-size: 10px;
}

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


/* page layout */

body
{
   min-width: 600px;
   color: #333;
   background: #fff;
}

#container
{
   width: 600px;
   margin-bottom: 0px;
   background: #fff;
}

#container-inner
{
   border-width: 0;
}

#banner
{
   width: 600px; /* necessary for ie win */
}

#banner-inner
{
   padding: 35px 0 0 25px;
}

#banner-header
{
   margin: 10px 0 0 0;
   color: #333;
   font-size: 12px;
   font-weight: normal;
   line-height: 16px;
}

#banner-description
{
   margin: 10px 0 0 0;
   color: #999;
   background: none;
   font-size: 9px;
   font-weight: normal;
   line-height: 12px;
}

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

.entry-header
{
   margin: 0 0 20px 0;
   padding: 0;
   color: #000;
   font-size: 12px;
}

.entry-content,{
   margin: 25px 0 0 0;
}

.comment-content,
.trackback-content
{
   margin: 50px 0 0 0;
}

.entry-footer,
.comment-footer,
.trackback-footer
{
   margin: 12px 0 0 0;
   color: #666;
   font-size: 10px;
   text-align: left;
}

.comment-content,
.trackback-content
{
   font-size: 11px;
   line-height: 18px;
}

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

#trackbacks-info
{
   margin: 10px 0;
   padding: 0;
   font-size: 11px;
   line-height: 18px;
   text-align: left;
}

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


/* modules */

.module
{
   margin: 0 0 50px 0 ;
   padding: 0;
   background: #fff;
   background: url(./img/sideline.gif) no-repeat;
   background-position: 0 0;
}

.module a:link {
   color: #333;
   text-decoration: none;
}
.module a:visited {
   color: #333;
   text-decoration: none;
}
.module a:hover, a:active {
   color: #666;
   text-decoration: underline;
}

.module2
{
   margin: 0 0 25px 0 ;
   padding: 0;
   background: #fff;
}

.module2 a:link {
   color: #666;
   text-decoration: none;
}
.module2 a:visited {
   color: #666;
   text-decoration: none;
}
.module2 a:hover, a:active {
   color: #999;
   text-decoration: underline;
}

.module-header
{
   font-family: verdana, arial, sans-serif;
   margin: 0 0 0 25px;
   color: #666;
   font-size: 10px;
   font-weight: normal;
}

.module-content
{
   margin: 0;
   padding: 0;
}

.module-content2
{
   margin: 10px 0 0 25px;
   padding: 0;
}

.module-content3
{
   margin: 10px 0 0 25px;
   padding: 0;
   color: #666;
   font-size: 10px;
   font-weight: normal;
   line-height: 15px;
}

.gray999
{
   font-family: verdana, arial, sans-serif;
   color: #999;
   font-size: 9px;
   font-weight: normal;
}

.grayccc
{
   font-family: verdana, arial, sans-serif;
   color: #ccc;
}

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

.module-powered { border-width: 0; }
.module-powered .module-content
{
   margin-bottom: 0;
   padding-bottom: 10px;
}

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

.module-list
{
   margin: 10px 0 0 25px;
   padding-left: 0px;
   list-style: none;
}

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

.module-list-item
{
   margin: 0 25px 0 0;
   color: #666;
   font-size: 10px;
   line-height: 16px;
}

.module-list-item2
{
   margin-top: 0;
   color: #666;
   font-size: 12px;
   line-height: 20px;
}

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


/* one-column tweaks */

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


/* two-column-left tweaks */

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

   .layout-two-column-left #alpha-inner
   {
      padding: 0;
   }

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

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

/* scode */

.scode {
vertical-align: top;
margin-top: 5px;
}

#scode {
margin-left: 5px;
margin-top: 5px;
width: 175px;
}

/* twitter */

ul#twitter_update_list {
	margin-left:25px;
	padding-left:0;
	list-style-type:none;
	width: 150px;
	font-size:11px;
	line-height: 15px;
}

ul#twitter_update_list li {
	border-top:1px solid #fff;
	margin-top:3px;
	padding-top:3px;
}

.twitter a:link {
   color: #999;
   text-decoration: none;
}
.twitter a:visited {
   color: #999;
   text-decoration: none;
}
.twitter a:hover, a:active {
   color: #999;
   text-decoration: underline;
}
