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

/* basic elements */

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

body {
	text-align:center;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	color: black;
	font-family:"Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	background-color: #000000;
}

form, input {
	margin: 0px;
	padding: 0px;
}

form#search-form {
	padding-left: 40px;
	padding-top: 7px;
	padding-right: 40px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
}

a img { border: 0; }

h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

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

#container
{
	position: static;
	text-align: left;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	float: left;
}

#container-inner {
	position: relative;
}

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody {
	position: absolute;
	float: left;
	width: 100%;
	min-width: 890px;
}
#pagebody-inner {
	position: relative;
}

#alpha, #beta, #delta
{
	display: inline;
	position: relative;
	float: left;
	min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #delta-inner
{
}


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

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

.entry
{
	position: static;
	background-color: #FFFFFF;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
	padding-top: 80px;
	width: 100%;
	float: left;
}

.trackbacks-info,
.trackback-content
{
   clear: both;
   margin: 5px 10px;
}

.entry-body {
	position: static;
	background-color: #FFFFFF;
	clear: both;
	padding: 40px;
	margin: 0px;
}

.entry-excerpt,
.entry-more-link,
.entry-more {
	clear: both;
	margin-top: 5px;
	margin-bottom: 0px;
}

.trackbacks-content {
	padding-bottom: 20px;
}

.trackbacks-content, 
.comment-content {
	clear: both;
	background-color: #FFFFFF;
	position: static;
}

.comment-content {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.comment-content p {
	margin-top: 0px;
}

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

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





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

/* basic page elements */
a {}
a:link {}
a:visited {}
a:hover {}
a:active {}

#beta a:link, #beta a:visited, #beta a:active {
	color: #555555;
}

#beta a:hover {color: #999999;}

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

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

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header
{
	color: #999999;
	font-size: 11px;
	background-color: #000000;
	clear: both;
	padding: 5px;
}

.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,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed
{
   font-size: 11px;
}

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


/* page layout */

body {
	color: #333;
}

#banner
{
	height: 200px;
	background-color: #FFFFFF;
}

#banner-inner
{
	vertical-align: middle;
	padding-top: 15px;
	padding-right: 13px;
	padding-left: 13px;
	padding-bottom: 15px;
}

.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: 30px;
	line-height: 1;
}

#banner-header a
{
	margin: 0;
	color: #fff;
	font-size: 30px;
	line-height: 1;
	text-align: left;
	text-indent: -1000px;
	display: block;
	width: 300px;
	height: 54px;
}

#img-banner-header
{
	height: 54px;
	width: 300px;
	background-repeat: no-repeat;
	background-image: url(http://www.sft-web.org/images/main-title-blog.png);
}

#banner-description
{
	margin-top: 5px;
	margin-bottom: 0px;
	color: #000000;
	background: none;
	font-size: 12px;
	line-height: 1.125;
}

#alpha {
	width: 100%;
	position: static;
	margin-right: -250px;
	float: left;
	min-width: 330px;
	overflow: hidden;
	margin-bottom: -10px;
}

#alpha-inner {
	position: relative;
	margin-right: 250px;
	margin-left: 250px;
}

#beta {
	width: 240px;
	float: right;
	position: static;
}

#beta-inner {
	position: relative;
}

#delta { width: 180px; }

#beta-inner, #delta-inner
{
}

.date-header {
	font-size: 11px;
	text-transform: uppercase;
	line-height: 1;
	color: #000000;
	margin-top: -1px;
	background-color: #FFFFFF;
	margin-right: 40px;
	margin-bottom: 5px;
	margin-left: 40px;
}

.entry-header {
	font-size: 15px;
	background-color: #FFFFFF;
	margin-right: 40px;
	margin-left: 40px;
}

/*.entry-header a:link {color: #AA0000; }
.entry-header a:visited {color: #AA0000; }
.entry-header a:hover {color: #FF8700; }
.entry-header a:active {color: #FF8700; }*/

.entry-content
{
	line-height: 1.5;
	background-color: #FFFFFF;
	position: static;
	padding: 0px;
	margin: 0px;
	clear: both;
	float: left;
	width: 100%;
}

.others-entry-footer {
    margin: 20px 0 0 0;
    text-align: right;
}

/* Entry Categories Tags*/
.entry-categories {
	font-size: 10px;
	text-align: right;
	color: #666;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
	clear: both;
}

.entry-tags {
	font-size: 10px;
	text-align: right;
	color: #666;
	margin-right: 40px;
	margin-bottom: 5px;
	margin-left: 40px;
	clear: both;
}

.entry-tags-header,
.entry-tags-list,
.entry-tag { display: inline; }

.entry-tags-list {
list-style:none;
padding: 0px;
}

.entry-tags-header,
.entry-tags-list,
.entry-tag { display: inline; }

.entry-tags-list {
    list-style:none;
    padding: 0px;
}

/* Entry tag display */	
ul.entry-tags-list {
    list-style:none;
    padding: 0px;
}
h4.entry-tags-header,
ul.entry-tags-list,
li.entry-tag {
	display: inline;
}

.entry-footer {
	color: #666;
	font-size: 10px;
	text-align: right;
	clear: both;
	margin-left: 40px;
	margin-right: 40px;
}

.trackback-footer,
.comment-footer {
	font-size: 10px;
	margin-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 20px;
}


