/*
 Theme Name: WordPress Default KAI
 Theme URI: http://amane-project.jp/HistoricalGuidetoKanazawainEnglish/
 Description: 標準テーマ（Kubrick v1.5ベース，GPL）のカスタマイズです．
 Author: 遍プロジェクト
 Author URI: http://amane-project.jp
 Version: 0.1
 Tags: custom header, fixed width, two columns, widgets
 
 Kubrick v1.5
 http://binarybonsai.com/kubrick/
 
 This theme was designed and built by Michael Heilemann,
 whose blog you will find at http://binarybonsai.com/
 
 The CSS, XHTML and design is released under GPL:
 http://www.opensource.org/licenses/gpl-license.php
 
 */
/**
 * 
 * BEGIN HTML TAG PART
 * 
 */
/** BEGIN BODY TAG **/
body {
    font-size: 62.5%; /* Resets 1em to 10px */
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    background: #d5d6d7 url('/HistoricalGuidetoKanazawainEnglish/wp-content/themes/defaultKai/images/kubrickbgcolor.jpg');
    color: #333;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0;
}

html > body .entry ul {
    margin-left: 0px;
    padding: 0 0 0 30px;
    list-style: none;
    padding-left: 10px;
    text-indent: -10px;
}

html > body .entry li {
    margin: 7px 0 8px 10px;
} 
/** END BODY TAG **/
/** BEGIN H1 TAG**/
h1 {
    padding-top: 70px;
    margin: 0;
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-weight: bold;
    font-size: 4em;
    text-align: center;
    text-decoration: none;
    color: white;
}

h1 a {
    text-decoration: none;
    color: white;
}

h1 a:hover {
    text-decoration: none;
    color: white;
}

h1 a:visited {
    text-decoration: none;
    color: white;
} 
/** END H1 TAG**/
/** BEGIN H2 TAG**/
h2 {
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-weight: bold;
    font-size: 1.6em;
    color: #333;
    text-decoration: none;
    margin: 30px 0 0;
}

h2.pagetitle {
    font-size: 1.6em;
    margin-top: 30px;
    text-align: center;
}

h2 a {
    text-decoration: none;
    color: #333;
}

h2 a:hover {
    text-decoration: none;
    color: #06c;
    text-decoration: none;
}
h2 a:visited {
    text-decoration: none;
    color: #333;
}
/** END H2 TAG**/
/** BEGIN H3 TAG**/
h3 {
    padding: 0;
    margin: 30px 0 0;
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-weight: bold;
    font-size: 1.3em;
    color: #333;
    text-decoration: none;
}

h3.comments {
    padding: 0;
    margin: 40px auto 20px;
}

h3 a {
    color: #333;
    text-decoration: none;
}

h3 a:hover {
    color: #06c;
    text-decoration: none;
    text-decoration: none;
}

h3 a:visited {
    color: #333;
    text-decoration: none;
} 
/** END H3 TAG **/
/** BEGIN SMALL TAG **/
small {
    color: #777;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 0.9em;
    line-height: 1.5em;
}
/** END SMALL TAG **/
/** BEGIN A TAG **/
a {
    color: #06c;
    text-decoration: none;
}

a:hover {
    color: #147;
    text-decoration: underline;
} 

a img {
    border: none;
} 
/** END A TAG **/
/** BEGIN IMG TAG **/
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
} 
/** END IMG TAG**/
/** BEGIN ACRONYM TAG**/
acronym {
    cursor: help;
    border-bottom: 1px dashed #999;
    font-size: 0.9em;
    letter-spacing: .07em;
}
/** END ACRONYM TAG**/
/** BEGIN ABBR TAG**/
abbr {
    cursor: help;
    border-bottom: 1px dashed #999;
    font-size: 0.9em;
    letter-spacing: .07em;
}
/** END ABBR TAG**/
/** BEGIN SPAN TAG **/
span.caps {
    cursor: help;
    font-size: 0.9em;
    letter-spacing: .07em;
}
/** END SPAN TAG **/
/** BEGIN OL TAG **/
ol li {
    list-style: decimal outside;
}
/** END OL TAG **/
/** BEGIN SELECT TAG **/
select {
    width: 130px;
} 
/** END SELECT TAG **/
/** BEGIN P TAG **/
p img {
    padding: 0;
    max-width: 100%;
}
/** END P TAG **/
/** BEGIN STRIKE TAG **/
strike {
    color: #777;
}
/** END STRIKE TAG **/
/** BEGIN CODE TAG **/
code {
    font: 1.1em 'Courier New', Courier, Fixed;
}
/** END CODE TAG **/
/** BEGIN BLOCKQUOTE TAG**/
blockquote {
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 5px solid #ddd;
    color: #777;
}
blockquote cite {
    margin: 5px 0 0;
    display: block;
} 
/** END BLOCKQUOTE TAG**/
/**
 * 
 * END HTML TAG PART
 * 
 */
