/* Nicola Bealing CSS - SECTION COLOURS */




.section-about #primary .border, 
.section-exhibitions #primary .border, 
.section-news #primary .border, 
.section-work #primary .border, 
.section-contact #primary .border 
 { 
	background:url(images/divide.gif) 0 center no-repeat; height:35px; 
}




/* HOME */
.section-bg .logo a { background:url(images/nicola-bealing-home.png) 0 0 no-repeat; }
.section-bg #primary #navi_popup li a:hover { 
	color:#ff6565; 
}




/* HOLDING */
.section-home .logo a { background:url(images/nicola-bealing.png) 0 0 no-repeat; }
.section-home #primary #navi_popup li a:hover, 
.section-home #content aside h2 { 
	color:#ff6565; 
}
.section-home #content aside, 
.section-home #content section { 
	border-color:#ff6565; 
}




/* ABOUT */
.section-about .logo a { background:url(images/nicola-bealing-about.png) 0 0 no-repeat; }
.section-about #content aside h1, 
.section-about #content aside h2, 
.section-about #content aside li a:hover, 
.section-about #content section a, 
.section-about #primary #navi_popup li a:hover { 
	color:#ff6565; 
}
.section-about #content aside, 
.section-about #content section, 
.section-about #content section a:hover { 
	border-color:#ff6565; 
}



/* EXHIBITIONS */
.section-exhibitions .logo a { background:url(images/nicola-bealing-exhibitions.png) 0 0 no-repeat; }
.section-exhibitions #content aside h1, 
.section-exhibitions #content aside h2, 
.section-exhibitions #content aside li a:hover, 
.section-exhibitions #content section a, 
.section-exhibitions #primary #navi_popup li a:hover { 
	color:#8e4133; 
}
.section-exhibitions #content aside, 
.section-exhibitions #content section, 
.section-exhibitions #content section a:hover { 
	border-color:#8e4133; 
}



/* NEWS */
.section-news .logo a { background:url(images/nicola-bealing-news.png) 0 0 no-repeat; }
.section-news #content aside h1, 
.section-news #content aside h2, 
.section-news #content aside li a:hover, 
.section-news  article div a, 
.section-news #blog article header h3 a:hover, 
.section-news #primary #navi_popup li a:hover { 
	color:#658497; 
}
.section-news #content aside, 
.section-news #blog article, 
.section-news #blog article div a:hover { 
	border-color:#658497; 
}



/* WORK */
.section-work .logo a { background:url(images/nicola-bealing-work.png) 0 0 no-repeat; }
.section-work #content aside h1, 
.section-work #content aside h2, 
.section-work #content aside li a:hover, 
.section-work #content section a, 
.section-work #content section p.info, 
.section-work #primary #navi_popup li a:hover { 
	color:#a29d9a; 
}
.section-work #content aside, 
.section-work #content section, 
.section-work #content section a:hover { 
	border-color:#a29d9a; 
}



/* CONTACT */
.section-contact .logo a { background:url(images/nicola-bealing-contact.png) 0 0 no-repeat; }
.section-contact #content aside h1, 
.section-contact #content aside h2, 
.section-contact #content aside li a:hover, 
.section-contact #content section a, 
.section-contact #content section p.info, 
.section-contact #primary #navi_popup li a:hover { 
	color:#a7d0d6; 
}
.section-contact #content aside, 
.section-contact #content section, 
.section-contact #content section a:hover { 
	border-color:#a7d0d6; 
}


