/*Defaults*/
*{
	margin:0;
	padding:0;
}
html{	
	background:#000;
	font:62.5%/140% Arial, Verdana, Helvetica, sans-serif;
}
body{
	color:#eee;
	height:100%;
	background:#000;
	font-size:1em;
}
a,a:focus,a:visited{	
	color:#FF008C;
	text-decoration:none;
}
a:hover,a:focus{
	color:#3AF0C3;
	outline:none;/*kills dotted focus outline*/
	_outline:expression(this.hideFocus=true);
	text-decoration:none;
}
a img{
	border:none;
}
ul{
	list-style-type:none;
}
a.ext{
	background:url(../img/a_ext.gif) no-repeat 100% 3px;
	padding:0 14px 0 0;
}
a.ext:hover{
	background-position:100% -12px;
}
.rss .ext{
	background:none !important;
}
input,textarea,select,h1,h2,h3,h4,h5,h6{
	font-size:1em;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}
/*Page*/
#wrapper{
	width:960px;
	margin:0 auto;
	padding-top:25px;
}
#header{
	height:150px;
	width:536px;
	float:left;
}

#header h1.logo a{
	display:block;
	width:536px;
	height:127px;
	background:url(../img/enlightenment-logo.gif) no-repeat 0 0;
	text-indent:-999em;
}
#menu{
	width:238px;
	float:right;
	margin-top:75px;
}
#menu li{
	display:block;
	float:left;
	width:132px;
	height:21px;
}
#menu li#col2,
#menu li#col4,
#menu li#col5{
	width:104px;
	height:19px;
}
#menu li a{
	width:132px;
	height:21px;
	display:block;
	text-indent:-999em;
	background:url() no-repeat 0 0;
}
#menu li#col2 a,
#menu li#col4 a,
#menu li#col5 a{
	width:104px;
}
#menu li a:hover,
#menu li.on a{
	background-position:0 -19px;
}
#menu li#col1 a{	background-image:url(../img/bg-home.gif)		}
#menu li#col2 a{	background-image:url(../img/bg-news.gif)		}
#menu li#col3 a{	background-image:url(../img/bg-programme.gif)	}
#menu li#col4 a{	background-image:url(../img/bg-funders.gif)		}
#menu li#col6 a{	background-image:url(../img/bg-locations.gif)	}
#menu li#col5 a{	background-image:url(../img/bg-contact.gif)		}

body#home #content{
}
#content{
	clear:both;
	font-size:1.1em;
	padding:15px 0 20px 0;
}
#content div#flash{
	float:left !important;
	width:334px;
	height:470px;
	background:#000 url(../img/bg-home-enlightenment.jpg) no-repeat 21px 43px;
	/**/
}
#latest-news{
	width:194px;
	float:right;
}
#latest-events{
	width:395px;
	float:left;
}
#latest-events li{
	display:block;
	width:192px;
	height:192px;
	float:left;
	clear:none !important;
	margin:0 5px 5px 0;
}
#content ul li.header{
	height:36px;
	width:auto !important;
	float:none !important;
	line-height:36px;
	border-bottom:2px solid #FF008C;
	margin:0 0 10px 0;
}	
#content ul li.header h3{
	float:left;
	text-indent:-999em;
	display:block;
	margin:0;
	width:124px;
	height:14px;
	margin-top:10px;
}
#latest-events li.header{
	margin-right:5px !important;
}
#latest-events li.header h3{
	background:url(../img/bg-highlights.gif) no-repeat 0 50%;
}
#latest-events li a{
	display:block;
	width:192px;
	height:192px;
	position:relative;
	font-size:1.2em;
	line-height:1.3em;
	overflow:hidden;
	cursor:hand;
	background:#000 url() no-repeat 0 0;
}
#latest-events li a span{
	display:block;
	color:#FFB5B8;
	width:182px;
	background:#ED1C24;
	top:140px;
	padding:5px;
	position:absolute;
	o/pacity: 0.9;
}
#latest-events li#event0 a span{ background-color:#ED1C24;}
#latest-events li#event1 a span{ background-color:#EC008C;}
#latest-events li#event2 a span{ background-color:#EC5555;}
#latest-events li#event3 a span{ background-color:#FC9105;}

