/* 
    Document   : comic-styles.css
    Created on : 23 Feb, 2010, 12:58:17 PM
    Author     : lk
    Description: CSS for Wp Comics front end
        
*/
#instructions { display: none; }
.char-wrap { max-width: 100%; overflow-x: auto; }
.char-container td{ padding: 5px; }

.arrow-color { color: red;}
.preview-strip { border: 2px solid #ccc; }


/***jQuery validator***/

label.error { display: none; }
.dialouges-right{ width: 47%!important }
.dialouges-left, dialouges-right { width: 47%!important }
.error{color: red}

/*
.comic-strip { border: 1px solid #000; }
    .comic-strip-box { float: left; border: 1px solid #ccc; }
        .comic-strip-box span.ld { float: left; border: 1px solid #000; margin: 5px 0 0 5px; width: 35%; word-wrap:break-word; padding: 3px; }
        .comic-strip-box span.rd { float: right; border: 1px solid #000; margin: 5px 5px 0 0; width: 35%; word-wrap:break-word; padding: 3px; }
        .comic-strip-box span.bls { float: left; background: transparent url(../images/bls.gif) no-repeat 25% 0; height: 15px; width: 50%; }
        .comic-strip-box span.brs { float: right; background: transparent url(../images/brs.gif) no-repeat  75% 0; height: 15px; width: 50%;}
        .img-left { margin: 0 40px 0px 3px; }
        .img-right { margin: 0 3px 0px 0; }*/
