/* 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,
code { color: #D71921; }

.level1 {color:#fff;}

mark { background-color: #32A1D9; }
ins { background-color: #47BC58; }

.bg-color1 strong { color: #B2DFFF; }
.bg-color2 strong { color: #A7E2A5; }

::-moz-selection { background: #e03a3e; }
::selection { background: #008AD0; }


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

/* 
 * BG Block 
 */



.body-dark,
.bg-dark { background: #e03a3e; }


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

.menu-dropdown li.active .level1:before,
#menu .menu-dropdown li.level1:hover .level1,
#menu .menu-dropdown li.remain .level1,
.menu-dropdown .dropdown-bg > div { background-color: #e03a3e; }

#menu .menu-dropdown li.level1:hover .level1,
#menu .menu-dropdown li.remain .level1  { border-color: #e03a3e; }

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

.menu-dropdown li.active .level1 { color: #fff; }

/* 
 * Menu Sidebar
 */

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

/* 
 * Sidebar on color1 modules 
 */

.bg-color1 .menu-sidebar li.parent .level1 > span,
.mod-box-color1 .menu-sidebar li.parent .level1 > span { background-image: url(../images/menu_sidebar_parent_color1.png); }

.bg-color1 .menu-sidebar a.level2,
.mod-box-color1 .menu-sidebar a.level2 { background-image: url(../images/menu_sidebar_level2_color1.png); }

/* 
 *Sidebar on color2 modules 
 */

.bg-color2 .menu-sidebar li.parent .level1 > span,
.mod-box-color2 .menu-sidebar li.parent .level1 > span { background-image: url(../images/menu_sidebar_parent_color2.png); }

.bg-color2 .menu-sidebar a.level2,
.mod-box-color2 .menu-sidebar a.level2 { background-image: url(../images/menu_sidebar_level2_color2.png); }

/* 
 * Menu Sidebar on grey + default modules 
 */
 
#page .mod-box-default .menu-sidebar li.parent .level1 > span,
#page .mod-box-grey .menu-sidebar li.parent .level1 > span { background-image: url(../images/menu_sidebar_parent.png); }
#page .mod-box-default  .menu-sidebar a.level2,
#page .mod-box-grey  .menu-sidebar a.level2 { background-image: url(../images/menu_sidebar_level2.png); }

.mod-line .menu-sidebar li .active,
#page .mod-box-default .menu-sidebar li .active,
#page .mod-box-grey .menu-sidebar li .active { color: #e03a3e; }


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

.mod-box .module-title,
.mod-line .module-title { color: #0081C1; }

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

.mod-box-color1 { 
	border-color: #b60c13;
	background: #e03a3e;
}
.mod-box-color-feed { 
	border-color: #b78e00;
	background: #ddac00;
}
.mod-box-color-biomass { 
	border-color: #5c2633;
	background: #743242;
}
.mod-box-color-oilseed { 
	border-color: #386f1b;
	background: #529430;
}
.mod-box-color-other { 
	border-color: #137088;
	background: #1ea0c1;
}


.mod-box-color2 { 
	background: #fff;list-style:none;padding:0px;
}
.mod-box-color2 h3 { 
	text-align:center;color:#fff;padding:10px;font-weight:400;
}
.mod-box-color2 .module-title { 
	min-height:20px; background: #0093d0;margin-left:auto;margin-right:auto;
}
.mod-box-color2 li { 
	padding:8px 0px;text-align:center;border-bottom: 1px dashed #ccc;line-height:18px;
}
.mod-box-color2 a { 
	color:#000000;
}
.mod-box-color2 a:hover { 
	color:#e20002;text-decoration:none;
}



.mod-box-color22 { 
	background: #fff;list-style:none;padding:0px;
}
.mod-box-color22 h3 { 
	text-align:left;color:#fff;padding:10px;font-weight:400;
}
.mod-box-color22 .module-title { 
	min-height:20px; background: #0093d0;margin-left:auto;margin-right:auto;
}
.mod-box-color22 li { 
	padding:8px 0px;text-align:left;border-bottom: 1px dashed #ccc;line-height:18px;
}
.mod-box-color22 a { 
	color:#000000;
}
.mod-box-color22 a:hover { 
	color:#e20002;text-decoration:none;
}




.mod-box-color3 { color:#000;text-align:center;
	
}
.mod-box-color3 h3 { 
	text-align:center; color:#fff; margin: 0px; padding:10px; font-weight:bold; font-size:14px; text-transform:none; line-height:20px;
}
.mod-box-color3 .module-title { 
	min-height:20px; background: #e03a3e; margin-left:auto; margin-right:auto;margin-bottom:8px;
}
.mod-box-color3 { 
	color:#D71921;
}
.mod-box-color3 p { 
	text-align:center;color:#000;padding-bottom:0px;border-bottom: 1px dashed #ccc;margin-top:0px;margin-bottom:0px;
}



.mod-box-color4 { 
	background: #fff;
}
.mod-box-color4 h3 { 
	text-align:center;color:#fff;padding:10px;font-weight:bold;font-size:14px;text-transform:none;line-height:20px;
}
.mod-box-color4 .module-title { 
	min-height:20px; background: #e03a3e;margin-left:auto;margin-right:auto;margin-bottom:20px;
}
.mod-box-color4 a { 
	color:#999999;
}





.bg-colored .mod-box-default a {
	color: #0081C1;
	text-shadow: none;
} 

.bg-colored .mod-box-default code,
.bg-colored .mod-box-grey code { color: #0081C1; } 


/* Tools + System Links
----------------------------------------------------------------------------------------------------*/

.button-primary,
#page .mod-box-default .button-primary,
#page .mod-box-grey .button-primary,
#system .item > .links a {

	background: #696969;
}

.button-primary:hover,
#page .mod-box-default .button-primary:hover,
#page .mod-box-grey .button-primary:hover,
#system .item > .links a:hover {
	border-color: #005C8B;
	background: #0082C2;
}

.button-primary:active,
#page .mod-box-default .button-primary:active,
#page .mod-box-grey .button-primary:active,
#system .item > .links a:active {
	border-color: #00517A;
	background: #0079B4;
}	

dl.separator dt:after { background-color: #008CD1; }

em.box { color: #0081C1; }

.social-icons li a,
.module.mod-box-default .social-icons li a,
.module.mod-box-grey .social-icons li a { background-image: url(../images/tools/icons_social.png); }


/* Links
----------------------------------------------------------------------------------------------------*/

.menu-dropdown .level2 a:hover,
.menu-dropdown .level2 a.current,
.bg-color1 a:hover,
.mod-box-color1 a:hover,
.mod-box-color1 .menu-sidebar :hover,
.mod-box-color1 .menu-sidebar li .active,
.bg-color1 .menu-sidebar :hover,
.bg-color1 .menu-sidebar li .active,
.bg-color1 .mod-line .menu-sidebar li .active { color: #B2DFFF; }

.bg-color2 a:hover,
.mod-box-color2 a:hover,
.mod-box-color2 .menu-sidebar :hover,
.mod-box-color2 .menu-sidebar li .active,
.bg-color2 .menu-sidebar :hover,
.bg-color2 .menu-sidebar li .active,
.bg-color2 .mod-line .menu-sidebar li .active { color: #e20002; }


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

#system .pagination a:hover, 
#system .pagination strong,
.searchbox .results li.results-header,
.searchbox .results li.result.selected h3,
#system #respond h3 { color: #0081C1; }

#system .pagination a:hover { border-color: #006599; }

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

.searchbox .results li.more-results:hover { background-color: #0081C1; }

#system #comments .comment-byadmin .comment-head {
	border-color: #D3D9DB;
	background: #E9EFF2;
}

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


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




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

.wk-slideshow-infinite .caption h1 {
	background-color: #fff;
	background-color: rgba(255,255,255,0.5);
}

.wk-slideshow-infinite .caption h1 + span {
	background-color: #fff;
	background-color: rgba(255,255,255,0.5);text-shadow:1px 1px 2px #000;
}

