#header_menu{
  padding:5px 5px 5px;
}
#header_search{
	padding-top: 10px;
	padding-right: 0px;
	text-align:right;
	float: right;
	position: absolute;
	top: 60px;
	right: 10px;
	z-index: 6;
}

.module-search2{
float:right;
padding-right:0;
padding-top:10px;
position:absolute;
right:20px;
text-align:right;
top:72px;
z-index:6;
}

.booklist {
	text-align:center;
	margin:bottom:20px;
}
.booklist img{
	border: 1px solid #E0E0E0;
}


.cnt_comment{
	background-color: #ffcccc;
	padding:1px 3px;
	margin:0px 2px;
}

.cnt_comment_ a{
    color: #ff0000; 
    font-weight: bold;
}

.cnt_trackback{
    background-color: #ffcccc; 
	padding:1px 3px;
	margin:0px 2px;
}

.cnt_trackback_ a{
    color: #ff0000; 
    font-weight: bold;
}

div#body {
margin:20px 0px 10px 0px;
}

div#body table {
width:100%;
border-collapse: collapse;
	font-size:0.9em;
}

div#body table th,
div#body table td {
	padding: 5px 10px;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	vertical-align: top;
}

div#body table th {
	background: #ECF5FF;
	font-weight: bold;
}

div#body table caption {
	margin-bottom: 5px;
	font-weight: bold;
}



div#help {
  font-size:0.8em;
  padding:10px;
  border:#eee 2px solid;
}

div.related-content{
  margin:30px 0px;

}

.related-content ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  margin-top:5px;
  padding-left: 5px;
}

div.related-content li{
  padding-left: 20px;
  margin: 0px;
  margin-bottom: 5px;
  background: url(/img/arrow.gif) no-repeat 5px 5px;
}

div.related-content li a {
  font-weight:normal;
}

em{
font-weight:bold;
font-style:normal;
}

#header {
	padding-top: 0px;
	padding-bottom: 10px;
	text-align: center;
}

#header_left {
	padding-top:25px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:0px;
	text-align:left;
	float: left;
	width:230px;
}


#header_center {
	padding-top:10px;
	float: left;
	width:260px;
	text-align:center;
}

#header_right {
	padding-top: 0px;
	padding-right:0px;
	text-align:right;
	float: right;
	width:220px;
}


div.related { 
    width:auto;
    border:#ddd 1px solid;
    padding:15px;
    padding-bottom:10px;
    margin-top:35px;
    margin-bottom:10px;
}
div.related .related-header { 
    font-size:1em;
    font-weight:bold;
    margin-bottom:10px;
}
div.related .related-content { 
    font-size:0.9em;
}


/* 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, helvetica, arial, sans-serif, 'trebuchet ms';
    font-family: Arial,Helvetica,Verdana,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    font-size:1em;
}

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

blockquote:before{
content:"“";
float: left;
font-weight: bold;
font-size: 500%;
display:block;
height:40px;
color: #666;
margin-top:-40px;
margin-left:-25px;

}


blockquote{
    border-left:#ddd 7px solid;
    padding-left:18px;

border:1px solid #DDDDDD;
margin:0 0 0 25px;
padding:35px;
    background-color: #F8F8F8;

}


h1, h2, h3, h4, h5, h6, p, ol, pre, blockquote {
    margin-top: 10px;
    margin-bottom: 25px;
    font-family: verdana, helvetica, arial, sans-serif, 'trebuchet ms';
}

h1{
  font-size:20px;
}

h2, h3{
  font-size:18px;
  margin: 20px 0px;
  padding: 0px;
  color: #333;
}


/* standard helper classes */

.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 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;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */


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

#alpha{ float: left; }
#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner {
    position: static;
    font-size:14px;
}


/* content */

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

.entry,
.trackbacks,
.comments,
.archive {
    position: static;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin-bottom: 20px;

    padding:0px;
    border: 0px solid #000;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
    clear: both;
    font-size:0.9em;
    padding:10px;
}

.entry-content{
    padding:0px;
    font-size:15px;
}

