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

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

}
#previous {
	float: left;
}
#next {
	text-align:right;
	background: #79BAC7;
}

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

#main .feature {
background: #D5EFF5;
}

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

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

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

/*change for comment system*/
.content  { 
	background-color: #dfe0e4; 
	padding: 10px;
	margin-bottom: 10px;
	color: #000;
	font-size: 10px;
	
}
.content h2 {
	color: #000;
	font-size: 10px;
	}
	
.content a {
font-size: 12px;
}

.header-bg h2 {
	padding-left: 10px;
	padding-bottom: 3px; 
	margin-bottom: 10px;	
	color: #fff;
	background: url(/staticarchive/2c411514bbd009a5cdd7b18432f960e4e3bba582.jpg) no-repeat #25588E;
	text-size: 12px;
}

