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

a:hover,
code { color: #A3B429; }

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

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

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


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

.menu-dropdown li.level1.active a.level1,
.menu-dropdown li.level1.active span.level1  { 
	border-top-color: #B24E71;
	border-bottom-color: #943758;
	background: #D15C85;
	background: -webkit-linear-gradient(top, #D15C85, #C44976);
	background: -moz-linear-gradient(top, #D15C85, #C44976);
	background: -o-linear-gradient(top, #D15C85, #C44976);
	background: linear-gradient(to bottom, #D15C85, #C44976);
}

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

.menu-dropdown li.level2 a.current.level2 { 
	border-color: #B94E75;
	border-top-color: #BB5377;
	background: #D15C85;
	background: -webkit-linear-gradient(top, #D15C85, #C44976);
	background: -moz-linear-gradient(top, #D15C85, #C44976);
	background: -o-linear-gradient(top, #D15C85, #C44976);
	background: linear-gradient(to bottom, #D15C85, #C44976);
}

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

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

.module.mod-box .menu-sidebar li.level1 > .active.level1,
.module.mod-box .menu-sidebar li.level1 > .current.level1 { 
	border-color: #B64B71;
	border-top-color: #B24E71;
	background: #D15C85;
	background: -webkit-linear-gradient(top, #D15C85, #C44976);
	background: -moz-linear-gradient(top, #D15C85, #C44976);
	background: -o-linear-gradient(top, #D15C85, #C44976);
	background: linear-gradient(to bottom, #D15C85, #C44976);
}

.module.mod-box .menu-sidebar li.level1.parent > .level1.active,
.module.mod-box .menu-sidebar li.level1.parent > .level1.current { border-bottom-color: #A73E64; }
.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: #732B44; }

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

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

.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: #D07195 ; }


/* 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: #A73D65;
	background-color: #C44976;
}

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

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

.mod-box-color a { color: #732B44; }

.mod-box-color em.box {
	background-color: #B5486E;
	border-color: #9E3D60;
}

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


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

.color1 { color: #BF3E6F; }
.color2 { color: #A3B429; }

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: #BD3E6D;
	border-bottom-color: #9E345B;
	background: #D15C85;
	background: -webkit-linear-gradient(top, #D15C85, #C44976);
	background: -moz-linear-gradient(top, #D15C85, #C44976);
	background: -o-linear-gradient(top, #D15C85, #C44976);
	background: linear-gradient(to bottom, #D15C85, #C44976);
}

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

.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: #BD3E6D;
	border-bottom-color: #9E345B;
	background: #C44976;
	background: -webkit-linear-gradient(top, #C44976, #BE3F6F);
	background: -moz-linear-gradient(top, #C44976, #BE3F6F);
	background: -o-linear-gradient(top, #C44976, #BE3F6F);
	background: linear-gradient(to bottom, #C44976, #BE3F6F);
}

.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: #A93863;
	background: #BE3F6F;
	background: -webkit-linear-gradient(top, #BE3F6F, #C44876);
	background: -moz-linear-gradient(top, #BE3F6F, #C44876);
	background: -o-linear-gradient(top, #BE3F6F, #C44876);
	background: linear-gradient(to bottom, #BE3F6F, #C44876);
}

.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: #9E3D60; }

.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: #9E3D60; }

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

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

#system .item > .links a:hover {
	border-color: #BD3E6D;
	border-bottom-color: #9E345B;
	background: #D15C85;
	background: -webkit-linear-gradient(top, #D15C85, #C44976);
	background: -moz-linear-gradient(top, #D15C85, #C44976);
	background: -o-linear-gradient(top, #D15C85, #C44976);
	background: linear-gradient(to bottom, #D15C85, #C44976);
}

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

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

.searchbox .results li.result.selected {
	border-color: #B64B71;
	border-top-color: #B24E71;
	background: #C44976;
	background: -webkit-linear-gradient(top, #D15C85, #C44976);
	background: -moz-linear-gradient(top, #D15C85, #C44976);
	background: -o-linear-gradient(top, #D15C85, #C44976);
	background: linear-gradient(to bottom, #D15C85, #C44976);
}

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


/* Widgetkit
----------------------------------------------------------------------------------------------------*/

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