/*--------------------------------------------------------------
# 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
---------------------------------------------------------------*/

/*********************** FOR CUSTOM EDITOR SELECTOR ************************/

.home #jm-main .jm-module.grey a.readon:link,
.home #jm-main .jm-module.grey a.readon:visited,
a.readon:link,
a.readon:visited {
	background: url(../images/readmore2.png) no-repeat right 5px;
	padding: 0 10px 0 0;
	text-decoration: none;
}

.home #jm-main a.readon:link,
.home #jm-main a.readon:visited {
	background: url(../images/readmore.png) no-repeat right 5px;
}

.jm-module.cloud a.readon:link,
.jm-module.cloud a.readon:visited,
.home #jm-main .jm-module.cloud a.readon:link,
.home #jm-main .jm-module.cloud a.readon:visited {
	background: url(../images/readmore3.png) no-repeat right 5px !important;
}

a.readon:hover,
.home #jm-main a.readon:hover,
.home #jm-main .jm-module.grey a.readon:hover {
	text-decoration: underline;
}

.border_img {
	border: 4px solid #fff;
	-webkit-box-shadow: 0px 3px 4px 0px #c0c0c0;
	-moz-box-shadow: 0px 3px 4px 0px #c0c0c0;
	box-shadow: 0px 3px 4px 0px #c0c0c0;
}
	
p.green {
    border-left: 3px solid #9ccc16;
    padding: 0 0 0 10px;
}

p.blue {
    border-left: 3px solid #0090c0;
    padding: 0 0 0 10px;
}

p.orange{
    border-left: 3px solid #ffa83a;
    padding: 0 0 0 10px;
}

p.red {
    border-left: 3px solid #dd4848;
    padding: 0 0 0 10px;
}

p.navy {
    border-left: 3px solid #245786;
    padding: 0 0 0 10px;
}

p.greenfill {
    background: #9ccc16;
    display: block;
    padding: 10px;
    text-align: justify;
    color: #fff;
}

p.bluefill {
    background: #0090c0;
    display: block;
    padding: 10px;
    text-align: justify;
    color: #fff;
}

p.orangefill {
    background: #ffa83a;
    display: block;
    padding: 10px;
    text-align: justify;
    color: #fff;
}

p.redfill {
    background: #dd4848;
    display: block;
    padding: 10px;
    text-align: justify;
    color: #fff;
}

p.navyfill {
    background: #245786;
    display: block;
    padding: 10px;
    text-align: justify;
    color: #fff;
}

.quote {
    background: #F1F1F1 url(../images/quote.png) 10px 10px no-repeat;
    display: block;
    padding: 20px 20px 20px 50px;
	font-style: italic;
}