/* 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: "Frutiger", "Futura","Lucida Grande", "MS UI Gothic",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; }
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: 808px;
   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%; }


/*  Column Float
*******************************************************************************/
#alpha, #beta, #gamma, #delta
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;/*left or right*/
   min-height: 1px;
}

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

.archive-content{
   margin-top: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,
.trackback-list
{
   margin: 0;
   padding: 0;
   list-style: none;
}

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

/*  Archive List
*******************************************************************************/

.archive-list-item{
   margin: 0 15px 10px 0px;
  /* list-style: disc;*/
  list-style: none;
}

li.archive-list-item {
	padding-left:15px;
	background: transparent url(tmpl/arw.gif) no-repeat 0 2px;
	 line-height: 1.4;
}

li.archive-list-item a{
	display:block;

}

li.archive-list-item a:hover{
	display:block;


}

.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-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: font-family: "Frutiger", "Futura","Lucida Grande", "MS UI Gothic",Arial, sans-serif;
}
/* default */
body {
    font-size: 90%;
}

/* Except IE */
html>body {
    font-size: 12px;
}

a { color: #333; }
a:hover { color: #900; }

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

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

h1, h2, h3, h4, h5, h6
{
   font-family: "Frutiger", "Futura","Lucida Grande", "MS UI Gothic",Arial, sans-serif;
}

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

 color:#333;
  margin: 0;
   padding:0 10px;
   font-size: 11px;
   line-height:2;
   font-weight: bold;
   text-transform: uppercase;
   background:#ccc url(tmpl/h2-bg.jpg) no-repeat left bottom;
   text-align:center;
 
}

.search-header{
   width:500px;
}


.module-header a,
.trackbacks-header a,
.comments-header a,
.comments-open-header a,
.archive-header a,
.search-header a
{
   color: #333;
}

.module-header a:hover,
.trackbacks-header a:hover,
.comments-header a:hover,
.comments-open-header a:hover
.archive-header a:hover,
.search-header a:hover
{
   color: #990000;
}

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

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

.indent{
	margin:0 10px;
}

/* page layout 
*******************************************************************************/
body
{
   min-width: 808px;
   color: #333;
   background: transparent url(tmpl/body-bg.gif) repeat 0 0;
   
}

#container
{
   width: 808px;
  padding-bottom: 20px;
   background: transparent url(tmpl/container-bg.png) repeat-y 0 0;
    
}
/* no ie mac \*/
* html #container { background: transparent url(tmpl/container-bg.gif) repeat-y 0 0;; }
/* */


#container-inner
{
  width: 800px;
  border-width: 0;
  margin:0 auto;
  background:#fff;
}

#copyright{
 margin:0 auto;
 width: 792px;
height:0px;
padding:30px 8px;
 background: transparent url(tmpl/footer.png) no-repeat 0 0;
 text-align:left;
color:#666;
}

/* no ie mac \*/
* html #copyright { background: transparent url(tmpl/footer.gif) no-repeat 0 0; }
/* */

/*  Banner
*******************************************************************************/
#banner
{
   margin:0 auto;
   width: 800px; /* necessary for ie win */
   height:278px;
   background:transparent url(tmpl/header-bg.jpg) no-repeat left bottom;
   
}

#banner-inner
{
   padding: 0;
}

/*
.banner-user
{
   width: 70px;
   margin-top: 5px;
   font-size: 10px;
   border:1px solid #f00;
}
*/
.banner-user-photo { border: 1px solid #fff; }

#banner-header{
   margin: 0;
   background: transparent url(tmpl/blog-title.jpg) no-repeat 0 0;
   height: 78px;
}

#banner-header a
{
   padding: 0;
   display: block;
   width: 420px;
   height: 58px;
   text-indent: -9999px;
   text-decoration:none;
}

#banner-description
{
   margin: -16px 0 0 65px;
    padding:0;
    color: #fff;
    font-size: 10px;
   line-height: 14px;
  text-shadow: #000 1px 1px 2px;
}


#b-onweb{
	position: absolute;
	right:0px;
	top: 0px;
	width:160px;
	height:78px;
	margin: 0;
}

#b-onweb a{
	display:block;
	width:160px;
	height:78px;
	 text-indent: -9999px;
   	text-decoration:none;
	
}


/*Size*/

/*  Column Size
*******************************************************************************/
#alpha { margin:0px 20px 15px 20px;padding:0;width: 200px; }
#beta { margin: 15px 20px 0 20px; width: 520px;}
#gamma, #delta { width: 180px; background: #F2F0E6; }

#alpha-inner,
#gamma-inner,
#delta-inner
{
   padding: 10px 0px;
}

/*Archive Title*/

h2.archive-title{
    color:#333;
  margin: 10px 3px;
   padding:0 10px;
   font-size: 14px;
   line-height:2;
   font-weight: bold;
   text-transform: uppercase;
   background:#ccc url(tmpl/h2-bg.jpg) no-repeat left bottom;
   text-align:center;
}

h3.system-title
{
   margin: 0;
   padding:0 15px;
   height:20px;
   font-size: 11px;
   line-height:20px;
   font-weight: bold;
   text-transform: uppercase;
   
   
}

.date-header
{
 color:#333;
  margin: 0 3px;
   padding:0 10px;
   font-size: 11px;
   line-height:2em;
   font-weight: bold;
   text-transform: uppercase;
   background:#ccc url(tmpl/h2-bg.jpg) no-repeat left bottom;
   text-align:center;
   
}

/*  Entry
*******************************************************************************/

.entry
{
   margin: 5px 0 20px 0;
   
}

.entry-header{
   display:block;
   margin:0 0 0 0;
   padding:15px 10px 10px 40px;
   color: #000;
   font-size: 16px;
   line-height:1.2;
   font-weight:bold;
 background:#ccc url(tmpl/entry-title-bg.jpg) repeat-y left top;
 
}