/*add*/
.trackbacks,
.comments {
    background: #f3f3f3;
    padding:0px;
}


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

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content {
    clear: both;
    margin: 0px 0px 10px 10px;
    font-family: verdana, helvetica, arial, sans-serif, 'trebuchet ms';
}

.archive-content {
    font-size:0.8em;
}

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

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-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-featured-photo .module-content,
.module-photo .module-content {
    margin: 0;
}

.module-featured-photo img { width: 100%; }




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

/* basic page elements */

a { color: #06c; text-decoration: underline;font-weight:normal; }
a:hover { color: #00f; }
a:visited { color: #800080;}

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

.module-content a { color: #06c; }
.module-content a:hover { color: #a3b8cc; }

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

    margin: 0;
    border-left: 5px solid #000;
    padding: 3px;
    padding-left: 10px;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}

.module-header {
  border-top:0px solid #ddd;
  color:#000;
  margin-bottom:20px;
}

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

    color: #333; 
    border-bottom:0px solid #999;
    padding:8px;
    font-size: 0.95em;
    font-weight: bold;
}

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


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

.entry{
  margin-bottom:20px;
}

.entry-more-linka:before{
content:">>";
}

.entry-more-link {
    font-size: 14px;
    padding-left:15px;
    background: url(/img/arrow.gif) no-repeat 2px 7px;
}

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


/* page layout */
body { text-align: center; } /* center on ie */
body {
    min-width: 993px;
    color: #555;
    background: #ddd3d1;
}
/*    background: url("/img/back.jpg") repeat-x 0px 3px;*/

#container {
    width: 993px;
    margin-bottom: 20px;
    background: #fff;
}

#container-inner {
}

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

#banner-inner {
    border-color: #fff;
}

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

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

#banner-header {
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    text-shadow: #36414d 0 2px 3px;
}

#banner-description {
    margin-top: 5px;
    margin-bottom: 0;
    color: #fff;
    background: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.125;
    text-shadow: #36414d 0 1px 2px;
}

#alpha { margin: 0px 20px 0 25px; width: 728px; }
#beta { margin: 0px;margin-right: 20px; width: 200px; background: #fff; }
#gamma, #delta { width: 180px; background: #e6ecf2; }

#beta-inner,
#gamma-inner,
#delta-inner {
    padding: 10px 0px 0 0px;
    border-width: 2px 0px 2px 0;
    border-style: solid;
    border-color: #fff;
}

.date-header {
    font-family: verdana, helvetica, arial, sans-serif, 'trebuchet ms';
    margin-top: 10px;
    margin-bottom: 10px;
    padding:10px;
    border-top: #ddd 1px solid;
    border-bottom: #ddd 1px solid;
    font-size: 0.65em;
    text-transform: uppercase;
    color: #999; 
    letter-spacing: 2px;
}

.entry-header {
    margin-top: 0;
    border-left: 5px solid #000;
    padding: 0 0 0 10px;
    color: #666;
    font-size: 18px;
}

.entry-content,
.comment-content,
.trackback-content {
    margin-top: 15px;
    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 0px 5px 10px;
    color: #666;
    font-size: 10px;
    text-align: right;
}

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

.trackbacks {
    border: #000 0px solid;
}

#trackbacks-info {
    margin: 5px 0;
    padding:5px;
    color: #292e33;
    font-size: 11px;
    text-align: left;
}

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

/* modules */

.module {
    margin: 0 0 10px 0;
    background: #fff;
}

.module-content {
    position: relative;
    margin: 0 0 10px 0;
    padding: 10px 5px 0px 2px;
    font-size: 12px;
    line-height: 1.2;
}

.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-syndicate .module-content,
.module-powered .module-content,
.module-creative-commons .module-content {
    text-align:center;
}

.module-syndicate .module-content p,
.module-powered .module-content p,
.module-creative-commons .module-content p {
    margin-bottom:5px;
}

.module-syndicate .module-content{
    text-align:center;
    border: solid 1px #000; 
    padding-top:25px;
    padding-bottom:25px;
}


