/* 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
----------------------------------------------------------------------------------------------------*/


/* Layout
----------------------------------------------------------------------------------------------------*/
#toolbar{color:#ccc;
padding:5px;
}

#breadcrumbs{padding:5px;}

#sidebar-a
 .mod-box
 {
 border:1px solid #ccc}
 
#sidebar-b
 .mod-box
 {
 border:1px solid #ccc}
 
#maininner
.module-title{ background: url(../images/border.png)repeat-x;
background-position: bottom;
padding: 5px;
}

#content
header{ background: url(../images/arr.png)no-repeat;
text-indent: 30px;
background-position:top left ;
padding: 10px 0px 18px 
}

#maininner
.mod-box{border: 1px solid #CCCCCC;	
background: #3c9bf7  ;
background: -moz-linear-gradient(top, #80bceb 40%, #FFFFF0 100%);
background: -webkit-linear-gradient(top, #80bceb 40%, #FFFFF0 100%);	
border-radius: 3px;
}

#bottom-b 
 .mod-box{background:#043f47 ;
 -moz-box-shadow:
		inset 0 1px 0 rgba(54,54,54,1.0),
		2px 1px 2px rgba(0,0,0,0.12);
	-webkit-box-shadow:
		inset 0 1px 0 rgba(54,54,54,1.0),
		2px 1px 2px rgba(0,0,0,0.12);
	box-shadow:
		inset 0 1px 0 rgba(54,54,54,1.0),
		2px 1px 2px rgba(0,0,0,0.12);
		
}

#bottom-b
.module-title{ background:#043f47 url(../images/krop.png)no-repeat;
text-indent: 20px;
    background-position: left ;
    display: block;
  margin:0;
    line-height: 20px;
    padding: 5px; 
}

#headerbar{color:#ccc;}

#footer { 
color:#bbb;}


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


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


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


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

