body {
    background: #da8e3d;
}

div#page {
    background: #fff;
}

div#block-system-powered-by {
    font-size: smaller;
    font-weight: bolder;
    border: none;
    margin: 0px;
    padding: 0px;
}

div#block-system-powered-by a {
    color: #fff;
}

footer#footer {
    margin: 0px;
    padding: 10px 0px;
    text-align: center;
    color: rgb(255,255,255);
    background: rgb(54,59,63);
}

.block {
//    border: 1px solid #aaa;
    margin-bottom: 1em;
    padding: 0px;
}

h2.block-title {
    background-color: #ddd;
    color: #666;
    margin: 0px;
    padding: 2px;
    text-align: center;
    font-variant: small-caps;
    border-bottom: 1px solid #aaa;

}

h2.block__title {
    font-size: 14px;
    font-weight: 700;
}

/* menu -- common */

ul.menu {
    margin: 0px;
    padding: 0px;
}

/* no bullets */
ul.menu li.menu__item {
    list-style: none;
    list-style-image: none;
}

a.menu__link.submission_link:link,
a.menu__link.submission_link:visited {
    color: red;
}

/* custom bulltes */
li.menu__item.is-collapsed.collapsed a.menu__link {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
    *background-image: url('../../images/menu-collapsed.png');
    background-position: left center;
    background-repeat:no-repeat;
}

li.menu__item.is-expanded.expanded a.menu__link {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
    *background-image: url('../../images/menu-expanded.png');
    background-position: left center;
    background-repeat:no-repeat;
}

li.menu__item.is-expanded.expanded li a.menu__link {
    background-image: none;
    /* nested */
    padding-left: 30px;
    padding-right: 30px;
}

/* links */

a:link,
a:visited {
    color: #d21a1a;
    text-decoration: none;
}

a:hover,
a:active {
    color: #b71717;
    text-decoration: underline;
}

a.menu__link:link,
a.menu__link:visited {
    display: block;
    /* first level padding */
    padding: 2px 15px;
    /* defaults */
    color: #000;
    text-decoration: none;
    background: transparent;
    border-bottom: 1px solid #ddd;
}

a.menu__link:hover,
a.menu__link:active,
/* drupal */
a.menu__link.active {
    color: #fff;
    font-weight: 700;
    border-bottom: 1px solid rgb(10,15,20);
}

a.menu__link:hover {
    background-color: #d21a1a;
    text-decoration: underline;
}

a.menu__link:active,
/* drupal */
a.menu__link.active {
    background-color: #b71717;
}

/* nested */
li.menu__item.is-expanded.expanded a.menu__link:link,
li.menu__item.is-expanded.expanded a.menu__link:visited,
li.menu__item.is-expanded.expanded li a.menu__link:link,
li.menu__item.is-expanded.expanded li a.menu__link:visited {
    background-color: #dae3f2;
    border-bottom: 1px solid #8c0000;
}

li.menu__item.is-expanded.expanded.active-trail a.menu__link.active-trail {
    color: #fff;
    font-weight: 700;
    background-color: #b71717;
}

/* nested root */
li.menu__item.is-expanded.expanded a.menu__link:hover,
li.menu__item.is-expanded.expanded li a.menu__link:hover {
    background-color: #c3d0e6;
}

li.menu__item.is-expanded.expanded a.menu__link.active-trail:active,
/* drupal */
li.menu__item.is-expanded.expanded a.menu__link.active-trail.active,
li.menu__item.is-expanded.expanded li a.menu__link.active-trail:active,
/* drupal */
li.menu__item.is-expanded.expanded li a.menu__link.active-trail.active  {
    background-color: #a2adbf;
}

/* EXCEPTION : last link has no bottom border*/
li.menu__item.last a.menu__link,
/* nested */
li.menu__item.last.is-expanded.expanded li.last a.menu__link {
    border-bottom: none;
}

/* Slide Show */

.field-name-field-slideshow {
    float: right;
    clear: right;
    padding-left: 10px;
}

.field-name-field-image-slideshow {
    float: right;
    clear: right;
    padding-left: 10px;
}

/* Separator */
hr.separator {
    background-color:#ddd;
    border-width:0;
    height:1px;
    line-height:0;
    margin: 1em 2em;
}

/* Navigation bar */

table#navi {
    margin: 0px;
    padding: 0px;
}

table#navi tr,
table#navi td {
    margin: 0xp;
    padding: 0px;
}

  
.field-name-field-picture img {
    float: left;
    margin: 0px 20px 20px 0px;
    //border: 5px solid rgb(204, 204, 204);

    height: 200px;
    width: 200px;

    overflow: hidden;

    position: relative;
    //position: absolute;
    border: 1px solid #bbb;
    margin: 10px;
    padding: 5px;
    //background-color: #ddd;
    -moz-box-shadow: inset 0 1px 1px #eeeeee;
    -ms-box-shadow: inset 0 1px 1px #eeeeee;
    -o-box-shadow: inset 0 1px 1px #eeeeee;
    -webkit-box-shadow: inset 0 1px 1px #EEE;
    box-shadow: inset 0 1px 1px #EEE;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 12px;

    //clip: rect(0px,200px,200px,0px);

    object-fit: cover;

}


.field-name-field-picture img:hover {
        //-webkit-transition:  height 2s, width 2s, margin 2s;
        //transition: height 2s, width 2s, margin 2s;
        transition: background-color 2s, border-radius 1s;

         border-radius: 0px;
   // height: 200px;
   // width: 200px;
    //border: 5px solid rgb(204, 204, 204);
    background-color: black;

        //margin: 0px;

}

