﻿/* Modal Hacks */
* html #modalHeader{
	left: 0px !important;
	top: 28px !important;
	width: 330px;
}
* html #modalHeaderText{
	left: 15px !important;
}

/* Nav Menu Hacks */
* html #navList li{
	padding: 13px 11px;
}

/* List Hacks */
* html #episodeList li{
	height: 0px;
}


/* Container Hacks */
* html #leftColumn{
	margin-left: 15px;
}
* html #sidepanel{
	margin-left: 15px;
}

/* Expandable button Hacks */
* html div.lgButton div div{
	margin-top: 11px;
}
* html div.lgButton{
	margin-top: -8px;
}
* html div.smButton{
	margin-top: -5px;
}
* html div.smButton div div{
	margin-top: 7px;
}

/* Footer Hacks */
* html #footer #footerLinks{
	left: 565px !Important;
}