/* 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: #486216; }

a:hover,
em, code { color: #a9ba09; }


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


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


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

.mod-box-color2 {
	background: #486216;
	background: -moz-linear-gradient(-45deg, #486216 0%, #a9ba09 100%);
	background: -webkit-linear-gradient(-45deg, #486216 0%,#a9ba09 100%);
	background: -o-linear-gradient(-45deg, #486216 0%,#a9ba09 100%);
	background: linear-gradient(to bottom right, #486216 0%,#a9ba09 100%); 
}

.mod-box-color1 a { color: #f5e0b7; }

.mod-box-color1 {
	background: #486216;
	background: -moz-linear-gradient(-135deg, #486216 0%, #a9ba09 100%);
	background: -webkit-linear-gradient(-135deg, #486216 0%,#a9ba09 100%);
	background: -o-linear-gradient(-135deg, #486216 0%,#a9ba09 100%);
	background: linear-gradient(to bottom left, #486216 0%,#a9ba09 100%); 
}

.mod-box-color2 a { color: #b4bac3; }

.mod-box-color2 em,
.mod-box-color2 code { color: #E8B34D;}


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

#socialbar.untouched .social-icons,
.social-icons { background-image: url(../images/socialbar_button.png); }


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