/* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
pre, .code {
    border-left: 5px solid #999999;
    background: #F6F6F6;
}

blockquote span.open {
    background: url('/images/so-q.gif') no-repeat left top;
}

blockquote span.close {
    background: url('/images/sc-q.gif') no-repeat bottom right;
}

/* Quote hilight */
.quote-hilite {
    border: 1px solid #CACACC;
    background: #FFFFFF;
}

/* Small quote */
.small-quote span.open-quote {
    background: url('/images/so-q.gif') no-repeat center left;
}

.small-quote span.close-quote {
    background: url('/images/sc-q.gif') no-repeat center right;
}

.small-quote span.author {
    border-top: 1px solid #DCDDE0;
    background: url('/images/author.gif') no-repeat 5px 4px #EAEBEE;
}

/* Rropcap */
.dropcap {
    color: #999999;
}

/* Tips, Error, Message, Hightlight*/
.error {
    color: #666666;
    background: url('/images/icon-error.gif') no-repeat top left;
}

.message {
    color: #999999;
    background: url('/images/icon-info.gif') no-repeat top left;
}

.tips {
    color: #666666;
    background: url('/images/icon-tips.gif') no-repeat top left;
}

.highlight {
    background: #FFFFCC;
}

/* Note Style */
p.stickynote {
    border: 1px solid #CACACC;
    background: url('/images/sticky-bg.gif') no-repeat 5px center #FFFFFF;
}

p.download {
    border: 1px solid #CACACC;
    background: url('/images/download-bg.gif') no-repeat 5px center #FFFFFF;
}

/* Check list */
ul.checklist li {
    background: url('/images/checklist-bg.gif') no-repeat 0 3px;
}

/* Small checklist */
ul.small-checklist li {
    background: url('/images/icon_list.gif') no-repeat 0 3px;
}

/* Check list */
ul.stars li {
    background: url('/images/star-bg.gif') no-repeat 0 3px;
}

/* Bignumber */
.bignumber {
    background: url('/images/ol-bg.gif') no-repeat top left;
    color: #7BA566;
}

/* Talking box. Thinking box. */
div.bubble1 span.author,
div.bubble2 span.author,
div.bubble3 span.author,
div.bubble4 span.author {
}

div.bubble1 div {
    background: url('/images/bub1-br.gif') no-repeat bottom right;
}

div.bubble1 div div {
    background: url('/images/bub1-bl.gif') no-repeat bottom left;
}

div.bubble1 div div div {
    background: url('/images/bub1-tr.gif') no-repeat top right;
}

div.bubble1 div div div div {
    background: url('/images/bub1-tl.gif') no-repeat top left;
}

div.bubble2 div {
    background: url('/images/bub2-br.gif') no-repeat bottom right;
}

div.bubble2 div div {
    background: url('/images/bub2-bl.gif') no-repeat bottom left;
}

div.bubble2 div div div {
    background: url('/images/bub2-tr.gif') no-repeat top right;
}

div.bubble2 div div div div {
    background: url('/images/bub2-tl.gif') no-repeat top left;
}

div.bubble3 div {
    background: url('/images/bub3-br.gif') no-repeat bottom right;
}

div.bubble3 div div {
    background: url('/images/bub3-bl.gif') no-repeat bottom left;
}

div.bubble3 div div div {
    background: url('/images/bub3-tr.gif') no-repeat top right;
}

div.bubble3 div div div div {
    background: url('/images/bub3-tl.gif') no-repeat top left;
}

div.bubble4 div {
    background: url('/images/bub4-br.gif') no-repeat bottom right;
}

div.bubble4 div div {
    background: url('/images/bub4-bl.gif') no-repeat bottom left;
}

div.bubble4 div div div {
    background: url('/images/bub4-tr.gif') no-repeat top right;
}

div.bubble4 div div div div {
    background: url('/images/bub4-tl.gif') no-repeat top left;
}

/* Legend */
.legend-title {
    background: #FFFFFF;
}

.legend {
    border: 1px solid #CACACC;
    background: #FFFFFF;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper {
    background: #FFFFFF;
}

#ja-containerwrap {
    background: none;
}

#ja-containerwrap2 {
    background: url('/images/cwf-bg.gif') repeat-x top left;
}

#ja-container {
    padding: 20px 0;
    background: url('/images/cwf-bg.gif') repeat-x top left;
}

#ja-container2 {
    padding: 0;
    background: url('/images/c-bg1.gif') repeat-y 18% 0;
    overflow: hidden;
}

/* Full */
#ja-containerwrap-f {
    background: url('/images/cwf-bg.gif') repeat-x top left #FFFFFF;
}

/* Full left */
#ja-containerwrap-fl {
    background: url('/images/cwf-bg.gif') repeat-x top left #FFFFFF;
}

/* Full right */
#ja-containerwrap-fr {
    background: none;
}

#ja-containerwrap-fr #ja-containerwrap2 {
    background: url('/images/cwf-bg.gif') repeat-x top left;
}


/* JOOMLA STYLE
--------------------------------------------------------- */
a.readon {
    border: 1px solid #ECECEC;
    background: url('/images/arrow.png') no-repeat 5px 48%;
    color: #006699;
}

a.readon:hover, a.readon:active, a.readon:focus {
    border: 1px solid #DDDDDD;
    background: url('/images/arrow.png') no-repeat 5px 48% #F6F6F6;
}

ul.menu li.active a {
    background-color: #ECECEC;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
    background-color: #F6F6F6;
}
