
body {
    background: #fbfbfb;
    font-family: Lato, Arial, sans-serif;
}

header {
    box-shadow: 0 1px 4px #dfdddd;
    background: #fff;
    padding: 9px 0;
}

body,
ul, ol {
    margin: 0;
    padding: 0;
}
.container {
    margin: 0 auto;
    width: 1080px;
    position: relative;
    display: table;
}

#text_logo {
    vertical-align: middle;
    display: table-cell;
    line-height: 50px;
    text-align: left;
    font-size: 2em;
    font-weight: bold;
}

#nav_right {
    vertical-align: middle;
    display: table-cell;
    line-height: 50px;
    text-align: left;
    right: 0;
    position: absolute;
}

header nav ul li {
    display: inline-block;
    float: left;
    position: relative;

    margin: 0 5px;
    padding: 0;
    text-align: center;
}

a {
    text-decoration: none;
}

a.orange,
.orange a {
    color: #f1913c;
}

header ul.menu > li > a {
    color: #424242;
}

header ul.menu > li > a:hover {
    color: #e67e22;
}

header ul.menu > li.active > a {
    background: #e67e22;
    border: #e67e22 3px solid;;
    color: #FFFFFF!important;
    border-radius: 3px;
    padding: 8px;
}

header ul.menu > li.active > a:hover {
    background: #FFFFFF;
    color: #e67e22!important;
    border-radius: 3px;
    border: #e67e22 3px solid;
}

.spacer {
    height: 2em;
}

a {
    color: #424242;
}

a:hover {
    color: #f1913c;
}

section {
    display: block;
    color: #424242;
    box-shadow: 0 0 3px rgba(1,1,1,0.16);
    box-sizing: border-box;
    background: #fff;
    position: relative;

    width: 100%;
}

.left {
    display: table-cell;
    width: 695px;
}

.middle {
    display: table-cell;
    width: 25px;
    box-shadow: initial;
    background: transparent;
}

.right {
    display: table-cell;
    vertical-align: top;
    width: 360px;
    max-width: 360px;
}


article {
    padding: 20px;
    position: relative;
}

article p {
    line-height: 1.5em;
}

ul.soon {
    list-style-type: none;
    margin-left: 0;

}

ul.soon li {
    border-bottom: 1px dotted #E2DFDF;
    line-height: 1.375em;
    padding: 10px 0;
    position: relative;
}

ul.soon li:last-child {
    border-bottom: 0;
}


section footer {
    color: #939292;
    margin: 0 -20px -20px -20px;
}

section footer div.tags {
    border-top: 1px solid #e6e6e6;
    padding: 1em 0;
    text-indent: 1em;
    width: 100%;
    font-size: 0.8em;
}

section footer div.tags a {
    color: #939292;
}

section footer div.tags a:hover {
    color: #f1913c;
}

section footer ul {
    display: table;
    padding-left: 0;
    table-layout: fixed;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    margin-left: 0;
}

section footer ul li {
    box-sizing: border-box;
    border-right: 1px solid #e6e6e6;
    display: table-cell;
    padding: 0.5em;
    position: relative;
    text-align: center;
    vertical-align: bottom;
}

section footer ul li:last-child {
    border-right: none;
}

section footer ul li a {
    color: #939292;
}

section footer ul li a:hover {
    color: #f1913c;
}

article ul {
    line-height: 1.875em;
    margin-left: 1em;
}

article ol {
    list-style-position: inside;
}

input#search-field {
    border: 1px solid #c6c6c6;
    height: 38px;
    padding: 0 20px;
    width: 68%;
}

input, select {
    vertical-align: middle;
}

#search-button {
    width: 40px;
    border: none;
    float: right;
    height: 40px;
    font-weight: bold;
}

#search-button:hover {
    background: #e67e22;
    color: #fff;
}


article.breadcrumb {
    padding: 0 10px;
}

ul.breadcrumb {
    list-style-type: none;
    margin-left: 0;
}

ul.breadcrumb li {
    color: #8c8b8b;
    font-size: 0.75em;
    display: inline;
}
ul.breadcrumb li a {
    color: #f1913c;
}

.strike {
    text-decoration: line-through;
}

.center {
    text-align: center;
}

.my-image {
    background: url('../images/86780.jpg') no-repeat center center;
    display: block;
    width: 150px;
    height: 150px;
    margin: auto;
    background-size: cover;
    -webkit-border-radius: 99em;
    -moz-border-radius: 99em;
    border-radius: 99em;
    border: 5px solid #f1913c;
    position: relative
}

