/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/*
 * 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
----------------------------------------------------------------------------------------------------*/
#toolbar {
padding:5px;
margin-bottom:5px;
}

#toolbar .float-right .module {
margin: 0 0 0 5px;
}

#header{
background: #fff url(../images/header.png) center no-repeat;
margin-top:0px;
-webkit-border-radius: 0px 0px 5px 5px;
border-radius: 0px 0px 5px 5px;
border: 1px solid #034460; 
-webkit-box-shadow: 0 1px 5px 0 #4A4A4A;
-moz-box-shadow: 0 1px 5px 0 #4A4A4A;
box-shadow: 0 1px 5px 0 #4A4A4A;
}

#logo{
padding-left:10px;

}

#footer {
background:#4a4a4a url(../images/layer.png) bottom repeat-x;
border-radius:5px;
-webkit-border-radius:5px;
padding:10px;
-webkit-box-shadow: 0 1px 5px 0 #4A4A4A;
-moz-box-shadow: 0 1px 5px 0 #4A4A4A;
box-shadow: 0 1px 5px 0 #4A4A4A;
font-size: 16px;  
}

#footer a{
color:#fff;
}

#footer a:hover{
color:#0a9edd;
}

/* Layout
----------------------------------------------------------------------------------------------------*/
#content{
background:#fff;
border: 1px solid #034460;
padding:5px;
border-radius:5px;
-webkit-border-radius:5px;
-webkit-box-shadow: 0 1px 5px 0 #4A4A4A;
-moz-box-shadow: 0 1px 5px 0 #4A4A4A;
box-shadow: 0 1px 5px 0 #4A4A4A;
}

#toolbar {background:#4a4a4a url(../images/layer.png) bottom repeat-x; height:20px;}

/* Menus
----------------------------------------------------------------------------------------------------*/
#menubar {
background:#034460 url(../images/layer.png) bottom repeat-x;
-webkit-border-radius: 0px 0px 5px 5px;
border-radius: 0px 0px 5px 5px; 
}

#menubar,
#menu {
height:50px;
line-height:50px;
font-size: 18px;  
}

#toolbar .menu-line a {color:#fff;}

/* Modules
----------------------------------------------------------------------------------------------------*/
#sidebar-b .module,
#sidebar-a .module,
#top-a .module,
#top-b .module,
#innertop .module,
#innerbottom .module,
#bottom-a .module,
#bottom-b .module {
-webkit-box-shadow: 0 1px 5px 0 #4A4A4A;
-moz-box-shadow: 0 1px 5px 0 #4A4A4A;
box-shadow: 0 1px 5px 0 #4A4A4A;
border-radius:5px;
-webkit-border-radius:5px;
background:#fff;
margin-top:0px;
border: 1px solid #034460;
}

#sidebar-b .module h3.module-title,
#sidebar-a .module h3.module-title,
#top-a .module h3.module-title,
#top-b .module h3.module-title,
#top-a .module h3.module-title,
#top-b .module h3.module-title,
#bottom-a .module h3.module-title,
#bottom-b .module h3.module-title{
background: url(../images/module_title.png) bottom no-repeat;
padding-bottom:10px;
color:#034460;
}

#breadcrumbs {
-webkit-box-shadow: 0 1px 5px 0 #4A4A4A;
-moz-box-shadow: 0 1px 5px 0 #4A4A4A;
box-shadow: 0 1px 5px 0 #4A4A4A;
border-radius:5px;
-webkit-border-radius:5px;
background:#fff;
margin-top:0px;
border: 1px solid #034460;
padding:5px;
}

/* Tools
----------------------------------------------------------------------------------------------------*/


/* System
----------------------------------------------------------------------------------------------------*/

