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


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

body { /*background: #2a2f31;*/ background: #fff; }

#block-toolbar { /*background: #2a2f31;*/ border-bottom:1px solid #ddd; }

#block-headerbar { 
	border-bottom: 2px solid #000;
	margin-top: 20px;
	/*background: #0071a5 url(../images/headerbar.png) 50% 50% repeat;
	background: url(../images/headerbar.png) 50% 50% repeat,
				url(../images/square_img.png) 50% 0 repeat-x,
				#0071a5;
	background: #006600;
	background: url(../images/square_img.png) 50% 0 repeat-x,
				#006600;*/
				/* IE10 Consumer Preview */ 
/*background-image: -ms-linear-gradient(left, #FFFFFF 30%, #006600 50%);*/

/* Mozilla Firefox */ 
/*background-image: -moz-linear-gradient(left, #FFFFFF 30%, #006600 50%);*/

/* Opera */ 
/*background-image: -o-linear-gradient(left, #FFFFFF 30%, #006600 50%);*/

/* Webkit (Safari/Chrome 10) */ 
/*background-image: -webkit-gradient(linear, left top, right top, color-stop(0.3, #FFFFFF), color-stop(0.5, #006600));*/

/* Webkit (Chrome 11+) */ 
/*background-image: -webkit-linear-gradient(left, #FFFFFF 30%, #006600 50%);*/

/* W3C Markup, IE10 Release Preview */ 
/*background-image: linear-gradient(to right, #FFFFFF 30%, #006600 50%);*/
}

#block-top-a { 
	/*background: #0071a5 url(../images/square_img.png) 50% 0 repeat-x;
	background: #006600 url(../images/square_img.png) 0% 0 repeat-x;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.2);*/
	background-color: #fff;
}

#block-main { background: #edf0f2; }

/*#block-bottom { background: #34393c; }*/

/*#block-bottom { background: #3c955e; }*/
#bottom-a { background: #e28f2f; text-align: center;}
#bottom-a { padding-top:0px; padding-bottom:0px;}
#bottom-b { background: #fff; margin-top: 20px; }
#block-footer {
	border-top: 1px solid #272829;
	background: #2a2f31;
}


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


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

.menu-dropdown a.level1,
.menu-dropdown span.level1 { color: #899299; font-weight:bold; }

.menu-dropdown li.level1:hover .level1,
.menu-dropdown li.remain .level1 { 
	background: #899299;
	font-weight:bold;
	background: rgba(0,0,0,0.15);
	box-shadow: 1px 0 0 rgba(255,255,255,0.04),
				-1px 0 0 rgba(255,255,255,0.04),
				inset 0 0 5px rgba(0,0,0,0.08);
	color: #fff;
}

.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; }
a.astrolabio-menu > span{
	color:#e47d00;
	}

/* 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); }