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

/***** weston/gradients.css start *****/

/**
  *  Adds all the nice finish to the standard theme
  *
  */

th.header,
td.header,
h1.header,
h2.header,
h3.header,
div.header { 
    background-image:url(gradient.jpg);      
    background-repeat:repeat-x;     
}

.backdrop { 
    background-image:url(gradient.jpg);      
    background-repeat:repeat-x;     
}

.navbar {
    background-image:url(gradient.jpg);        
    background-repeat:repeat-x;     
}

.headermain, h1.headermain {
  float:left;
  margin:0;
  padding:0;
  background-image: url(bg.jpg);
  background-repeat: repeat-x;
}


.logininfo,
#header-home .headermenu font {
  font-size:0.8em;
  color: #C5D2E1;
}

.footerinfo {
  font-size:0.8em;
  color: #C5D2E1;
  background-image: url(bg.jpg);
  background-repeat: repeat;
  padding: 5px;
}
#footer .logininfo {
 font-size:0.8em;
  color: #000000;
  padding: 10px;
}


.clearfix2 {
  min-width: 0;
  background-image: url(bg.jpg);
  background-repeat: repeat;
  /* overflow: hidden; */
}
.clearfix2:after {
  /* content: "<!-- -->";  */
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  background-image: url(bg.jpg);
  background-repeat: repeat;
}

/* .clearfix2 {display: inline-table;} */

/* Hides from IE-mac \*/
* html .clearfix2 {height: 1%;}
.clearfix2 {display: block;}
/* End hide from IE-mac */

/***** weston/gradients.css end *****/


