/* 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-size: 12px;
		color:#666666;
}

form { margin: 0; padding: 0; }
a:link{    color: #7AA77A;
    text-decoration:underline;
}


a:visited {
  color: #7AA77A;
    text-decoration:underline;
  }

a:hover{    color: #7AA77A;
text-decoration:none;
}
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, ol, ul, pre, blockquote {
padding:0;
margin: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; }
/* */


/* page layout */

body { text-align: center; } /* center on ie */

#container {
    position: relative;
    margin: 0 auto; /* center on everything else */
    width: 760px;
    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 {
    margin: 10px;
    text-align: center;
}

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

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

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more {
    clear: both;
}


.entry-body{
padding:0 20px 0 20px;
}



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

.comments-open label { display: block; }

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

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

.comments-open{
padding-top:20px;
}

.comments-open-header{
background-image:url(img/contentsheader2.gif);
background-repeat:no-repeat;
width:455px;
height:21px;
    padding: 9px 0 0 35px;
    color: #666;
    font-size: 12px;
	font-weight:bold;
}

.comments-open-content{
margin-top:20px;
}

.comments-open-content p{
padding: 0;
margin:10px 25px 10px 25px;
}

#comments-open-footer{
padding:0;
margin:0px 30px;
}

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

.module-content {
    position: relative;
}

.calendar{
font-size:12px;
font-weight:bold;
text-align:center;
margin-bottom:8px;
}

.module-content table {
margin: 0px 0px 0px 8px;
border-left:1px solid #CCCCCC;
border-top:1px solid #CCCCCC;
}

.module-content table td{
padding:3px 4px;
border-right:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
}

.module-content table th{
padding:3px 4px;
border-right:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
}


.module-content table a:link{
font-weight:bold;
color: #7AA77A;
}

.module-content table a:visited{
font-weight:bold;
color: #7AA77A;
}
.module-content table a:hover{
font-weight:bold;
color: #666666;
text-decoration:none;
}


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

.module-list-item {
padding: 0;
    margin-top: 5px;
    margin-bottom: 5px;
	list-style:none;
}

.module-presence img { vertical-align: middle; }
.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 {
    width: 14%;
    text-align: center;
}



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

/* basic page elements */

body {
    font-size: 12px;
}

a { color: #36414d; text-decoration: underline; }
a:hover { color: #a3b8cc; }

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

.module-content a { 
color: #666666;
text-decoration:none;
}

.module-content a:visited {  color: #666666;
text-decoration:none;
 }
 
.module-content a:hover {  color: #7AA77A;;
text-decoration:underline;
 }

h1, h2, h3, h4, h5, h6 {

}


.archive-header {
    /* ie win (5, 5.5, 6) bugfix */
    position: relative;
    width: 100%;
  margin: 0;
}

.comments-header{
background-image:url(img/contentsheader2.gif);
background-repeat:no-repeat;
width:455px;
height:23px;
    padding: 7px 0 0 35px;
    color: #666;
    font-size: 12px;
	font-weight:bold;
}
.comments,
.trackbacks{
width:455px;
margin-left:15px;
margin-top:20px;
}

.trackbacks-header{
background-image:url(img/contentsheader2.gif);
background-repeat:no-repeat;
width:455px;
height:21px;
    padding: 9px 0 0 35px;
    color: #666;
    font-size: 12px;
	font-weight:bold;
}

.module-header{
background-image:url(img/contentsheader.gif);
background-repeat:no-repeat;
width:180px;
height:22px;
font-size:13px;
font-weight:bold;
padding:8px 0 0 35px;
}

.module-header2{
text-indent:-9999px;
}

.module-text{
text-indent:-9999px;
}

.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: 12px;
}

.entry-more-link a:link{
text-decoration:none;
}

.entry-more-link a:visited{
text-decoration:none;
}

.entry-more-link a:hover{
text-decoration:underline;
}

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


/* page layout */

body {
    background: #FBFFF4;
}

#container {
    width: 760px;
    margin-bottom: 20px;
    background: #fff;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

#container-inner {

}

#banner {
    width: 760px; /* necessary for ie win */
	height:auto;
}

#banner-inner {
}

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

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

#banner-header {
    margin: 0;
    width: 758px;
	height:135px;
	background-image:url(img/header.gif);
	text-indent:-9999px;
	background-repeat:no-repeat;
}

