/* ----------------------------------------------------------
Site: programmes
Filename: s-ie.css
URL: 
Author: Peter Barclay
Version: 2008.03.31
Description: Layout and cosmetic
Comments: This stylesheet is only used with Internet Explorer browsers (all versions). 
It provides only styling specific to those browsers, where adjustments to rules in the core stylesheets are required.
---------------------------------------------------------- */

/* Utils:
------
*/

	/*From main.css*/
	* {zoom:1;}
	/* Paragraph text doesn't wrap around the floating elements */
	.blq-rst *, p, 	#prg-wrapper-featured li, #prg-wrapper-extra li {zoom:0;}
/* Shared by all page types:
------
*/

	/* Lists inside promos - adjust inset slightly for IE */
	.promo ul.listContent li,
	.p-lead-shell li.promoLead .promoCopy ul li {
		margin-left:16px;
	}
	
	/* Correct IE-specific issue where closing </li> tag isn't recognised, causing erronious gaps below list items. */
	.p-lead-shell ul.boxPromoLead li.promoLead {
		display:inline;
	}
	
	/* Correct centring for nav strip li  */
	#prg-nav-main ul.nav-strip li {
		display: inline;
		vertical-align: top;
	}
	
	/* Correct centring for social bookmarks li  */
	ul.prg-bookmark-items li {
		display: inline;
		vertical-align: top;
	}

	/* float main nav links to the left, issue with ff1.5 that can't have float:left on them */
	#prg-nav-main ul.nav-strip li a {
		float:left;
	}

 
	body .prg-wrapper #vision-gallery-view ul#vision-gallery-grid li * {
		_margin-right:0px;
	}

	/* Rounded corner caps - zero the heights to fix IE bug */
	div.cap-t,
	div.cap-b {
		height:0;
	}
	
	/* Top caps */
	div.cap-t .cnr-l,
	div.cap-t .cnr-r {
		height:0;
	}
	div.cap-t .cnr-l {
		height:0;
	}
	div.cap-t .cnr-r {
		height:0;		
	}			

	/* Bottom caps */
	div.cap-b .cnr-l,
	div.cap-b .cnr-r {
		height:0;
	}
	div.cap-b .cnr-l {
		height:0;
	}
	div.cap-b .cnr-r {
		height:0;
	}

	/* visionApps gallery buttons */
	body #vision-gallery-view .comment p, body #vision-gallery-view a:link, body #vision-gallery-view a:visited, body #vision-gallery-view a:focus, body #vision-gallery-view a:hover, body #vision-gallery-view a:active, body #vision-gallery-view cite {
		_height:21px;
	}

	#prg-wrapper-featured #vision-comments-view * {
		zoom:0;
	}
/* Pagetype-specific
------
*/

/* Index page type */

	
/* Subndex page type */


/* Content page type */
	#vision-gallery-view .videogallery-content-promo {
		_margin-left:31px;
	}