/* Changed html5up-verti themplate (https://html5up.net/verti) */
/*@import url("//fonts.googleapis.com/css?family=Oleo+Script:400|Open+Sans:300,300italic,600,600italic,800");*/
@import '//fonts.googleapis.com/css?family=Andika';

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
body {
  color: #323232;
  font-family: 'Andika', sans-serif;
  font-size: 13pt;
}
#header-wrapper {
/*  background-color: #F0F0F0;*/
/*  height: 116px;**/
  border-bottom: solid 2px #e0e0e0;
  background-color: #e1e1e1;
/*  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), url("/img/bg01.png");*/
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0));
  background: linear-gradient(top, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0));
  background-position: top left, top left;
  background-repeat: repeat-x, repeat;
  margin-bottom: 10px;
}
#header {
  position: relative;
  padding: 15px 0 15px 0;
  font-size: 24px;
}
.container {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
/*  background-color: #fafafa;*/
}
#logo {
  display: inline-block;
  float: left;
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
  font-weight: 800;
}
h2 {
  font-size: 2.25em;
  margin: 1em 0 1em 0;
  line-height: 1em;
}
h3 {
  font-size: 1.2em;
  margin: 0.8em 0 0.8em 0;
  line-height: 1em;
}
#footer-wrapper {
/*  padding: 15px 0 0 0;*/
/*  background-color: #F0F0F0;*/
  border-top: solid 2px #e0e0e0;
  height: 28px;
  background-color: #e1e1e1;
/*  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), url("/img/bg01.png");*/
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0));
  background: linear-gradient(top, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0));
  background-position: top left, top left;
  background-repeat: repeat-x, repeat;
}
footer {
  margin: 0;
  font-size: 0.65em;
}
.row {
/*  margin: -33px 0 0 0;*/
/*  border-bottom: solid 1px transparent;*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.row > * {
/*  float: left;*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#copyright {
  color: #aaa;
  padding: 7px 0 0 0;
  text-align: center;
}
.footer-text-menu {
  list-style: none;
  line-height: inherit;
}
#copyright span:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}
#copyright span {
  border-left: solid 1px #e0e0e0;
  display: inline-block;
  padding: 0 0 0 0.75em;
  margin: 0 0 0 0.75em;
}
p, ul, ol, dl, table {
  margin-bottom: 2em;
  line-height: 39px;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
#page-wrapper {
    min-height: 100%;
    margin-bottom: -31px;
}
* html #page-wrapper {
    height: 100%;
}
#page-buffer {
    height: 31px;
}
.menu {
  padding: 0 0 0 2em;
}

#header a, #header a:visited, #header a:hover {
    text-decoration: none;
    color: #000;
}

.date {
    margin-right: 10px;
    font-size: 80%;
}
.date a, .date a:visited, .date a:hover{
    text-decoration: none;
    color: #323232;
}
.tag {
/*    font-family: Verdana, Arial, Helvetica, sans-serif;*/
    font-size: 12px;
    color: #33E;
    border: #e0e0e0;
    border-style: solid;
    border-width: 2px;
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 7px;
    margin-left: 2px;

    position: relative;
    top: -2px;
}
.tag a, .tag a:visited, .tag a:hover {
    text-decoration: none;
}

.day_title {
    font-size: 20px;
    margin: 12px 0 8px 20px;
}
a.day_title, a.day_title:visited, a.day_title:hover {
    text-decoration: none;
    color: #323232;
}

#post_create {
    /* Just to center the form on the page */
    margin: 1em auto 1.5em auto;
    width: 400px;
    /* To see the outline of the form */
    padding: 1em;
    background-color: #f5f5f5;
    border: 1px solid #CCC;
    border-radius: 1em;
}
#post_create div + div {
    margin-top: 1em;
}
#post_create label {
    /* To make sure that all labels have the same size and are properly aligned */
    display: inline-block;
    width: 100px;
    text-align: right;
}
#post_create input, textarea {
    /* To make sure that all text fields have the same font settings
       By default, textareas have a monospace font */
    font-size: 100%;

    /* To give the same size to all text field */
/*    width: 290px; */
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    /* To harmonize the look & feel of text field border */
    border: 1px solid #999;
}
#post_create input:not([type=checkbox]) {
    width: 290px;
}
#post_create input[type="checkbox"]
{
/*    vertical-align:middle;*/
}
#post_create input:focus, textarea:focus {
    /* To give a little highlight on active elements */
    border-color: #000;
}
#post_create textarea {
    /* To properly align multiline text fields with their labels */
    vertical-align: top;

    /* To give enough room to type some text */
    height: 3em;

    /* To allow users to resize any textarea vertically
       It does not work on all browsers */
    resize: vertical;
    width: 290px;
}
#post_create .form_button {
    /* To position the buttons to the same position of the text fields */
    padding-left: 100px; /* same size as the label elements */
}
#post_create button {
    /* This extra margin represent roughly the same space as the space
       between the labels and their text fields */
    margin-left: .5em;
}
#togglePostFormLink {
/*    font-size: 20px;*/
    font-weight: bold;
    text-align: center;
    margin-top: 1em;
}
#togglePostFormLink a, #togglePostFormLink a:visited, #togglePostFormLink a:hover {
    text-decoration: none;
    color: #33E;
}
article {
    margin-bottom: 1em;
    padding-left: 80px;
    text-indent: -80px;
}

/* pagination */
ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}
ul.pagination li {display: inline;}
ul.pagination li a, ul.pagination li span {
    color: black;
    float: left;
    padding: 3px 16px;
    text-decoration: none;
    border-radius: 5px;
}
ul.pagination li a.active, ul.pagination li span.active {
    background-color: #7f7ff9;
    color: white;
    border-radius: 5px;
}
ul.pagination li a:hover:not(.active) {
    background-color: #ddd;
}
ul.pagination li span.disabled {
    color: #808080;
}

.search_form {
    margin: 1em;
}
.search_form_div {
    display: flex;
}
.search_form_div input {
    font-size: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
    width: 100%;
    padding: 5px;
}
.search_form_div button {
    min-width: 50px;
}
.search_form_results {
    font-size: 70%;
    width: 100%;
    /* text-align: center; */
    color: #808080;
}


.search_form_h {
    float: right;
    font-size: 13pt;
    margin-right: 0px; /* set to "27px/0px" if login button show/hidden */
}
.search_form_h_input {
    position: absolute;
    font-size: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
    width: 280px;
    padding: 5px;
    margin-left: -280px;
    margin-top: 3px;
    display: none;
    right: 0px; /* set to "30px/0px" if login button show/hidden */
}
.search_form_h_label {
    /* position: absolute; */
    font-size: 0;
    color: rgba(0, 0, 0, 0);
    text-indent: -9999px;
    width: 18px;
    height: 18px;
    display: block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#search_form_h_a {
    /* background-color: #ddd; */
    padding: 5px;
    position: absolute;
    margin-top: 6px;
    margin-left: -30px;
    border-radius: 5px;
}

a.login_out {
    float: right;
    padding: 5px;
    margin-top: 6px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0);
}
a.login_out:hover {
    background-color: #ddd;
}
span.login_out {
    width: 18px;
    height: 18px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: block;
}

.hidden {
    color: #909090;
}

