/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

@font-face{
    font-family:'Bimlite';
    src:url("fonts/Bimlite.woff") format('woff');
}

body {
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-align: center;
    background: #ccc;
    color: #222;
    font-family: Verdana, "Lucida Grande", optima, "Trebuchet MS", sans-serif;
}

.page {
    width: 90%;
    margin: 0px auto 0px auto;
    padding: 0;
    background: transparent;
    text-align: left;
}

.main {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0;
    float: left;
    background: transparent;
}

td {
    text-align:left; 
}

.content {
    padding: 0px 20px 1em 0px;
    margin: 0 0 25px 0;
    border: 0 solid #595959;
    background: #fff0;
}

/* === TAGS HTML === */

p {
    margin: 1em 0 0 0;
}

img {
    border: none;
}

h2 {
    font-size: 1.33em;
    margin: 0;
}

a {
    text-decoration: none;
}

    a:link {
        color: #3861B4;
    }

    a:visited {
        color: #3861B4;
    }

    a:hover, a:focus {
        color: #FFA200;
    }

    a[hreflang]:after {
        content: "\0000a0[" attr(hreflang) "]";
        color: #666;
        background: transparent;
    }

.tab {
    font-size: 21px;
    font-family: Calibri;
    font-weight: normal;
    color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    position: relative;
    bottom: -1px;
}

    .tab a {
        float: left;
        color: #595959;
        margin-top: 7px;
        margin-left: 7px;
        margin-right: 7px;
        margin-bottom: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
        width: 155px;
        display: block;
        line-height: 21px;
        border-color: #595959;
        border-style: solid;
        border-width: 1px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        background: #FFFFFF url(../images/tab-tile.png) repeat top left;
    }

        .tab a.active {
            color: #595959;
            text-decoration: none;
            border-bottom-color: #00000000;
            background: #000000 url(../images/bg-tile.png) repeat top left;
        }

        .tab a:hover {
            color: #595959;
            text-decoration: underline;
            border-bottom-color: #00000000;
            background: #FFFFFF url(../images/bg-tile.png) repeat top left;
        }

        .tab a.split {
            float: right;
        }

.relatives {
    float: right;
    font-size: 21px;
    font-family: Calibri;
    font-weight: normal;
    color: #FFFFFF;
    margin-right: 10px;
}

    .relatives a {
        color: #EDE8DF;
        margin: 7px;
        padding-top: 5px;
        padding-bottom: 5px;
        width: 155px;
        display: block;
        line-height: 21px;
        border-color: #BBB;
        border-style: solid;
        border-width: 1px;
        border-radius: 5px;
        background-color: rgba(169,163,167,0.5);
    }

        .relatives a:hover, relatives a:focus, relatives a:visited, relatives a:link {
            color: #FFFAF0;
            text-decoration: underline;
            border-color: #F7F2E8;
        }

.post {
    background: transparent url(images/bimlite_wheel.svg) no-repeat left top;
    background-size: 70px 70px;
    margin-bottom: 23px;
}

.post-title {
    color: #786A73;
    font-weight: bold;
    padding-left: 70px;
    padding-top: 17px;
}

    .post-title a {
        text-transform: none;
    }

.post-info {
    font-size: 11px;
    margin: 0.25em 0 0 0;
    color: #999;
    padding-left: 70px;
}

.post-content {
    text-align: justify;
    margin-top: 0.5em;
    padding-top: 3px;
    padding-left: 7px;
}

    .post-content p {
        margin-top: 0px;
        line-height: 140%;
    }

.post-suite {
    /*background: transparent url(images/suite.png) no-repeat left center;*/
    padding-left: 0px;
    font-size: 11px;
    font-weight: bold;
}

.tags a {
    padding-left: 0px;
    /*background: transparent url(images/fleche.png) no-repeat 0 0.5em;*/
}

/*.tags a:hover {
        background: transparent url(images/fleche2.png) no-repeat 0 0.5em;
    }*/

ul.breadcrumb {
    margin: 3px 0px 35px 0px;
    padding: 7px 11px;
    list-style: none;
    background-color: none;
    text-align: left;
    border-bottom-width: 1px;
    border-bottom-color: lightgray;
    border-bottom-style: dotted;
}

    /* Display list items side by side */
    ul.breadcrumb li {
        display: inline;
        font-family: Calibri;
        font-size: 17px;
    }

        /* Add a slash symbol (/) before/behind each list item */
        ul.breadcrumb li + li:before {
            padding: 7px;
            color: #595959;
            content: "/\00a0";
        }

        /* Add a color to all links inside the list */
        ul.breadcrumb li a {
            color: #595959;
            text-decoration: none;
        }

            /* Add a color on mouse-over */
            ul.breadcrumb li a:hover {
                color: #595959;
                text-decoration: underline;
            }
            ul.breadcrumb li a img:hover {
                color: #595959;
                border-bottom: 3px solid #595959;
            }
