There is a very big coding problem in FANCY theme.
If you check the source code of any post on your blog then you will find that there are double <head>tags like:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="EN" lang="EN">
<head>
<head>
However its fine in blog homepage.
Same appears when you check wordpress demo for this theme at http://wordpress.org/extend/themes/fancy
This is very bad for Search engine optimization of your blog.
I wonder how wordpress approved this theme?