/* tsumanohi.com 20070501 */

/* 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: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ",Meiryo, "ＭＳ Ｐ ゴシック", sans-serif;
    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: 800px;
    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%; 
/*	border-width: 1px 1px 1px 1px;
	border-style: dashed;
	border-color: #5a6586;*/
/*	background: #f0eeeb;*/

}

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

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


/* 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: 95%;*/
	margin-bottom: 10px;
	padding-left: 5px;
/*	background: #99B27F;*/
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
    clear: both;
}
.entry-more-link {
    clear: both;
    padding:5px 20px 10px 0px;
}
.entry-excerpt,
.entry-body,
.entry-more,
.comment-body {
    clear: both;
    padding:5px 20px 10px 33px;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content {
    clear: both;
    margin: 5px 10px 20px 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;
}

.comments-open-header {
    clear: both;
}

#comment-post {
    font-weight: bold;
}

/* 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-date {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: -10px;
	color: #996600;
}

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

/* basic page elements */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ",Meiryo, "ＭＳ Ｐ ゴシック", sans-serif;
	font-size: 11px;
}

a { color: #666699; text-decoration: none; }
a:hover { color: #a3b8cc; text-decoration: underline;}

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

.module-content a { color: #36414d; }
.module-content a:hover { color: #a3b8cc; }

h1, h2, h3, h4, h5, h6 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ",Meiryo, "ＭＳ Ｐ ゴシック", sans-serif;
}
.module-header1 {

	width: 242px;
	height:22px;
	background-image: url(images/left_green.png);

}

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

	margin: 10px 0px 5px 0px;
	padding-left: 15px;
/*	width: 240px;
	height:20px;*/
	color: #000033;
	background: #c3cbd5;
/*	font-size: 11px;*/
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
}

.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: #000033;
}

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

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


/* page layout */

body {
	min-width: 800px;
	color: #000033;
/*	background: url(images/bg.gif) repeat-x fixed 0 0;*/
	background: url(images/bg.gif) repeat-x;
	background-color: #EFE8DE;
/*	background: #271d1c;*/

}

#container {
	width: 800px;
	margin-top: 15px;
	margin-bottom: 10px;

}

#container-inner {
/*	border-width: 2px 2px 2px 2px;
	border-style: solid;
	background: #FFFFFF;*/

}

#banner {

	width: 800px; /* necessary for ie win 710*/
	height:115px;
	background: transparent url(images/title.png) no-repeat center center;

}

#banner-inner {
	display: none;
	margin: 0;
	padding: 0;
}

#banner-header {
	display: none;
	margin: 0;
	padding: 0;
}

#banner-description {
	display: none;
	margin: 0;
	padding: 0;
}

.module-header1 span {
	display: none;
}


.module-header4 span {
	display: none;
}


#pagebody {
	margin-top: 15px;

}

.entry-header {
	margin: 10px 0px 0px 0px;
	width: 513px;
	height: 22px;

	background-image: url(images/entry_top.png);
	background-repeat: no-repeat;
}
.entry-title {
	margin: 0px 0px 0px 0px;
	width: 513px;
	padding: 0px 0px 0px 15px;
	background-image: url(images/entry_m.png);
	background-repeat: repeat-y;
}
.entry-title h3{
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	padding-left: 18px;
	background: url(images/red_hana.gif)
	no-repeat 0% 50%;
	clear: left;
}

.entry-content,
.comment-content,
.trackback-content {
	margin: 0px 0px 0px 0px;
	line-height: 1.5;
	width: 513px;
	background-image: url(images/entry_m.png);
	background-repeat: repeat-y;
}

.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 {
	width: 513px;
	height: 65px;
	margin: 0px 0px 0px 0px;
	color: #666;
	font-size: 11px;

	background-image: url(images/entry_u.png);
	background-repeat: no-repeat;
	background-position: center center; 
}
.entry-footer #post-footers {

/*	background: #999cc9;*/
	padding: 20px 0px 0px 30px;

}
.comment-footer #post-footers {

/*	background: #999cc9;*/
	padding: 20px 0px 0px 30px;

}

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



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

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

#trackbacks-info {

    margin: 10px 0;
    border: 1px dashed #a3b8cc;
    padding: 0 10px;
    color: #292e33;
    font-size: 11px;
    text-align: left;
    background: #e6ecf2;
}

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

/* modules */

.module {

	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0 15px;
/*\*/
	margin: 0px 15px 10px 15px;
	padding: 0px;
/* */


}
* html .module {

	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0 15px;
}

.module-content {
	width: 212px;
	margin: 0 0 10px 5px;
	padding: 10px 10px 0 10px;
/*\*/
	margin: 0 10px 10px 5px;
	padding: 10px 10px 0 10px;
/* */

/*	border-top: 1px solid #557D4D;*/

	font-size: 10px;
	font-weight: bold;
	line-height: 1.2;
/*	background: #f4efe8;*/
}
* html .module-content {

	margin: 0 0 10px 5px;
	padding: 10px 10px 0 10px;
}


.module-list {

    margin: 0px 0px 0px 0px;
    list-style: none;


}

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

.module-list-item {
/*	height: 15px;*/
	margin-top: 5px;
	line-height: 1.2;
	border-bottom: 1px dotted #282D4D;

}
.module-list-item a { color: #333366; display:block; }
.module-list-item a:hover { color: #666699; }
.module-list-item:hover { background-color:#8eb6cb;}


/* two-column-left tweaks */

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

}

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

}

.layout-two-column-left #beta {
	margin: 0px 0px 0px 0px;
	min-height: 450px;

	width: 528px;

}


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

/* 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: 5px solid #a3b8cc;
	padding: 5px 0 5px 10px;
	color: #333366;
	background: #B2D1E0;

}

/* 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-content {
    margin-right: 25px;
    margin-left: 25px;
    margin-bottom: 15px;
}

#comments-experimental .comment-footer-experimental {
    margin-right: 15px;
    font-size: 10px;
    text-align: right;
}

#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; */
	margin: 10px 0px 0px 0px;
	padding: 5px 0 0 10px;
	width: 513px;
	height: 22px;

	background-image: url(images/entry_top.png);
	background-repeat: no-repeat;

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


#footer {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 27px;
	text-align: center;
	background-image: url(images/under_bar.png);
	background-position: center center; 
	background-repeat: no-repeat;
	}
