/*-----------------------------------------------------
                    Turn out the lights
-----------------------------------------------------*/


body {
  background: #000 url(/static/images/top-gradient.png) top left repeat-x;  
  color:#E6E6E6;  
}

a, a:link {
  color:#beed64;
}

a:visited {
  color:#defda4;  
}

a:hover, a:active {
  color:#defda4;
}

.leader h1 {
  color:#beed64;  
}

a.button {
  color:#444;
}

.blueprint {
  background: url(/static/images/blueprint_bg_fade.jpg) top center no-repeat; 
}

.container {
  background:url(/static/images/alpha_grey.png) top left repeat;
}

* html div.container { 
  background:none;
  filter:progid:DXimageTransform.Microsoft.alphaimageLoader(src='/static/images/alpha_grey.png', sizingMethod='scale'); 
}

.pf {
  background:url(/static/images/alpha_dark_grey.png) top left repeat;
}

* html div.pf { 
  filter:progid:DXimageTransform.Microsoft.alphaimageLoader(src='/static/images/alpha_grey.png', sizingMethod='scale'); 
}

.sidebar {
  background: url("/static/images/alpha_dark_grey.png") top left repeat;
}

* html div.sidebar {
  background:none;
  filter:progid:DXimageTransform.Microsoft.alphaimageLoader(src='/static/images/alpha_dark_grey.png', sizingMethod='scale'); 
}

.masthead {
  margin:-20px 0 0 -10px;  
  padding:60px 0 0px 110px;  
  background:url(/static/images/masthead_glow.png) top left no-repeat;
}

* html div.masthead { 
  background:none;
  filter:progid:DXimageTransform.Microsoft.alphaimageLoader(src='/static/images/masthead_glow.png', sizingMethod='crop'); 
}

.masthead, .masthead a {
  color:#edf8fa;
}

#commentPreview p {
  color:#beed64;
}
#commentPreview small {
  color:#fff;
}
