/* 
Title: 		Master Styles for ArtsAlive.ca  - DANCE HOME
Author:		jay.west for the National Arts Centre
Contact:	creative@jaywest.com
Updated:	October 26, 2006 
*/

/* Section COLOUR SCHEME */

#navGlobal {height: 83px;}
#navGlobal li a {padding: 83px 0 0 0;}
#navSection, #navGlobal li {background-color: #c00;}
#navSection {height: 0;padding: 0;}

#footer {border-top: 1px solid #c00;}


body.english #contentFrame {background: transparent url(/img/dan/home/bgHomeEn.jpg) top left no-repeat;}
body.french #contentFrame {background: transparent url(/img/dan/home/bgHomeFr.jpg) top left no-repeat;}
	
#contentFrame #contentColumn {
	margin-left: 0;  /* counteract the global */
	width:592px;	
	/*display:inline;*/
	/*position:relative;  fix the IE/Win Peekaboo bug - applied to this float and any of its child divs */	
}

#bottomInner {background: #000 url("/img/thf/home/bgBlackFade.gif") bottom left repeat-x; width: 720px;}

#contentBottom .footnote {margin: 10px 0 10px 0; float:none; }


/* Intro Text
--------------------------------------------------------------------------------- */

#contentColumn h2 {display:none;}

body.english #intro {margin: 100px 0 50px 0;}
body.french #intro {margin: 100px 0 50px 0;}

html>body.english #intro {margin: 80px 0 50px 0;} /* hide from IE */
html>body.french #intro {margin: 80px 0 0 0;} /* hide from IE */

#contentColumn #intro p {line-height: 20px; color:#fff;}


/* What's Hot
--------------------------------------------------------------------------------- */

#whatshot ul {
	width: 74%;
}
#whatshot li {
	width: 47%; /* restrict the width to make 2 columns */
	/*margin: 0 10px 10px 0;
	padding: 15px 0 0 0;*/
}



/* Spotlight
--------------------------------------------------------------------------------- */

#spotlight {
	margin-right: 20px;
	position:relative; /* required to position caption over image */ 
}



