/**************************************
 * THEME NAME: montale1
 *
 * Files included in this sheet:
 *
 *   montale1/colors_gradients.css
 *   montale1/intestazioni.css
 **************************************/

/***** montale1/colors_gradients.css start *****/

/**
  *  Adds all the nice finish to the standard theme
  *
  */

/* gradients */

th.header,
td.header,
div.header {     
    background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}

h1.header, h2.header, h3.header {     
    background-image:url(gradient-white.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}

.navbar {
    background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}

/* colors */

#header-home {
	background-color: #feebcc;
	border: 1px solid #ffb693;
}

body {
  background-color: #fdf5db;
}
/***** montale1/colors_gradients.css end *****/

/***** montale1/intestazioni.css start *****/

/**
  *  Adds all the nice finish to the standard theme
  *
  */

/* stile per coda del footer */
.coda {     
    color: fuchsia;     
    border: 1px solid gray;
    margin-left: 20%;
    margin-right: 20%;    
}/***** montale1/intestazioni.css end *****/


