/** Stylesheet for Gray color scheme **/
/**************************************/

body { background:#444444; }
/*.menu ul li { background: #6b6b6b url(images/gray/menu-sep.png) repeat-y left; }*/
.menu ul li { background: #b4333b; }
.menu ul li li { background-image: none; border-top: 1px #8d8d8d solid; }
.menu ul li li li { border-left: 1px #8d8d8d solid; border-top: 1px #8d8d8d solid; }
.menu ul a:hover { color: #addef8; }
.description { color: #efefef; }
.sidebar, .sidebar a { color: #222222;}
.sidebar ul li { background: url(images/gray/sidebar-li-sep.png) repeat-x bottom; }
#home { background: #b4333b url(images/gray/menu-rnd-left.png) no-repeat bottom left; }
#lastli { background: #b4333b url(images/gray/menu-rnd-right.png) no-repeat bottom right; }
.banner { background: url(images/gray/banner-bottom.png) no-repeat bottom; }
/* .content { background: #6b6b6b; }*/
.content { background:  #ffffff url(images/glove_bg.jpg) no-repeat; }
.information { background: url(images/gray/sidebar-li-sep.png) repeat-x bottom; }
#footer { background: url(images/gray/footer-top.png) no-repeat top; }
.posts li a { color: #222222; }
table { border-color: #3c3c3c; }
table caption { background: #3c3c3c; }
th { background: #3c3c3c; }
#comments { background: url(images/gray/sidebar-li-sep.png) repeat-x top; }
#commentform #submit:hover { border-top: 1px #333232 solid; border-left: 1px #333232 solid; border-right: 1px #a3a2a2 solid; border-bottom: 1px #a3a2a2 solid; }
#commentform #submit { border-top: 1px #a3a2a2 solid; border-left: 1px #a3a2a2 solid; border-right: 1px #333232 solid; border-bottom: 1px #333232 solid; }
.post-navigation { background: url(images/gray/sidebar-li-sep.png) repeat-x top; }
.small {font-size: 11px;			 }