          /* ---------- accent.css starts here ---------- */


@media all{

/*front heading link colour set */

body.front #content .first ul#main-trailblock li.wide h3 a,
body.front #content #main-zone .first li.wide h3 a
{
    color: #036; /* $frontLink */
    background-color: #fff; /* $frontLinkReverse */
}

body.front #content .first ul#main-trailblock li.wide h3 a:focus,
body.front #content .first ul#main-trailblock li.wide h3 a:active,
#badge a,
#badge
{
    color:  #fff;/* $frontLink */
    background-color: #036; /* $frontLinkReverse */
}

}
          /* ----------  accent.css ends here ----------- */

@media all{

#box
{
	border-color: #a6d1e2; 
}

#header,
#box
{
	border-color: #ce2e20;
}

#nav a,
#nav li,
#nav a.first
{
	border-color: #ccc;
}

#nav a.current {
	color: #da0034;
}

#nav a.current:focus,
#nav a.current:active
{
    color: white
}


/*
Front page border colors
------------------------------------------------------------------------------*/

div.jobsbox form,
.jobs li
{
	border-color: #999;
}


ul#offers li,
#content li.vertical,
#content li,
#also-on li,
ul.sublinks
{
	border-top-color: #999;
}

div#main-trailblock div.jobsbox h2 {
	border-color: #266f9b;
}

div#main-offers div.ed-zone
{
	color: #a6d1e2;
}

div#main-offers div.ed-zone h2
{
	color: #333;
}


}