/* Munchkin Fantasy CSS Document */

/* Colors and images */

body        { color: #2c1200; background-color: #ffd09a; } /* light brown on Munchkin Tan */
#content    { background-color: #f6f1df; }                 /* Munchkin White */
#header     { height: 197px; background: url("/img/catHeaderTreasure.jpg") no-repeat top; }
ul, #excerpts ul, .photos ul, .cards_left ul, .cards_right ul { list-style-image: url("/img/Mbullet.png"); }
ul ul { list-style-image: url("/img/Mbullet2.png"); }
#footer a   { width: 458px; height: 28px; background: url("/img/footer.jpg"); }
.rollover a { width: 150px; height: 75px; background: url("/img/productAnimate2.jpg"); }

/* Border dimensions: 20px wide, 20px tall */
#bb_a_tl, #bb_a_tr, #bb_a_le, #bb_a_re, #bb_a_bl, #bb_a_br { width: 20px; }
#bb_a_tl, #bb_a_te, #bb_a_tr, #bb_a_bl, #bb_a_be, #bb_a_br { height: 20px; }
#bb_a_te, #bb_a_be { left: 20px;  right: 20px; }
#bb_a_le, #bb_a_re { top: 20px;  bottom: 20px; }
#borderbox_a {	padding: 20px; }

/* Border images */
#bb_a_tl { background-image: url("/img/cornerTL.jpg"); }
#bb_a_tr { background-image: url("/img/cornerTR.jpg"); }
#bb_a_bl { background-image: url("/img/cornerBL.jpg"); }
#bb_a_br { background-image: url("/img/cornerBR.jpg"); }
#bb_a_te { background-image: url("/img/sideTop.jpg"); }
#bb_a_le { background-image: url("/img/sideLeft.jpg"); }
#bb_a_re { background-image: url("/img/sideRight.jpg"); }
#bb_a_be { background-image: url("/img/sideBottom.jpg"); }

/* Shoulder images */
.his, .hers { height: 252px; }
.his  { background-image: url("/img/fantasy/shoulderL.png"); width: 187px; }
.hers { background-image: url("/img/fantasy/shoulderR.png"); width: 152px; }
