
/* about section */
body.aboutsection .advert h3{
    color:#1ab2a6;
}
body.aboutsection a.moreinfo{
    color:#1ab2a6 !important;
    background:url(../img/about-arrow.png) right center no-repeat;
}
body.aboutsection #wrapper{
    background:url(../img/about-gradient.jpg) left top no-repeat #c7f8f5 !important;
}
body.aboutsection #wrapper a.link{
    color:#1ab2a6 !important;
}


/* individual section */
body.individualsection .advert h3, body.individualsection .advert h4, body.individualsection .advert h5{
    color:#1ab1a7;
}
body.individualsection #content h1{
	font-size: 340%;
}
body.individualsection a.moreinfo{
    color:#1ab1a7 !important;
    background:url(../img/about-arrow.png) right center no-repeat;
}
body.individualsection #wrapper{
    background:url(../img/individual-gradient.jpg) left top no-repeat #a7fef8 !important;
}
body.individualsection #wrapper a.link{
    color:#1ab1a7 !important;
}


/* group section */
body.groupsection .advert h3{
    color:#0077c3;
}
body.groupsection a.moreinfo{
    color:#0077c3 !important;
    background:url(../img/group-arrow.png) right center no-repeat;
}
body.groupsection #wrapper{
    background:url(../img/group-gradient.jpg) left top no-repeat #8bd6f3 !important;
}
body.groupsection #wrapper a.link{
    color:#0077c3 !important;
}


/* resources section */
body.resourcessection .advert h3,body.resourcessection .advert h4{
    color:#00a0e6;
}

body.resourcessection a.moreinfo{
    color:#00a0e6 !important;
    background:url(../img/resources-arrow.png) right center no-repeat;
}
body.resourcessection #wrapper{
    background:url(../img/resources-gradient.jpg) left top no-repeat #51cafc !important;
}
body.resourcessection #wrapper a.link{
    color:#00a0e6 !important;
}


/* contact section */
body.contactsection #wrapper{
    background:url(../img/contact-gradient.jpg) left top no-repeat #64c8ee !important;
}

/* RHYTHM has a different background but the same colour for the links as the group section */
body.rhythmsection .advert h3{
    color:#0077c3;
}
body.rhythmsection #content h1{
	font-size: 325%;
}
body.rhythmsection a.moreinfo{
    color:#0077c3 !important;
}
body.rhythmsection #wrapper{
    background:url(../img/rhythm-0-gradient.jpg) left top no-repeat #7bedbb !important;
}
body.rhythmsection #wrapper a.link{
    color:#0077c3 !important;
}