/**
 * @package     hubzero-cms
 * @file        components/com_tags/assets/css/tags.css
 * @copyright   Copyright 2005-2015 HUBzero Foundation, LLC.
 * @license     http://opensource.org/licenses/MIT MIT
 */

/*

	-- -- -- -- -- -- --
	com_tags CSS
	-- -- -- -- -- -- --

*/
/* Intro */
	#introduction:after {
		content: "\f02c";
	}

/* Item listing */
	.container .results .event .event-date {
		margin-right: 1em;
	}

	.container .results .member p.photo {
		margin-right: 1em;
		margin-left: 0;
		float: left;
	}

	.com_tags .block {
		padding: 1em;
	}
	.com_tags .moretags {
		padding: 0.5em 1em;
		margin-bottom: 0;
		text-align: right;
		background-color: #E3E3E3;
	}

/* Entries */
	.entries tbody td a {
		white-space: nowrap;
	}
	.entries tbody td .tag {
		font-size: 0.85em;
	}
	.entries tbody td span {
		color: #ccc;
	}

/* Misc. */
	.tag-description {
		margin: 0;
		padding: 1em 0;
	}
	.tag-description>p:first-child {
		padding-top: 0;
	}
	.entries tbody td.tag-deleted {
		background: #c14d33;
		color: #FFF;
		font-weight: bold;
		font-size: 14px;
		text-align: center;
	}

	.com_tags .sort-options a:before {
		content: "\2191";
		font-family: "Fontcons";
	}
	.com_tags .sort-options a.asc:before {
		content: "\2193";
		font-family: "Fontcons";
	}

/* Related tags */
	#related h3 {
		display: block;
		font-size: small;
		margin: 0;
	}
	#related {
		background: #e8e8e9;
		margin-top: -15px;
		padding: 10px;
		padding-bottom: 6px;
		-webkit-border-radius: 0 0 15px 15px;
		   -moz-border-radius: 0 0 15px 15px;
		    -ms-border-radius: 0 0 15px 15px;
		     -o-border-radius: 0 0 15px 15px;
		        border-radius: 0 0 15px 15px;
	}
	#related .clear {
		clear: left;
		margin: 0;
		height: 0;
	}
	#parents,
	#children,
	#co-tagged {
		width: 33%;
		float: left;
	}
	#co-tagged {
		text-align: center;
	}
	#children {
		text-align: right;
	}
	#children li {
		float: right;
	}