#banner-description {
padding:41px 0 0 195px;
    margin: 0;
    width:auto;
	height:94px;
		background-repeat:no-repeat;
	background-image:url(img/header2.gif);
}



#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: 12px;
    font-weight: bold;
}

#entry-header {
font-weight:bold;
background-image:url(img/entry_title.gif);
background-repeat:no-repeat;
width:auto;
height:24px;
    margin:0;
    padding: 6px 0 0 35px;
    color: #666;
    font-size: 16px;
}

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

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

.entry-tags {
    margin: 0 0 10px 10px;
}

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

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


.comment-footer,
.trackback-footer {
    margin: 5px 15px 20px 15px;
    border-top: 1px dotted #CCCCCC;
    padding-top: 3px;
    font-size: 10px;
    text-align: right;
	}

.entry-footer
{
    margin: 5px 10px 20px 10px;
    border-top: 1px dotted #CCCCCC;
    padding-top: 3px;
    font-size: 10px;
    text-align: right;
}


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

#trackbacks-info {
    margin: 20px 0 0px 0;
    padding: 0 10px;
    text-align: center;
}

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

/* modules */

.module {
    margin: 0 0 15px 0;

}

.module-content {
    margin: 0;
    padding: 10px 10px 0 20px;
}

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

.module-mmt-calendar .module-content table,
.module-calendar .module-content table { font-size: 12px; }

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


/* two-column-left tweaks */

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

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

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

}

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





/*
 *  Preliminary styles added by Jay for Vicksburg II
 *     for review by Luke/Walt and rest of team
 */

/* All or multiple templates
    Suppress underlines on linked entry titles */
#entry-header a:link { text-decoration: none; }
#entry-header a:viseted { text-decoration: none; }
#entry-header a:hover{ text-decoration: none; }
    /* Suppress the prev/next nav */
.content-nav { margin: 0px; display: none; }

/* Search results templates */
.mt-search-results .search-results-header {
    border: 2px solid #669;
    background-color: #36414d;
    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; }

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


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

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

#archive-title{
font-size:12px;
margin-bottom:6px;
}



/* Experimental comment styles
    Not currently in use anywhere in default templates
    For testing only... */
#comments-experimental .comment, #comments-experimental .comment .comment-inner {
    width:36em;
}

#comments-experimental .comment {
    padding: 0px;
    margin: 10px 15px;
    background-color:#eef;
    border:2px solid #bbb;
}

#comments-experimental .comment .comment-inner {
    position:relative;
    margin:-5px 0 0 -3px;
    background:#f3f3ff;
    border:1px solid #003;
}

#comments-experimental .comment:hover .comment-inner {
    border:1px solid #000;
    background-color: #fff;
}

#comments-experimental .comment a {
    text-decoration: none;
    border-bottom: 1px dotted #36414d;
}

#comments-experimental .comment:hover a {
    color: #333;
    border-bottom: 1px solid #666;
}

#comments-experimental .comment .comment-footer,
#comments-experimental .comment .comment-content {
    margin-right: 25px;
    margin-left: 25px;
    margin-bottom: 15px;
}

#comments-experimental .comment .comment-header {
    font-size: 16px;
    margin: 5px auto 5px 10px;
    text-shadow: #99A 2px 2px 1px #66F;
    color: #666;
}

#comments .comment-header { display: none; }
#comments .comment-footer-experimental { display: none; }
#comments-experimental .comment-footer { display: none; }


.module-profile{
background-image:url(img/profile.gif);
background-repeat:no-repeat;
height:445px;
}

#mailmag{
background-image:url(img/mailmag.gif);
background-repeat:no-repeat;
width:auto;
height:124px;
}

.mailmag{
position:absolute;
top:39px;
left:100px;
text-align:right;
padding:0;
margin:0;
font-size:10px;
}

#form{
margin-top:60px;
padding-left:16px;
position:relative;
}

.formtext{
width:180px;
border:1px solid #CCCCCC;
background-color:#FFFFFF;
margin-bottom:10px;
}

.formbotton{
border:1px solid #CCCCCC;
background-color:#FFFFFF;
color: #999999;
width:58px;
height:20px;
padding:0;
margin:0;
}

.banner{
padding-bottom:10px;
}

#footer{
text-align:center;
background-image:url(img/footer.gif);
background-repeat:no-repeat;
width:720px;
height:30px;
padding-top:6px;
margin:5px 0 0 20px;
}
