/* 
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.

*/

.pp_inline img.alignleft {
	float: left;
	width: auto;
	margin: 10px 15px 10px 0;
	padding: 5px;
	border: 1px solid #ccc;
}

.pp_inline img.alignright {
	float: right;
	width: auto;
	margin: 0px 0 10px 15px;
	padding: 5px;
	border: 1px solid #ccc;
}

small {
	font-size: 80%;
	color: #666;
	font-style: italic;
}

.entry img {
	padding: 0 5px 10px 5px;
	border: 0px solid #ccc;
}

.post p {
	margin-bottom: 14px;
}

.post h2 {
	letter-spacing: -1px;
}

div.hide {
	display: none;
}

.pp_inline {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

.pp_content {
	padding-bottom: 10px;
}

.pp_description {
	font-style: italic;
	color: #6b6b6b;
}

.pp_content h3 {
	margin-bottom: 14px;
	font-size: 18px;
}

.post ul {
	margin-bottom: 12px;
	margin-left: 18px;
}