<txp:if_custom_field name="Image-Color"> 

<!-- Custom color -->

<style type="text/css">

li#n-current a, li#n-archive a, li#n-previous a, li#n-next a {
	background-color:#<txp:custom_field name="Image-Color" />;
	}
#rowone-inner {
	border-bottom:10px solid #<txp:custom_field name="Image-Color" />;
	}
#rowone-inner h1 a:hover {
	color:#<txp:custom_field name="Image-Color" />;
	}

h3#title, h3#title a, h3#title a:hover {
	background-color:#<txp:custom_field name="Image-Color" /> !important;
	}

#caption a, #catlinks a {
	border-bottom:1px solid #<txp:custom_field name="Image-Color" />;
	}

#caption a:hover, #catlinks a:hover {
	background-color:#<txp:custom_field name="Image-Color" />;
	border-bottom:1px solid #<txp:custom_field name="Image-Color" />;
	}
#catlinks h3 {
	background-color:#<txp:custom_field name="Image-Color" />;
	}
#commentsarea a {
	border-color:#<txp:custom_field name="Image-Color" />;
	}
#commentsarea a:hover {
	background-color:#<txp:custom_field name="Image-Color" />;
	}
	}

</style>
<txp:else />
</txp:if_custom_field>