/* 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
----------------------------------------------------------------------------------------------------*/

a { color: #309AD3; }

a:hover,
em, code { color: #C1265C; }


/* Layout
----------------------------------------------------------------------------------------------------*/


/* Menus
----------------------------------------------------------------------------------------------------*/


/* Modules
----------------------------------------------------------------------------------------------------*/

.mod-box-color1 {
	background: #0089CF;
	background: -moz-linear-gradient(-45deg, #0089CF 0%, #0089CF 100%);
	background: -webkit-linear-gradient(-45deg, #0089CF 0%,#0089CF 100%);
	background: -o-linear-gradient(-45deg, #0089CF 0%,#0089CF 100%);
	background: linear-gradient(to bottom right, #0089CF 0%,#0089CF 100%); 
}

.mod-box-color1 a { color: #FFFFFF; }

.mod-box-color2 {
	background: #38485C;
	background: -moz-linear-gradient(-45deg, #38485C 0%, #38485C 100%);
	background: -webkit-linear-gradient(-45deg, #C38485C 0%,#38485C 100%);
	background: -o-linear-gradient(-45deg, #38485C 0%,#38485C 100%);
	background: linear-gradient(to bottom right, #38485C 0%,#38485C 100%); 
}

.mod-box-color2 a { color: #FFFFFF; }


/* Tools
----------------------------------------------------------------------------------------------------*/

#socialbar.untouched .social-icons,
.social-icons { background-image: url(../images/socialbar_button.png);; }


/* System
----------------------------------------------------------------------------------------------------*/

