/*
Theme Name: hello :D
Theme URI: http://hellowiki.com/2008/03/30/theme-hello-d-fixed
Description: Simple & Clean Theme designed in Autumn 2007, modified in Year 2008. Last updated at 2010-01-30.
Author: Fen
Author URI: http://hellowiki.com/
Version: 2.2
Tags: black, light, green, two-columns, fixed-width, right-sidebar

	Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.

	Some Codes from Blueprint CSS Framework
	http://code.google.com/p/blueprintcss/

	This theme was designed by Fen,
	whose blog you will find at http://hellowiki.com/

	Valid XHTML 1.0 Strict & CSS 2

*/

* {
margin: 0;
padding: 0;
}

body {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100vh;
color: #333;
background: #F2F2E8 url(images/bg.png) repeat-x;
font-family: "Lucida Grande", Verdana, "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
font-size: 75%;
line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-weight: normal;
margin-bottom: 1em;
}

h2 { font-size: 1.7em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.3em; }
h5, h6 { font-size: 1.1em; }
h5, h6 { font-weight: 700; }
h6 { margin-bottom: 0; }

p { margin: 0 0 1.5em; }

blockquote {
background: url(images/quote.png) no-repeat;
color: #666;
margin: 1.5em;
padding: 5px 0 0 30px;
}

em {
font-style: italic;
}
strong { font-weight: 700; }

pre, code {
font-family: "Courier New", Courier, Monospace;
line-height: 1.5;
}
pre, :not(pre) > code {
background: #dfdfd9;
border-radius: 4px;
padding: 2px 4px;
}
pre {
white-space: pre;
overflow: auto;
margin: 0 0 1.5em;
max-height: 300px;
}
code {
overflow-wrap: break-word;
}

/* Enlighter customizations */
.enlighter-t-wpcustom .enlighter-code {
/* Max height for Enlighter code blocks */
max-height: 400px;
overflow: auto !important;
}
.enlighter-t-wpcustom .enlighter-btn.enlighter-btn-website .enlighter-tooltip {
display: none;
}

img {
border: none;
max-width: 100%;
height: auto;
}

a {
color: #369;
text-decoration: underline;
outline: none;
}
a:focus, a:hover { text-decoration: none; }

ul, ol { margin: 0 0 1.5em 0; padding-left: 2em; }
ul { list-style-type: disc; }
ol { list-style-type: decimal; }

input, button, select, textarea { font-family: "Lucida Grande", Verdana, "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif; }
fieldset { border: 1px solid #E6E6D2; padding: 15px; }

dl { margin-bottom: 1.5em; }
dl dt { font-weight: 700; }

table { border-collapse: collapse; }
th { font-weight: bold; text-align: left; background: #EEEEE0; }
th, td { padding: 5px 10px; border: 1px solid #E6E6D2; }

.container {
width: 925px;
margin: 0 auto;
}

@media (max-width: 965px) {
  .container {
  width: 100%;
  box-sizing: border-box;
  max-width: 660px;
  padding: 0 20px;
  }
}

/* -------------------------
 * Header
 * ---------------------- */
#header {
height: 170px;
width: 100%;
position: relative;
}

#header-promo {
float: right;
height: 100px;
display: flex;
align-items: center;
}

#header-promo > a {
color: #fff;
background-color: #444;
border: 1px solid #a0a08b;
text-align: center;
text-decoration: none;
line-height: 16px;
padding: 2px 14px;
border-radius: 2px;
}

#header-promo > a:hover {
color: #333;
background-color: #c3c3b6;
}

#header-promo-small {
display: none;
}

@media (max-width: 570px) {
  #header-promo-large {
  display: none;
  }
  #header-promo-small {
  display: block;
  }
  #header-promo > a {
  margin-bottom: 50px;
  }
}

/* = logo */
h1#logo {
font-size: 2.8em;
font-weight: 700;
position: absolute;
top: 25px;
}

h1#logo a:before {
content: '\1F35C  '; /*🍜*/
font-weight: initial;
}

@media (max-width: 400px) {
  h1#logo {
  font-size: 2em;
  line-height: 1.2;
  top: 35px;
  }
}

h1#logo a {
height: 80px;
color: #fff;
text-decoration: none;
}

h1#logo a:hover, h1#logo a:active {
color: #fff;
}

/*
 * If you want use logo instead text title, please uncomment the following "h1#logo a" area (line 141~148).
 * change logo.png and size
 * change the logo's position at line 122
 */

/* h1#logo a {
display: block;
width: 180px;
height: 50px;
background: url(images/logo.png) no-repeat;
text-indent: -9999px;
overflow: hidden;
} */

p.description {
color: #fff;
position: absolute;
top: 75px;
}

/* = nav menu */
ul.menu {
list-style-type: none;
position: absolute;
top: 105px;
height: 35px;
margin: 0;
padding: 0;
text-transform: uppercase;
}

