/* START theme-hero.css */
body {
	background: #9b857a url(../images/theme/hero-bg.jpg) repeat-x;
}

#header {
	background: url(../images/theme/hero-header.jpg) no-repeat;
}

.wings>div {
	background: url(../images/theme/hero-wings.png) no-repeat;
	height: 618px;
	width: 525px;
}

.wings .left {
	background-position: 100% 0;
}

#blog-title a {
	background-position: 0 -284px;
}

/* start replace primary colours */
a,
#menu .ui-selected a,
#rotator button {
	color: #166f3d; /*theme colour*/
}

blockquote {
	border-left-color: #166f3d; /*theme colour*/
}

h3 .marker,
h2 .marker,
#footer-nav li.pipe {
	background-color: #166f3d; /*theme colour*/
}

h2,
.post, .comments, .entry-content,
#now-playing,
#feed-viewer h3,
#nav-below,
#footer .hilight-border,
body.page-23 .entry-content>div,
.upload-forms h3,
.advert-google {
	border-top-color: #166f3d;
}
/* end replace primary colours */
/* END theme-hero.css */


