/*
Scheme:
pink: #ff358b
darker brown: #cfab77
light brown: #fcead0
dark violet: #6b478c
light violet: #e1d2ee
=======================
dark grey: #333
blue: #01b0f0
*/

#main_stripe { background: #333; }
#main_stripe #tag_history .year { border-color: #999; background: #555; color: #aaa; }
#main_stripe #tag_history a:hover,
#main_stripe #tag_history span.year { background: #888; color: #fff; border-color: #aaa; }
#main_stripe #gallery_list .gallery { border-color: #999; background: #555; color: #aaa; }
#main_stripe #gallery_list a:hover,
#main_stripe #gallery_list span.gallery { background: #888; color: #fff; border-color: #aaa; }

#bd form legend { color: #333; }

/* Pravy sloupec */
#bd div#calendar_box { border-color: #01b0f0; }
#bd div#calendar_box h3 { color: #01b0f0; }
#bd ul.tab_selectors li a { background-position: -200px -40px; }
#bd ul.tab_selectors li a:hover { background-position: -100px -40px; }
#bd ul.tab_selectors li a.active:hover,
#bd ul.tab_selectors li a.active { background-position: 0 -40px; }
#bd #calendar_simple_list div.vevent { background: #f0f0f0; }
#bd #calendar_simple_list div.vevent span.summary { color: #ff358b; }
#bd #calendar_simple_list div.vevent abbr { color: #444; }
#bd div#gallery_box { border-color: #01b0f0; }
#bd div#gallery_box h3 { color: #01b0f0; }
#bd #gallery_simple_list div.gallery { background: #f0f0f0; }
#bd #gallery_simple_list div.gallery div.image { border-color: #444; }
