/*

	1 - LIFESTREAM

	2 - 16 PIXELS

*/

/*===============================================

	L I F E S T R E A M
	Social networks icons

===============================================*/

	.icons-social {
		display: block;
		font-size: 12px;
	}
	
		.icons-social a {
			float: right;
			margin: 4px;
			opacity: 1;
			width: 18px;
			height: 18px;
		}
		
			.icons-social a:hover {
				opacity: 0.7;
			}


/*===============================================

	1 6   P I X E L S
	16px icons

===============================================*/

	.ico16 {
		display: inline-block;
		line-height: 1.5em; /* needed */
		padding: 3px 0 3px 25px;
		background-position: left 0.3em;
		background-repeat: no-repeat;
	}
	
	
		.ico16-folder {
			background-image: url('/wp-content/themes/StrictOne/framework/assets/images/icons/16/glyphs/gray/folder.png');
		}
	
			.ico16-folder-2 {
				background-image: url('/wp-content/themes/StrictOne/framework/assets/images/icons/16/glyphs/gray/folder-2.png');
			}
	
		.ico16-calendar {
			background-image: url('/wp-content/themes/StrictOne/framework/assets/images/icons/16/glyphs/gray/calendar.png');
		}
		
		.ico16-tag {
			background-image: url('/wp-content/themes/StrictOne/framework/assets/images/icons/16/glyphs/gray/tag.png');
		}
	
		.ico16-comment {
			background-image: url('/wp-content/themes/StrictOne/framework/assets/images/icons/16/glyphs/gray/comment.png');
		}
	
			.ico16-comment-2 {
				background-image: url('/wp-content/themes/StrictOne/framework/assets/images/icons/16/glyphs/gray/comment-2.png');
			}
	
		.ico16-link {
			background-image: url('/wp-content/themes/StrictOne/framework/assets/images/icons/16/glyphs/gray/link.png');
		}