#trackbacks-info
{
	color: #000000;
	font-size: 11px;
	text-align: center;
	background-color: #CCCCCC;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}

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


/* modules */

.module {
	margin: 0px;
	background-image: url(http://www.sft-web.org/images/corner/corner-sidebar-bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #131313;
	color: 333333;
}

.module-content {
	font-size: 10px;
	line-height: 1.2;
	position: static;
	background-image: url(http://www.sft-web.org/images/corner/corner-sidebar-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	width: 190px;
}

.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 solid #123512;
   padding-bottom: 10px;
}

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

.module-list
{
	list-style: disc;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 0px;
}

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

.module-list-item
{
	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: #071407;
   background: #fff;
}


/* calendar tweaks */

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

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

   .layout-calendar ,
   .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: #123512;
   }

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

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


/* Search results templates */
.mt-search-results .search-results-header {
    border: 2px solid #669;
    background-color: #071407;
    color: #eee;
    padding: 5px;
}
.mt-search-results .search-results-container { margin-left:10px; }
.mt-search-results form#search-form { width: 400px; margin: 0px auto 20px auto; }
.mt-search-results form#search-form input#search { width: 80%; }
.mt-search-results form#search-form p#search-options { text-align:center; }


/* Main index styles
    Suppress date header on main index */
.main-index .date-header { }

/* Comment preview and individual entry
    Widen the comment form */
form textarea#comment-text { width:400px; }

/* All archive templates
    Informational "where am I?" module at top of sidebar */
.module-welcome p { font-size: 12px; }
.module-content p.first { margin-top:0px; }

/* Date-based and category archives
    Archive title banner at top of page, below blog banner */
.master-archive-index #archive-title,
.individual-entry-archive #archive-title,
.date-based-archive #archive-title,
.category-archive #archive-title {

    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;

    margin: 0;
    border-left: 10px solid #a3b8cc;
    padding: 5px;
    color: #fff;
    background: #071407;

}

/* Tag Cloud */
.module-tagcloud .module-list {text-align: center; }
.module-tagcloud .module-list {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.module-tagcloud .module-list-item { display: inline; }
.module-tagcloud li.taglevel1 { font-size: 19px; }
.module-tagcloud li.taglevel2 { font-size: 17px; }
.module-tagcloud li.taglevel3 { font-size: 15px; }
.module-tagcloud li.taglevel4 { font-size: 13px; }
.module-tagcloud li.taglevel5 { font-size: 11px; }
.module-tagcloud li.taglevel6 { font-size: 9px; }



/* SFT WEBlog orignal css */
#footer {
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 5px;
	position: static;
	font-size: 11px;
}

#footer-inner {
	padding: 5px;
}
.img-line {
}

.footer-CCL {
	font-size: 10px;
	text-align: left;
}
blockquote {
	padding: 10px;
	background-color: #CCCCCC;
	font-size: 10px;
}
#alpha-one-column {
	width: 100%;
	background-color: #FFFFFF;
	height: 100%;
}
#content-nav,
#archive-title-header {
	text-align: center;
	font-size: 11px;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	clear: both;
	margin: 0px;
}

.trackbacks-body,
.comments-body,
.comments-open-body {
	background-color: #FFFFFF;
	clear: both;
	padding-right: 40px;
	padding-left: 40px;
	position: static;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.comments-body {
}

.comment {
	margin: 0px;
	padding: 0px;
}

.comments-open-content,
.comments-closed {
	padding-top: 0px;
}

.archive-header,
#error-header,
#comment-preview-header,
#comment-reservation-header {
	font-size: 11px;
	color: #999999;
	margin: 0px;
	padding: 5px;
}

.block {
	clear: both;
	position: relative;
}

.photo {
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	position: relative;
}

.photo-frame {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #CCCCCC;
	position: static;
}

#module-content-flickr {
	position: relative;
	clear: both;
	text-align: center;
	background-image: url(http://www.sft-web.org/images/corner/corner-sidebar-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#module-content-flickr img {
	margin-right: 5px;
	margin-bottom: 5px;
	position: static;
}

.module-content .rss-items {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
}

.module-content .rss-item {
	margin-bottom: 10px;
}

#trackbacks, #comments, #comments-open {
	background-color: #FFFFFF;
	width: 100%;
	clear: both;
	position: static;
	padding-top: 35px;
	padding-bottom: 15px;
}

 #comments-open {
	padding-bottom: 35px;
	position: static;
}

.trackback {
	margin-top: 20px;
}

.header-margin-top-left {
	width: 100%;
	height: 5px;
	position: static;
	background-position: left top;
	background-image: url(http://www.sft-web.org/images/corner/corner-white-bottom-left.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	clear: both;
}

.header-margin-top-right {
	height: 5px;
	background-position: right top;
	background-image: url(http://www.sft-web.org/images/corner/corner-white-bottom-right.png);
	background-repeat: no-repeat;
	position: static;
	float: right;
	width: 5px;
	background-color: #FFFFFF;
}

.header-margin-bottom-left {
	height: 5px;
	background-position: left bottom;
	background-image: url(http://www.sft-web.org/images/corner/corner-white-top-left.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 100%;
	clear: both;
	position: static;
}

.header-margin-bottom-right {
	height: 5px;
	background-position: right bottom;
	background-image: url(http://www.sft-web.org/images/corner/corner-white-top-right.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	float: right;
	width: 5px;
}

.margin-10px {
	height: 10px;
	width: 100%;
	clear: both;
	position: static;
	margin: 0px;
	padding: 0px;
}

.search-entry
{
	position: static;
	background-color: #FFFFFF;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	width: 100%;
	float: left;
}

.search-entry-body {
	position: static;
	background-color: #FFFFFF;
	clear: both;
	padding-top: 28px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 20px;
}

/*CAPTCHA*/
#comments-open-captcha {}

#comments-open-captcha label {text-transform: uppercase;}

.field {margin-bottom: 20px;}

.field img {margin-bottom: 5px;}

.field p {margin-top: 5px;}