/* 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 { color: #45484C; }

a { color: #98999a; }


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

------------------------------------------*/

body#page { background: #45484C; }

/* Blocks */
#block-toolbar { background: #45484C; }

#block-main {
  border-bottom: 10px solid #F2F2F0;
  background-color: /*#F2F2F0*/#F2F2F0;
}

#block-bottom {
  background-color: #F2F2F0;
  color: #b6babd;
}

/* Toolbar */
#toolbar { color: #777; }

/* Footer */
#footer {
  color: #59595B;
  text-shadow: 0 1px 0 rgba(0,0,0,0.15);
}

/* Box Styling */
#menubar,
#content, 
.mod-box {
  -moz-box-shadow:
    inset 0 1px 0 rgba(255,255,250,1.0),
    0 1px 2px rgba(0,0,0,0.12);
  -webkit-box-shadow:
    inset 0 1px 0 rgba(255,255,250,1.0),
    0 1px 2px rgba(0,0,0,0.12);
  box-shadow:
    inset 0 1px 0 rgba(255,255,250,1.0),
    0 1px 2px rgba(0,0,0,0.12);
}

#block-bottom .mod-box {
  -moz-box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.1),
    0 1px 2px rgba(0,0,0,0.15);
  -webkit-box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.1),
    0 1px 2px rgba(0,0,0,0.15);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.1),
    0 1px 2px rgba(0,0,0,0.15);
}

.mod-box-color1,
.mod-box-color2 {
  -moz-box-shadow:
    inset 0 0 0 1px rgba(0,0,0,0.15),
    inset 0 0 30px rgba(0,0,0,0.1),
    0 1px 1px rgba(0,0,0,0.12);
  -webkit-box-shadow:
    inset 0 0 0 1px rgba(0,0,0,0.15),
    inset 0 0 30px rgba(0,0,0,0.1),
    0 1px 1px rgba(0,0,0,0.12);
  box-shadow:
    inset 0 0 0 1px rgba(0,0,0,0.15),
    inset 0 0 30px rgba(0,0,0,0.1),
    0 1px 1px rgba(0,0,0,0.12);
}


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

------------------------------------------*/


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

------------------------------------------*/


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

------------------------------------------*/


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

------------------------------------------*/

/* WidgetKit Titles */
h3.toggler {font-size:20px!important}

/* Titles */

.home h1 {font-size:28px!important; line-height:40px!

important}

/* Header */
#block-toolbar {padding: 2px 0;}
#headerbar {padding:0;}