/*** Sections - Colours ***/

/********* blue *********/

/** Navigation **/

.navbg-blue
{
    background-color: #00AFDB;
}

.navbg-blue ul li
{
    color: #006889;
}

/** Generic **/

.blue .highlighted,
.blue .page-selected
{
    color: #006889;
}

.blue h3
{
    color: #006889;
}

.blue .sectionbg
{
    background-image: url(../../images/client/blue/sectionbg.jpg);
    background-repeat: no-repeat;
    padding-top: 30px;
    background-color: #00AFDB;
}

/** Listing **/

.blue #list
{
    color: #006889;
}

.blue #list a
{
	text-decoration:none;
    color: #006889;
}

.blue #listing #list .alternative
{
    background-color: #cceff8;
}

/** Details **/
.blue #details #description
{
    color: #006989;
}

.blue #details #information
{
    background-color: #7fd7ed;
}

.blue #details #contactdetails, .blue #details #venuedetails
{
    background-color: #006989;
}

.blue #details .header
{
    background-image: url(../../images/client/blue/details-header.jpg);
    background-color: #006989;
}

/** Things to do **/
.blue #thingstodo #sectionlist
{
    background-image: url(../../images/client/blue/sectionlistbg.jpg);
    background-repeat: no-repeat;
    color: #006889;
    list-style-image: url(../../images/client/blue/sectionlistbullet.jpg);
}

/** Zone **/
.blue #zone #sectionlist
{
    background-image: url(../../images/client/blue/zone-sectionlistbg.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
    color: #006889;
    list-style-image: url(../../images/client/blue/sectionlistbullet.jpg);
	border-top: 4px solid #006989;
}
