/** Stylesheet for Blue color scheme **/
/**************************************/

body { background: #FFF5C9; }
.menu ul li { background: #426e7f url(images/blue/menu-sep.png) repeat-y left; }
.menu ul li li { background-image: none; border-top: 1px #bbcfc5 solid; }
.menu ul li li li { border-left: 1px #bbcfc5 solid; border-top: 1px #bbcfc5 solid; }
.menu ul a:hover { color: #FFF5C9; }
.description { color: #000; }
.sidebar, .sidebar a { color: #000; }
.sidebar ul li { background: url(images/blue/sidebar-li-sep.png) repeat-x bottom; }
#home { background: #426e7f url(images/blue/menu-rnd-left.png) no-repeat bottom left; }
#lastli { background: #426e7f url(images/blue/menu-rnd-right.png) no-repeat bottom right; }
.content { background: #bbcfc5; border: solid 5px #426e7f; }
.information { background: url(images/blue/sidebar-li-sep.png) repeat-x bottom; }
.post-date, .posts li a { color: #000; }
table { border-color: #aabea9; }
table caption { background: #000; }
th { background: #aabea9; }
#comments { background: url(images/blue/sidebar-li-sep.png) repeat-x top; }
#commentform #submit:hover { border-top: 1px #aabea9 solid; border-left: 1px #aabea9 solid; border-right: 1px #aabea9 solid; border-bottom: 1px #aabea9 solid; }
#commentform #submit { border-top: 1px #aabea9 solid; border-left: 1px #aabea9 solid; border-right: 1px #aabea9 solid; border-bottom: 1px #aabea9 solid; }
.post-navigation { background: url(images/blue/sidebar-li-sep.png) repeat-x top; }