html, body {
  /*
  background-image: url($header_image_url);
  background-color: $common_bg_color;
  background-position: $common_bg_position;
  background-repeat: $common_bg_repeat;
  */
}
a { /*color: blue;*/ }
/*
#header #sitename { background-color: $sitename_bg_color; }
#header h1 a, #header #sitename p.description a { font-family: $sitename_font_family; font-size: $sitename_font_size; color: $sitename_font_color; }
#header #siteslogan { background-color: $sitemission_bg_color; font-family: $sitemission_font_family; font-size: $sitemission_font_size; color: $sitemission_font_color; }
#main { background-color: $content_bg_color; font-family: $content_font_family; font-size: $content_font_size; color: $content_font_color; }
#main a { color: $content_link_color; }
#LeftColum .block h2, #RightColum .block h2 { background-color: $block_header_bg_color; font-family: $block_header_font_family; font-size: $block_header_font_size; color: $block_header_font_color; }
#LeftColum .block .content, #RightColm .block .content { background-color: $block_content_bg_color; font-family: $block_content_font_family; font-size: $block_content_font_size; color: $block_content_font_color; border-style: solid; border-size: $block_content_border_size; border-colode: $block_content_border_color; }
#LeftColum .block .content a, #RightColm .block .content a { color: $block_content_link_color; }
*/

ul.themes { list-style: none; }
ul.themes li { float: left; min-height: 150px; margin: 2px; }
ul.themes li.active { border: 2px solid blue; margin: 0px; }
ul.filter li.active { background: blue; }
ul.filter li.active a { color: #ffffff; }
