/*** gray colourscheme for style1.css ***/




/*** body background  ***/
/* #CCCCC (a lighter gray) */

body {
  background-color: #CCCCCC;  
}




/*** body text ***/
/* #000000 (Black) */

body {
  color: #000000;
}




/*** borders, links, ... ***/
/* #708090 (SlateGray) */

#site {
  background-color:  #708090;
}

.node, .box, #top, .comment, #bottom .navlinks {
  border-color: #708090;
}

a, .navlinks, .nodetitle:before, .boxsubject:before, .nodetitle:after, .boxsubject:after {
  color: #708090;
}

.pollfg {
  background-color: #708090 !important; /* set to important to override theme default $foreground */
}




/*** background for titles etc ***/
/*** #EEEEEE (a light gray) ***/

#site {
  color: #EEEEEE;
}

.nodetitle, .boxsubject, .commentsubject, .navlinks, hr {
  background-color: #EEEEEE;  
}

.nodeinfo, .commentinfo, .nodelinks, .commentlink, .taxo {
  border-color: #EEEEEE;
}

.pollbg {
  background-color: #EEEEEE !important; /* set to important to override theme default $background */
}




/*** box and node content ***/
/* #FFFFFF (White) */

.nodeteaser, .nodeinfo, .nodelinks, .nodebody, .comment, .boxcontent, .taxo {
  background-color:  #FFFFFF;
}


/*** node and comment info ***/
/* #696969 (DimGray) */

.nodeinfo, .commentinfo {
  color: #696969;
}