/*--------------------------------------------------------------
 # Copyright (C) joomla-monster.com
 # License: http://www.joomla-monster.com/license.html Joomla-Monster Proprietary Use License
 # Website: http://www.joomla-monster.com
 # Support: info@joomla-monster.com
 ---------------------------------------------------------------*/
.border_img {
    border: 3px solid #A68664;
}

.readon {
    background: url("../images/readmore.png") no-repeat right top #7e4c35;    
    font-weight: normal;
    line-height: 15px;
    padding: 3px 20px;
    margin: 10px 0;    
    text-transform: lowercase;
    float: right;
}

a.readon:link, a.readon:visited {
	color: #c59f62;
	text-decoration: none;
}

a.readon:hover {
    text-decoration: underline;
}

p.green {
    padding: 0 0 0 10px;
    border-left: 3px solid #697714;
}

p.blue {
    padding: 0 0 0 10px;
    border-left: 3px solid #325864;
}

p.red {
    padding: 0 0 0 10px;
    border-left: 3px solid #a73a07;
}

p.yellow {
    padding: 0 0 0 10px;
    border-left: 3px solid #faffdc;
}


p.greenfill {
    background: #697714;
    display: block;
    padding: 10px;
    text-align: justify;
    color: #FFFFFF;
}

p.bluefill {
    background: #325864;
    display: block;
    padding: 10px;
    text-align: justify;
    color: #92c6ec;
}

p.redfill {
    background: #a73a07;
    display: block;
    padding: 10px;
    text-align: justify;
    color: #ffc9c9;
}

p.yellowfill {
    background: #faffdc;
    display: block;
    padding: 10px;
    text-align: justify;
    color: #968f09;
}

p.dark1 {
    background: #173b38;
    display: block;
    padding: 10px;
    text-align: justify;
    color: #fff;
}

p.dark2 {
    background: #182123;
    display: block;
    padding: 10px;
    text-align: justify;
    color: #a0acaf;
}

.quote, blockquote {
    background: transparent url("../images/comp_head.png") repeat top left;
    color: #B18B6A;
    display: block;
    font-size: 13px;
    font-style: italic;
    line-height: 16px;
    padding: 10px;
}

.quote:before, blockquote:before {
    background: transparent url("../images/quote.png") no-repeat top left;
    color: #80523B;
    font-size: 20px;
    content: '\A0 \A0 \A0 \A0';
    padding: 1px 3px;
}

ul.redlist li {
    background: url("../images/redmenuli.png") no-repeat 0 7px;
}

ul.redlist li ul li {
    background: url("../images/submenu.png") no-repeat 0 6px;
}

ul.linked li {
    padding: 0 0 0 12px;
}

ul.linked li a:hover {
    background: url("../images/rightu1sub.png") no-repeat right 3px transparent;
    padding: 0 0 0 10px;
}


