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



img { vertical-align: middle; }

.ic-btn-small {
    padding: 4px 9px;
    font-size: 14px !important;
    line-height: 16px;
}

/* content
----------------------------------------------------------------------------------------------------*/

.isblog #system .item, .noblog #content {
    padding: 20px;
    box-shadow: none;
}


.mform a {background: #cc0000; padding: 15px; color: #fff;}

.mform a:hover {background: #0465AC; padding: 15px; color: #ffff00;}

#system h1.title  {
    font-size: 18px; padding-top: 20px;
}

.contacts a {color: #333;}


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

.bg {
	background: url(../images/bg.jpg) 50% 30% no-repeat fixed;
	background-size: 100% auto;
}


body {  }

#block-toolbar { background: #2a2f31; }

#header { 
	border-bottom: 1px solid #ffff00;
	background: #0664AC;
}

#top-a { 
	background: #0664AC;
	padding: 15px 0;
}

#block-main { }

#bottom-a { background: #0465AC; }

#footer {
	border-top: 1px solid #ffff00;
	background: #0465AC;
}

#main {background: #fff;}


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

.menu-dropdown .dropdown-bg > div { background: #ffff00; }




/*.menu-dropdown  li.parent.remain > .level1 > span,
.menu-dropdown  li.level1.parent:hover > .level1 > span { background: url(../images/menu_dropdown_level1_parent.png) 50% 100% no-repeat; }*/


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


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

#top-a .button-primary { box-shadow: inset 0 -1px 0 rgba(0,0,0,0.3); }

#top-a .mod-plain .button-primary:hover,
#top-a .mod-plain .button-primary:active {
	box-shadow: inset 0 1px 5px rgba(0,0,0,0.5),
				inset 0 0 1px rgba(0,0,0,0.5),
				0 1px 0 rgba(255,255,255,0.3);
}

#top-a .button-default,
#top-a form.style button,
#top-a form.style input[type='button'],
#top-a form.style input[type='submit'] { box-shadow: inset 0 -1px 0 rgba(0,90,130,0.9); }

#top-a .mod-plain .button-default:hover,
#top-a form.style button:hover,
#top-a form.style input[type='button']:hover,
#top-a form.style input[type='submit']:hover,
#top-a .mod-plain .button-default:active,
#top-a form.style button,
#top-a form.style input[type='button']:active,
#top-a form.style input[type='submit']:active {
	box-shadow: inset 0 0 0 1px rgba(0,90,130,0.9),
				inset 0 0 5px rgba(0,0,0,0.5),
				0 1px 0 rgba(255,255,255,0.3);
}


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

.searchbox input:-moz-placeholder { color: #becbd4; }
.searchbox input::-webkit-input-placeholder { color: #becbd4; }
.searchbox input.placeholder { color: #becbd4; }

.searchbox .results { background: #2a2f31; }

.searchbox .results:after { background-image: url(../images/menu_dropdown_level1_parent.png); }

.searchbox.loading button { background-image: url(../images/searchbox_loader.gif); }