body { font-size: medium; }
ul {
    margin: 0;
    padding: 0;
}

li {
    margin: 0;
    padding: 0;
}

p {
    line-height: 1.5;
}

/* new */

#topsearch {
    margin: 0 2px;
    padding: 10px 0 10px 30px;
}

#breadcrumbs {
    margin: 5px 0 20px 5px;
    font-size: 80%;
}

h2.top {
    margin-top: 5px;
    padding: 2px 8px;
    font-size: 110%;
    font-weight: bold;
}

ul.index {
    list-style: none;
    margin-left: 0;
    padding-left: 10px;
    padding-bottom: 10px;
}

.index li {
    display: inline;
    line-height: 2.0;
    margin-left: 0px;
    padding-right: 20px;
}

.index a, .wordlist a {
    white-space: nowrap;
}

hr.index {
    padding-bottom: 10px;
}

ul.wordlist {
    list-style: none;
    margin-left: 0;
    padding-left: 20px;
}

.wordlist li {
    display: inline;
    line-height: 2.0;
/*    white-space: nowrap;*/
    padding-right: 20px;
}

.noword {
    padding-left: 20px;
    font-size: 90%;
    line-height: 2.0;
}

#archive-title,
#entrytitle {
    margin: 15px 0 10px 5px;
    padding-left: 10px;
    padding-bottom: 2px;
}

#entrytitle #archive-title {
    margin: 0;
    padding: 0px;
}

#entrytitle #english {
    margin: 0;
    padding-top: 0px;
}

#cat_area {
    padding-left: 10px;
    font-size: 90%;
}

.image_left {
    float: left;
    min-width: 1px;
    padding: 0 10px 5px 0;
    font-size: 90%;
}
.image_right {
    float: right;
    min-width: 1px;
    padding: 0 0 5px 10px;
    font-size: 90%;
}

.ray {
    margin-left: -5px;
    padding-left: -5px;
}

#link {
    margin: 0;
    margin-top: 25px;
    padding-left: 10px;
    padding-bottom: 0;
    font-size: 100%;
    font-weight: bold;
}
#link span {
    font-size: 80%;
    font-weight: normal;
}

#linkfield {
    margin: 0;
    padding-top: 0px;
    padding-left: 10px;
    font-size: 90%;
    line-height: 1.5;
}

/*#linkfield a.exit:after { content: url(images/exit.gif); }*/

#gotop {
    padding-right: 20px;
    padding-bottom: 5px;
    text-align: right;
    font-size: 90%;
}

#footer {
    margin: 2px;
    padding: 10px;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
}

#footer span {
    font-size: 90%;
    font-weight: normal;
}

/* original */
/* 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, 'trebuchet ms', sans-serif;*/
}

form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; text-decoration: none; }

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: 720px;
    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 {
    display: inline; /* ie win bugfix */
    position: relative;
    float: left;
    min-height: 1px;
}

#alpha-inner, #beta-inner {
    position: static;
}


/* content */

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

.entry {
    position: static;
    overflow: hidden;
    clear: both;
    width: 100%;
    padding-left: 15px;
    margin: 10px 0 20px 0px;
}

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

.entry-body {
    font-size: 96%;
}
.entry-body ul {
    padding-left: 20px;
}
.entry-body em {
    color: #f00;
    font-style: normal;
}

.entry-footer {
    clear: both;
    padding: 5px 10px 10px 10px;
}


/* modules */

.module {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.module-content {
    position: relative;
    margin: 0px 10px 5px 10px;
}


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

/* basic page elements */

body {
    font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}

a { text-decoration: underline; }
#banner a { text-decoration: none; }

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

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

    margin: 0;
    padding: 5px;
    padding-left: 10px;
    font-size: 90%;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}

.entry-footer {
    font-size: 90%;
}


/* page layout */

body {
    min-width: 720px;
}

#container {
    width: 720px;
    margin-bottom: 20px;
}

/*#container-inner {
    border-width: 0 5px 5px 5px;
    border-style: solid;
}*/

#banner {
    margin: 2px;
    width: 716px; /* necessary for ie win */
}

#banner-inner {
    padding: 18px 10px 13px;
    text-align: center;
}

#banner-header {
    margin: 0;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
}

#banner-description {
    margin-top: 5px;
    margin-bottom: 0;
    background: none;
    font-size: 90%;
    font-weight: bold;
    line-height: 1.125;
}

#alpha { margin: 0px 15px 0 5px; padding-top:0; width: 500px; }
#beta { width: 178px; padding-top: 5px; margin-left: 2px; }

#beta-inner {
    padding: 10px 10px 0 10px;
    border-width: 2px 2px 2px 0;
    border-style: solid;
}

.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 {
    margin: 0 0 10px 0;
    padding-top: 3px;
    font-size: 80%;
    text-align: right;
}


/* modules */

.module {
    margin: 0 0 10px 0;
}

.module-content {
    margin: 0 0 10px 0;
    padding: 10px 10px 0 10px;
    font-size: 80%;
    line-height: 1.2;
}

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

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

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

.module-list-item {
    margin-bottom: 8px;
    padding: 0 0 0 10px;
    line-height: 0.8;
}

/* one-column tweaks */

.layout-one-column #alpha {
    margin: 15px 15px 0 15px;
    width: 680px;
    background: none;
}

.layout-one-column #alpha-inner {
    padding: 0;
    border-width: 0;
}


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

/* Search results templates */

.mt-search-results .search-results-container { margin-left:20px; }
.search-results-header { padding:3px 3px 3px 8px; }
.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; }


/* color */

body { color: #333; background: #f3f3f3; }

.module-header { border-left: 5px solid #0cf; }

#container { border: 1px solid #ccc; }
#topsearch { border-bottom: 1px solid #ccc; }
#entrytitle { border-bottom: 1px solid #ccc; }
/*.entry-footer { border-top: 1px solid #ccc; }*/

#topsearch,
#beta,
.mt-search-results .search-results-header { background-color: #f0f8ff; }

h2.top { border-left: 10px solid #369; }
#link { border-left: 10px solid #369; }
#banner,
#footer,
.module-header { background: #369; }
a,
.module-content a { color: #039; }
.module-list-item { border-left: 10px solid #369; }

a:hover,
.module-content a:hover { color: #f00; }

#footer,
#banner a,
#banner a:hover,
#banner-header,
#banner-description,
.module-header,
.module-header a,
.module-header a:hover { color: #fff; }

#container { background: #fff; }
#banner-inner,
#beta-inner { border-color: #fff;}

.entry-footer,
.module-list-item { color: #666; }

/*.mt-search-results .search-results-header {
    border: 2px solid #669;
    color: #eee;
}*/
