/*
 * ------------------------------------------------------------------------
 * JA ores template for Joomla 3.x
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2018 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
*/

/* BLOG LAYOUT
----------------------------------------------------*/
/* Date typo ---*/
#ja-blog-style .createdate-icon .ja-date,
#ja-blog-style .createdate-icon .ja-month,
#ja-blog-style .createdate-icon .ja-year {
	text-shadow: 1px 1px 0 #000;
}

.blog .createdate-icon .ja-date,
.blog .createdate-icon .ja-month,
.blog .createdate-icon .ja-year {
	text-shadow: 1px 1px 0 #000;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Bot spotlight ---*/
#ja-botsl {
	-moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
}

/* ------------------- */
/* ---- typo.css ----- */
/* ------------------- */
/* Legend ---*/
.legend-title {
	text-shadow: 1px 1px 0 #000;
}

.legend-hilite .legend-title {
	text-shadow: none;
}

div.itemHeader h2.itemTitle span sup,
div.userItemHeader h3.userItemTitle span sup,
div.tagItemHeader h3.tagItemTitle span sup,
div.catItemHeader h3.catItemTitle span sup {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}