.entry-info{
margin:0;
padding:0;

 background:#333 url(tmpl/entry-sub-bg.jpg) no-repeat left top;
}

.entry-info ul{
	margin:0;
	padding:7px 0 0 10px;
	list-style:none;
	margin:0 0 0px 0;	
}

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

.entry-info li{
	float:left;
	margin:0 5px 4px 4px;
	padding:0;
	color:#fff;
	font-size:11px;
}

.entry-info li.l-date{ background:transparent url(tmpl/li-date.gif) no-repeat 0 0;padding-left:30px;}
.entry-info li.l-post{ background:transparent url(tmpl/li-post.gif) no-repeat 0 0;padding-left:30px;}
.entry-info li.l-category{ background:transparent url(tmpl/li-category.gif) no-repeat 0 0;padding-left:54px;}
.entry-info li.l-trackback{ background:transparent url(tmpl/li-trackback.gif) no-repeat 0 0;padding-left:69px;}


.entry-info li a{color:#fff;}
.entry-info li a:hover{color:#c00;}

.entry-content{
background:transparent url(tmpl/entry-bg-y.jpg) repeat-y 0 0;
}

.entry-body{
	padding:5px 15px 20px;
	background:transparent url(tmpl/entry-bg-footer.jpg) no-repeat left bottom;
}


.entry-body img{
	background-color:#fff;
	padding:5px;
	border:1px solid #DFDFDF;
}

.entry-category{
	color:#666;

}
.entry-category a{}
.entry-category a:hover{}

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

.entry-footer,
.comment-footer,
.trackback-footer
{
   margin: 0;
   padding-top: 3px;
   color: #666;
   font-size: 11px;
   border-bottom:1px dashed #DFDFDF;
}

.entry-footer{
margin: 0;
border-top: 0;
border-bottom:1px dashed #DFDFDF;
padding:5px;
}



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


/*Content up navigation*/

.content-nav { 
margin-top: 0; 

   margin: 0;
   padding:0 15px;
   font-size: 11px;
   line-height:1.6em;
   font-weight: normal;
   text-transform: uppercase;


}
/* trackbacks Area*/

#trackbacks-info
{
   margin: 10px ;
   border: 1px solid #CDCDCD;
   padding: 0 10px;
   color: #333;
   font-size: 11px;
   text-align: center;
   background: #FAFAFA;
}

.trackback-content h4{
	font-weight:bold;
}

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


/*  modules
*******************************************************************************/
.module
{
   margin: 0 0 10px 0;
}

#alpha .module-header
{
   display:block;
   font-weight: bold;
   text-transform: uppercase;  
   border:none;
   width:155px;
   height:12px;
   margin:0;
   padding:8px 0 5px 45px;
   text-align:left;
   font-size:12px;
   line-height:1;
   color:#333;
    background:#999 url(tmpl/module-header-bg.jpg) no-repeat left top;
}
.module-content
{
   margin: 0;
   padding: 10px;
   font-size: 11px;
   line-height: 1.2;
   color:#333;
   background:#F1F1F7;
   border:1px solid #999;
   border-top:none;
}


.module-calendar .module-content table
{
   border-collapse: collapse;
   width:100%;
}

.module-calendar .module-content th,
.module-calendar .module-content td
{
   width: 13%;
   text-align: center;
   font-size: 11px;
   line-height: 1.8;
   padding:1px 2px;

}

.module-calendar .module-content th{
	background-color:#DEDEE4;
	border:1px solid #F1F1F7
}
* html .module-calendar .module-content th{
	   font-size: 10px;
}

.module-calendar .module-content caption{
	 font-size: 12px;
	 margin-bottom:5px;
}

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

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

.module-syndicate .module-content,
.module-creative-commons .module-content
{
    border:1px solid #999;
  margin-bottom: 0;
   padding-bottom: 0px;
   color: #666;
}

.module-syndicate .module-content img,
.module-creative-commons .module-content img
{
	margin-bottom:5px;
}


/*  Module List
*******************************************************************************/

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


* html .module-list li a,
* html .module-list li a:hover
{display:inline;}

.module-list
{
   margin: 0 5px 5px 5px;
 /*  list-style: disc;*/
 list-style: none;
}

.module-list li {
	padding-left:15px;
	background: transparent url(tmpl/arw.gif) no-repeat 0 2px;
}

.module-list li a{
	display:block;
}

.module-list li a:hover{
	display:block;

}


.module-list .module-list
{
   margin: 5px 0 0 0;
   padding-left: 10px;

}

.module-list-item
{
   margin-top: 0;
   color: #333;
   line-height: 1.4;
}


.trackback-list{
margin: 0 5px 5px 5px;
list-style: none;
}

.trackback-list li {
	padding:2px 5px 2px 15px;
	background: transparent url(tmpl/arw.gif) no-repeat 0 2px;
}

.trackback-list li p{
	margin:1px 0;
	padding:0 0 0 5px;
	border-left:1px solid #ccc;
}

.trackback-list li p a{font-weight:bold;}

/*  syndicate & Powerd
*******************************************************************************/
.module-syndicate{padding:0}

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

* html .module-syndicate li{display: inline;}
/* */

.module-syndicate ul{
	list-style:none;
	margin:0 0 5px 0;
	padding:0;
}

.module-syndicate li{
	width:80px;
	float:left;
	margin:0 5px 0 4px;
	padding:0;
}

/*  Search Result
*******************************************************************************/
.result-title{
padding:0 0 0 15px;
	background: transparent url(tmpl/arw.gif) no-repeat 0 5px;

}

.posted{
	border-bottom:1px solid #ccc;
}

/********************************************************************************/