.my-image span {
    bottom: -.5em;
    color: white;
    text-align: center;
    display: block;
    position: absolute;
    background-color: #f1913c;
    height: 1.5em;
    line-height: 1.5em;
    border-radius: 1em;
    width: 150px;
}

.comments {
    bottom: -0.7em;
    right: -75px;
    color: white;
    text-align: center;
    display: block;
    position: absolute;
    background-color: #f1913c;
    height: 1.5em;
    line-height: 1.5em;
    border-radius: 1em;
    width: 150px;
}

/* TagCloud */
.tag-cloud {
    text-align: center;
}
.tag-cloud span {
    padding: .2em .5em;
    display: inline-block;
}

.tag-cloud a,
.tag-cloud a:link,
.tag-cloud a:visited {
    color: #f1913c;
}
.tag-cloud a:hover {
    text-decoration: underline;
}

.tag-cloud .smallest {
    font-size: x-small;
}

.tag-cloud .small {
    font-size: smaller;
}

.tag-cloud .medium {
    font-size:medium;
}

.tag-cloud .large {
    font-size:larger;
}

.tag-cloud .largest {
    font-size: x-large;
}

/* Images */

article figure {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .25);
    box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, .75);
    padding: 1em;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -webkit-backface-visibility: hidden;
    outline: 1px solid transparent;
    /*float: left;*/
}

article figure.left {
    box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, .75);
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    float: right;
}

article > figure {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
/*
article > div.single,
.screen-size-small article > div,
.screen-size-small article > figure {
    display: block;
    max-width: 100%;
}

.screen-size-large article > figure,
.screen-size-medium article > figure {
    margin-right: 2em;
    margin-top: 2em;
}
*/

article figure img {
    width: 100%;
}

article figure figcaption {
    text-align: center;
}


/* Lists */
article ol {
    list-style-position: outside;
    margin-left: 1em;
}


/* Responsive */
#mobile_menu {
    display: none;
}

@media only screen and (max-width: 640px) {
    header {
        padding: 0;
    }
    
    header nav ul li {
        display: block;
        float: none;
        padding: .5em 0;
        border-bottom: #e67e22 1px solid;
    }
    
    header ul.menu > li.active > a {
        background: #e67e22;
        border: #e67e22 3px solid;
        color: #FFFFFF!important;
        border-radius: 3px;
        padding: 0;
        display: block;
    }

    #nav_right {
        vertical-align: middle;
        display: none;
        line-height: 1.25em;
        position: relative;
    }
    
    #text_logo {
        display: block;
        line-height: 1.5em;
        font-size: 1.25em;
        box-shadow: 0 1px 4px #dfdddd;
        padding: .25em 1em;
    }
   
    #mobile_menu {
        background: #e67e22;
        border: #e67e22 3px solid;
        color: #FFFFFF!important;
        border-radius: 3px;
        padding: .25em;
        position: absolute;
        right: 1em;
        top: .5em;
        font-size: .75em;
        line-height: .75em;
        display: block;
    }
    
    .container {
        width: 100%;
    }

    .row {
        padding: 0 1em;
    }

    #menu-main .divider,
    .container > .row > .middle,
    .container > .row > .right {
        display: none;
    }

    .container > .row > .left {
        width: 100%;
        display: block;
    }

    .spacer {
        height: 2em;
    }

}



/* ADD */
.add label {
    display: block;
    font-weight: bold;
    padding: .5em 0;
}

.add select,
.add input[type="text"],
.add input[type="password"] {
    width: 695px;
    padding: 1em;
}

.add input[type="button"],
.add input[type="submit"] {
    border: none;
    font-weight: bold;
    padding: 1.5em;
    background: #e67e22;
    color: #fff;
    border: #e67e22;
    border-radius: 3px;
}

.add input[type="button"]:hover,
.add input[type="submit"]:hover {
    color: #888888;
}

code {
    background-color: #EEE;
}
var {
    font: bold 1em "Courier", "Courier New", monospace;
}

article th {
    text-align: left;
}

article th,
article td {
    padding: .5em;
    white-space: nowrap;
    vertical-align: top;
}

article th:first-of-type,
article td:first-of-type {
    padding-left: 0;
}
article th:last-of-type,
article td:last-of-type {
    padding-right: 0;
}

article td p {
    margin: 0;
    padding: 0;
    vertical-align: top;
    line-height: 1em;
}

article .strong {
    font-weight: bold;
}

article .right {
    text-align: right;
}

article .accent {
    color : #e67e22;
}
