/*  
Theme Name: Kauntore-orange
Theme URI: http://www.kauntore.com/
Description: 3 column
Author: Jolie
Author URI: http://www.kauntore.com/
Version: 1.0
*/

/*
 * File      : style.css
 * Version   : 1.00
 * Update    : 1.01 2007.01.24 fix textarea size for Mozilla.
 *           : 1.02 2007.02.11 add color property at ul element of sidebar.
 *           : 1.03 2007.02.24 fix top property for liquid layout.
 *           : 2.00 2007.07.22 for XHTML 1.0 Strict.
 *           : 2.01 2009.07.07 fix bug(for float image).
 *           : 2009.12　小粋空間テンプレート改変
 *
 * Copyright (C) 2005-2009 www.koikikukan.com All rights reserved.
 */

/* all */
* {
    margin: 0;
    padding: 0;
    font-family: "ヒラギノ角ゴ Pro W3", 'HiraKakuPro-W3', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, 'Nobile', Helvetica;
}
body {
    font-size: 100%;
}
html>body {
    font-size: 12pt;
}

/* heading */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/* anchor */
a,
a:link,
a:visited {
    color: #333333;
    text-decoration: none;
}
a:hover {
    color: #993333;
    text-decoration: none;
}
a:active {}

/* image with anchor */
a img {
    border: none;
}


/* form */
form {
    margin: 0px 0px 0px 15px;
}
#searchform fieldset {
    border: none;
}
#search-options,
input {
    padding: 1px;
}
#searchtext {
    width: 150px;
}

#searchsubmit {
    border: none;
}

/* banner title */
#header {
    padding: 0px;
    margin: 0px;
    border: none;
    text-align: center;
}

#header a,
#header a:link,
#header a:visited {
    color: #fff;
    background: transparent;
    font-size: 32px;
    text-decoration: none;
}
#header a:hover {}
#header a:active {}

/* article */
.blog {
    padding: 10px 15px;
}

/* article date */
.date {
    margin: 5px 5px 5px 0px;
    border-top: 1px dotted #999999;
    text-align: right;
    font-size: 80%;
}

/* comment color */
.trackbacks-header,
.comments-header,
.comments-open-header {
    color: #fff;
    background: #FFCC33;
}

/* an article or comment */
#comments,
.entry {
    width: auto;
    margin: 0 5px 15px;
    color: #666666;
    background: #fff;
    font-size: 83.3%;
    line-height:1.5;
    word-break: break-all;
}

.entry p {
    margin: 10px 0;
}
.entry blockquote p {
    margin: 0;
}
.entry ul {
    margin: 10px 0 10px 25px;
}
.entry ol {
    margin: 10px 0 10px 30px;
}
.entry textarea {
    width: 97%;
}

.entry-body p img {
    padding: 0;
    max-width: 100%;
}
.entry-body img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.entry-body img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
.entry-body img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.entry-body .alignright {
    float: right;
}
.entry-body .alignleft {
    float: left;
}

/* blockquote */
.entry blockquote {
    width: auto;
    margin: 10px 10px 10px 10px;
    padding: 10px 10px 10px 5px;
    border-left: 5px solid #ffcc33;
    background: #fcfcfc;
    font-size: 80%;
    line-height: 1.5;
}
.quotetitle {
    font-size: 83.3%;
    border: none;
    padding: 3px;
}

pre {
    margin: 15px 20px 0px;
    padding: 10px;
    background: #f6f6f6;
    border: none;
    font-size: 83.3%;
    line-height: 1.5;
    width: 100%;
    overflow: scroll;
}
html>body pre {
    width: 87%;
}

/* title of entry */
.entry-header {
    margin: 15px 0 0;
    padding: 0px;
    color: #666666;
    font-size: 135%;
    font-weight: bold;
}

/* contributor */
.entry-footer {
    margin: 10px 0 0;
    padding-top: 3px;
    border-top: 1px dotted #999999;
    text-align: right;
    font-size: 83.3%;
}

/* archive-list */
.archive-list {
    margin: 10px 0;
}

/* navigation */
.content-nav {
    margin: 10px;
    text-align: center;
    font-size: 75%;
}

/* navigation */
.page {
    margin: 6px 0 10px;
    font-size: 75%;
}

/* breadcrumbs list */
.crumbs {
    margin: 6px 0 10px;
    padding-left: 5px;
    font-size: 75%;
}



/* menu list of sidebar */
#links-left ul,
#links-right ul {
    color: #444;
}

#links-left ul li,
#links-right ul li {
    list-style: none;
    margin: 0 0 5px 0;
}

#links-left li li,
#links-right li li {
    background: url(http://www.kauntore.com/wp-content/themes/Kauntore-orange/images/lmark.gif) no-repeat 0 0.5em;
    padding-left: 18px;
    margin: 0;
}

#links-left ul ul,
#links-right ul ul {
    margin: 0;
}

/* title of menu list */
#links-left ul li h2,
#links-right ul li h2 {
    margin: 0px;
    padding: 0px;
    border: none;
    background: none;
    text-align: left;
    height: 100%; /* for IE6 */
}
html > body #links-left ul li h2,
#links-right ul li h2 {
    padding-bottom: 0;
}
#links-left ul ul,
#links-right ul ul {
    margin: 3px 0 10px;
}
#links-left ul ul ul,
#links-right ul ul ul{
    margin-bottom: 0;
}
#links-left ul li li ,
#links-right ul li li {
    font-size: 70%;
    line-height: 1.7;
}
#links-left ul li li li ,
#links-right ul li li li {
    font-size: 100%;
}
#links-left ul ul.children,
#links-right ul ul.children {
    margin-top: 0;
}

.links-left-text ,
.links-right-text {
    font-size: 70%;
    line-height: 1.7;
}

