@import url("/css/style.css");
@import url("github.css");

span.date
{
  color: gray;
  font-size: small;
  display: block;
  float: right;
}

hr.sep
{
  visibility: hidden;
}

div#footer
{
  margin-bottom: 0;
}

div.footer
{
  text-align: right;
}

div.adminmenu
{
  text-align: center;
}

div.adminmenu span.adminmenu ~ span.adminmenu::before
{
  content: "|";
  margin: 0 0.25em;
  opacity: 0.65;
}

div.day div.sequel
{
  font-size: medium;
}

div.calendar-container {
  padding: 0;
  position: relative;
}

div.calendar-container div.calendar
{
  background: white;
  border: 1px solid rgba(16, 30, 74, 0.25);
  box-shadow: 0.25em 0.25em 0.5em rgba(0, 0, 0, 0.25);
  left: 9em;
  max-height: 24em;
  opacity: 0;
  overflow-y: auto;
  padding: 0.5em;
  pointer-events: none;
  position: absolute;
  top: -6em /* 3.5em */;
  transition: opacity ease-out 0.25s;
  z-index: 200;
}

div.calendar-container.open div.calendar
{
  opacity: 1;
  pointer-events: auto;
}

div.calendar-container a.opener {
  border: 1px solid rgba(16, 30, 74, 0.25);
  color: inherit;
  display: inline-block;
  margin: 1em 0;
  padding: 0.5em;
  text-decoration: none;
}

div.calendar-container a.opener::after {
  content: "▼";
  display: inline-block;
  font-size: 65%;
  margin-left: 0.5em;
  vertical-align: 0.25em;
}

div.calendar-container a.closer {
  display: none;
}

div.calendar-container.open a.closer {
  bottom: 0;
  background: rgba(255, 255, 255, 0.01);
  cursor: default;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}


pre
{
  margin-left: 1em;
  width: 90%;
  overflow: auto;
}

code
{
  overflow-wrap: break-word;
}

table.CodeRay,
table.CodeRay th,
table.CodeRay td
{
  border-style: none;
  padding: 0;
}

table.CodeRay td.line_numbers
{
  padding-left: 1em;
}

table.CodeRay pre
{
  margin: 0;
  width: auto;
}

table.CodeRay td.code pre
{
  padding-left: 1em;
  padding-right: 1em;
}

div.error,
span.error
{
  color: red;
}

img.photo
{
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5em;
  border: 1px solid #AAA;
}

@media screen and (max-width: 640px)
{
  img.photo
  {
    max-width: 590px;
    height: auto;
  }
}

@media screen and (max-width: 480px)
{
  img.photo
  {
    max-width: 430px;
    height: auto;
  }
}

@media screen and (max-width: 320px)
{
  img.photo
  {
    max-width: 270px;
    height: auto;
  }
}

span.photo-license
{
  display: block;
  text-align: center;
}

div.youtube-player,
object.youtube
{
  width: 450px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

object.ustream,
iframe.ustream
{
  width: 480px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

div.flicker-photo
{
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

div.rabbit-slide
{
  width: 640px;
  margin-left: auto;
  margin-right: auto;
}

div.rabbit-slide a
{
  text-align: center;
}

div.slideshare
{
  width: 427px;
  margin-left: auto;
  margin-right: auto;
}

div.slideshare-wide
{
  width: 640px;
  margin-left: auto;
  margin-right: auto;
}

div.slideshare a
{
  text-align: center;
}

div.youtube
{
  width: 560px;
  margin-left: auto;
  margin-right: auto;
}

div.video-640x480
{
  width: 640px;
  margin-left: auto;
  margin-right: auto;
}

div.video-640x480 a
{
  text-align: center;
}

ul.categories,
ul.categories li
{
  display: inline;
  padding: 0;
  margin: 0;
}

ul.advertisings
{
  margin-left: 0px;
  padding-left: 0px;
  clear: both;
}

li.advertising
{
  color: grey;
  list-style-image: url(info.png);
}

@media screen and (max-width: 640px) {
  ul.advertisings
  {
    margin-left: 24px;
  }
}

div.widgets
{
  clear: both;
  margin-top: 10px;
}

div.widgets img
{
  border: 0 none;
}

div.widgets a,
div.widgets div
{
  display: inline !important;
}

div.statistics-widgets
{
  margin-top: 10px;
}

div.statistics-widgets div.widget
{
  float: left;
  margin-right: 5px;
}

div.statistics-widgets div.last-empty-block
{
  clear: both;
}

div.social-widgets,
div.tag-list
{
  text-align: right;
  margin-top: 1em;
  margin-bottom: 1em;
}

div.social-widgets
{
  margin-top: 1.5em;
}

div.category-list
{
  margin-top: 1em;
  margin-bottom: 1em;
}

div.fb_iframe_widget iframe
{
  position: relative !important;
}

blockquote,
div.day div.article
{
  border: 1px solid #AAA;
  padding: 1em;
}

blockquote.clause h5
{
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

blockquote.clause h6
{
  margin-top: 0px;
  margin-bottom: 0px;
}

dl
{
  margin-left: 15px;
}

pre.highlight span.caption
{
  color: #555;
  background-color: #e6e6e6;
}

@media screen and (max-width: 640px)
{
  div.social-widget-facebook
  {
    display: none;
  }

  div.footer
  {
    margin-right: 0;
  }
}
