/* 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: 13px;
}

form { 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: left; } /* center on ie */

#container {
    position: relative;
    margin: 0 auto; /* center on everything else */
    width: 530px;
    text-align: left;
}
#container-inner { position: static; width: auto; }

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody
{
    position:static;
    width: 530px;
	margin-left :auto;
	margin-right:auto;
}

#alpha
{
    display: inline; /* ie win bugfix */
    position: relative;
	margin-left :auto;
	margin-right:auto;
}

#beta
{
    display: inline; /* ie win bugfix */
    position: relative;
	margin-left :auto;
	margin-right:auto;
}





/* content */



.date-header,
.entry-content {
}

.entry,
.archive {
	margin-left :auto;
	margin-right:auto;
	margin-bottom:30px;
}

.entry-content
{

}

.entry-body,
.entry-excerpt,
.entry-more-link,
.entry-more {
    clear: left;
    color: #ffffff; 
    background-color: #000000;
    border: 1px solid #cc3333;
    padding-left: 10px;

}

.floatclear{
    clear: left;
}

.entry-body-left
{
    p\osition: relative;
	float:left;
	width:200px;
	height: 200px;
    padding: 40px 0px 0 0px;
    text-align: center;
}


.entry-body-right
{
    p\osition: relative;
	float:left;
	width:270px;
    padding: 10px 20px 0px; 0px;
    text-align: left;
}



.entry-body-img
{

}


.entry-body-author
{
    font-weight: bold;
}


.entry-body-date
{
	font-size: 12px;
}


.entry-body-msg
{
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: #bb3c3c;
}

.entry-footer,
.archive-content {
    clear: both;
    margin: 5px 10px 20px 10px;
}





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 {
    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;
}




/* Vicksburg II (theme-vicksburg.css) */

/* basic page elements */

body {
    font-size: 13px;
}

a{
    color: #000000;
    text-decoration:none;
}
a:hover{
    text-decoration: underline;
    color: #999900;
}

a:active{
    text-decoration: none;
    color: #FFCC33;
}

#banner a { color: #fff; text-decoration: none; }
#banner a:hover { color: #fff; }

.module-content a { color: #000000; }
.module-content a:hover { color: #f0f0a0; }

h1, h2, h3, h4, h5, h6 {
}


.archive-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;

    margin: 0;
    padding: 5px;
    color: #fff;
    background: #cc3333;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}

.module-header
{
    margin: 0 0 0 0;
}


.module-header a,
.module-header a:hover,
.archive-header a,
.archive-header a:hover
{
    color: #ffffff;
}

.entry-more-link,
.entry-footer,
.typelist-thumbnailed {
    font-size: 11px;

}


/* page layout */

body {
    min-width: 670px;
    color: #000000;
}

#container {
    width: 578px;
    /*margin-bottom: 20px;*/
    background: #ffffff;
}


#banner
{
    margin: 10px 0 20px 0;
    text-align: center;
    width: 670px; /* necessary for ie win */
    background: #000000;

}




#alpha
{
    margin: 15px 15px 0 15px; width: 530px;
}
#beta
{
    margin: 15px 15px 0 15px; width: 530px;
}


.date-header {
    p\osition: relative;
    margin-top: 0;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.entry-header {
    margin:0px;
    padding: 6px;
    color: #ffffff;
    background: #cc3333;
    font-size: 14px;
    font-weight: bold;
}

.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;
}

.entry-footer,
.comment-footer,
.trackback-footer {
    margin: 0 0 20px 0;
    border-top: 1px solid #800000;
    padding-top: 3px;
    color: #ffffff;
    font-size: 10px;
    text-align: right;
}






/* modules */

.module {
    margin: 0px;
}

.module-content {
	margin-left :auto;
	margin-right:auto;
    font-size: 12px;
    color:#000000;
    line-height: 1.2;
    border: 1px solid #B2DBDD;
}


.module-content-top
{
	padding: 2px 2px 2px 6px;
	margin:  0px;
    
    text-align: left;
    vertical-align:middle;

    background-color: #B2DBDD;
}


.module-content-bottom
{
    font-size:12px;
    padding: 10px 10px 10px; 0px;
    text-align: left;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #B2DBDD;
}



.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 dashed #a32000;
    padding-bottom: 10px;
    color: #292e33;
    background: #a37070;
}

.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: #eea0a0;
    line-height: 1.2;
}


/*
 *  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 { text-decoration: none; }
    /* Suppress the prev/next nav */


/* Main index styles
    Suppress date header on main index */
.main-index .date-header { display: none; }

/* 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;
    w\idth: auto;
    width: 100%;
    

    margin: 0 0 50px 0;
    padding: 5px;
    background: #cc3333;

    font-size:18px;
}
