@import url('layout.css');
@import url('edit.css');
@import url('nav.css');
@import url('mobile.css');
@import url('sub.css');
@import url('tools.css');
@media (min-width: 980px)
{
    html
    {
        /* http://css-tricks.com/eliminate-jumps-in-horizontal-centering-by-forcing-a-scroll-bar/ */
        overflow-y: scroll;
    }
    .space
    {
        height: 2.75em;
    }
}
body
{
    background: #F4F4F4;
    color: #4B545F;

    /* http://css-tricks.com/snippets/css/better-helvetica/ */
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;

    /* letter-spacing: 1px; */
}
@media (min-width: 540px)
{
    p
    {
        text-align: justify;
        text-align-last: left;
        text-justify: distribute;
        -moz-text-align-last: left;
    }
}
/* @media (min-width: 400px) */
/* { */
/*     /\* p.default_p:nth-child(1) > img:nth-child(1) *\/ */
/*     p.default_p > img */
/*     { */
/*         display: block; */
/*         width: auto; */
/*         max-width: auto; */
/*         height: 100%; */
/*         max-height: 100%; */
/*     } */
/* } */
p strong
{
    font-weight: bold;
}
pre
{
    border: 1px dotted grey;
    padding: 2em;
}
br
{
    /* clear: both; */
}
textarea
{
    /* white-space: pre ... pre-wrap; */

    /* http://css-tricks.com/box-sizing/ */
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}
img
{
    /* max-width: 100%; */
    border: 0px;
    vertical-align: top;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
ul
{
    /* list-style-image: url('/static/dash.png'); */
    list-style: none;
    padding-left: 20px;
}
li
{
    /* line-height: 150%; */
}
a
{
    color: #00793E;
}
a:before
{
    /* content: attr(href) ": "; */
}
a:link
{
    /* color: inherit; */
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
    /* color: white; */
    /* background: #4B545F; */
    /* padding: 0px  5px; */
    /* border: 1px dotted white; */
}
a:active
{
    text-decoration: underline;
}
a:focus
{
    text-decoration: underline;
}
/* ---------------------------------------- */
/* https://gist.github.com/arbales/592332   */
/* ---------------------------------------- */
/* input[type=checkbox] */
/* { */
/*     display: none; */
/* } */
/* input[type=checkbox] + label */
/* { */
/*     background: #999; */
/*     height: 16px; */
/*     width: 16px; */
/*     display: inline-block; */
/*     padding: 0 0 0 0px; */
/* } */
/* input[type=checkbox]:checked + label */
/* { */
/*     background: #0080FF; */
/*     height: 16px; */
/*     width: 16px; */
/*     display: inline-block; */
/*     padding: 0 0 0 0px; */
/* } */
/* ---------------------------------------- */
input[type=submit]
{
    /* text-transform: uppercase; */
    -webkit-box-shadow: 1px 1px #6B727C;
    -moz-box-shadow:    1px 1px #6B727C;
    box-shadow:         1px 1px #6B727C;
}
input[type=submit], input[type=file]
{
    border-radius: 2px;
    border: 1px solid #4B545F;
}
.tabstop
{
    /* color: #00793E; */
    position: absolute;
    left: 4.25em;
    display: inline-block;
    white-space: nowrap;
}
/* .tabstop:after /*
/* { */
/*     content: "."; */
/*     display: block; */
/*     clear: both; */
/*     font-size: 0; */
/*     height: 0; */
/*     visibility: hidden; */
/* } */
.current_position
{
    font-weight: bold;
}
/* p:nth-of-type(headline) */
.headline_sequence
{
    margin-top: 0em;
    line-height: 200%;
    display: block;
    font-weight: bold;
}
.headline_sequence .a_index
{
    display: block;
    position: relative;
    top: -200px;
    visibility: hidden;
    text-decoration: none;
}
.breadcrumbs
{
    padding-top: 0.5em;
    padding-left: 12em;
    font-size: small;
    white-space: nowrap;
}
.start
{
    min-width: 1000px;
    position: relative;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 2em;
    padding-right: 2em;
}
.default_img_h
{
    height: auto;
    max-width: 780px;
    /* max-width: 100%; */
    width: 44%;
}
.default_img_v
{
    height: auto;
    max-width: 780px;
    /* max-width: 100%; */
    width: 33%;
}
@media (max-width: 380px)
{
    .default_img_h
    {
        float: none;
        max-width: 100%;
        display: block;
        position: relative;
        margin-bottom: 10px;
        margin-left: 0px;
        
        /* http://css-tricks.com/snippets/css/absolute-center-vertical-horizontal-an-image/ */

        /* width: 200px; /\* production *\/ */
        width: 94%;

        /* left: 50%; */
        /* margin-left: -100px; /\* 1/2 width *\/ */
    }
    .default_img_v
    {
        float: none;
        max-width: 100%;
        display: block;
        position: relative;
        margin-bottom: 10px;
        margin-left: 0px;

        /* width: 160px; /\* production *\/ */
        width: 94%;
        
        /* left: 50%; */
        /* margin-left: -80px; */
    }
}
.rss_feed
{
    /* border: 1px solid red; */
}
.rss_icon
{
    /* border: 1px solid blue; */
}
.article_text
{
    margin-bottom: 2em;
}
.article_meta
{
    text-align: center;
    min-width: 16em;
    border-bottom: 1px solid #00793E;
    line-height: 0.1em;
    display: inline-block;
    font-style: italic;
}
.article_meta span
{
    padding: 0 0.5em;
    background: #F4F4F4;
}
.start ul
{
    list-style: disc;
}
.start ul li
{
    padding: 0.25em 0;
}
.command
{
    font-style: italic;
    color: #4B54FF;
}
