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

/*
 * 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: #DF5C55; }

a:hover,
code { color: #6AB9B1; }

::-moz-selection { background-color: #EB7966; }
::selection { background-color: #EB7966; }

ins, mark { background-color: #EB7966; }

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


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

.menu-dropdown li.level1.active a.level1,
.menu-dropdown li.level1.active span.level1  { 
	border-top-color: #C86757;
	border-bottom-color: #A9514C;
	background: #EB7966;
	background: -webkit-linear-gradient(top, #EB7966, #E26C66);
	background: -moz-linear-gradient(top, #EB7966, #E26C66);
	background: -o-linear-gradient(top, #EB7966, #E26C66);
	background: linear-gradient(to bottom, #EB7966, #E26C66);
}

#page .menu-dropdown li.level1.active a.level1 > span,
#page .menu-dropdown li.level1.active span.level1 > span { 
	border-color: #CF675C;
	box-shadow: inset -1px 0 0 #EB7966,
    			inset 1px 0 0 #EB7966; 
}

.menu-dropdown li.level2 a.current.level2 { 
	border-color: #D26C5C;
	border-top-color: #D36D5C;
	background: #EB7966;
	background: -webkit-linear-gradient(top, #EB7966, #E26C66);
	background: -moz-linear-gradient(top, #EB7966, #E26C66);
	background: -o-linear-gradient(top, #EB7966, #E26C66);
	background: linear-gradient(to bottom, #EB7966, #E26C66);
}

.menu-dropdown a.level3 { background-image: url(../images/menu_dropdown_level3.png); }

.menu-dropdown a.level3:hover,
.menu-dropdown a.current.level3 { color: #DF5C55; }

.module.mod-box .menu-sidebar li.level1 > .active.level1,
.module.mod-box .menu-sidebar li.level1 > .current.level1 { 
	border-color: #D26D5C;
	border-top-color: #C86757;
	background: #EB7966;
	background: -webkit-linear-gradient(top, #EB7966, #E26C66);
	background: -moz-linear-gradient(top, #EB7966, #E26C66);
	background: -o-linear-gradient(top, #EB7966, #E26C66);
	background: linear-gradient(to bottom, #EB7966, #E26C66);
}

.module.mod-box .menu-sidebar li.level1.parent > .level1.active,
.module.mod-box .menu-sidebar li.level1.parent > .level1.current { border-bottom-color: #C05C57; }
.module.mod-box .menu-sidebar li.level1:last-child > .active.level1,
.module.mod-box .menu-sidebar li.level1:last-child > .current.level1 { border-bottom-color: #8B3834; }

.module.mod-box .menu-sidebar li.level1:first-child > .active.level1,
.module.mod-box .menu-sidebar li.level1:first-child > .current.level1 { border-top: 1px solid #C05C57; }

.module.mod-box-black .menu-sidebar li.level1 > .active.level1,
.module.mod-box-black .menu-sidebar li.level1 > .current.level1 { border-bottom-color: #C05C57; }

.menu-sidebar li.parent .level1 > span { background-image: url(../images/menu_sidebar_parent.png); }

.module.mod-box-black .menu-sidebar li.parent .level1 > span { background-image: url(../images/menu_sidebar_parent_black.png); }

.menu-sidebar ul.level2 a { background-image: url(../images/menu_sidebar_level2.png); }

.menu-sidebar ul.level2 a:hover,
.menu-sidebar ul.level2 a.current { color: #EA7866; }


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

.module .badge { background-image: url(../images/module_badges.png); }

.mod-box-color .badge,
.mod-box-colorheader .badge  { background-image: url(../images/module_badges_color.png); }

.module .module-title .icon { background-image: url(../images/module_icons.png); }

.mod-box-color .module-title .icon,
.mod-box-colorheader .module-title .icon  { background-image: url(../images/module_icons_color.png); }

.mod-box-header.mod-box-color .module-title {
	border-bottom-color: #C05C57;
	background-color: #E26C66;
}

.mod-box-color { background: #EB7966; }

.mod-box-color,
.mod-box-header.mod-box-color .module-title {
	background: -webkit-linear-gradient(top, #EB7966, #E26C66);
	background: -moz-linear-gradient(top, #EB7966, #E26C66);
	background: -o-linear-gradient(top, #EB7966, #E26C66);
	background: linear-gradient(to bottom, #EB7966, #E26C66);
}

.mod-box-color a { color: #8B3834; }

.mod-box-color em.box {
	background-color: #CF665C;
	border-color: #B75A52;
}

.mod-box-color::-moz-selection { background: #6AB9B1; }
.mod-box-color::selection { background: #6AB9B1; }


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

.color1 { color: #DF5C55; }
.color2 { color: #77BFB7; }

form.style button:hover,
form.style input[type="button"]:hover,
form.style input.button:hover,
form.style #submit:hover,
.mod-box-color form.style button,
.mod-box-color form.style input[type="button"],
.mod-box-color form.style input.button,
.mod-box-color form.style #submit,
.button-default:hover,
.mod-box .button-primary,
.button-primary {
	border-color: #D65251;
	border-bottom-color: #B34444;
	background: #EB7966;
	background: -webkit-linear-gradient(top, #EB7966, #E26C66);
	background: -moz-linear-gradient(top, #EB7966, #E26C66);
	background: -o-linear-gradient(top, #EB7966, #E26C66);
	background: linear-gradient(to bottom, #EB7966, #E26C66);
}

form.style button:active,
form.style input[type="button"]:active,
form.style input.button:active,
form.style #submit:active, 
.button-default:active {
	background: #E26C66;
	background: -webkit-linear-gradient(top, #E26C66, #E67171);
	background: -moz-linear-gradient(top, #E26C66, #E67171);
	background: -o-linear-gradient(top, #E26C66, #E67171);
	background: linear-gradient(to bottom, #E26C66, #E67171);
}

.mod-box-color form.style button:hover,
.mod-box-color form.style input[type="button"]:hover,
.mod-box-color form.style input.button:hover,
.mod-box-color form.style #submit:hover,
.button-primary:hover {
	border-color: #D65251;
	border-bottom-color: #B34444;
	background: #E36060;
	background: -webkit-linear-gradient(top, #E36060, #DF5353);
	background: -moz-linear-gradient(top, #E36060, #DF5353);
	background: -o-linear-gradient(top, #E36060, #DF5353);
	background: linear-gradient(to bottom, #E36060, #DF5353);
}

.mod-box-color form.style button:active,
.mod-box-color form.style input[type="button"]:active,
.mod-box-color form.style input.button:active,
.mod-box-color form.style #submit:active,
.button-primary:active {
	border-color: #B34444;
	background: #DF5453;
	background: -webkit-linear-gradient(top, #DF5453, #E35F60);
	background: -moz-linear-gradient(top, #DF5453, #E35F60);
	background: -o-linear-gradient(top, #DF5453, #E35F60);
	background: linear-gradient(to bottom, #DF5453, #E35F60);
}

.mod-box-color form.style input[type="text"],
.mod-box-color form.style input[type="password"],
.mod-box-color form.style select,
.mod-box-color form.style textarea { border-color: #B75A52; }

.mod-box-color form.style input[type="text"]:focus,
.mod-box-color form.style input[type="password"]:focus,
.mod-box-color form.style select:focus,
.mod-box-color form.style textarea:focus { border-color: #B75A52; }

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

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

#system .item > .links a:hover {
	border-color: #D65251;
	border-bottom-color: #B34444;
	background: #EB7966;
	background: -webkit-linear-gradient(top, #EB7966, #E26C66);
	background: -moz-linear-gradient(top, #EB7966, #E26C66);
	background: -o-linear-gradient(top, #EB7966, #E26C66);
	background: linear-gradient(to bottom, #EB7966, #E26C66);
}

#system .item > .links a:active {
	background: #E26C66;
	background: -webkit-linear-gradient(top, #E26C66, #E67171);
	background: -moz-linear-gradient(top, #E26C66, #E67171);
	background: -o-linear-gradient(top, #E26C66, #E67171);
	background: linear-gradient(to bottom, #E26C66, #E67171);
}

.searchbox .results li.more-results:hover { color: #DF5C55; }

.searchbox .results li.result.selected {
	border-color: #D26D5C;
	border-top-color: #C86757;
	background: #EB7966;
	background: -webkit-linear-gradient(top, #EB7966, #E26C66);
	background: -moz-linear-gradient(top, #EB7966, #E26C66);
	background: -o-linear-gradient(top, #EB7966, #E26C66);
	background: linear-gradient(to bottom, #EB7966, #E26C66);
}

#system span.highlight { background-color: #EB7966; }


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

.wk-slideset-sync .nav.icon span { background-image: url(../images/widgetkit/nav.png); }