ul.menu li.page_item {
float: left;
font-size: 1.2em;
background: url(images/menu_bg.png) top left no-repeat;
height: 26px;
margin: 0;
padding: 4px 15px 5px 16px;
display: inline;
}

ul.menu li.page_item:first-child { background: none; padding-left: 15px; }

ul.menu li.page_item a {
padding-left: 15px;
color: #333;
text-decoration: none;
display: block;
cursor: pointer;
line-height: 25px;
float: left;
}

ul.menu li.page_item a:before {
content: ' ';
width: 15px;
height: 26px;
display: block;
float: right;
}

ul.menu li.page_item a:hover, ul.menu li.current_page_item a {
color: #fff;
background: url(images/menu_a.png) center left no-repeat;
}

ul.menu li.page_item a:hover:before, ul.menu li.current_page_item a:before {
background: url(images/menu_a.png) center right no-repeat;
}

@media (max-width: 500px) {
  ul.menu li.page_item {
  font-size: 1em;
  padding: 4px 5px 5px 6px;
  }

  ul.menu li.page_item:first-child { padding-left: 5px; }

  ul.menu li.page_item a {
  padding-left: 5px;
  }

  ul.menu li.page_item a:before {
  width: 5px;
  }
}

/* -------------------------
 * main
 * ---------------------- */
#leftcolumn, #rightcolumn {
top: 50px;
}

#leftcolumn {
float: left;
width: 100%;
max-width: 620px;
overflow: hidden;
}

#rightcolumn {
float: right;
width: 280px;
}

.post {
padding: 15px 1.8em calc(.5em + 20px);
margin-bottom: 25px;
}

h2.title {
color: #369;
background: url(images/title.png) 0 5px no-repeat;
padding-left: 38px;
}

h2.title a {
color: #369;
text-decoration: none;
}

h2.title a:hover {
color: #369;
text-decoration: underline;
}

.postdata, .postdata a {
color: #690;
}

.entry {
font-size: 1.1em;
}

#related h3, h3#comments, #respond h3 {
background: url(images/title.png) no-repeat 0 8px;
padding: 5px 15px 0 38px;
}

.pagers {
margin: 0 auto;
}

.pagers a { color: #666; }

/* -------------------------
 * Sidebar
 * ---------------------- */
ul#sidebar {
list-style-type: none;
margin: 0;
padding: 0;
}

#sidebar h2 {
background: url(images/widget_title.png) no-repeat;
color: #369;
padding-left: 25px;
font-size: 1.4em;
margin-bottom: 0.5em;
}

li.widget {
padding: 15px 1.4em calc(.5em + 10px);
margin-bottom: 25px;
}

li.widget ul {
list-style-type: none;
margin: 5px 10px 0 0;
padding: 0;
}

.widget ul li {
background: url(images/sidebar_li.png) no-repeat -2px 1px;
color: #999;
margin-bottom: .5em;
padding-left: 2em;
}

li.widget, .post {
background:
  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAPCAIAAACjlpLUAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAB2SURBVBhXVc5LDoUgDIVh9r81r069Ew34ogYQ0C7AY9qYmPyTLyc0GOaIaiXve+faxzkv09TBpawGC5CSq9XHOBqinugPhDAggzelbNgxPru1P+aQkpXgBiePw0mvZ0md8yqpcVJS4xeS+jx3SX1dQVK/fc3xBqPVzOx01IvcAAAAAElFTkSuQmCC')
  top left no-repeat,
  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAPCAIAAACjlpLUAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACCSURBVBhXZY5LDoMwDAVz/6uhdtMFq6IEGghNyM8coIMSsak0kt9IT7aVMY9tG2t15xlA5WzxeX6m9Ln8OHStu/dviqU4RfJ+EtmtfTk3qhAmoAxUrj7EuIh8tR5UjAbasuYLcKV7ShZKWbvnvAKXupOAF7qTgOXdRXyjO+Pmz/XwA8RgzQVvsp0oAAAAAElFTkSuQmCC')
  top right no-repeat,
  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAPCAIAAACqfTKuAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA/SURBVBhXHcrJDYAwDADB7b81SkAgo4goxM7tAkA85jeIbLgbOe+oHpidlCLUen0Crd30HhkjMefDWvp/d3sByaspR8+IoOIAAAAASUVORK5CYII=')
  top repeat-x,
  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAICAIAAAC6ZnJRAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABuSURBVBhXTY1RCoAwDEN7/6sN/RL9ErqpZTq7DecBjE5EeJSSNgkxm/PcS9n+vOpx+D+3WkrAlrN8kLVNSjMOmClNFfJ+EOmfkFXVqVpAOS94D2GsnXCoMiExRudcK9LBiyicb/WpWhAFE8qZzQX425lAjDFr7wAAAABJRU5ErkJggg==')
  bottom left no-repeat,
  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAICAIAAAC6ZnJRAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABrSURBVBhXTY1LDoAgDAV7/6sZXZG4M4BCUOQTygF8EDUks2hfpy0xXyO13lJOVIobedOc7U8fnC1Naf84mH2MWqmZQlAdDQupMcK5FansVvvj/QYxZ0NoEGHRWqH1ggLXCbcBFCzCag+LewAAwpkuyEyu5QAAAABJRU5ErkJggg==')
  bottom right no-repeat,
  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAICAIAAAC3eAIWAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAArSURBVBhXASAA3/8A8/PqAPLy6ADw8OYA7+/jAO3t4QDs7N8A9PTsAODgy2OqFfUKA/PnAAAAAElFTkSuQmCC')
  bottom repeat-x,
  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAMSURBVBhXY3jw4DQABS8CjNFRwJQAAAAASUVORK5CYII=')
  left repeat-y,
  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAMSURBVBhXY3jw4DQABS8CjNFRwJQAAAAASUVORK5CYII=')
  right repeat-y,
  #f4f4ec;
}

