

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


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

a { color: #339ABB; }

::-moz-selection { background: #85CCE0; color: #fff; }
::selection { background: #85CCE0; color: #fff; }

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


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

/* Set Active */
.menu-dropdown li.active .level1,
.menu-dropdown li.level1:hover .level1,
.menu-dropdown li.remain .level1,
.menu-dropdown a.level2:hover,
.menu-dropdown a.level3:hover,
.menu-sidebar a:hover,
.menu-sidebar li > span:hover { color: #fff; }

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

.wk-slideshow-inspire .nav span { background-image: url(../images/widgetkit/slideshow/nav.png); }