/* ----------------------------- Blogs ------------------------------------------------
This file has access to all four blogs. Each blog has a corresponsing unique body ID:

#enerblog
#energy-procurement-blog
#energy-efficiency
#demand-response-blog	
-------------------------------------------------------------------------------------*/
body #branding h1 a
{
	font-size:28px;
	text-indent:-2000px;
	text-align:left;
	width:700px;
}
#energy-efficiency-blog #branding h1 a
{
	background:url('/img/blogs/buildings-behaving-badly.gif') 0 35px no-repeat;
}
#energy-procurement-blog #branding h1 a
{
	background:url('/img/blogs/energy-advocate.gif') 0 35px no-repeat;
}
#demand-response-blog #branding h1 a
{
	background:url('/img/blogs/enernoc-demand-responder.gif') 0 35px no-repeat;
}
#searchbox
{
	bottom:28px;
	right:-3px;
}
/* Subscribe */
div.subscribebox
{
	display:block;
	width:170px;
	height:10px;
	position:absolute;
	right:-3px;
	bottom:10px;
}
div.subscribebox span,
div.subscribebox a
{
	text-indent:-3000em;
	float:left;
}
div.subscribebox span.subscribe
{
	display:block;
	width:58px;
	height:10px;
	background:url(/img/blogs/subscribe.gif) 0 0 no-repeat;
	margin:0 14px 0 0;
}
div.subscribebox a.rss
{
	display:block;
	width:32px;
	height:10px;
	background:url(/img/blogs/rss.gif) 0 0 no-repeat;
	margin:0 14px 0 0;
}
div.subscribebox a.email
{
	display:block;
	width:49px;
	height:10px;
	background:url(/img/blogs/email.gif) 0 0 no-repeat;
}
