/* 4 Guys, 1 Brain Productions
   http://www.4guys1brain.com/
   Website Stylesheet - Color Scheme: Colorful, original scheme, matches the logo, LEGO colors
*/

body                          { color: black;     background-color: #FFFFE0; }      /* LightYellow */



h1                            { color: blue;      background-color: transparent; }
    h2, h3, h4, h5, h6        { color: green;     background-color: transparent; }



A:link                        { color: blue;      background-color: transparent; }
A:visited                     { color: red;       background-color: transparent; }
A:active                      { color: green;     background-color: transparent; }
A:hover                       { color: black;     background-color: transparent; }

A:link     h1                 { color: blue;      background-color: transparent; }
A:link        h2 h3 h4 h5 h6  { color: red;       background-color: transparent; }
A:visited  h1                 { color: blue;      background-color: transparent; }
A:visited     h2 h3 h4 h5 h6  { color: red;       background-color: transparent; }
A:active   h1                 { color: red;       background-color: transparent; }
A:active      h2 h3 h4 h5 h6  { color: blue;      background-color: transparent; }  /* Note color reversal */



hr                            { color: green;     background-color: green;       }



/* White Boxes for dividing content */

div.box {
  color: black;
  background-color: white;
  border-color: red;
}



/* For the New "Sidebar of Champions" on the homepage */

div.sidebarofchampions                { color: white;     background-color: #4682B4;   }    /* SteelBlue */

div.sidebarofchampions a:link         { color: #FFD700;      background-color: transparent; } /* Gold */
div.sidebarofchampions a:active, 
div.sidebarofchampions a:hover        { color: white;     background-color: black;       }
div.sidebarofchampions a:visited      { color: white;     background-color: transparent; }

div.sidebarofchampions h1, 
div.sidebarofchampions h2,
div.sidebarofchampions h3,
div.sidebarofchampions h4,
div.sidebarofchampions h5,
div.sidebarofchampions h6             { color: white;     background-color: transparent; }

div.sidebarofchampions span.date      { color: yellow;    background-color: transparent; }

