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

/*
 * Style Style Sheet - Defines the main look like colors and backgrounds
 /templates/yoo_bigeasy/css/style.css
 * Not all style related CSS is included, only colors and backgrounds which may change for different theme styles
 */


/* Base
----------------------------------------------------------------------------------------------------*/

a { color: #BCAC9A; }

/* modifica per link messaggio errore */
#system-message a,
#system-message a:visited
 {color: #fafafa;}

#system-message a:hover {color: rgb(255,255,81);}


::-moz-selection { background: #806A54; color: #D5C7BA; }
::selection { background: #806A54; color: #D5C7BA; }


/* Layout
----------------------------------------------------------------------------------------------------*/

#totop-scroller { background-image: url(../images/totop_scroller.png); }


/* Menus
----------------------------------------------------------------------------------------------------*/

.menu-dropdown li.level1:hover .level1,
.menu-dropdown li.remain .level1,
.menu-dropdown a.level2:hover,
.menu-dropdown a.level3:hover,
.menu-sidebar .level2 a:hover > span,
.menu-line li a:hover {
  color: #BCAC9A; }

.menu-line li { font-size: 20px; /* originale assente */ };

.menu-sidebar li.level1 > a:hover,
.menu-sidebar li.level1 > span:hover { background: #BCAC9A; }


/* Modules
----------------------------------------------------------------------------------------------------*/

.mod-black a:hover,
.mod-transparent { color: #BCAC9A; }

.mod-color { background: #BCAC9A; /* originale #BCAC9A */ }

.mod-color .badge { background-image: url(../images/module_badges_black.png); }

.mod-color ul.zebra > li.odd,
.mod-color table.zebra tbody tr.odd { background: #806A54; }
.mod-color ul.zebra > li:nth-of-type(odd),
.mod-color table.zebra tbody tr:nth-of-type(odd) { background: #806A54; }
.mod-color em.box {  background: #806A54; }

/* Tools
----------------------------------------------------------------------------------------------------*/

a.button-more { background-image: url(../images/button_more.png); }
ul.check > li { background-image: url(../images/tools/list_check.png); }

.social-icons li a { background-image: url(../images/tools/icons_social.png); }

.symbol-icons { background-image: url(../images/tools/icons_symbols.png); }

/* System
----------------------------------------------------------------------------------------------------*/

/* #system .items .links > a { background-image: url(../images/button_more.png); } costanzo */
#system .items .links > a { color: #FAFAFA }

#system .pagination a,
#system .pagination strong,
#system .pagination a.previous,
#system .pagination a.next { background-image: url(../images/pagination.png); }

#system .pagination a:hover,
#system .pagination strong { color: #BCAC9A; }

#searchbox .results li.results-header { background: #BCAC9A; }

#searchbox .results li.result.selected { color: #BCAC9A; }

#system #comments .comment-byadmin .comment-head { background: #EAE2DA; }


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

.wk-gallery-showcase .slides-container:hover .next,
.wk-gallery-showcase .slides-container:hover .prev { background-image: url(../images/widgetkit/gallery/buttons.png); }

.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; }

.wk-gallery-showcase .wk-slideset > div .next,
.wk-gallery-showcase .wk-slideset > div .prev {  background-image: url(../images/widgetkit/gallery/navigation_buttons.png); }

.spotlight .overlay { background: url(../images/widgetkit/spotlight/hover.png); }

/* OVERRIDE by Massimiliano Conti 25/07/12 per cambiare colore da rosso a giallo dell'overlay in homepage spotlight
.spotlight .overlay-default  { background-color: rgba(176,57,46,0.5); } */
.spotlight .overlay-default  { background-color: rgba(188,172,154,0.5); }