/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */

/*
 * Background color per il modulo 4artlovers in prima pagina
 */
.bg-4artlovers {
  background-image: url(../../../images/HOME/DEMO_1.png);
  background-repeat:no-repeat;
  background-position:right top;
  /* background-color: #FFFFFF; */
}

.bg-artstore {
  background-image: url(../../../images/HOME/DEMO_1.png);
  background-repeat:no-repeat;
  background-position:right top;
  /* background-color: #FFFFFF; */
}
 
 .module .teaserimage {
   margin: -20px -20px 20px -20px;
   display: block;
}

 .module .teaserimage > img { width: 100%; }

 .module .module-title + .teaserimage {
  margin-top: 0;
   margin-bottom: -20px;
}

/* Base
----------------------------------------------------------------------------------------------------*/
a { color: #BCAC9A; }
::-moz-selection { background: #806A54; color: #D5C7BA; }
::selection { background: #806A54; color: #D5C7BA; }

/* Menus
----------------------------------------------------------------------------------------------------*/
.menu-line li a:hover { color: #BCAC9A; }
.menu-sidebar li.level1 > span:hover { background: #BCAC9A; }

/* Modules
----------------------------------------------------------------------------------------------------*/
.mod-transparent { color: #BCAC9A; }
.mod-color { background: #BCAC9A; }
.mod-color table.zebra tbody tr.odd { background: #806A54; }
.mod-color table.zebra tbody tr:nth-of-type(odd) { background: #806A54; }
.mod-color em.box {  background: #806A54; }

/* System
----------------------------------------------------------------------------------------------------*/
#system .pagination a:hover,
#system .pagination strong { color: #BCAC9A; }
#searchbox .results li.results-header { background: #BCAC9A }
#searchbox .results li.result.selected { color: #FF0000; /* originale #BCAC9A */}
#system #comments .comment-byadmin .comment-head { background: #EAE2DA; }

/* Extensions
----------------------------------------------------------------------------------------------------*/

.wk-gallery-showcase .wk-slideset .set > li:hover:after { background: url(../images/widgetkit/gallery/hover.png); }
.wk-gallery-showcase .wk-slideset .set > li.active:after { border: 5px solid #BCAC9A; }


.media-left {
  width:150px;
}