﻿

/* Grass */
body.client-theme { background: url(img/grass.jpg) bottom center fixed; }
body.client-theme #pagewrap > header {  }
body.client-theme #contentBody {
    background: rgba(255, 255, 255, 0.7); 
    background: linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.7));
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.7));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0.7)));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.7));
    }
body.client-theme #pagewrap, body.client-theme #sidebar1, body.client-theme #middle, body.client-theme #sidebar2 { background: none; }
body.client-theme nav.primary ul { background: rgba(255, 255, 255, .5); }
body.client-theme footer { background: #62a70c; border-top: 5px solid #bce62d; color: #444; }
body.client-theme fieldset { background: #ecf6ff; border-color: #428bca; }
body.client-theme fieldset legend { background: #fff; border-color: #428bca; }
