/*
Tag cloud
------------------------------------------------------------------
*/

.tagcloud
{ border: 1px solid #ebebeb; font-size: 90%; margin-bottom: 10px; padding: 10px; width: auto; overflow: hidden; }

  #sidebar .tagcloud {
    /*overflow: auto;*/
    width: 158px;
  }

	.tagcloud h3
	{ background-color: #fff !important; color: #acacac; font-size: 110%; }

	.tagcloud ul
	{ list-style-type: none; margin: 5px 0; }

		.tagcloud ul li
		{ background-image: none !important; float: left; line-height: 190%; padding-left: 5px !important; }

			.tagcloud ul li a
			{ background-image: none !important; font-size: 100%; }

			.information .tagcloud ul li a
			{ color: #8b3; }
			
			.application .tagcloud ul li a
			{ color: #3492C4; }
			

				.tagcloud ul li.important a
				/*.tagcloud ul li a em*/
				{ font-size: 110%; line-height: 110%; font-style: normal; font-weight: bold; }

				.tagcloud ul li.very-important a
				/*.tagcloud ul li a strong*/
				{ font-size: 135%; line-height: 120%; font-style: normal; font-weight: bold; }

					.tagcloud ul li.ultra-important a
					/*.tagcloud ul li a strong em*/
					{ font-size: 165%; line-height: 100%; font-style: normal; font-weight: bold; }

