/*
	Chameleon Large
	> Code for the large version of IDC
	v.000012
*/

/* ooo	Large modifications
		- Below are modifications made to the default IDC when the Large version is enabled. It's mostly just adjusting margins and sizes so it looks perfect. */

	/* Normal comment */
	#idc-container .idc-thread .idc-thread .idc-c,
	#idc-container .idc-cover .idc-thread_cover .idc-thread .idc-thread .idc-c {
		background-position: -1524px -102px;
		}
	
	#idc-container .idc-official,
	#idc-container .idc-rep {
		margin-top: 14px !important;
		}
		
		#idc-container .idc-c .idc-c-h {
			height: 48px;
			}
			
			#idc-container .idc-c .idc-c-h-inner {
				height: 44px;
				}
				
				#idc-container .idc-c .idc-i {
					height: 44px;
					line-height: 44px !important; /* !important until remake */
					}
		
		#idc-container .idc-a {
			border: none;
			height: 44px;
			margin: 0 14px 0 0;
			}
			
			#idc-container .idc-a img,
			#idc-container .idc-c.idc-anonymous .idc-a img:hover {
				height: 42px;
				width: 42px;
				}
			
			#idc-container .idc-c .idc-a img,
			#idc-container .idc-c.idc-anonymous .idc-a img:hover {
				padding: 1px;
				}
				
				#idc-container .idc-c .idc-a img:hover {
					height: 44px;
					padding: 0;
					width: 44px;
					}
		
		#idc-container .idc-c-h .idc-v {
			margin: 12px 10px 0 0;
			}
		
		#idc-container .idc-user .idc-user .idc-right,
		#idc-container .idc-user .idc-user .idc-user_i {
			padding-top: 14px !important;
			}
		
		#idc-container .idc-a .idc-a-facebook {
			margin: 29px 0 -1px -14px;
			}

/* ooo	idc-m Menu */
		#idc-container .idc-m {
			margin: 6px 0 0 28px;
			_margin-left: -28px;
			}