#sidebar a {
color: #333;
text-decoration: none;
}

#sidebar a:hover {
color: #666;
}

/* = Tag Cloud */
.widget_tag_cloud {
word-spacing: 5px;
text-align: center;
}
.widget_tag_cloud h2 {
text-align: left;
}

/* = Search */
.widget_search {
text-align: center;
}
#searchform input {
width: 80px;
margin-bottom: 1em;
padding: 3px;
}
input#s {
font-size: 1.2em;
width: 230px;
border: 1px solid #CFCFAF;
}

/* = Comment Area */
.commentlist {
list-style: none;
margin: 0;
padding: 0;
font-size: 1.1em;
}

.commentlist .body {
padding: 0 1em;
overflow: hidden;
}

.commentlist li.comment {
width: 100%;
margin-bottom: 2em;
}

.comment-author, .comment-meta {
color: #666;
background: #EBEBDC;
}

.comment-author {
padding: 5px 10px 0;
border-radius: 5px 5px 0 0;
}
.comment-author cite {
color: #333;
font-weight: bold;
font-style: normal;
}

.comment-awaiting-moderation {
display: block;
color: #666;
background: #EBEBDC;
padding: 5px 10px;
}

.comment-awaiting-moderation + br {
display: none;
}

.comment-meta {
margin-bottom: 1.5em;
padding: 0 10px 5px;
font-size: .8em;
border-radius: 0 0 5px 5px;
}
.comment-meta a {
color: #999;
text-decoration: none;
}

img.avatar {
float: right;
margin-top: 1px;
padding: 1px;
border: 1px solid #E0E0CB;
background: #FFF;
}

.comment-reply-link { color: #690; }

/* = Comment Form */
#respond {
padding-top: .5em;
}

#respond:not(:first-child) {
border-top: 2px solid #EBEBDC;
}

#respond label { margin-left: .5em; vertical-align: middle; }

#respond input { vertical-align: middle; }

#respond .text {
border: 1px solid #CFCFAF;
background: #F7F7F1;
padding: .3em;
}

#respond input.text { width: 45%; }
#respond textarea {
width: 90%;
overflow: auto;
}

#respond input.text:focus, #respond textarea.text:focus {
border: 1px solid #C0C092;
background: #fcfcfc;
}
.cancel-comment-reply { float: right; }

.children {
list-style: none;
margin-top: 1.5em;
}

/*.comment_input {
vertical-align: middle;
width: 260px;
border: 1px solid #CFCFAF;
background: #F7F7F1;
padding: 0.3em;
margin-right: 5px;
}

.message_input {
font-size: 1em;
width: 95%;
height: 200px;
border: 1px solid #CFCFAF;
margin-top: 0.2em;
background: #F7F7F1;
padding: 0.3em;
overflow: auto;
}*/

.commentlist_error {
color: #c00;
}

/* -------------------------
 * Footer
 * ---------------------- */
#footer {
background: #E6E6D2 url(images/footer.png) repeat-x;
color: #555;
width: 100%;
margin-top: 20px;
padding: 30px 0 50px;
display: block;
}

#footer span {
color: #999;
float: right;
}

#footer a {
color: #369;
text-decoration: none;
}

#footer a:hover { text-decoration: underline; }

.postdata a:hover, .pagers a:hover { color: #333; }

.alignleft { float: left; }
.alignright { float: right; }
img.alignleft { margin: 5px 15px 5px 0; }
img.alignright { margin: 5px 0 5px 15px; }
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

hr {
background: #E6E6D2;
color: #E6E6D2;
width: 100%;
height: .1em;
margin: 0 0 1.4em;
border: none;
}

.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
clear: both;
content: ' ';
display: block;
font-size: 0;
line-height: 0;
visibility: hidden;
width: 0;
height: 0;
}

* html .clearfix { height: 1%; }