/*
	IDC Threads
	> This CSS enables IDC Threads.
	v.00005
*/

/* ooo	IDC Threads settings
		- Threads are displayed flat by default, to save CSS. This code is loaded on most blog installations though, as threads are displayed by default. */

		/* Normal indent */
		#idc-container .idc-thread .idc-thread .idc-thread {
			padding: 0 0 0 18px /* Reverts fix */ !important;
			}
		
		/* Normal comment */
		/*#idc-container .idc-thread_cover .idc-thread .idc-thread .idc-c,*/
		#idc-container .idc-thread .idc-thread .idc-c {
			background: url(https://www.intensedebate.com/themes/universal/images/idc-grey-0404.png) no-repeat -1533px -104px;
			padding: 5px 0 0 18px;
			}
		
		/* Collapse thread */
		#idc-container .idc-thread.idc-collapse .idc-thread {
			display: none;
			}
		
		/* Collapsed thread message */
		#idc-container .idc-thread_info {
			clear: both;
			display: none;
			float: left;
			padding: 0 0 .8em;
			}
			#idc-container .idc-thread.idc-collapse .idc-thread_info {
				display: block;
				}
			#idc-container .idc-thread_info div {
				padding: 8px 8px 8px 26px;
				background: url(https://www.intensedebate.com/themes/universal/images/idc-grey-0404.png) no-repeat -1533px -108px;
				float: left;
				}
			#idc-container .idc-thread_info h5 {
				margin: 0;
				}
		
		/* Enable hidden stuff ??? */
		#idc-container .idc-thread-h {
			display: block !important;
			}