/**************************************
 * THEME NAME: webloom
 *
 * Files included in this sheet:
 *
 *   webloom/gradients.css
 **************************************/

/***** webloom/gradients.css start *****/

/**
  *  Adds all the nice finish to the standard theme
  *
  */
body, td, th, li {
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:100%;
  letter-spacing:0.02em;
}
body#site-index  {
	margin-bottom:0px;
	margin-top:0px;
	background-color: #8fb4cd;
}

th.header,
td.header,
div.header {
    background-image:url(gradient.jpg);
    background-position:top;    
    background-repeat:repeat-x;     
}

#header-home {
	padding-top:10px;	
	height:100px;
	background-color: #8fb4cd;
}
#footer {
	height:60px;
	margin-top:0px;
    background-image:url(sfondo-footer.jpg);     
}

.headermenu {
}



.navbar {
    background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}
.generalbox {
	background-color: white;
}
.clearer {
	background: #8fb4cd;
}

.sideblock .content {
	background-color: white;
	/***background-image:url(curva_box.jpg);***/
	/***background-repeat:no-repeat;***/
	/***background-position: bottom;***/
	/***padding-bottom: 40px;***/
	border:none;
}
#content  {
	margin-top:0px;
	background-color: white;
}

/*** selettore per la tabella pił esterna della pagina home
***/
#layout-table  {
	margin-top:0px;
	background-color: #8fb4cd;
	padding-bottom: 100px;
	
}
/*** selettore per la colonna di sinistra
***/
#left-column  {
}
.section   {
	background-color: white;
}

/*** BLOCCO MAIN MENU
***/

.block_site_main_menu sideblock
 {
}
/*** selettore per colonna 0 del main menu
***/
.c0 {
	background-color: white;
}
/*** selettore per colonna 1 del main menu
***/
.c1 {
	background-color: white;
}
/*** .r0 e .r1 permettono di fare righe con background alternati nel main menu. Attenzione lo stile della colonna prevale
su quello della riga ***/
.r0 {
}
/*** selettore per colonna 1 del main menu
***/
.r1 {
}


.navbar {
	background-color: white;
}
td.content {
	background-color: white;
}
.block_calendar_month .event_global {
  border-color:#FFA500 !important;
  background-color: #FFA500;
}
/***** webloom/gradients.css end *****/

