/* 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:"&#65533;l&#65533;r &#65533;o&#65533;S&#65533;V&#65533;b&#65533;N",Osaka;
 font-size: 12px;
}

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: center; } /* center on ie */

#container {
    position: relative;
    margin: 0 auto; /* center on everything else */
    width: 750px;
    text-align: left;
}
#container-inner { position: static; width: auto; }

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

#pagebody { position: static; 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 */

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

.entry {
    position: static;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

.entry-content {
    clear: both;
}

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

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content {
    clear: both;
    margin: 5px 10px 20px 10px;
}



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


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






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




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

/* basic page elements */

body {
font-family:"&#65533;l&#65533;r &#65533;o&#65533;S&#65533;V&#65533;b&#65533;N",Osaka;
    font-size: 12px;
}

a { color: #000000; text-decoration: underline; }
a:hover { color: #666666; }

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

.module-content a { color: #000000; }
.module-content a:hover { color: #999999; }

.module-ad a { color: #333333; }
.module-ad a:hover { color: #999999; }


h1, h2, h3, h4, h5, h6 {
font-family:"&#65533;l&#65533;r &#65533;o&#65533;S&#65533;V&#65533;b&#65533;N",Osaka;
}

h1 {
font-size:12px;
margin:0px;
padding:0px;
display:inline;
}

h2 {
font-size:14px;
margin:0px;
padding:0px;
display:inline;
}

h3 {
font-size:10px;
margin:0px;
padding:0px;
display:inline;
}

h4 {
font-size:12px;
}


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

    margin: 0;
    border-bottom:1px solid #CCCCCC;
    border-right:1px solid #CCCCCC;    
padding-left:10px;
    background: #EEEEEE;
    font-size: 12px;
    text-transform: uppercase;
height:20px;
line-height:20px;
}


.entry-more-link,
.entry-footer {
    font-size: 11px;
}




/* page layout */

body {
    min-width: 720px;
    color: #333;
    background: #ffffff;
}

#super-header-bg,
#super-header-bg a {
background-image: url("http://news01.net/img/stripe.bmp");
background-repeat:repeat-x;
width:100%;
height:15px;
line-height:15px;
color:#696969;
margin-bottom:5px;
}

#super-header {
width: 750px;
text-align:left;
float:auto;
padding-left:10px;
}


.h-left {
width:350px;
float:left;
}

.h-right {
width:400px;
float:left;
text-align:right;
}

.search {
height:12px;
background-color:#FFFFFF;
line-height:12px;
}

.search-box {
width:350px;
padding-top:3px;
padding-bottom:3px;
padding-right:7px;
float:right;
}

.header-middle {
height:15px;
line-height:15px;
background-color:#EEEEEE;
width: 750px;
text-align:center;
float:left;
}

#container {
    width: 750px;
    margin-bottom: 0px;
    background: #fff;
}

#container-inner {
    border-width: 0 0px 0px 0px;
    border-style: solid;
    border-color: #ddd;
}

#banner {
    width: 750px; /* necessary for ie win */
    background: #fff;
}

.header-bottom {
float:left;
width:748px;
border:1px solid #CCCCCC;
background-image: url("http://news01.net/img/bg_25.jpg");
background-repeat:repeat-x;
height:25px;
line-height:25px;
position:static;
}

#b-left{
    margin-left:10px;
    float:left;
    font-size:12px;
}

#b-left a {
font-size:12px;
font-weight:bold;
}


#b-right {
    float:right;
    font-size:12px;
}

#b-right a{
 font-size:12px;
margin-right:10px;
font-weight:bold;
}


.box-440 {
width:440px;
margin-right:5px;
float:left;
    display: inline; /* ie win bugfix */
    position: relative;
margin-bottom:15px;
}


.box-440-archive {
width:440px;
margin-right:5px;
float:left;
    display: inline; /* ie win bugfix */
    position: relative;
}

.box-440 li,.box-440-archive li {
padding-left:10px;
line-height:18px;
height:18px;
list-style:none;
}

.box-400 {
width:400px;
margin-left:20px;

}

.box-170 {
width:170px;
float:left;
    display: inline; /* ie win bugfix */
    position: relative;

margin-left:5px;
padding-bottom:10px;
border-right:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
border-left:1px solid #CCCCCC;
}


.box-260 {
padding:0px;
margin-left:0px;
margin-right:0px;
height:130px;
width:260px;
text-align:center;
border:1px dashed #CCCCCC;
float:left;
    display: inline; /* ie win bugfix */
    position: relative;
}

