/* 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
----------------------------------------------------------------------------------------------------*/

body { color: #8699a9; }


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

body { 	background: #c2e7ef; }

@media (min-device-width: 1025px) {

	body {
		background: #c2e7ef url(../images/background/gradient.svg) 50% 0 no-repeat fixed;
		background-size: 150% 150%;
	}

}


/* Menus - Mega Drop-Down Menu
----------------------------------------------------------------------------------------------------*/

/* Level 1 */
.menu-dropdown a.level1,
.menu-dropdown span.level1 { color: #1a6890; }

/* Level 2-3 */
.menu-dropdown a.level2,
.menu-dropdown span.level2,
.menu-dropdown a.level3 { color: #8699a9; }

/* Menu + Module */
.menu-dropdown .module a { color: #8699a9; }


/* Menus - Sidebar/Accordion Menu
----------------------------------------------------------------------------------------------------*/

/* Link */
.menu-sidebar a,
.menu-sidebar li > span,
.menu-sidebar a.level2 { color: #8699a9; }


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

/* Transparent */
.mod-box-transparent1 { background-image: url(../images/module_box_transparent1.png); }
.mod-box-transparent2 { background-image: url(../images/module_box_transparent2.png); }

.system-white #footer { color: #8699a9; }


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

/* Zebra List and Table */
.mod-plain ul.line > li { border-bottom-color: #bfdce3; }

table.zebra caption { color: #A0C5CF; }

.mod-box-color ul.zebra > li.odd,
.mod-box-color table.zebra tbody tr.odd {
    background: #D3EBF8;
    background: rgba(255,255,255,0.2);
}

/* Boxes */
.box-note,
.box-info,
.box-warning,
.box-hint,
.box-download,
.box-content { border-color: #DDEAEE; }

/* Forms (Needed for System Markup) */
form.style input:focus,
form.style select:focus,
form.style textarea:focus { border-color: #2697d1; }


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

/* Drop-Down Results */
.searchbox .results li.results-header { color: #b0c1d3; }

/* Breadcrumbs */
.breadcrumbs {
    background: #d6eff5;
    background: url(../images/module_box_transparent1.png) 0 0 repeat;
}

/* Author */
#system .author-box {
    border-color: #fff;
    background: rgba(255,255,255,0.3);
}

#system .author-box .avatar { border-color: #fff; }

/* Comments */
#system #comments .comment-head,
#system #comments .comment-byadmin .comment-head,
.comments-list > article { border-color: #fff; }

#system #comments .comment-byadmin .comment-head {  background: rgba(255,255,255,0.3); }


/* Item
----------------------------------------------------------------------------------------------------*/

.isblog #system .item,
.isblog #system > .title,
.noblog #content {
    padding: 30px;
    background: #f4f4f4;
    background: url(../images/module_box_transparent1.png) 0 0 repeat;
}

/* Widgetkit Gallery
----------------------------------------------------------------------------------------------------*/
.wk-gallery-glass li { background: url(../images/module_box_transparent2.png) 0 0 repeat; }