/*--------------------------------------------------------------
 # 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
 ---------------------------------------------------------------*/
/***custom styles for editor***/

/* border for images with class = border_img  */
.border_img {
    border: 3px solid #F8D59F;
}

.readon {
	font-weight: bold;
   	padding: 2px 13px 2px 7px;
    text-align: right;
    text-decoration: none;
    color: #f8d59f;
    background: url(../images/arrow.png) right center no-repeat #5e031c;
}

a.readon:link, a.readon:visited {
	text-decoration: none;
	color: #f8d59f;
}

a.readon:hover {
	text-decoration: none;
	color: #f8d59f;
    background: url(../images/arrow-h.png) right center no-repeat #de7071;
}

p.green {
    padding: 0 0 0 10px;
    border-left: 4px solid #6d783f;
}

p.blue {
    padding: 0 0 0 10px;
    border-left: 4px solid #9899b1;
}

p.red {
    padding: 0 0 0 10px;
    border-left: 4px solid #8e0909;
}

p.violet {
    padding: 0 0 0 10px;
    border-left: 4px solid #94626c;
}

p.yellow {
    padding: 0 0 0 10px;
    border-left: 4px solid #e4993c;
}
 
p.greenfill {
	background: #6d783f;
	display: block;
    padding: 10px;
    text-align: justify;
	color: #FFFFFF;
}

p.bluefill {
	background: #9899b1;
	display: block;
    padding: 10px;
    text-align: justify;	
	color: #FFFFFF;
}

p.redfill {
	background: #8e0909;
	display: block;
    padding: 10px;
    text-align: justify;
	color: #FFFFFF;
}

p.violetfill {
	background: #94626c;
	display: block;
    padding: 10px;
    text-align: justify;
	color: #FFFFFF;
}

p.yellowfill {
	background: #e4993c;
	display: block;
    padding: 10px;
    text-align: justify;
	color: #FFFFFF;
}

p.dark1 {
	background: #3c0309;
	border-left: solid 4px #f8d59f;
	display: block;
    padding: 10px;
    text-align: justify;
	color: #f8d59f;
}

p.dark2 {
	background: #3c0309;
	border-left: solid 4px #840529;
	display: block;
    padding: 10px;
    text-align: justify;
	color: #f8d59f;
}

.quote, blockquote {
    background: url(../images/quote.png) top left no-repeat;
    font-style: italic;
    padding: 5px 10px 0 40px;
    font-weight: bold;
    display: block;
}

ul.linked,
ul.square,
ul.linked ul,
ul.square ul {
	list-style: none;
	padding: 0;
}

ul.linked li {
	background: none; 
	padding: 0; 
	margin: 0;
}

ul.linked li a {
	background: url(../images/linked.png) no-repeat 0 8px;
	display: block;
	margin: 0;
	padding: 0 0 0 15px;
}

ul.linked li a:hover {
	margin: 0 0 0 3px;
	padding: 0 0 0 12px;
	color: #de7071;
}

ul.square li {
	background: url(../images/li-square.png) no-repeat 0 7px; 
	margin: 0; 
	padding:0 0 0 13px;	
}

ul.square li li, ul.square li ul.square li {
	background: url(../images/li.png) no-repeat 0 8px;
	padding:0 0 0 10px;	
}


