/* 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 { background-image:url('/wp-content/uploads/yootheme/back.jpg');
background-color:#4d66a2;
background-size:auto 100% ;
background-repeat:no-repeat;
background-attachment:fixed; }


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

/* Toolbar */

#toolbar,
#toolbar a,
#headerbar a { color: #fff; }

#toolbar a:hover,
#headerbar a:hover,
#footer a:hover { color: #000; }

/* Footer */
#footer {
	color: #FFF;
}

#footer a { color: #ffab4d; }


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


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

/* Module Type: Headerbar Line */

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

#headerbar .module strong { color: #29546c; }
#headerbar .module small { color: #77a1af; }


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


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