/**
 * 
 * BEGIN CLASS PART
 * 
 */
/** BEGIN CLASS WIDECOLUMN **/
.widecolumn {
    line-height: 1.6em;
    padding: 10px 0 20px 0;
    margin: 5px 0 0 150px;
    width: 600px; 

} 

.widecolumn .entry p {
    font-size: 1.05em;
} 

.widecolumn .post {
    margin: 0;
} 

.widecolumn .postmetadata {
    margin: 30px 0;
} 

.widecolumn .smallattachment {
    text-align: center;
    float: left;
    width: 128px;
    margin: 5px 5px 5px 0px;
} 

.widecolumn .attachment {
    text-align: center;
    margin: 5px 0px;
} 
/** END CLASS WIDECOLUMN **/
/** BEGIN CLASS NARROWCOLUMN **/
.narrowcolumn {
    float: left;
    padding: 0 0 20px 45px;
    margin: 0px 0 0;
    width: 600px;
} 

.narrowcolumn .postmetadata {
    padding-top: 5px;
} 

.narrowcolumn .entry, .widecolumn .entry {
    line-height: 1.4em;
} 

.narrowcolumn .postmetadata {
    text-align: center;
} 
/** END CLASS NARROWCOLUMN **/

/** BEGIN CLASS STICKY **/
.sticky {
    background: #f7f7f7;
    padding: 0 10px 10px;
} 

.sticky h2 {
    padding-top: 10px;
} 
/** END CLASS STICKY **/
/** BEGIN CLASS COMMENTLIST **/
.commentlist {
    padding: 0;
    text-align: justify;
} 

.commentlist li {
    margin: 15px 0 10px;
    padding: 5px 5px 10px 10px;
    list-style: none;
    font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-weight: bold;
} 

.commentlist li .avatar {
    float: right;
    border: 1px solid #eee;
    padding: 2px;
    background: #fff;
} 

.commentlist li ul li {
    margin-right: -5px;
    margin-left: 10px;
    font-size: 1em;
} 
.commentlist p {
    margin: 10px 5px 10px 0;
    font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
} 

.commentlist cite {
    font-weight: bold;
    font-style: normal;
    font-size: 1.1em;
} 

.commentlist cite a {
    font-weight: bold;
    font-style: normal;
    font-size: 1.1em;
} 