#latest-events li a span strong{
	display:block;
	color:#fff;
	height:50px !important;
}
#latest-events li a:hover span{
	t/op:115px;
}
#latest-news li.header h3{
	background:url(../img/bg-h3-news.gif) no-repeat 0 50%;
}
#content ul li.header p{
	float:right;
	_margin:22px 0 0 0;
}
#content ul li.header p a{
	display:block;
	width:68px;
	height:13px;
	text-indent:-999em;
}
#content ul#latest-events li.header p a{
	background-image:url(../img/bg-more-events.gif);
}
#content ul#latest-news li.header p a{
	background-image:url(../img/bg-more-news.gif);
}
#content ul li.header p a:hover{
	background-position:0 -13px;
}
#content ul li{
	c/lear:both;
}
#content .content{
	border-top:2px solid #FF008C;
	margin:22px 0 0 0;
}
#content .content p{
	font-size:1.2em !important;
	margin:1em 0;
	width:318px;
	line-height:1.4em;
}
#content .content h2,
#content .content h3{
	margin:1em 0;
	font-size:1.3em;
}
#content .content h3{
	margin:19px 0 0 0;
	line-height:1.6em;
	font-size:1.6em;
	letter-spacing:1px;
}
#content .content a.location{
	line-height:3em;
	border-bottom:2px solid #FF008C;
	display:block;
	width:318px;
	font-size:1.1em;
}
#content .content h3 span{
	display:block;
	font-size:0.9em;
	color:#F15A4F;
}
.content ul li{
	clear:none !important;
}
#content .content .images{
	float:right;
	margin:19px 0 0 0;
}
#content ul li h2 a{
	display:block;
	font-size:1.2em;
	line-height:1.3em;
	font-weight:normal;
}
#content ul li p{
	line-height:1.3em;
	margin:1em 0;
}
.content{
}
#event-list{
	margin-left:0px;
}
#event-list li{
	display:block;
	float:left;
	width:304px;
	height:240px;
	margin:0 5px 5px 0;
	border-top: 2px solid #fff;
	padding:20px 0 0 0;
	background-position:50% 50%;
	background-repeat:no-repeat;
}
#event-list li.highlight{
	height:180px;
	_height:179px;
	background-position:center top;
	width:150px;
	border:none;
	margin-bottom:20px;
	padding:0;
}
#event-list li.highlight h2{
	background:#fff;
	padding:5px;
	color:#000;
	height:2.6em;
	margin-top:115px;
	*margin-top:116px;
}
#event-list li a.ext{
	padding:0;
	background:none;
}
#event-list li.highlight a{
	display:block;
	background:#fff;
	padding:5px;
}
#h0 h2,#h0 a{	background:#EC1D23 !important;	color:#fff !important; }
#h1 h2,#h1 a{	background:#ED008C !important;	color:#fff !important;	}
#h2 h2,#h2 a{	background:#EE5655 !important;	color:#fff !important;	}
#h3 h2,#h3 a{	background:#FC9105 !important;	color:#fff !important;	}

