          /* ---------- 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: #005ca3; /* $frontLink */
    background-color: white; /* $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:  white;/* $frontLink */
    background-color: #005ca3; /* $frontLinkReverse */
}

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

@media screen
{
ul.trail h3
{
	font-family: georgia, serif;
}

div#wrapper div#header
{
	border-bottom-color: #f47200
}

#nav ul,
div#footer,
body.article #wrapper div#footer #footer-links
{
	border-top-color: #e85e11;
}

#nav ul li
{
	border-color: white;
}
	
#katine-promo h2,
body.article #box,
#wrapper div#box div#content ul li h2,
#wrapper div#box div#related ul li h2,
body.other div#box div#content h2,
body.other div#box div#content h3,
body.other div#box div#related h2,
body.other div#box div#related h3,
body.front div#box div#content h2,
div#wrapper div#box div#content div#main-trailblock div.first div.capsule ul#editor-zone-1 li.major-heading h2,
body.other div#wrapper div#box div#content h2.first,
body.other div#wrapper div#box div#related h2,
div#page-header,
body#katine-front div#section-contents div.capsule li.major-heading h2,
body#katine-front div#footer ul#footer-links,
div#promo div.capsule li.major-heading
{
	border-top-color: #f47200
}

#nav ul li a
{
	background-color: #f29f11;
	color: white;
	display: block;
	padding: 2px 2px 11px 2px;
}



body.front #wrapper #content #main-zone .first li.wide div.trailtext
{
	font-family: georgia, serif;
}

body.front #wrapper #content #main-zone .first li.wide h3 a
{
	color: #005ca3;
	font-weight: bold;
}

body.front #wrapper #content #main-zone .first li.wide h3 a:active,
body.front #wrapper #content #main-zone .first li.wide h3 a:focus
{
	background-color: #005ca3;
	color: white;
}

#badge,
#badge a
{
	background-color: transparent;
	color: #333
}
}