/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

/* Ipernity Widget */
.iperbox {border: 1px solid; color: #ddd; padding: 0.1em; margin: 0.05em; }

a {
	color: #8ABB0A;
	text-decoration: none;
}

img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright{
	padding: 1px;
	margin: 3px 0 2px 6px;
	display: inline;
}

img.alignleft{
	padding: 1px;
	margin: 3px 6px 2px 0;
	display: inline;
}

.post-content img {
	padding: 1px;
	background: #fff;
}

.post-meta h4.cat {
	background: url(images/cat.gif) no-repeat right 2px;
}

.post-meta h4.tag {
	background: url(images/tag.gif) no-repeat right 3px;
	font-style: italic;
}

.post-meta h4.edit {
	background: url(images/edit.gif) no-repeat right 6px;
}