/**END CLASS COMMENTLIST **/
/** BEGIN CLASS COMMENTMETADATA **/
.commentmetadata {
    margin: 0;
    display: block;
    font-weight: normal;
}
/** END CLASS COMMENTMETADATA **/
/** BEGIN CLASS POST IMAGE FRAME**/
.post_header {
    background-image: url(/HistoricalGuidetoKanazawainEnglish/wp-content/themes/defaultKai/images/postheader.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    float: left;
    width: 640px;
    height: 100px;
} 

.post_box {
    float: left;
    width: 640px;
    background-image: url(/HistoricalGuidetoKanazawainEnglish/wp-content/themes/defaultKai/images/postbg.jpg);
    background-repeat: repeat-y;
} 

.post_footer {
    background-image: url(/HistoricalGuidetoKanazawainEnglish/wp-content/themes/defaultKai/images/postfooter.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    float: center;
    width: 500px;
    height: 72px;
}
/** END CLASS POST IMAGE FRAME**/ 
/** BEGIN CLASS POST **/
.post {
    margin: 0 0 40px;
    text-align: justify;
} 

.post hr {
/*    display: block; */
    background-image: url(/HistoricalGuidetoKanazawainEnglish/wp-content/themes/defaultKai/images/post_hr.jpg);
    background-repeat: no-repeat;
    border: 0px none;
    width: 500px;
    height: 78px;
    padding: 0;
} 
/** END CLASS POST **/
/** BEGIN CLASS POSTMETADATA **/
.postmetadata {
    clear: both;
} 

.postmetadata ul {
    display: inline;
    list-style-type: none;
    list-style-image: none;
} 

.postmetadata li {
    display: inline;
    list-style-type: none;
    list-style-image: none;
}
/** END CLASS POSTMETADATA **/
/** BEGIN CLASS ENTRY **/
 .entry p a:visited {
    color: #b85b5a;
} 

.entry ul li:before {
    content: "\00BB \0020";
} 

.entry ol {
    padding: 0 0 0 35px;
    margin: 0;
} 

.entry ol li {
    margin: 0;
    padding: 0;
} 

.entry form { 
    text-align: center;
}
/** END CLASS ENTRY **/
/** BEGIN CLASS WIDGET IMAGE FRAME**/

.top_widget {
    background-image: url(/HistoricalGuidetoKanazawainEnglish/wp-content/themes/defaultKai/images/side_top.jpg);
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
    float: left;
    height: 15px;
    width: 240px;
}

.div_wrap_sidebar {
    float: left;
    width: 240px;
    background-image: url(/HistoricalGuidetoKanazawainEnglish/wp-content/themes/defaultKai/images/sidebg.jpg);
    background-repeat: repeat-y;
    margin-bottom: 25px;
} 

.bottom_widget {
    background-image: url(/HistoricalGuidetoKanazawainEnglish/wp-content/themes/defaultKai/images/side_btm.jpg);
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
    float: left;
    height: 15px;
    width: 240px;
} 
/** END CLASS WIDGET IMAGE FRAME**/
/** BEGIN CLASS CLEAR **/
.clear {
    clear: both;
}
/** END CLASS CLEAR **/
/** BEGIN CLASS ALIGNRIGHT **/
.alignright {
    float: right;
} 
/** END CLASS ALIGNRIGHT **/
/** BEGIN CLASS ALIGNLEFT **/
.alignleft {
    float: left;
}
/** END CLASS ALIGNLEFT **/
/** BEGIN CLASS ALIGNCENTER **/
.aligncenter
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/** END CLASS ALIGNCENTER **/
/** BEGIN CLASS CENTER **/
.center {
    text-align: center;
}
/** END CLASS CENTER **/
/** BEGIN CLASS NOCOMMENTS **/ 
.nocomments {
    color: #777;
    text-align: center;
    margin: 0;
    padding: 0;
} 
/** END CLASS NOCOMMENTS **/
/** BEGIN CLASS POSTMETADATA **/
.postmetadata {
    color: #777;
}
/** END CLASS POSTMETADATA **/
/** BEGIN CLASS THREAD-ALT **/
.thread-alt {
    background-color: #f8f8f8;
} 
/** END CLASS THREAD-ALT **/
/** BEGIN CLASS THREAD-EVEN **/
.thread-even {
    background-color: white;
} 
/** END CLASS THREAD-EVEN **/
/** BEGIN CLASS DEPTH-1 **/
.depth-1 {
    border: 1px solid #ddd;
} 
/** END CLASS DEPTH-1 **/
/** BEGIN CLASS EVEN **/
.even{
    border-left: 1px solid #ddd;
} 
/** END CLASS EVEN **/
/** BEGIN CLASS ALT **/
.alt {
    border-left: 1px solid #ddd;
    margin: 0;
    padding: 10px;
} 
/** END CLASS ALT **/
/** BEGIN CLASS CHILDREN **/
.children {
    padding: 0;
} 
/** END CLASS CHILDREN **/
/** BEGIN CLASS HIDDEN **/
.hidden {
    display: none;
} 
/** END CLASS HIDDEN **/
/** BEGIN CLASS SCREEN-READER-TEXT **/
.screen-reader-text {
    position: absolute;
    left: -1000em;
}
/** END CLASS SCREEN-READER-TEXT **/
/** BEGIN CLASS NAVIGATION **/
.navigation {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 60px;
}
/** END CLASS NAVIGATION **/
/** BEGIN CAPTION **/
.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
} 

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
} 

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}
/** END CAPTION **/
/**
 * 
 * END CLASS PART
 * 
 */
/**
 * 
 * BEGIN ID PART 
 * 
 */
/** BEGIN HEADERIMG **/
#headerimg {
    margin: 7px 9px 0;
	width: 1024px;
    margin: 0;
    height: 340px;
    width: 100%;
} 

#headerimg .description {
    font-size: 1.2em;
    text-align: center;
    text-decoration: none;
    color: white;
}
/** END HEADERIMG **/
/** BEGIN FOOTER **/
#footer {
    background: #e7e7e7 url('/HistoricalGuidetoKanazawainEnglish/wp-content/themes/defaultKai/images/kubrickfooter.jpg') no-repeat top;
    border: none;
    padding: 0;
    margin: 0 auto;
	width: 1024px;
	height: 200px;
    clear: both;
} 

#footer p {
    margin: 0;
    padding: 20px 0;
    text-align: center;
} 
/** END FOOTER **/
/** BEGIN SIDEBAR **/
#sidebar {
    font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    padding: 20px 0 10px 0;
    margin-left: 740px;
    width: 240px;
} 

#sidebar h2 {
    font-family: 'Lucida Grande', Verdana, Sans-Serif;
    font-size: 1.2em;
    text-decoration: none;
    margin: 5px 0 0;
    padding: 10px;
} 

#sidebar p {
	padding:0px 10px 0px 10px;
}

#sidebar ul ul li:before {
    content: "\00BB \0020";
} 

