/* 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
 */

.widthAll {width:100%}
/* Base
----------------------------------------------------------------------------------------------------*/

/*a { color: #55381C !important; }*/

a:hover,
em, code { color: #A08259 ; }


/* Layout
----------------------------------------------------------------------------------------------------*/


/* Menus
----------------------------------------------------------------------------------------------------*/


/* Modules
----------------------------------------------------------------------------------------------------*/

.mod-box-color1 {
  background: #32839E;
  background: -moz-linear-gradient(-45deg, #5FA0C0 0%, #32839E 100%);
  background: -webkit-linear-gradient(-45deg, #5FA0C0 0%,#32839E 100%);
  background: -o-linear-gradient(-45deg, #5FA0C0 0%,#32839E 100%);
  background: linear-gradient(to bottom right, #5FA0C0 0%,#32839E 100%); 
}

.mod-box-color1 a { color: #B5D3DF; }

.mod-box-color2 {
  background: #9D315C;
  background: -moz-linear-gradient(-45deg, #C05F7C 0%, #9D315C 100%);
  background: -webkit-linear-gradient(-45deg, #C05F7C 0%,#9D315C 100%);
  background: -o-linear-gradient(-45deg, #C05F7C 0%,#9D315C 100%);
  background: linear-gradient(to bottom right, #C05F7C 0%,#9D315C 100%); 
}

.mod-box-color2 a { color: #D7A4B6; }


.mod-box-color3 {
  background: #55381C;
  background: -moz-linear-gradient(-45deg, #A08259 0%, #55381C 100%);
  background: -webkit-linear-gradient(-45deg, #A08259 0%,#55381C 100%);
  background: -o-linear-gradient(-45deg, #A08259 0%,#55381C 100%);
  background: linear-gradient(to bottom right, #A08259 0%,#55381C 100%); 
}

.mod-box-color3 a { color: #D7A4B6; }


.mod-box-color4 {
  background: rgba(0, 0, 0, 0) url("../images/module_box_transparency25.png") repeat scroll 0 0; 
}

/* Tools
----------------------------------------------------------------------------------------------------*/

#socialbar.untouched .social-icons,
.social-icons { background-image: url(../images/socialbar_button.png);; }


/* System
----------------------------------------------------------------------------------------------------*/