.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: #666;
    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;
  font-weight:bold;
  color:#000;
}
    /* Suppress the prev/next nav */
.content-nav {
    margin-top: 20px;
    padding:5px;
    display: block;
    text-align:center;
    width:auto;
    font-size:18px;
    background-color: #DDD3D1;
}



/* 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;
    font-size:0.8em;
}
.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; }

.entry-tags-header{
  padding:0px;
  margin:0px;
  font-size:12px;
  font-weight:bold;
}



/* Main index styles
    Suppress date header on main index */
.main-index .date-header { display: block; }

/* 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 #000;
    padding: 5px;
    color: #000;
    background: #fff;

}


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

.comment {
    border-bottom:1px dotted #999; 
}

#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; }
#comments .comment-footer-experimental { display: none; }
#comments-experimental .comment-footer { display: none; }



div.profile {
    font-size:12px;
    line-height:1.5;
}

div.module{
    border:#ddd 0px solid;
    margin-bottom:25px;
}
div.module-content{
    padding:10px;
}

.module-tagcloud .module-list {text-align: center; }
.module-tagcloud .module-list { list-style: none; }
.module-tagcloud .module-list-item { display: inline; }
.module-tagcloud li.taglevel1 { font-size: 19px; }
.module-tagcloud li.taglevel2 { font-size: 17px; }
.module-tagcloud li.taglevel3 { font-size: 15px; }
.module-tagcloud li.taglevel4 { font-size: 13px; }
.module-tagcloud li.taglevel5 { font-size: 11px; }
.module-tagcloud li.taglevel6 { font-size: 9px; }


.module-content ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  margin-top:5px;
}
.module-content li {
  padding-left: 20px;
  margin: 0px;
  margin-bottom: 5px;
  background: url(/img/arrow.gif) no-repeat 5px 3px;
}

.module-content .dir {
  padding-left: 20px;
  margin: 0px;
  margin-bottom: 3px;
  padding-bottom: 3px;
  background: url(/img/folder.gif) no-repeat 0px 0px;
  background-color:#fff;
}

.module-content .text {
  padding-left: 20px;
  margin: 0px;
  margin-bottom: 5px;
  background: url(/img/text.gif) no-repeat 0px 0px;
  background-color:#fff;
}

#map{
   width:480px;
   height:350px;
   margin-bottom:10px;
}



.comment-content p{
  margin-top:0px;
  padding-top:0px;
}


.module-gmap-link {
    padding-top:1px;
    padding-bottom:10px;
    margin-top:5px;
    margin-bottom:35px;
    font-size:12px;
}


#profile {
  background: url(/img/profile.gif) no-repeat 15px 15px;
  width:auto;
  padding:15px 15px 15px 60px;
  font-size:0.8em;
  border-top:#ddd 1px solid;
  border-bottom:#ddd 1px solid;
  margin: 20px;
  clear:both;
}
#google_footer {
  width:auto;
  padding:0px 0px;
  margin:10px 0px;
}
#meigen {
  width:700px;
  padding:10px 25px;
  line-height:1.4;
}

.module-flickr img {
margin:3px;
  border-right: #ddd 1px solid;
  padding-right: 6px;

  border-top: #ddd 1px solid;
  padding-top: 6px;

  border-left: #ddd 1px solid;
  padding-left: 6px;

  padding-bottom: 6px;
  border-bottom: #ddd 1px solid;

}
.module-flickr-header {
    margin-bottom:15px;
}
.module-flickr-link {
    background: transparent url('/img/icon_flickr.gif') no-repeat 0px 0px;
    padding-left:22px;
    padding-top:1px;
    padding-bottom:10px;
    margin-top:5px;
    margin-bottom:35px;
    font-size:12px;
}

.entry-body img.waku{
  padding: 6px;
  border: #ddd 1px solid;
  margin:5px;
}

h3{
  border-top: #ddd 1px solid;  
  padding-top:50px;
  margin-top:50px;
}

strong.header {
        font-size:1.5em;
	margin: 60px 0px 20px 0px;
	padding: 5px 0px;
}