#sidebar ul {
    margin: 0;
    padding: 0;
} 

#sidebar ul ol {
    margin: 0;
    padding: 0;
} 

#sidebar ul li {
    list-style-type: none;
    list-style-image: none;
    margin-bottom: 15px;
} 

#sidebar ul p {
    margin: 5px 10px 8px 5px;
} 

#sidebar ul select {
    margin: 5px 0 8px;
} 

#sidebar ul ul {
    margin: 5px 0 0 10px;
} 

#sidebar ul ol {
    margin: 5px 0 0 10px;
    margin: 0 0 0 10px;
} 

#sidebar ul ul ul {
    margin: 0 0 0 10px;
} 

#sidebar ul ul li {
    margin: 3px 0 0;
    padding: 0;
} 

#sidebar ul ol li {
    margin: 3px 0 0;
    padding: 0;
    list-style: decimal outside;
}

#sidebar #searchform #s {
    width: 108px;
    padding: 2px;
} 

#sidebar #searchsubmit {
    padding: 1px;
} 

#sidebar form {
    margin: 0;
} 

/** END SIDEBAR **/
/** BEGIN FOOTER_LANGUAGE_LIST **/ 
 #footer_language_list {
    margin-bottom: 25px;
    text-align: center;
} 

#footer_language_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
} 

#footer_language_list ul li img {
    margin-right: 5px;
} 

#footer_language_list ul li {
    display: inline;
    margin: 0 5px 0 5px;
    padding: 0;
} 

#footer_language_list ul li a{
    color: #000;
    text-decoration: underline;
} 

 #footer_language_list ul li a:visited {
    color: #000;
    text-decoration: underline;
} 

#footer_language_list ul li a:hover{
	    color: #000;
}

#footer_language_list ul li a:active {
    color: #000;
}
/** END FOOTER_LANGUAGE_LIST **/
/** BEGIN wp-calender **/
#wp-calendar {
    empty-cells: show;
    margin: 10px auto 0;
    width: 155px;
} 
#wp-calendar #prev a {
    font-size: 9pt;
} 

#wp-calendar #next a {
    font-size: 9pt;
} 

#wp-calendar a {
    text-decoration: none;
} 

#wp-calendar caption {
    font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    text-align: center;
    text-decoration: none;
    text-align: center;
    width: 100%;
} 

#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
}


#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
} 

#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
} 

#wp-calendar a {
    display: block;
} 
#wp-calendar td {
    padding: 3px 0;
    text-align: center;
} 

#wp-calendar td.pad:hover { /* Doesn't work in IE */
    background-color: #fff;
}
#wp-calendar #today {
	background-color: gray;
}
/** END WP-CALENDAR **/
/** BEGIN COMMENTFORM **/
#commentform {
    margin: 5px 10px 0 0;
} 

#commentform input {
    width: 170px;
    padding: 2px;
    margin: 5px 5px 1px 0;
} 

#commentform textarea {
    width: 100%;
    padding: 2px;
} 

#commentform #submit {
    margin: 0 0 5px auto;
    float: right;
}
/** END COMMENTFORM **/
/** BEGIN COMMENTFORM **/
#commentform input {
    font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
} 

#commentform textarea {
    font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
} 

#commentform p {
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    margin: 5px 0;
} 
/** END COMMENTFORM **/
/** BEGIN RESPOND **/
#respond:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} 
/** END RESPOND **/
/** BEGIN SEARCHFORM **/
#searchform {
    margin: 10px auto;
    padding: 5px 3px;
    text-align: center;
} 
/** END SEARCHFORM **/
/** BEGIN PAGE **/
#page {
    background-color: white;
    border: 1px solid #959596;
    text-align: left;
    background-color: white;
    margin: 20px auto;
    padding: 0;
	width: 1024px;
    border: 1px solid #959596;
} 
/** END PAGE **/
/** BEGIN HEADER **/
#header {
    background: #73a0c5 url('/HistoricalGuidetoKanazawainEnglish/wp-content/themes/defaultKai/images/kubrickheader.jpg') no-repeat bottom center;
    background-color: #73a0c5;
    margin: 0 0 0 1px;
    padding: 0;
    height: 340px;
	width: 1024px;
} 
/** END HEADER **/
/** BEGIN CONTENT **/
#content {
    font-size: 1.2em;
} 
/** END CONTENT **/
/**
 * 
 * END ID PART
 * 
 */
/**
 *
 * Copy guard
 *
 */
div.wrapimg{
    position: relative;
}
span.guard{
    position:absolute;
	display:block;
    width:100%;
    height:100%;
    background-image:url('/HistoricalGuidetoKanazawainEnglish/wp-content/themes/defaultKai/images/spacer.gif');
}