/* 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:#363636 url(../images/background-trust-blue-tile.gif) center repeat-y;
}

div#page-bg {
background:url(../images/footer-trust-background.jpg) 50% 100% no-repeat;
}

div#page-bg2 { background: url(../images/clouds-trust-background.jpg) 50% -5px no-repeat; }


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

/* Toolbar */
#toolbar { font-family:"MavenProRegular"; }
#toolbar,
#toolbar a { color: #666666; }
#toolbar a:hover { color: #222224; }

/* Footer */
#footer {
	color: #87878B;
	text-shadow: 0 1px 0 rgba(253,253,255,1.0);
	margin-bottom:300px;
}

#footer a { color: #444446; }


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