/* heading */
#title {
	background: #155287;
	color: #fff;
}

/*change for gallery button bg colour*/
#previous, #next {
	background: #5c0683;
	padding: 5px;

}
#previous {
	float: left;
}
#next {
	text-align:right;
	background: #5c0683;
}

#main #next a, #main #previous a {
	color: #fff;
}

#main .feature {
background: #e4e4e4;
}

#main .feature p {
color: #000;
}

#main .feature p strong {
color: #000;
}

/*change for gallery  text bg colour*/
.content #vote {
	font-weight: bold;
}

