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

body { background: url(images/blue/background.png) repeat; }
.menu ul li { background: #4a6298 url(images/blue/menu-sep.png) repeat-y left; }
.menu ul li li { background-image: none; border-top: 1px #6b81b0 solid; }
.menu ul li li li { border-left: 1px #6b81b0 solid; border-top: 1px #6b81b0 solid; }
.menu ul a:hover { color: #fff600; }
.description { color: #bac9e8; }
.sidebar, .sidebar a { color: #bfcbe8; }
.sidebar ul li { background: url(images/blue/sidebar-li-sep.png) repeat-x bottom; }
#home { background: #4a6298 url(images/blue/menu-rnd-left.png) no-repeat bottom left; }
#lastli { background: #4a6298 url(images/blue/menu-rnd-right.png) no-repeat bottom right; }
.banner { background: url(images/blue/banner-bottom.png) no-repeat bottom; }
.content { background: #4a6298; }
.information { background: url(images/blue/sidebar-li-sep.png) repeat-x bottom; }
#footer { background: url(images/blue/footer-top.png) no-repeat top; }
.post-date, .posts li a { color: #bfcbe8; }
table { border-color: #1d315e; }
table caption { background: #1d315e; }
th { background: #1d315e; }
#comments { background: url(images/blue/sidebar-li-sep.png) repeat-x top; }
#commentform #submit:hover { border-top: 1px #202b44 solid; border-left: 1px #202b44 solid; border-right: 1px #7a8fbb solid; border-bottom: 1px #7a8fbb solid; }
#commentform #submit { border-top: 1px #7a8fbb solid; border-left: 1px #7a8fbb solid; border-right: 1px #202b44 solid; border-bottom: 1px #202b44 solid; }
.post-navigation { background: url(images/blue/sidebar-li-sep.png) repeat-x top; }