/* COMMENTED OUT ENTIRE FILE 
and, while using kickstarter module, it didn't change anything...
Using this file to test changing colors for Volle Family web site */

/* Colors the screen to the very top/bottom when the content is pulled up/down
body { background-color: #4d6a26;}
 */ 

/* Menu */

/* Override the wine red background with CORNFIELD GREEN 
The line below was 
	"background-color: #4d6a26;
	 background-image: none;""
*/

/* 
.container-header {
    background-color: #4d6a26;
    background-image: none;
}
 */

/* Text should now be white */
/* 
.container-header .mod-menu {
    color: white;
}
*/
/* Here's the second modification  */
/* .site-grid {
    background-color: #faf7f2;
}
 */
/* Here's the third modification which replaced the green menu color with background...

.header {
    background-color: #faf7f2;
}
*/

/* Here's the 4th modification which also replaced the green menu color with background...
.grid-child {
    padding: 3px 15px;
    background-color: #faf8f7;
}

I don't know the effect of this last mod to footer...

.footer {
    background-color: #faf8f7;
    background-image: none;
}
*/ 