@media only screen {

@font-face {
  font-family: 'MetaCorrespondance';
  src: url('../fonts/METCOR.eot?') format('eot'), url('../fonts/METCOR.TTF') format('truetype'), url('../fonts/METCOR.otf') format('opentype'), url('../fonts/METCOR.woff') format('woff');
}
@font-face {
  font-family: 'MetaCorrespondanceBold';
  src: url('../fonts/METCORBD.eot?') format('eot'), url('../fonts/METCORBD.TTF') format('truetype'), url('../fonts/METCORBD.otf') format('opentype'), url('../fonts/METCORBD.woff') format('woff');
}
@font-face {
  font-family: 'MetaCorrespondanceItalic';
  src: url('../fonts/METCORI.eot?') format('eot'), url('../fonts/METCORI.TTF') format('truetype'), url('../fonts/METCORI.otf') format('opentype'),  url('../fonts/METCORI.woff') format('woff');
}


    html, body {
        font-family: 'MetaCorrespondance', sans-serif;
        font-size: 15px;
        color: #252525;
        background-color: #f0f0f0;
    }

    /* FONTS */
    h1, h2 { font-family: 'MetaCorrespondance',Georgia,Times,serif; }

    h1 { font-size: 2em; }

    h2 {
        margin-top: 2em;
        margin-bottom: 1em;
        font-size: 1.8em;
        font-weight: normal;
    }

    h3 {
        font-family: 'MetaCorrespondance', sans-serif;
        font-size: 1.4em;
        font-weight: bold;
    }

    h4 {
        font-family: 'MetaCorrespondance', sans-serif;
        font-size: 1.2em;
        font-weight: normal;
    }

    h5 {
        font-family: 'MetaCorrespondance', sans-serif;
        font-size: 1.1em;
        font-weight: normal;
        font-style: italic;
    }

    h6 {
        font-family: 'MetaCorrespondance', sans-serif;
        font-size: 1em;
        font-weight: bold;
    }

    p { line-height: 1.5em; text-align: justify; font-family: 'MetaCorrespondance', sans-serif;}

    a { color: #e77e1a; }

    a:link { text-decoration: none; }

    a:visited { color: #d77518; }

    a:focus,
    a:active,
    a:hover { color: #e77e1a; }

    hr {
        border-top: 1px solid #e77e1a;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    input {
        border-color: #E5E5E5;
        padding: 0.6em;
        font-weight: normal;
        background-color: #F9F9F9;
        -webkit-transition: border 0.3s;
        -moz-transition: border 0.3s;
        -ms-transition: border 0.3s;
        -o-transition: border 0.3s;
        transition: border 0.3s;
    }

    textarea {
        border-color: #E5E5E5;
        padding: 0.6em;
        background-color: #F9F9F9;
        -webkit-transition: border-color 0.3s;
        -moz-transition: border-color 0.3s;
        -ms-transition: border-color 0.3s;
        -o-transition: border-color 0.3s;
        transition: border-color 0.3s;
    }

    input:focus,
    textarea:focus {
        border: 1px solid #e77e1a;
        outline: none;
        -webkit-transition: border 0.3s;
        -moz-transition: border 0.3s;
        -ms-transition: border 0.3s;
        -o-transition: border 0.3s;
        transition: border 0.3s;
    }

    input[type="submit"] {
        margin: 0.5em 0 0 0;
        border: none;
        padding: 0.6em 2em;
        width: auto;
        font-weight: bold;
        color: white;
        background-color: #e77e1a;
        -webkit-transition: background-color 0.3s;
        -moz-transition: background-color 0.3s;
        -ms-transition: background-color 0.3s;
        -o-transition: background-color 0.3s;
        transition: background-color 0.3s;
    }

    input[type="submit"]:hover,
    input[type="submit"]:active {
        cursor: pointer;
        background-color: #fa881c;
        -webkit-transition: background-color 0.3s;
        -moz-transition: background-color 0.3s;
        -ms-transition: background-color 0.3s;
        -o-transition: background-color 0.3s;
        transition: background-color 0.3s;
    }

    select {
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        overflow: hidden;
        -webkid-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        clear: both;
        border: 1px solid #E5E5E5;
        border-radius: none;
        padding: 0.6em;
        height: 32px;
        width: 100%;
        max-width: 100%;
        font-weight: normal;
        background: url('../images/select.png') no-repeat right white;
        background-size: auto 100%;
    }

    select option { padding: 0.6em; }


    /* Media */
    img.alignnone,
    img.alignright,
    img.alignleft,
    img.aligncenter {
        border: 0px;
        padding: 0px;
        background-color: #FFFFFF;
    }

    .wp-caption {
        border: 1px solid #E5E5E5;
        padding: 5px;
        text-align: center;
        background-color: #F0F0F0;
    }

    .wp-caption-text {
        line-height: 15px;
        padding-top: 5px;
        margin: 0;
    }


    /* Header */
    .header-content {
        border-right: 1px solid #E5E5E5;
        border-left: 1px solid #E5E5E5;
        background-color: white;
    }

    .meta {
        border-right: 1px solid #E5E5E5;
        border-left: 1px solid #E5E5E5;
        background-color: white;
    }


    /* Content */
    .content {
        border-right: 1px solid #E5E5E5;
        border-bottom: 1px solid #E5E5E5;
        border-left: 1px solid #E5E5E5;
        background-color: white;
    }

    .content h2 {
        overflow: hidden;
        border-bottom: 1px solid #e77e1a;
        line-height: 1.4em;
    }


    /* Category */
    .category-description {
        display: inline-block;
        border-left: 1px dashed #aaaaaa;
        margin: 0 0 0 30px;
        padding: 10px 0 0 10px;
        font-size: smaller;
        color: #aaaaaa;
    }

    /* Excerpt */
    .excerpt-title {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 1.3em;
    }

    .excerpt-thumbnail {
        box-sizing: border-box;
        float: left;
        border: 1px solid #E5E5E5;
        margin-right: 15px;
        padding: 5px;
        background-color: #F0F0F0;
    }

    .excerpt p { margin-top: 15px; }


    /* Postinfo */
    .postinfo {
        border: 1px solid #E5E5E5;
        color: #4D4D4D;
    }

    .postinfo-excerpt { border: none; }

    .postinfo-categories { border-top: none; }

    .postinfo-categories,
    .postinfo-tags,
    .postinfo-related,
    .post-nav {
        border-bottom: none;
        border-right: none;
        border-left: none;
    }

    .last-posts-list {
        border-bottom: none;
        border-right: none;
        border-left: none;
    }


    /* Sidebar */
    .aside-container { background: #333333; }

    .aside-menu-button {
        margin-top: 15px;
        margin-right: 30px;
        background-image: url('../images/sprite.png');
        background-repeat: no-repeat;
        background-size: auto 200%;
        background-position: -64px 0;
        -webkit-transition: border 0.3s, background-color 0.3s;
        -moz-transition: border 0.3s, background-color 0.3s;
        -ms-transition: border 0.3s, background-color 0.3s;
        -o-transition: border 0.3s, background-color 0.3s;
        transition: border 0.3s, background-color 0.3s;
    }

    .aside-menu-button:hover {
        background-color: #F0F0F0;
        -webkit-transition: border 0.3s, background-color 0.3s;
        -moz-transition: border 0.3s, background-color 0.3s;
        -ms-transition: border 0.3s, background-color 0.3s;
        -o-transition: border 0.3s, background-color 0.3s;
        transition: border 0.3s, background-color 0.3s;
    }

    .aside-menu-button-active {
        right: 238px;
        background-image: url('../images/sprite.png');
        background-repeat: no-repeat;
        background-position: -32px 0;
        background-color: #333333;
    }

    aside .widget,
    aside .menu ul { border-bottom: 1px solid #555555; }

    .postmeta-section {
        border: 1px solid #777777;
        background-color: #555555;
    }

    .postmeta .categories {
        border-top: none;
        border-bottom: none;
        border-right: none;
        border-left: none;
        background-color: transparent;
    }

    .postmeta .tags,
    .postmeta .related {
        border-top: 1px solid #555555;
        border-bottom: none;
        border-right: none;
        border-left: none;
        background-color: transparent;
    }
}


@media only screen and (min-width:768px){
    /* Fonts */
    input { width: 60%; }

    /* Header */
    header.container-menu-side-open {
        width: 100%;
        margin-left: 0;
        padding-right: 15px;
    }

    header.container-menu-side-open .header-content {
        width: auto;
        margin-left: 200px;
    }

    header.container-aside-open {
        width: 100%;
        margin-right: 0;
        padding-right: 315px;
    }

    header.container-aside-open .header-content {
        width: inherit;
        margin-right: 300px;
    }

    .meta-search-form input:focus { width: 60%; }


    /* Content */


    /* Sidebar */
    aside .aside-container { background: transparent; }

    aside .widget,
    aside .menu,
    aside .menu ul { color: #4D4D4D; }

    aside a { color: #e77e1a; }

    aside a:visited { color: #d77518; }

    aside a:hover { color: #e77e1a; text-decoration: underline;}


    aside .widget,
    aside .menu ul { border-bottom: 1px solid #E5E5E5; }

    .aside-menu-button {
       background-color: white;
        -webkit-transition: border 0.3s, background-color 0.3s;
        -moz-transition: border 0.3s, background-color 0.3s;
        -ms-transition: border 0.3s, background-color 0.3s;
        -o-transition: border 0.3s, background-color 0.3s;
        transition: border 0.3s, background-color 0.3s;
    }

    .aside-menu-button:hover {
        background-color: #F0F0F0;
        -webkit-transition: border 0.3s, background-color 0.3s;
        -moz-transition: border 0.3s, background-color 0.3s;
        -ms-transition: border 0.3s, background-color 0.3s;
        -o-transition: border 0.3s, background-color 0.3s;
        transition: border 0.3s, background-color 0.3s;
    }

    .aside-menu-button-active { right: 300px; }

    .postmeta { color: #4D4D4D; }

    .postmeta-section {
        border: 1px solid #DDDDDD;
        background-color: #E5E5E5;
    }

    .postmeta .tags,
    .postmeta .related { border-top: 1px solid #E5E5E5; }
}

@media only screen and (min-width:1200px) {
    /* Header */
    #logo {
        position: absolute;
        top: 30px;
        left: 15px;
        margin: 0;
        height: 200px;
        max-height: 200px;
        width: 200px;
    }

    #site-logo {
        display: block;
        width: 100%;
        text-align: center;
    }

    .logo-img {
        margin-bottom: 15px;
        max-height: 150px;
    }

    .blog-description {
        display: block;
        margin: 0;
        text-align: center;
    }

    .admin-bar #logo { margin-top: 32px }
}

.image-no-border {
  border: 0 !important;
  padding: 0 !important;
  margin: 5px !important;
  background-color: #ffffff !important;
}

.ttable {
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
}

.ttable table {
  width: 100%;
  border: 1px solid black;
  margin-bottom: 20px;
}

.ttable table tr td:first-child {
  width: 250px;
}

li {
    list-style-position: outside;
}

.ttable table tr {
  border: 1px solid #CCCCCC;
}

.ttable table tbody tr:first-child {
  /* border: none; */
}
.version-title {
  clear: both;
  height: 43px;
}

.version-title h1 {
  display: inline-block;
}
.version-title h1.page-title {
  float: left;
}
.version-title h1.release-number {
  float: right;
  margin-top: 0;
}

#rememberme {
    display: inline;
    width: 20px;
    margin-top: 20px;
    padding-top: 2px;
}
