/* 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#page {  }


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

/* Toolbar */
#toolbar { text-shadow: 0 1px 0 rgba(253,253,255,1.0); }

#toolbar,
#toolbar a { color: #99999b; }
#toolbar a:hover { color: #222224; }

/* Footer */
#footer {
	color: #87878B;
	text-shadow: 0 1px 0 transparent;
}

#footer a { color: #fafafa; }


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


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

/* Module Type: Headerbar Line */

#headerbar .module {
	color: #666668;
	text-shadow: 0 1px rgba(253,253,255,1.0);
}

#headerbar .module strong { color: #444446; }
#headerbar .module small { color: #99999b; }


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


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

/* Canberra Web mods
----------------------------------------------------------------------------------------------------*/

a.home-bottom-link {
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	top:0px;
	left:0px;
}

.ce-module textarea, .ce-module input {
	width:100%;
}

.wk-content img {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

#content img {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    max-width: 100%;
}

.main_images_wrapper img, .main_images_wrapper div {
	border-radius:0px !important;
	-moz-border-radius:0px !important;
	-webkit-border-radius:0px !important;
}

div.main_images_wrapper {
	position:relative !important;
	margin:auto !important;
	float:none !important;
}



.menu-dropdown li.level1 {
margin-right: 4px !important;
}

#bottom-a .mod-box:hover {
	background-color:#f4f4f4;
	border:2px solid #e4e4e4;
	box-shadow:inset 0 0 15px #e4e4e4;
	
}