/*--------------------------------------------------------------
# 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 ************************/

.border_img {
	background: #ffffff;
	padding: 5px;
	-webkit-box-shadow: 0px 0px 5px 0px #a8a8a8; 
	-moz-box-shadow: 0px 0px 5px 0px #a8a8a8; 
	box-shadow: 0px 0px 5px 0px #a8a8a8; 
}

a.readon:link,
a.readon:visited {
    float: left;
    text-decoration: none;
	padding: 0 15px 0 0;
    cursor: pointer;
	font-size: 0.9em;
}

a.readon:hover {
	text-decoration: underline;
}

a.readon2:link,
a.readon2:visited {
	display:inline-block;
	margin-top: 5px;
	background: #516889 url(../images/readon_button.png) repeat-x top left;
	-webkit-box-shadow: inset 1px 1px 0px 0px #a6bed2;
	-moz-box-shadow: inset 1px 1px 0px 0px #a6bed2;
	box-shadow: inset 1px 1px 0px 0px #a6bed2; 
	border: 1px solid #7596b5;
	padding: 7px 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	text-shadow: 1px 1px 0 #4a5f78;
	font-style: italic;
	text-decoration: none;
	cursor: pointer;
}

a.readon2:hover {
	-webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in;
}

p.green {
    border-left: 3px solid #93AE4F;
    padding: 0 0 0 10px;
}

p.blue {
    border-left: 3px solid #9CC5C9;
    padding: 0 0 0 10px;
}

p.red {
    border-left: 3px solid #B32905;
    padding: 0 0 0 10px;
}

p.orange {
    border-left: 3px solid #D56339;
    padding: 0 0 0 10px;
}

p.violet {
    border-left: 3px solid #8C6F72;
    padding: 0 0 0 10px;
}

p.greenfill {
    background: #93AE4F;
    display: block;
    padding: 10px;
    text-align: justify;
    color: #fff;
	text-shadow: none;
}

p.bluefill {
    background: #9CC5C9;
    display: block;
    padding: 10px;
    text-align: justify;
    color: #fff;
	text-shadow: none;
}

p.redfill {
    background: #B32905;
    display: block;
    padding: 10px;
    text-align: justify;
    color: #fff;
	text-shadow: none;
}

p.orangefill {
    background: #D56339;
    display: block;
    padding: 10px;
    text-align: justify;
    color: #fff;
	text-shadow: none;
}

p.violetfill {
    background: #8C6F72;
    display: block;
    padding: 10px;
    text-align: justify;
    color: #fff;
	text-shadow: none;
}

.quote {
	display: block;
	font-style: italic;
	padding: 10px 10px 10px 70px;
	background: url(../images/quote.png) no-repeat 0 top;
}

ul.clock li {
    background: url(../images/clock.png) no-repeat left center;
    padding: 5px 0 5px 25px;
    margin: 0;
}