﻿/* == The background colour for the body of the page == */
body { background:url(../images/bg-yellow.jpg) top center no-repeat #dedede; }

/* == The on state colour for the navigation menu == */
#menu ul li a.on, #menu ul li a:hover.on {
	background:url(../images/on-yellow.png) center 74px no-repeat;
}

/* == The hover effect colour for the navigation menu == */
#menu ul li span.hover { background:url(../images/hover-yellow.png) center 36px  no-repeat; }

/* == Twitter bird on the home page beneath the slider == */
ul#twitter_update_list { background:url(../images/twitter-yellow.png) 0 0 no-repeat; }

/* == Twitter bird in the right hand side bar == */
.rightcta ul#twitter_update_list { background:url(../images/right-bird-yellow.png) right bottom no-repeat; }

/* == Header text colour == */
.frontpage h2, .rightcta h3 { color:#666600; }

/* == More button background colour == */
a.more { background:url(../images/more-yellow.png) 0 0 no-repeat; }

/* == Bullet point ticks == */
.content ul li { background:url(../images/bullet-yellow.png) 0 0 no-repeat; }

ul.postdetails li { background:none; }

/* == Background colour for the post details == */
ul.postdetails { background:#ae9902; }

/* == Next and previous buttons == */
a.newentries { background:url(../images/new-entries-yellow.png) 0 0 no-repeat; }
a.oldentries { background:url(../images/old-entries-yellow.png) 0 0 no-repeat; }

/* == Add a comment anchor button == */
.thoughts {	background:url(../images/thoughts-yellow.png) 0 0 no-repeat; }


