#home {
 width:100%;
 padding:0 10px;
}

body {

}

#mainContent {
 width:100%;
}
#sideBar {
 display:none;
}

#navigator {
 margin-top:0px;
 height:55px;
}

#blogTitle h1 {
 text-shadow:none;
}

#blogTitle h1 a, #blogTitle h2 {
 color:#000;
 text-shadow:none;
}

#navList li { height:55px;}

#navList li:hover {
 background-color:#fff;
 color:#000;
}

#navList li:hover a{
 background-color:#fff;
 color:#000;
}

#navList a:hover {
 text-decoration:blink;
 color:#000; 
}

#navList a {
 height:55px;
 text-shadow:none;
}

#navList a:link, #navList a:visited, #navList a:active {
 text-shadow:none;
}