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


/*  ------ :hover simulator for IE	------	*/
body { behavior:url("/css/csshover.htc"); }


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

#whatshot h3 {display:none;}

#whatshot {
	font: 11px verdana, geneva, arial, sans-serif;
	color: #fff;
	padding: 20px 20px 20px 25px;
	overflow: hidden; /* ensure the div stretches to contain its floats */
	width: 710px; /* width or height is required by IE for the above rule to work */
	line-height:normal;
}
	
#whatshot a {color: #fff; text-decoration:none; padding: 0;}
#whatshot li:hover a {color: #000; background:none;}
#whatshot a:hover img {background-color:#000;}

#whatshot ul {
	float: left; /* opposing float with spotlight */
	margin: 20px 0 0 0;
	padding: 0;
	list-style-type: none;	/*turns off display of bullet*/
	width: 75%;
}
#whatshot li {
	float: left; /* required for columns */
	width: 48%; /* restrict the width to make 2 columns */
	margin: 0 5px 10px 0;
	padding: 10px 0 0 0;
}
#whatshot li img {
	border: 3px solid #88a0b8;
	margin: -10px 10px 0 0;
	float:left;
}


/* module colour borders - DAN is the default */
#whatshot li.module1 img, 
#spotlight img.module1 {border-color: #c00;}	/* MUS */
#whatshot li.module2 img, 
#spotlight img.module2 {border-color: #eb7828;}	/* ETH */
#whatshot li.module3 img, 
#spotlight img.module3 {border-color: #DCAE00;}	/* THF */
#whatshot li.module4 img, 
#spotlight img.module4 {border-color: #88a0b8;}	/* DAN */
#whatshot li.module5 img, 
#spotlight img.module5 {border-color: #75568D;}	/* Costumes */
#whatshot li.module6 img, 
#spotlight img.module6 {border-color: #A2782B;}	/* Posters */


#whatshot li.module0:hover {background-color: #999;}	/* none */
#whatshot li.module1:hover {background-color: #c00;}	/* MUS */
#whatshot li.module2:hover {background-color: #eb7828;}	/* ETH */
#whatshot li.module3:hover {background-color: #DCAE00;}	/* THF */
#whatshot li.module4:hover {background-color: #88a0b8;}	/* DAN */
#whatshot li.module5:hover {background-color: #75568D;}	/* Costumes */
#whatshot li.module6:hover {background-color: #A2782B;}	/* Posters */

#whatshot li.module1:hover a {color: #fff;}	/* MUS */

#spotlight a:hover img,
#whatshot li:hover img {border-color: #fff;}





/* RSS Button 
--------------------------------------------------------------------------------- */

#whatshot #feed {float:left; margin: 5px 0 0 0;}

#feed a.rss {
	font-family: Tahoma, Verdana, sans-serif;
	background: transparent url(/img/splash/feed-icon-12x12.gif) left center no-repeat;
	padding: 0 2px 0 17px;
	color:#f90;
	}
#feed a.rss:hover {
	background-color:#f90;
	color:#000;
	}



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

#spotlight {
	float: right; /* opposing float with what's hot */
	width: 162px;
}
#spotlight img {
	margin: 0;
	border: 3px solid #88a0b8;
}
#spotlight .caption {
	position: absolute; /* transparency does not work if we position the transparent div */
	top: 140px;
	left: 3px;
}
#spotlight p {
	width: 164px;
	height: 37px;
	margin: 0;
	padding: 3px 8px;
	color: #fff;
	font-size:10px;
	background-image: url(/img/dan/css/bgTransBlk50.png)!important;  /* Mozilla only */
	background-color: transparent !important;	/* Mozilla only */
	background-image: none;	/* IE only */
	background-color: #000;	/* IE only */
	filter:alpha(opacity=50);	/* IE only */
}
#spotlight p * {position: relative;} /*required for IE to restore opacity to child elements */





/* Bottom 
--------------------------------------------------------------------------------- */

#bottomInner {
	font-family: verdana, geneva, arial, sans-serif;
	color: #fff;
	font-size: 11px;
	background-color:#000; 
	padding:  0 20px 20px 20px;
	overflow: hidden; /* ensure the div stretches to contain its floats */
	width: 720px; /* width or height is required by IE for the above rule to work */
}



/* Tease 
--------------------------------------------------------------------------------- */

#tease {
	width: 70%;
	float: left;
}
#tease h4 {
	font-family: "Trebuchet MS", verdana, geneva, arial, sans-serif;
	font-size: 12px;
	color: #fff;
	margin-top: 18px;
	margin-bottom: 5px;
	letter-spacing: 0.3em;
	text-transform:uppercase;
}
#tease #colLeft {
	width: 45%;
	float:left;
	clear:left;
}
#tease #colRight { 
	float: right;
	width: 45%;
}
#tease dl {
	margin: 0;
	padding:  0 10px 15px 10px;
	background-color: #191919;
}
#tease dt {
	font: 16px bold "Trebuchet MS", verdana, geneva, arial, sans-serif;
	margin: 15px 0 4px 0;
}
#tease dt a {
	color: #fbb948;
	padding: 0 1px;
	text-decoration: none;
}
#tease dt a:hover {
	color:#000;
	background-color: #fbb948;
}
#tease dd {
	margin: 0;
	color: #94ccf7;
}




/* Resources 
--------------------------------------------------------------------------------- */

#resources {
	font: 11px "Trebuchet MS", verdana, geneva, arial, sans-serif;
	width:27%;
	color: #c60;
	float: right;
	margin: 40px 0 10px 0;
}
#resources h4 {
	font-size: 20px;
	font-weight: bold;
	color: #f90;
	margin: 0 0 0 14px;
}
#resources dl {
	padding: 0;
	margin: 0;
}
#resources dt {
	font-size: 13px;
	font-weight: bold;
	margin: 6px 0 0 0;
	background: transparent url(/img/splash/bulletBlk.gif) left center no-repeat;
	padding: 0 0 0 14px;
}
#resources dt a {
	color: #fff;
	padding: 0 1px;
	text-decoration:none;
}
#resources dt a:hover {
	background-color: #f90;
	color: #000;
}
#resources dd {
	margin: 0 0 0 14px;
}

/* @group CSE */
#contentColumnSearch {
	margin: 0 auto;
	width: 750px;
}

#contentColumnSearch h2 {
	font: 18px/1em "Lucida Grande",Helvetica, Verdana;
	color: #ffffff;
	font-weight: normal;
}
#cse-search-results {
	width:  720px;
	padding:  20px;
	background:  #fff;
}

#cse-search-results iframe {
	width:  720px;
}

/* @end */



input#gsearch {
	width: 400px;
	height: 30px;
	font: 18px/1em "Lucida Grande",Verdana,Helvetica,Sans-serif;
	border: none;
}


/* Subscribe 
--------------------------------------------------------------------------------- */

#subscribe {
	float: right;
	padding: 0 20px;
	}

