/* 
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.

*/


.entry  {
text-align: justify;
}

.entry  ol li  {
list-style-type: decimal;
padding:0px 0 10px 0px;

}

#header  { background: #ca1c13 url(http://www.truehealthproject.com/images/headertile.jpg) repeat-x left bottom; }

.entry .wp-caption {
	padding: 1px;
	background:#F8F8F4;
	border: solid 1px #e6e6e6; 
	text-align:center;
        font-size: 12px;
}

.entry .alignleft  {
	float: left;
	margin: 5px 15px 10px 0px;
        padding: 5px 1px 1px 1px;
}

.entry .alignright  {
	float: right;
	margin: 10px 0 10px 15px;
}

.entry .aligncenter  {
	text-align: center;
}

.entry .wp-caption-text {
        margin: 3px 3px 3px 5px;
        text-align: left;
}
