/* 
This stylesheet has the fancy project related colours and the top banner / marquee items

these are sorted out in the UDT 'get_marquee'

marquee is the whole banner
marq is the first graphic logo bit


It also has the specific for the Promo boxes in.

*/

#marquee{	background-color:#009DDC;}
#marquee.marquee_01-creyke-beck{ background-color:#EF8D22;}


/* top level marqs */
.mq_dogger-bank{background:url(../../uploads/images/marqs/dogger-bank.png) no-repeat;}
.mq_zone-development{background:url(../../uploads/images/marqs/zone-development.png) no-repeat;}
.mq_projects{background:url(../../uploads/images/marqs/projects.png) no-repeat;}
.mq_about-forewind{background:url(../../uploads/images/marqs/about-forewind.png) no-repeat;}
.mq_news{background:url(../../uploads/images/marqs/news.png) no-repeat;}
.mq_events{background:url(../../uploads/images/marqs/events.png) no-repeat;}
.mq_downloads{background:url(../../uploads/images/marqs/downloads.png) no-repeat;}
.mq_faqs{background:url(../../uploads/images/marqs/faqs.png) no-repeat;}
.mq_contact{background:url(../../uploads/images/marqs/contact.png) no-repeat;}


/* which might be overridden by one of the following */
.mq_01-creyke-beck{background:url(../../uploads/images/marqs/01-creyke-beck.png) no-repeat;}








/* promo boxes */
/* the classes for the pbs are the names of the global content blocks with the spaces stripped out */
/* because the icons can change on a per page basis we've ended up with an h3 class
   pbhx_level2_gcbName so you can overload pretty specifically... I know I know
*/


div.promoBox h3{background-color:#B4C92B;}
div.promoBox h3 span{}

/*specific icons for each type of promoBox */
div.promoBox h3.pbh_Events span{
	background:url('../../uploads/images/promoBoxes/eventsPicon.png') no-repeat 14px 0px #B71890;
}

div.promoBox h3.pbh_Getintouch span{
	background:url('../../uploads/images/promoBoxes/contactPicon.png') no-repeat 12px 7px #015581;
}

/* now we can set the background colour for each h3 within a specific section */
div.pbParent_01-creyke-beck h3{background-color:#EF8D22;}
div.pbParent_01-creyke-beck h3.pbh_Events span{background-color:#EF8D22;}
div.pbParent_01-creyke-beck h3.pbh_Getintouch span{background-color:#EF8D22;}

{* get in touch promobox has no er box *}
div.pb_Getintouch div.promoBoxContent{border:0px;padding:0px;}
div#gitContent{padding:30px;background-color:#999999;border-top:2px solid white;color:white;}
div#gitContent blockquote{font-size:18px;margin:0px 0px 20px 0px;border:0;padding:0;color:white;}
div#gitContent strong{color:#ffffff;}
div#gitRegister{}