/*-----------------------------------------------------
                It's hurting my eyes
-----------------------------------------------------*/

body {
  background: #f1f1f1 url(/static/images/top-gradient_invert.png) top left repeat-x;  
  color:#000;
}

a, a:link {
  color:#0c4f9c;
}

a:visited {
  color:#444;
}

a:hover, a:active {
  color:#444;
}

.blueprint {
  background: #fff url(/static/images/blueprint_bg_invert.jpg) top center no-repeat; 
}

.pf {
  background:url(/static/images/alpha_light_grey.png) top left repeat;
}

* html div.pf { 
  background:none;
  filter:progid:DXimageTransform.Microsoft.alphaimageLoader(src='/static/images/alpha_light_grey.png', sizingMethod='scale'); 
}

.sidebar, .col1 {
  background:url(/static/images/alpha_white.png) top left repeat;
  color:#444;
}

* html div.sidebar {
  background:none;
  filter:progid:DXimageTransform.Microsoft.alphaimageLoader(src='/static/images/alpha_white.png', sizingMethod='scale');   
}

* html div.col1 {
  background:none;
  filter:progid:DXimageTransform.Microsoft.alphaimageLoader(src='/static/images/alpha_white.png', sizingMethod='scale');   
}

.masthead {
  margin:-20px 0 0 15px;  
  padding:60px 0 0px 85px;
  background:url(/static/images/masthead_dark.png) top left no-repeat;
}

* html div.masthead {
  background:none;
  filter:progid:DXimageTransform.Microsoft.alphaimageLoader(src='/static/images/masthead_dark.png', sizingMethod='crop'); 
}

.masthead, .masthead a {
  color:#000;
}