/* 
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.

*/

h2 {
	margin:10px 0; padding:0;
	font:bold 1.85em Tahoma, Arial, Helvetica, sans-serif; color:#48463c;
	text-transform:none;
}

h3 {
	margin:0 0 8px 0; padding:0;
	font:1.50em Arial, Helvetica, sans-serif; color:#6e6960;
}

h4 {
	margin:15px 0 5px 0; padding:0;
	font:bold 1.17em Arial, Helvetica, sans-serif; color:#48463c;
	text-transform:none;
}

.wp-caption-text {
	color:#47443a;
	text-align:center;
	background-color:#eee;
	padding-top: 5px;
	padding-bottom: 5px;
	width: auto;
	background-image: url();
	background-repeat: repeat-x;
	background-position: left bottom;
	font-weight: bold;
	text-transform: none;
	border:1px solid #ddd;
	font-size: smaller;
	}
	
.category a {
		margin:0 0 6px 0; padding:5px 10px;
		background:url(images/category.gif) no-repeat top left;
		font:bold 0.85em Arial, Helvetica, sans-serif; color:#FFF; text-transform:none;
		display:inline-block;
	}
	
p a:link,p a:active,p a:visited {
	color:#cc5c6a;
	text-decoration:underline;
}
