/** Stylesheet for RED color scheme **/
/**************************************/

body { background: url(images/gray/background.png) repeat; }
.menu ul li { background: #900000 url(images/gray/menu-sep.png) repeat-y left; }
.menu ul li li { background-image: none; border-top: 1px #ff0021 solid; }
.menu ul li li li { border-left: 1px #ff0021 solid; border-top: 1px #ff0021 solid; }
/*.menu ul a { text-shadow: #000 1px 1px 1px; } */
.menu ul a:hover { color: #33cc00; }
.description { color: #fff; }
.sidebar { color: #000; }
.sidebar a { color: #ff0021; }
.sidebar ul li { background: url(images/gray/sidebar-li-sep.png) repeat-x bottom; }
#home { background: #900000 url(images/gray/menu-rnd-left.png) no-repeat bottom left; }
#lastli { background: #900000 url(images/gray/menu-rnd-right.png) no-repeat bottom right; }
.banner { background: url(images/gray/banner-bottom.png) no-repeat bottom; }
.content { background: #fff; }
.information { background: url(images/gray/sidebar-li-sep.png) repeat-x bottom; }
#footer { background: url(images/gray/footer-top.png) no-repeat top; }
.post-date, .posts li a { color: #ff0021; }
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; }

/*Category page*/

.comment_cat { margin: 0; padding: 0; font-size: 14px; color: #3da93d; }
.commentlist_cat { list-style: none; margin: 10px 0 0 0; padding: 0; }
.commentlist_cat ul { list-style: none; margin: 10px 0 20px 20px; padding: 0; }
.commentlist_cat li { margin: 0 0 10px 0; padding: 0; }
.commentlist_cat li li { margin: 0; padding: 0; }