#event-list li.highlight a:hover{
	color:#000;
	text-decoration:underline;
}
#event-list li p{
	padding-right:5px;
}
#event-list li h2{
	color:#0EF3C6;
	font-size:1.1em;
}
h3.page-title{
	line-height:3.2em;
	border-bottom:2px solid #FF008C;
	margin:1px 0 10px 0px;
}
a.next_highlight{
	background:url(../img/bg-next-highlight.gif) no-repeat 100% 0;
	text-indent:-999em;
	display:block;
	margin:10px 0 -10px 0;
}
a.next_highlight:hover{
	background:url(../img/bg-next-highlight.gif) no-repeat 100% -15px;
}
ul.funders li h3{
	font-size:1.1em;
	color:#0EF3C6;
}
ul.funders li{
	margin:0 0 3em 0;
	width:195px;
	float:left;
	margin:0 1em 1em  0;
	height:318px;
	border-bottom:2px solid #fff;
	padding:0 0 1em 0;
}
#programme h3.page-title{	background:url(../img/bg-h3-programme.gif) no-repeat 0 43%; text-indent:-999em; }
#locations h3.page-title{	background:url(../img/bg-h3-location.gif) no-repeat 0 43%;	text-indent:-999em; }
#news h3.page-title		{	background:url(../img/bg-h3-news.gif) no-repeat 0 43%;		text-indent:-999em; }
#funders h3.page-title	{	background:url(../img/bg-h3-funders.gif) no-repeat 0 43%;	text-indent:-999em; }
#contact h3.page-title	{	background:url(../img/bg-h3-contact.gif) no-repeat 0 43%;	text-indent:-999em; }
#feedback h3.page-title	{	background:url(../img/bg-h3-websurvey.gif) no-repeat 0 43%;	text-indent:-999em; }

.header .about			{	background-image:url(../img/bg-about.gif) !important; }

#fb_form{
	font-size:1.1em;
	margin-top: 40px;
}

#fb_form ol{
	list-style-type:lower-alpha;
	padding:7px 0 7px 30px;
}


#fb_form div{
	padding:0 0 10px 0;
}

#fb_form div div{
	display:none;
	padding:0;
}

#fb_form input.text,
#fb_form textarea{
	margin:2px 0 1px 0;
	border:1px solid #333;
	padding:3px;
	width:20em;
}
#fb_form textarea{ height:10em; }
#fb_form input.text,
#fb_form label{
	display:block;
}

#qa_form{
	font-size:1.1em;
	margin-top: 40px;
}
#qa_form input,
#qa_form textarea{
	margin:0 0 1px 0;
	border:1px solid #333;
	padding:3px;
	width:10em;
}
#qa_form input#submit{
	width:10.7em;
	margin:1em 0 0 10.5em;
}
#qa_form textarea{
	width:20em;
	height:6.3em;
}
#qa_form label{
	display:block;
	width:10em;
	float:left;
	margin:0 0 1px 0;
	padding:3px;
}

img.logo{
	border:2px solid #fff;
	margin:1em 0 0 0;
	display:none;
}
.cms-content{
	float:left;
	width:620px;
}
.cms-content p{
	margin:1em 0;
}
#footer{
	clear:both;
	height:150px;
	padding-top:30px;
	background:url(../img/bg-footer.gif) no-repeat 0 30px;
	margin:0 0 20px 334px;
}

/*News*/
ul.news-list li{
	border-bottom:2px solid #fff;
	margin-bottom:20px;
}
ul.news-list h3,
.news_item h3{
	color:#0EF3C6;
	font-size:1.1em;
	line-height:1.2em !important;
}
.news_item div.date{
	margin:1em 0;
}
.news_item p{
	line-height:1.4em !important;
}

/*Faces*/
#flash, #home #flash,		#news #flash	{	background:#000 url(../img/bg-home-enlightenment.jpg) no-repeat 27px 51px !important;		}

#programme #flash,
#funders #flash,
#calcutta-lights-nandita-palchoudhuri #flash,
#chandelier-lulu-quinn #flash,
#illuminated-carpet-julie-westerman #flash,
#light-of-darkness-sanchayan-ghosh #flash{	background:#000 url(../img/bg-home-enlightenment-dasha.jpg) no-repeat 49px 32px !important;	}

#locations #flash,	#contact #flash	{	background:#000 url(../img/bg-home-enlightenment-keith.jpg) no-repeat 36px 22px !important;	}

/*hacks*/
li.splitter{
	width:100% !important;
	height:30px !important;
	border-top:2px solid #FF008C !important;
}
li.splitter h3{
	background:url(../img/bg-h3-intermittent.gif) no-repeat 0 0;
	text-indent:-999em;
}
#flash p{
	margin:1em 2em 1em 0;
	font-size:1em !important;
	line-height:1.4em;
}