.box-260 img {
margin-top:5px;;
margin-bottom:5px;
}


.box-280 {
width:280px;
margin-top:10px;
margin-bottom:15px;
margin-left:10px;
margin-right:10px;
}

.box-280-title {
border-bottom:1px solid #CCCCCC;
width:250px;
padding-left:10px;
margin-bottom:10px;
}


.ad-center,.ad-center a {
text-align:center;
color:#333333;
margin-top:10px;
}

.box-title {
height:35px;
line-height:35px;
padding-left:10px;
font-size:15px;
border-left:5px solid #696969;
border-right:1px solid #CCCCCC;
border-top:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
margin-bottom:10px;
background-image: url("http://news01.net/img/bg_35.jpg");
background-repeat:repeat-x;
}

.box-title-k {
height:20px;
line-height:20px;
padding-left:10px;
margin-bottom:10px;
font-size:12px;
border-left:5px solid #696969;
border-right:1px solid #CCCCCC;
border-top:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;

background-image: url("http://news01.net/img/bg_35.jpg");
background-repeat:repeat-x;
}

.box-title a {
font-size:15px;
color:#000000;
}

.level-navi {
font-size:10px;
height:25px;
line-height:25px;
padding-left:12px;
}

.left {
float:left;
}

.center {
margin-left:15px;
}

.right a{
float:right;
font-size:12px;
margin-right:10px;
}

#alpha { padding:0px; margin-left:3px; width: 447px; border-right:1px solid #CCCCCC;}
#beta { padding:0px; margin:0px; width: 290px; background: #ffffff;}


#beta-inner {
    padding: 0px 5px 0px 5px;
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    border-color: #fff;
}

.date-header {
    margin-top: 0;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.entry-header {
    margin-top: 0;
    border-bottom: 3px solid #CC66FF;
    padding: 0 0 0 10px;
    color: #696969;
    font-size: 18px;
}

.entry-header a{
font-size:18px;
color:#696969; 
}

.entry-summary {
width:390px;
padding-left:30px;
margin-bottom:10px;
}

.entry-summary-footer {
text-align:right;
border-bottom:1px dashed #CCCCCC;
}

.paginate {
text-align:center;
}

.entry-body {
margin-right: 10px;
margin-left: 10px;
margin-bottom:10px;
padding-left:10px;
border-bottom:1px dashed #CCCCCC;
line-height:18px;
}

.entry-body img {
text-align:center;
border:1px solid #696969;
}


.entry-footer {
    margin: 0 10px 10px 0;
    border-top: 1px dashed #CCCCCC;
    padding-top: 10px;
    color: #666;
    font-size: 10px;
    text-align: center;
}

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


/* modules */

.module {
    margin: 0 0 00px 3px;
    border-bottom: 1px solid #f3f6f9;
    background: #fff;
}

.ticker-bg {
text-align:center;
padding:10px;
background-color:#CCCCCC;
}


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

.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: #666;
    line-height: 1.2;
}

.module-navi {
margin-left:0px;
padding-left:10px;
margin-right:20px;
border-right:1px solid #DDDDDD;
border-bottom:1px solid #DDDDDD;
height:20px;
}


/*
 *  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 */
.content-nav { margin: 0px; display: none; }

/* Search results templates */
.search-results-header {
    border-bottom: 1px dashed #696969;
    padding: 5px;
margin-bottom:30px;
}

h2.search-results-header{
    margin-top: 0;
    border-bottom: 3px solid #000;
    padding: 0 0 0 10px;
    color: #000000;
    font-size: 18px;
}

.search-results-container { 
margin-left:10px; 
margin-bottom:30px;
}

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

/* 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;
    width: 100%;
    w\idth: auto;

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

}


#footer {
border-top:1px solid #CCCCCC;
text-align:center;
margin-top:10px;
padding:10px;
line-height:20px;
font-size:10px;
}

#footer a {
font-size:10px;
}

.footer-ad, .footer-ad a{
font-size:8px;
font-family:serif;
color:#999999;
line-height:12px;
}

/* entry */

.pl {
float:left;
margin-right:10px;
margin-top:10px;
margin-bottom:10px;
}

.pr {
float:right;
margin-left:10px;
margin-top:10px;
margin-bottom:10px;
}

blockquote {
border:1px dashed #CCCCCC;
padding:5px;
}