/* credit */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 75%;
    line-height: 1.5;
}
.powered img {
    margin-top: 3px;
}

.clear {
    clear: both;
}

.trackbacks,
.comments {
    margin: 10px 5px;
    color: #36414d;
}

.trackbacks-header,
.comments-header,
.comments-open-header,
.comments-head {
    margin: 5px 0px 5px 0px;
    background: #FFFFCC;
    text-align: left;
    font-size: 100%;
    font-weight: bold;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0 2px;
    padding: 0;
    font-size: 95%;
    line-height: 1.5;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    margin-right: 2px;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    font-size: 75%;
    text-align: right;
}

/* comment and trackback */
#comments-open-data p {
    margin-bottom: 10px;
}
#comment-post {
   font-weight: bold;
}
#comment-author, #comment-email, #comment-url, #comment-text {
   width: 220px;
}
#comment {
    width: 400px;
}
#comment-bake-cookie {
   margin-left: 2px;
   vertical-align: middle;
}
#comments-open-footer {
    text-align: center;
}
.comments-open label {
    display: block;
}

form input,
form textarea {
    border: 1px solid #999;
}
#searchtext {
    margin: 3px 0;
}


/* ページナビ */
div.wp-pagenavi {
    margin: 1.5em 30px;
    color: #999999;
    font-size: 75%;
    text-align: center;
}
.wp-pagenavi a, .wp-pagenavi a:link {
    padding: 0.5em 1em;
    margin: 0.25em;
    text-decoration: none;
    border: none;
    color: #999999;
}
.wp-pagenavi a:visited {
    border: none;
    color: #999999;
}
.wp-pagenavi a:hover {
    text-decoration: underline;
    border: none;
    color: #993333;
}
.wp-pagenavi a:active {
    border: none;
    color: #FF9999;
}
.wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi span.extend {
    padding: 0.5em 1em;
    margin: 0.25em;
    border: none;
}
.wp-pagenavi span.current {
    font-weight: bold;
}

/* タブ全体 */
#wrapper {
    float: left;
    width: 378px;
    padding: 10px 10px 10px 10px;
}
/* リスト表示部分 */
.boxholder{
    clear: both;
}
/* タブ */
.tab{
    float: left;
    width: 126px;
    _width: 106px;
}
/* タブに表示するタイトル */
.tabtxt{
    margin: 0px;
    padding: 0px;
    border: none;
    background: none;
    text-align: left;
}

/* リストのタイトル */
#wrapper .box h2 {
    margin: 3px 0;
    font-size: 75%;
    padding: 0px 10px 0px 10px;
    font-weight: bold;
}
/* リストの内容 */
#wrapper .box ul {
    padding: 10px 20px 0px 20px;
    font-size: 75%;
}

#wrapper .box li {
    padding: 5px 5px 0px 5px;
    font-size: 100%;
}


/* タブのリンク */
.tab a,
.tab a:link,
.tab a:visited {
    color: #666666;
    text-decoration: none;
}
.tab a:hover {
    color: #993333;
    text-decoration: none;
}
/* リストの内容（p要素を用いた場合） */
#wrapper p {
    margin: 0;
    padding: 10px 20px 0px 20px;
    font-size: 75%;
    line-height: 1.5;
}
/* リストマーク表示
.box ul {
    padding-left: 14px;
}
html > body .box ul {
    padding-left: 12px;
}
.box ul li {
    magin-left: 6px;
} 
*/






/* エントリータブ全体 */
#entry-wrapper {
    text-align: center;
    float: left;
    width: 520px;
    padding: 5px 5px 10px 20px;
}

/* エントリータブ */
.entry-tab{
    text-align: center;
    float: left;
    width: 120px;
}

/* エントリータブボタン */
.entry-tabtxt{
    margin: 0px;
    padding: 0px;
    border: none;
    background: none;
    text-align: center;
}

/* リストのタイトル */
#entry-wrapper .box h2 {
    padding: 0px;
}



/* フッターバナー */
.banner-footer {
    margin: 0px;
    padding: 0px;
    border: none;
    height: 40px;
    background: #FFCC33;
    text-align: center;
}
.banner-footer {
    width: 520px;
}





/* カラム切り替え */
body.layout-three-column {
    text-align: center;
    background: #FFCC33;
}
.layout-three-column #container {
    margin-bottom: 10px;
}


/* 固定レイアウト共通 */
.layout-three-column #box {
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 25px 0;
    border: none;
    text-align: left;
    background-color: #FFCC33;
}

/* 3カラム固定レイアウト幅 */
.layout-three-column #box {
    width: 920px;
}


/* 3カラム固定レイアウト */
.layout-three-column #content {
    float: left;
    text-align: left;
    background: #FFFFFF;
    width: 520px;
}
.layout-three-column #links-left-box,
.layout-three-column #links-right-box {
    float: left;
    width: 200px;
}
.layout-three-column #links-left,
.layout-three-column #links-right {
    padding: 10px 5px 0 10px;
}


/* 3カラム固定レイアウト(ブログ記事全体) */
.layout-three-column .blog {
    padding: 0px 0px 0px 5px;
}


/* フッタ */
.layout-three-column #footer {
    margin: 0px;
    padding-top: 10px;
    border: none;
    height: 35px;
    background: #FFCC33;
    background: url(http://www.kauntore.com/wp-content/themes/Kauntore-orange/images/footer.gif) no-repeat;
    font-size: 70%;
    color: #FFFFFF;
    text-align: center;
}
.layout-three-column #footer {
    width: 520px;
}

input,textarea {
    font-family: "ヒラギノ角ゴ Pro W3", 'HiraKakuPro-W3', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, 'Nobile', Helvetica;
}

.clearfix:after {
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

